.page-sunscreen-home .modules-box {
  overflow: visible;
}

.page-sunscreen-home .sunscreen-hero-module {
  margin: 0;
}

.sunscreen-hero-module.module-item-design {
  overflow: visible;
}

.sunscreen-hero-module.module-item-design .module-edit {
  top: 50%;
  z-index: 80;
  transform: translateY(-50%);
}

.page-sunscreen-home header {
  position: relative;
  z-index: 40;
  background: transparent;
}

@media (min-width: 992px) {
  .page-sunscreen-home header .header-content.tv-config-main-menu {
    position: absolute;
    top: 36px;
    right: 28px;
    left: 28px;
    z-index: 50;
    min-height: 64px;
    padding: 9px 32px;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
  }

  .page-sunscreen-home header .header-content.tv-config-main-menu.fixed {
    position: fixed;
    top: 0;
  }

  .page-sunscreen-home header .header-content .menu-wrap > .navbar-nav {
    align-items: center;
    gap: 12px;
  }

  .page-sunscreen-home header .header-content .menu-wrap > .navbar-nav > .nav-item > .nav-link {
    min-height: 40px;
    padding: 9px 22px !important;
    border: 2px solid rgb(234 86 159);
    border-radius: 999px;
    background: rgb(236 255 100);
    color: rgb(234 86 159) !important;
    -webkit-text-fill-color: rgb(234 86 159);
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: .12em;
    transition: color .2s ease, background-color .2s ease, transform .2s ease;
  }

  .page-sunscreen-home header .header-content .menu-wrap > .navbar-nav > .nav-item > .nav-link:hover {
    background: rgb(234 86 159);
    color: rgb(236 255 100) !important;
    -webkit-text-fill-color: rgb(236 255 100);
    transform: translateY(-2px);
  }

  .page-sunscreen-home header .header-content .right-btn .nav-link {
    display: flex;
    width: 38px;
    height: 38px;
    margin-left: 7px;
    padding: 8px;
    align-items: center;
    justify-content: center;
    border: 2px solid rgb(234 86 159);
    border-radius: 50%;
    background: rgb(236 255 100);
    transition: transform .2s ease, background-color .2s ease;
  }

  .page-sunscreen-home header .header-content .right-btn .nav-link:hover {
    background: #fff;
    transform: translateY(-2px);
  }

  .page-sunscreen-home header .header-content .logo img {
    max-height: 46px;
  }

  .page-sunscreen-home header .header-content .right-btn .nav-link img {
    width: 20px;
    filter: invert(49%) sepia(82%) saturate(2013%) hue-rotate(297deg) brightness(94%) contrast(94%);
  }
}

.sunscreen-hero {
  position: relative;
  min-height: clamp(480px, 35.25vw, 670px);
  overflow: hidden;
  background: #333;
}

.sunscreen-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sunscreen-hero__panel {
  position: absolute;
  z-index: 2;
  top: 62%;
  left: 2.55%;
  width: min(468px, 40%);
  padding: clamp(30px, 2vw, 47px) 36px 37px;
  border-radius: 20px;
  background: #e6aff1;
  color: #090909;
  transform: translateY(-50%);
}

.sunscreen-hero__panel h1 {
  margin: 0 0 16px;
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 2.25vw, 44px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .04em;
}

.sunscreen-hero__panel p {
  margin: 0 0 25px;
  color: inherit;
  font-size: clamp(15px, .95vw, 18px);
  line-height: 1.8;
}

.sunscreen-hero__button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 999px;
  background: #e935a3;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .16em;
  transition: transform .2s ease, background-color .2s ease;
}

