html {
  scroll-behavior: smooth;
}

body.modal-open {
  overflow: hidden;
}

.section-page-top {
  padding-top: 12em !important;
}

.two-column-slider .swiper-wrapper,
.slider-gallery .swiper-wrapper {
  display: block;
  position: relative;
}

.two-column-slider .swiper-slide,
.slider-gallery .swiper-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s linear;
}

.two-column-slider .swiper-slide.is-active,
.slider-gallery .swiper-slide.is-active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  display: block;
}

.skin-visual {
  display: block;
  position: relative;
}

.skin-visual .skin-image {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s linear;
}

.skin-visual .skin-image.is-active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

.swal2-container[hidden] {
  display: none !important;
}

.swal2-container.is-open,
.swal2-container.is-visible {
  display: flex !important;
}

.swal2-popup .swal2-html-container {
  margin: 0;
}

.swal2-close {
  cursor: pointer;
}

.quiz .swiper-pagination {
  bottom: 0;
  left: 0;
  width: auto;
}

.quiz .swiper-pagination .swiper-pagination-bullet {
  margin: 0 8px 0 0;
}

.quiz .swiper-container {
  overflow: hidden;
}

.quiz .swiper-wrapper,
.products .swiper-wrapper {
  transition: transform 0.35s ease;
}

.quiz .swiper-slide,
.products .swiper-slide {
  display: block !important;
}

.wheretobuy-list {
  scrollbar-width: thin;
}

.wheretobuy-list a:hover {
  transform: translateY(-2px);
}

.wheretobuy-list .shop-card {
  width: 180px;
  min-height: 200px;
  background: #ffffff;
  box-shadow: 0px 44px 52px rgba(0, 0, 0, 0.07);
  margin-top: 24px;
  margin-right: 24px;
  padding: 20px;
}

.wheretobuy-list .shop-card h3 {
  font-size: 1rem;
  line-height: 1.35;
  margin: 0 0 0.75rem;
}

.wheretobuy-list .shop-card p {
  margin: 0.35rem 0 0;
  font-size: 0.9rem;
  line-height: 1.45;
}

.wheretobuy-list a {
  transition: transform 0.2s ease;
}

footer .footer-nav {
  max-width: 1200px;
  margin: 0 auto 3.2rem;
}

footer .footer-nav .menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2.4rem;
  margin: 0;
  padding: 0;
}

footer .footer-nav li {
  margin: 0;
}

footer .footer-nav a {
  margin: 0;
  text-align: center;
}

footer .footer-brands {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}

footer .footer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .footer-brand-salvus img {
  display: block;
  width: 17rem;
  max-width: 100%;
  height: auto;
}

footer .footer-brand-solgar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}

footer .footer-brand-solgar .partner-logo {
  display: block;
  width: 15rem;
  margin: 0;
}

footer .footer-brand-solgar .partner-logo img {
  display: block;
  width: 100%;
  height: auto;
}

footer .footer-socials {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

footer .footer-socials a {
  margin: 0;
  display: flex;
}

footer .footer-socials i {
  font-size: 1.7em;
  padding: 0.3em;
  background-color: #c4c4c4;
  color: #fff;
  transition: background-color 0.3s linear;
}

footer .footer-socials i:hover {
  background-color: #474747;
}

@media only screen and (max-width: 767px) {
  .section-page-top {
    padding-top: 10em !important;
  }

  .wheretobuy-list {
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
  }

  .wheretobuy-list a {
    width: calc(50% - 12px);
    height: 150px;
    margin-right: 12px;
    margin-top: 12px;
  }

  .wheretobuy-list .shop-card {
    width: calc(50% - 12px);
    min-height: 150px;
    margin-right: 12px;
    margin-top: 12px;
  }

  .wheretobuy-list a:nth-child(2n) {
    margin-right: 0;
  }

  .wheretobuy-list .shop-card:nth-child(2n) {
    margin-right: 0;
  }

  footer .footer-nav {
    margin-bottom: 2.4rem;
  }

  footer .footer-nav .menu__list {
    flex-direction: column;
    gap: 1rem;
  }

  footer .footer-brand-solgar {
    flex-direction: column;
    gap: 1rem;
  }
}
