html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
  padding-top: 56px;
  background: var(--bs-gray-200);
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.mainlogo {
  max-height: 35px;
}

.indexproduct {
  max-height: 80vh;
  background-color: white;
}
.indexproduct:nth-child(n+1) {
  margin-bottom: 5rem;
}

/*.btn-primary:hover {
  background: magenta;
}*/
textarea {
  resize: none;
}


.index-product::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.40);
  z-index: 1;
}

.index-product div {
  position: relative;
  z-index: 2;
}

.thumb-product {
  text-decoration: none;
  color: var(--bs-body-color);
  -webkit-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -ms-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

.thumb-product img:first-child {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.thumb-product img:nth-child(2) {
  max-height: 30px;
  width: auto;
}

a.thumb-product:hover, a.thumb-product:active {
  color: #BB4E97;
}


.thumb-product:hover img:first-child {
  filter: alpha(opacity=75);
  opacity: 0.75;
}

.product-details {
  background: var(--bs-gray-200);
}
.product-details h1 {
  padding: 1rem;
}

.product-details img {
  margin-right: 1rem;
}


/* CAROUSEL */

.flickity-button {
  background: transparent;
}


.gallery-cell {
  width: 100vw;
  height: 90vh;
}


@media (max-width: 720px) {
  .gallery-cell {
    height: 50vh;
    min-height: 400px;
  }
}

.gallery-cell img {
  height: 100%;
  width: auto;
}

.cell-000 {
  text-align: center;
  background: url("../img/hero-0.jpg") center no-repeat;
  background-position: bottom;
}
.cell-001 {
  text-align: center;
  background: url("../img/hero-1.jpg") center no-repeat;
}
.cell-002 {
  text-align: center;
  background: url("../img/hero-2.jpg") center no-repeat;
}
.cell-003 {
  text-align: center;
  background: url("../img/hero-3.jpg") center no-repeat;
}
.js-flickity h1 {
  margin-top: 15vh;
}

@media (max-width: 720px) {
  .cell-000 {
    text-align: center;
    background: url("../img/hero-small-0.jpg") center no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  .cell-001 {
    text-align: center;
    background: url("../img/hero-small-1.jpg") center no-repeat;
    background-size: cover;
  }
  .cell-002 {
    text-align: center;
    background: url("../img/hero-small-2.jpg") center no-repeat;
    background-size: cover;
  }
  .cell-003 {
    text-align: center;
    background: url("../img/hero-small-3.jpg") center no-repeat;
    background-size: cover;
    background-position: left;
  }
  .cell-003 p {
    float: right;
  }
  .js-flickity h1 {
    margin-top: 3vh;
  }
  .js-flickity p {
    display: block;
    max-width: 50%;
  }
}

.btn-primary {
  background-color: #BB4E97;
  border-color: #BB4E97;
}

.btn-primary:hover {
  background-color: #7A377C;
  border-color: #7A377C;
}

.faq p {
  display: none;
  padding: 2rem;
  border: 1px #CCC;
  background: whitesmoke;
}

.faq-active {
  display: block !important;
}

.faq h3 {
  padding: 1.5rem 0rem;
  cursor: pointer;
  font-size: 120%;
}

.faq h3:hover {
  color: #BB4E97;
}

.support a:hover ul {
  background-color: whitesmoke;
}
main {
  min-height: 75vh;
}