.sunscreen-hero__button:hover {
  color: #fff;
  background: #cf208d;
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .page-sunscreen-home header .header-mobile {
    position: absolute;
    top: 8px;
    right: 8px;
    left: 8px;
    z-index: 50;
    border: 0;
    background: transparent;
  }

  .page-sunscreen-home header .header-mobile.fixed {
    position: fixed;
    top: 0;
    background: transparent;
  }

  .page-sunscreen-home header .header-mobile .mobile-content {
    padding: 8px 10px;
  }

  .page-sunscreen-home header .header-mobile .left > div,
  .page-sunscreen-home header .header-mobile .right > a {
    display: flex;
    width: 34px;
    height: 34px;
    margin: 0 0 0 6px !important;
    padding: 7px;
    align-items: center;
    justify-content: center;
    border: 2px solid rgb(234 86 159);
    border-radius: 50%;
    background: rgb(236 255 100);
  }

  .page-sunscreen-home header .header-mobile .left > div:first-child {
    margin-left: 0 !important;
  }

  .page-sunscreen-home header .header-mobile .left img,
  .page-sunscreen-home header .header-mobile .right img {
    filter: invert(49%) sepia(82%) saturate(2013%) hue-rotate(297deg) brightness(94%) contrast(94%);
  }

  .sunscreen-hero {
    min-height: min(158.5vw, 760px);
  }

  .sunscreen-hero__image {
    object-position: 49% center;
  }

  .sunscreen-hero__panel {
    top: auto;
    right: 10px;
    bottom: 10px;
    left: 10px;
    width: auto;
    padding: 13px 12px 11px;
    border-radius: 20px;
    text-align: center;
    transform: none;
  }

  .sunscreen-hero__panel h1 {
    margin-bottom: 10px;
    font-size: clamp(32px, 9.3vw, 42px);
    line-height: 1.06;
    letter-spacing: .025em;
  }

  .sunscreen-hero__panel p {
    margin-bottom: 24px;
    font-size: clamp(16px, 4.65vw, 20px);
    line-height: 1.7;
  }

  .sunscreen-hero__button {
    width: 100%;
    min-height: 55px;
  }
}

/* Sunscreen home footer */
.page-sunscreen-home footer {
  margin-top: 0;
}

.theme-sunscreen footer {
  background: #e93ea7;
  color: #fff;
}

.theme-sunscreen footer .footer-content,
.theme-sunscreen footer .footer-content h6,
.theme-sunscreen footer .footer-content h6.text-dark,
.theme-sunscreen footer .footer-content .text,
.theme-sunscreen footer .footer-content p,
.theme-sunscreen footer .footer-content li,
.theme-sunscreen footer .footer-content a,
.theme-sunscreen footer .footer-content i {
  color: #fff !important;
}

.theme-sunscreen footer .footer-content a:hover {
  color: #edff53 !important;
}

.theme-sunscreen footer .footer-link-wrap {
  border-color: rgba(255, 255, 255, .35);
}

.theme-sunscreen footer .footer-bottom {
  background: #f3cdfd;
  color: #333;
}

/* Sunscreen skincare quiz */
.sunscreen-quiz-module {
  padding: 28px clamp(18px, 5.9vw, 112px) 64px;
  background: #fff;
}

.sunscreen-quiz-module.module-item-design {
  padding-top: 28px;
}

.sunscreen-quiz-module.module-item-design .module-edit {
  z-index: 8;
}

.sunscreen-quiz {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 1680px;
  margin: 0 auto;
}

.sunscreen-quiz__visual,
.sunscreen-quiz__content {
  min-height: 0;
  aspect-ratio: 830 / 946;
  border-radius: 20px;
  overflow: hidden;
}

.sunscreen-quiz__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sunscreen-quiz__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(32px, 5vw, 80px);
  text-align: center;
  color: #090909;
  background: var(--sunscreen-quiz-card-bg);
}

.sunscreen-quiz__content h2 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(38px, 3vw, 52px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: .01em;
}

.sunscreen-quiz__content p {
  margin: 30px 0 36px;
  font-size: clamp(16px, 1.05vw, 20px);
  line-height: 1.55;
}

.sunscreen-quiz__button {
  display: inline-flex;
  min-width: 188px;
  min-height: 55px;
  padding: 14px 28px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: #ed2fa4;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .18em;
  text-decoration: none;
}

.sunscreen-quiz__button:hover {
  color: #fff;
  background: #d9198d;
}

@media (max-width: 767px) {
  .sunscreen-quiz-module {
    padding: 12px 18px 36px;
  }

  .sunscreen-quiz {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .sunscreen-quiz__visual {
    width: 100%;
    aspect-ratio: 354 / 402;
    border-radius: 18px;
  }

  .sunscreen-quiz__content {
    width: 100%;
    min-height: 313px;
    aspect-ratio: auto;
    align-items: stretch;
    padding: 35px 20px;
    border-radius: 18px;
    text-align: left;
  }

  .sunscreen-quiz__content h2 {
    font-size: 38px;
    line-height: 1.03;
  }

  .sunscreen-quiz__content p {
    margin: 24px 0 36px;
    font-size: 17px;
    line-height: 1.55;
  }

  .sunscreen-quiz__button {
    width: 100%;
    min-height: 55px;
    margin-top: auto;
  }
}

.sunscreen-marquee-module {
  margin: 0;
  overflow: hidden;
  background: #fff;
}

.sunscreen-marquee-module.module-item-design,
.sunscreen-products-module.module-item-design {
  overflow: visible;
}

.sunscreen-marquee-module.module-item-design .module-edit,
.sunscreen-products-module.module-item-design .module-edit {
  z-index: 30;
}

.sunscreen-marquee {
  display: flex;
  height: clamp(130px, 11.3vw, 215px);
  align-items: center;
  overflow: hidden;
}

.sunscreen-marquee__track {
  display: flex;
  width: max-content;
  animation: sunscreen-marquee 24s linear infinite;
}

.sunscreen-marquee__set {
  display: flex;
  flex: none;
  align-items: center;
  gap: clamp(28px, 2.8vw, 54px);
  padding-right: clamp(28px, 2.8vw, 54px);
  white-space: nowrap;
}

.sunscreen-marquee__set span {
  color: #090909;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.35vw, 45px);
  font-weight: 700;
  letter-spacing: .025em;
}

.sunscreen-marquee__set img {
  width: clamp(68px, 5.4vw, 103px);
  height: clamp(68px, 5.4vw, 103px);
  object-fit: contain;
}

@keyframes sunscreen-marquee {
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .sunscreen-marquee__track { animation-play-state: paused; }
}

.sunscreen-products-module {
  margin: 0;
  overflow: hidden;
  background: #fff;
}

.sunscreen-products {
  max-width: 1700px;
  margin: 0 auto;
  padding: 28px 0 34px;
}

.sunscreen-products__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 56px;
}

.sunscreen-products__heading h2 {
  margin: 0;
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 2.3vw, 45px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: .025em;
}

.sunscreen-products__shop {
  display: inline-flex;
  min-width: 158px;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border-radius: 999px;
  background: #e935a3;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .16em;
}

.sunscreen-products__shop:hover {
  color: #fff;
  background: #cf208d;
}

.sunscreen-products__viewport {
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.sunscreen-products__viewport::-webkit-scrollbar {
  display: none;
}

.sunscreen-products__track {
  display: flex;
  gap: 10px;
}

.sunscreen-product-card {
  display: flex;
  flex: 0 0 calc((100% - 30px) / 4);
  min-width: 0;
  min-height: 680px;
  flex-direction: column;
  padding: 24px 12px 12px;
  border-radius: 0 0 20px 20px;
  background: #fcf4ff;
  scroll-snap-align: start;
}

.sunscreen-product-card__copy {
  min-height: 105px;
}

.sunscreen-product-card__name {
  display: block;
  margin-bottom: 6px;
  overflow: hidden;
  color: #111;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sunscreen-product-card__description {
  margin-bottom: 8px;
  overflow: hidden;
  color: #222;
  font-size: 15px;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sunscreen-product-card__price {
  color: #111;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
}

.sunscreen-product-card__image {
  display: flex;
  min-height: 0;
  flex: 1;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.sunscreen-product-card__image img {
  width: 100%;
  height: 100%;
  max-height: 505px;
  object-fit: contain;
}

.sunscreen-product-card__cart {
  width: 100%;
  min-height: 45px;
  border: 1px solid #ed2ca5;
  border-radius: 999px;
  background: transparent;
  color: #ed2ca5;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .18em;
}

.sunscreen-product-card__cart:hover {
  background: #edff53;
  color: #ed2ca5;
}

.sunscreen-products__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px 0;
}

.sunscreen-products__arrow {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid #222;
  border-radius: 50%;
  background: #fff;
  color: #222;
  font-size: 24px;
}

.sunscreen-products__shop--mobile {
  display: none;
}

@media (max-width: 1799px) and (min-width: 768px) {
  .sunscreen-products {
    padding-right: 5.5%;
    padding-left: 5.5%;
  }
}

@media (max-width: 767px) {
  .sunscreen-marquee {
    height: 112px;
  }

  .sunscreen-marquee__track {
    animation-duration: 18s;
  }

  .sunscreen-marquee__set {
    gap: 20px;
    padding-right: 20px;
  }

  .sunscreen-marquee__set span {
    font-size: 27px;
  }

  .sunscreen-marquee__set img {
    width: 64px;
    height: 64px;
  }

  .sunscreen-products {
    padding: 6px 0 20px 17px;
  }

  .sunscreen-products__heading {
    padding: 0 20px 28px;
  }

  .sunscreen-products__heading h2 {
    font-size: clamp(36px, 10.2vw, 44px);
    line-height: .95;
  }

  .sunscreen-products__shop--desktop {
    display: none;
  }

  .sunscreen-products__track {
    gap: 10px;
  }

  .sunscreen-product-card {
    flex-basis: 83%;
    min-height: 512px;
    padding: 13px 12px 12px;
    border-radius: 18px;
  }

  .sunscreen-product-card__copy {
    min-height: 92px;
  }

  .sunscreen-product-card__name {
    font-size: 16px;
  }

  .sunscreen-product-card__description {
    font-size: 15px;
  }

  .sunscreen-product-card__image img {
    max-height: 350px;
  }

  .sunscreen-product-card__cart {
    min-height: 45px;
  }

  .sunscreen-products__controls {
    padding: 29px 24px 0;
  }

  .sunscreen-products__arrow {
    width: 44px;
    height: 44px;
  }

  .sunscreen-products__shop--mobile {
    display: inline-flex;
  }
}

.sunscreen-routine-module {
  margin: 0;
  background: #fff;
}

.sunscreen-routine-module.module-item-design {
  overflow: visible;
}

.sunscreen-routine-module.module-item-design .module-edit {
  z-index: 30;
}

.sunscreen-routine {
  max-width: 1696px;
  margin: 0 auto;
  padding: 42px 0 58px;
}

.sunscreen-routine__intro {
  max-width: 1220px;
  margin: 0 auto 66px;
  color: #222;
  font-family: Poppins, Arial, sans-serif;
  font-size: clamp(20px, 1.35vw, 26px);
  font-weight: 400;
  line-height: 1.55;
  text-align: center;
}

.sunscreen-routine__intro mark {
  padding: 0 .12em;
  border-radius: 12px;
  background: #edff53;
  color: inherit;
}

.sunscreen-routine__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.sunscreen-routine__media,
.sunscreen-routine__recommendations {
  position: relative;
  min-height: 607px;
  overflow: hidden;
  border-radius: 22px;
}

.sunscreen-routine__lifestyle,
.sunscreen-routine__product {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity .45s ease;
}

.sunscreen-routine__lifestyle {
  object-fit: cover;
}

.sunscreen-routine__lifestyle.is-active,
.sunscreen-routine__product.is-active,
.sunscreen-routine__stage-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

.sunscreen-routine__stage-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.sunscreen-routine__stage-overlay span {
  color: rgba(255,255,255,.32);
  font-family: Arial, sans-serif;
  font-size: clamp(70px, 6.3vw, 120px);
  font-weight: 900;
  line-height: .9;
  text-transform: uppercase;
  transition: color .35s ease;
}

.sunscreen-routine__stage-overlay span.is-current {
  color: #edff53;
}

.sunscreen-routine__dots {
  position: absolute;
  right: 0;
  bottom: 28px;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 6px;
}

.sunscreen-routine__dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.55);
}

.sunscreen-routine__dots button.is-active {
  background: #fff;
}

.sunscreen-routine__product {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 70px 36px;
  background: var(--routine-bg);
  text-align: center;
}

.sunscreen-routine__eyebrow {
  color: #050505;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.sunscreen-routine__product-image {
  display: flex;
  min-height: 0;
  flex: 1;
  align-items: center;
  justify-content: center;
}

.sunscreen-routine__product-image img {
  width: 100%;
  height: 100%;
  max-height: 390px;
  object-fit: contain;
}

.sunscreen-routine__product p {
  margin: 5px 0 22px;
  color: #090909;
  font-size: 15px;
}

.sunscreen-routine__button {
  display: inline-flex;
  min-width: 195px;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border-radius: 999px;
  background: #ed2ca5;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .16em;
}

.sunscreen-routine__button:hover {
  background: #d31f93;
  color: #fff;
}

.sunscreen-routine__arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid #111;
  border-radius: 50%;
  background: transparent;
  color: #111;
  font-size: 24px;
  transform: translateY(-50%);
}

.sunscreen-routine__arrow.is-prev { left: 19%; }
.sunscreen-routine__arrow.is-next { right: 19%; }

@media (max-width: 1799px) and (min-width: 768px) {
  .sunscreen-routine {
    padding-right: 5.5%;
    padding-left: 5.5%;
  }
}

@media (max-width: 767px) {
  .sunscreen-routine {
    padding: 32px 18px 40px;
  }

  .sunscreen-routine__intro {
    margin-bottom: 58px;
    font-size: 19px;
    line-height: 1.58;
  }

  .sunscreen-routine__layout {
    display: flex;
    flex-direction: column;
    gap: 13px;
  }

  .sunscreen-routine__recommendations {
    order: 1;
    min-height: 450px;
    border-radius: 22px;
  }

  .sunscreen-routine__media {
    order: 2;
    min-height: 400px;
    border-radius: 18px;
  }

  .sunscreen-routine__product {
    padding: 32px 55px 35px;
  }

  .sunscreen-routine__product-image img {
    max-height: 235px;
  }

  .sunscreen-routine__product p {
    margin-bottom: 18px;
    font-size: 19px;
    line-height: 1.45;
  }

  .sunscreen-routine__arrow {
    width: 40px;
    height: 40px;
  }

  .sunscreen-routine__arrow.is-prev { left: 25px; }
  .sunscreen-routine__arrow.is-next { right: 25px; }

  .sunscreen-routine__dots {
    bottom: 20px;
  }

  .sunscreen-routine__stage-overlay span {
    font-size: clamp(58px, 19vw, 78px);
  }
}

.sunscreen-pin-module {
  margin: 0;
  background: #ff8956;
}

.sunscreen-pin-module.module-item-design {
  overflow: visible;
}

.sunscreen-pin-module.module-item-design .module-edit {
  z-index: 30;
}

.sunscreen-pin {
  position: relative;
  min-height: clamp(650px, 54.5vw, 1036px);
  overflow: hidden;
}

.sunscreen-pin__visual {
  position: absolute;
  inset: 0;
}

.sunscreen-pin__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sunscreen-pin__content {
  position: absolute;
  top: 50%;
  left: 2.55%;
  z-index: 2;
  width: min(510px, 36%);
  color: #fff;
  transform: translateY(-8%);
}

.sunscreen-pin__content h2 {
  margin: 0 0 18px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(35px, 2.3vw, 45px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: .025em;
}

.sunscreen-pin__content p {
  margin: 0 0 25px;
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
  font-size: clamp(15px, .95vw, 18px);
  line-height: 1.5;
}

.sunscreen-pin__button {
  display: inline-flex;
  min-width: 158px;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border-radius: 999px;
  background: #ed2ca5;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .16em;
}

.sunscreen-pin__button:hover {
  background: #d31f93;
  color: #fff;
}

.sunscreen-glow-safe-module {
  position: relative;
  margin: 0;
  background: var(--glow-safe-bg);
}

.sunscreen-glow-safe-module.module-item-design {
  overflow: visible;
}

.sunscreen-glow-safe-module.module-item-design .module-edit {
  z-index: 30;
}

.sunscreen-glow-safe {
  display: flex;
  min-height: 520px;
  padding: 34px 24px 32px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--glow-safe-color);
  text-align: center;
}

.sunscreen-glow-safe__badge {
  display: block;
  width: 200px;
  height: 200px;
  margin: 0 0 20px;
  object-fit: contain;
}

.sunscreen-glow-safe h2 {
  margin: 0;
  color: var(--glow-safe-color);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(38px, 2.25vw, 45px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: .02em;
}

.sunscreen-glow-safe p {
  max-width: 820px;
  margin: 22px auto 20px;
  color: var(--glow-safe-color);
  font-size: clamp(19px, 1.25vw, 25px);
  line-height: 1.62;
}

.sunscreen-glow-safe__button {
  display: inline-flex;
  min-width: 158px;
  min-height: 56px;
  padding: 0 28px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: #ed2fa4;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .18em;
  text-decoration: none;
}

.sunscreen-glow-safe__button:hover {
  color: #fff;
  background: #d31f93;
}

.sunscreen-benefits-module {
  padding: 52px clamp(18px, 5.9vw, 112px);
  background: #fff;
}

.sunscreen-benefits-module.module-item-design {
  overflow: visible;
}

.sunscreen-benefits-module.module-item-design .module-edit {
  z-index: 30;
}

.sunscreen-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  height: 600px;
  max-width: 1680px;
  margin: 0 auto;
}

.sunscreen-benefits__cards {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

.sunscreen-benefits__card {
  display: flex;
  min-height: 0;
  padding: 26px 24px;
  flex-direction: column;
  justify-content: center;
  border-radius: 13px;
  color: #090909;
  background: var(--benefit-card-bg);
}

.sunscreen-benefits__card h3 {
  margin: 0 0 10px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(23px, 1.4vw, 28px);
  font-weight: 700;
  line-height: 1.12;
}

.sunscreen-benefits__card p {
  margin: 0;
  font-size: clamp(16px, .92vw, 18px);
  line-height: 1.48;
}

.sunscreen-benefits__visual {
  min-width: 0;
  min-height: 0;
  height: 600px;
  overflow: hidden;
  border-radius: 13px;
}

.sunscreen-benefits__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sunscreen-reviews-module {
  padding: 48px 0 28px;
  overflow: hidden;
  background: #fff;
}

.sunscreen-reviews-module.module-item-design {
  overflow: visible;
}

.sunscreen-reviews-module.module-item-design .module-edit {
  z-index: 30;
}

.sunscreen-reviews__heading-stars,
.sunscreen-review-card__stars {
  color: #ed2fa4;
  letter-spacing: .08em;
}

.sunscreen-reviews__heading-stars {
  text-align: center;
  font-size: 25px;
}

.sunscreen-reviews h2 {
  margin: 25px 20px 38px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(38px, 2.3vw, 46px);
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
}

.sunscreen-reviews__viewport {
  width: calc(100% - 68px);
  margin: 0 34px;
  overflow: hidden;
  scroll-behavior: smooth;
}

.sunscreen-reviews__track {
  display: flex;
  gap: 10px;
}

.sunscreen-review-card {
  flex: 0 0 calc((100% - 20px) / 3);
  min-height: 242px;
  padding: 45px 35px 30px;
  border-radius: 20px;
  background: #fbf0ff;
}

.sunscreen-review-card:first-child {
  margin-left: 0;
}

.sunscreen-review-card__stars {
  margin-bottom: 10px;
  font-size: 24px;
}

.sunscreen-review-card blockquote {
  min-height: 50px;
  margin: 0 0 24px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}

.sunscreen-review-card__author {
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 700;
}

.sunscreen-review-card p {
  margin: 0;
  font-size: 17px;
  line-height: 1.35;
}

.sunscreen-reviews__controls {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin: 30px 34px 0;
}

.sunscreen-reviews__arrow {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid #111;
  border-radius: 50%;
  background: transparent;
  font-size: 25px;
}

.sunscreen-reviews__arrow.is-prev {
  justify-self: start;
}

.sunscreen-reviews__arrow.is-next {
  justify-self: end;
}

.sunscreen-reviews__dots {
  display: flex;
  gap: 8px;
}

.sunscreen-reviews__dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d1d1d1;
}

.sunscreen-reviews__dots button.is-active {
  background: #111;
}

.sunscreen-newsletter-module {
  padding: 54px clamp(18px, 5.5vw, 106px) 62px;
  overflow: hidden;
  background: #fff;
}

.sunscreen-newsletter-module.module-item-design {
  overflow: visible;
}

.sunscreen-newsletter-module.module-item-design .module-edit {
  z-index: 30;
}

.sunscreen-newsletter {
  position: relative;
  display: flex;
  min-height: 315px;
  max-width: 1680px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 160px;
  background: var(--newsletter-bg);
}

.sunscreen-newsletter__content {
  position: relative;
  z-index: 2;
  width: min(760px, 70%);
  text-align: center;
}

.sunscreen-newsletter h2 {
  margin: 0 0 7px;
  color: rgba(100, 202, 224, .25);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.05;
}

.sunscreen-newsletter__description {
  margin: 0 0 26px;
  font-size: 17px;
  line-height: 1.45;
}

.sunscreen-newsletter__form {
  display: flex;
  max-width: 415px;
  margin: 0 auto;
  gap: 12px;
}

.sunscreen-newsletter__form input {
  flex: 1 1 auto;
  min-width: 0;
  height: 55px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  outline: none;
  background: #fff;
}

.sunscreen-newsletter__form button {
  flex: 0 0 158px;
  height: 55px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #ed2fa4;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .16em;
}

.sunscreen-newsletter__legal {
  margin: 10px 0 0;
  font-size: 10px;
  line-height: 1.3;
}

.sunscreen-newsletter__flower,
.sunscreen-newsletter__peace {
  position: absolute;
  z-index: 3;
  width: 145px;
  height: 145px;
  object-fit: contain;
}

.sunscreen-newsletter__flower {
  bottom: -46px;
  left: 28px;
  animation: sunscreen-newsletter-spin 8s linear infinite;
  transform-origin: center;
}

.sunscreen-newsletter__peace {
  top: -37px;
  right: 51px;
  animation: sunscreen-newsletter-float 3s ease-in-out infinite;
  will-change: transform;
}

@keyframes sunscreen-newsletter-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes sunscreen-newsletter-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

.sunscreen-gallery-module {
  overflow: hidden;
  background-color: #4d982d;
  background-image: var(--gallery-background);
  background-position: center;
  background-size: cover;
}

.sunscreen-gallery-module.module-item-design {
  overflow: visible;
}

.sunscreen-gallery-module.module-item-design .module-edit {
  z-index: 30;
}

.sunscreen-gallery {
  min-height: 430px;
  padding: 76px clamp(20px, 5.9vw, 112px) 70px;
}

.sunscreen-gallery h2 {
  margin: 0 0 32px;
  color: #fff;
  font-size: clamp(38px, 2.5vw, 48px);
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
}

.sunscreen-gallery__viewport {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}

.sunscreen-gallery__viewport::-webkit-scrollbar {
  display: none;
}

.sunscreen-gallery__track {
  display: flex;
  gap: 12px;
}

.sunscreen-gallery__item {
  flex: 1 1 0;
  min-width: 0;
  height: 200px;
  overflow: hidden;
  border-radius: 20px;
}

.sunscreen-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (prefers-reduced-motion: reduce) {
  .sunscreen-newsletter__flower,
  .sunscreen-newsletter__peace {
    animation: none;
  }
}

@media (max-width: 767px) {
  .sunscreen-gallery {
    min-height: 390px;
    padding: 44px 0 46px;
  }

  .sunscreen-gallery h2 {
    margin-bottom: 27px;
    padding: 0 18px;
    font-size: 38px;
  }

  .sunscreen-gallery__track {
    gap: 12px;
    padding: 0 18px;
  }

  .sunscreen-gallery__item {
    flex: 0 0 190px;
    height: 190px;
    border-radius: 17px;
  }

  .sunscreen-newsletter-module {
    padding: 42px 18px 52px;
  }

  .sunscreen-newsletter {
    min-height: 460px;
    padding: 68px 24px 58px;
    border-radius: 38px;
  }

  .sunscreen-newsletter__content {
    width: 100%;
  }

  .sunscreen-newsletter h2 {
    margin-bottom: 15px;
    font-size: 36px;
  }

  .sunscreen-newsletter__description {
    margin-bottom: 25px;
    font-size: 16px;
  }

  .sunscreen-newsletter__form {
    flex-direction: column;
    gap: 10px;
  }

  .sunscreen-newsletter__form input,
  .sunscreen-newsletter__form button {
    width: 100%;
    flex-basis: 55px;
  }

  .sunscreen-newsletter__flower,
  .sunscreen-newsletter__peace {
    width: 92px;
    height: 92px;
  }

  .sunscreen-newsletter__flower {
    bottom: -30px;
    left: -8px;
  }

  .sunscreen-newsletter__peace {
    top: -27px;
    right: -4px;
  }

  .sunscreen-reviews-module {
    padding: 25px 0 24px;
  }

  .sunscreen-reviews__heading-stars {
    font-size: 26px;
  }

  .sunscreen-reviews h2 {
    margin: 23px 24px 34px;
    font-size: 39px;
    line-height: .98;
  }

  .sunscreen-reviews__track {
    gap: 15px;
    padding-left: 21px;
  }

  .sunscreen-reviews__track::after {
    content: '';
    flex: 0 0 21px;
    width: 21px;
  }

  .sunscreen-reviews__viewport {
    width: 100%;
    margin: 0;
  }

  .sunscreen-review-card {
    flex-basis: calc(100% - 58px);
    min-height: 288px;
    padding: 34px 35px 28px;
    border-radius: 18px;
  }

  .sunscreen-review-card:first-child {
    margin-left: 0;
  }

  .sunscreen-review-card blockquote {
    min-height: 106px;
    margin-bottom: 25px;
    font-size: 17px;
    line-height: 1.05;
  }

  .sunscreen-reviews__controls {
    margin: 23px 21px 0;
  }

  .sunscreen-reviews__arrow {
    width: 43px;
    height: 43px;
  }

  .sunscreen-benefits-module {
    padding: 14px 13px 28px;
  }

  .sunscreen-benefits {
    display: flex;
    height: auto;
    flex-direction: column;
    gap: 12px;
  }

  .sunscreen-benefits__cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .sunscreen-benefits__card {
    min-height: 0;
    padding: 16px 18px 18px;
    border-radius: 12px;
  }

  .sunscreen-benefits__card h3 {
    margin-bottom: 7px;
    font-size: 24px;
    line-height: 1.15;
  }

  .sunscreen-benefits__card p {
    font-size: 17px;
    line-height: 1.55;
  }

  .sunscreen-benefits__visual {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 354 / 299;
    border-radius: 12px;
  }

  .sunscreen-glow-safe {
    min-height: 520px;
    padding: 24px 35px 30px;
    justify-content: flex-start;
  }

  .sunscreen-glow-safe__badge {
    width: 200px;
    height: 200px;
    margin-bottom: 18px;
  }

  .sunscreen-glow-safe h2 {
    font-size: 36px;
    line-height: 1.02;
  }

  .sunscreen-glow-safe p {
    margin: 21px auto 22px;
    font-size: 20px;
    line-height: 1.5;
  }

  .sunscreen-glow-safe__button {
    min-width: 158px;
    min-height: 55px;
  }

  .sunscreen-pin {
    min-height: 0;
    overflow: visible;
    background: var(--sunscreen-pin-mobile-bg);
  }

  .sunscreen-pin__visual {
    position: relative;
    height: 101vw;
    max-height: 520px;
  }

  .sunscreen-pin__visual img {
    object-position: 70% center;
  }

  .sunscreen-pin__content {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 26px 19px 27px;
    background: var(--sunscreen-pin-mobile-bg);
    transform: none;
  }

  .sunscreen-pin__content h2 {
    margin-bottom: 20px;
    font-size: clamp(35px, 9.5vw, 42px);
    line-height: 1.04;
  }

  .sunscreen-pin__content p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.62;
  }

  .sunscreen-pin__button {
    width: 100%;
    min-height: 54px;
  }
}
