@font-face {
    font-family: "Abril Fatface";
    src: url("../fonts/abril_fatface/abrilfatface_n4.002841dd08a4d39b2c2d7fe9d598d4782afb7225.woff2") format("woff2"),
         url("../fonts/abril_fatface/abrilfatface_n4.0d8f922831420cd750572c7a70f4c623018424d8.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Assistant";
    src: url("../fonts/assistant/assistant_n4.9120912a469cad1cc292572851508ca49d12e768.woff2") format("woff2"),
         url("../fonts/assistant/assistant_n4.6e9875ce64e0fefcd3f4446b7ec9036b3ddd2985.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Assistant";
    src: url("../fonts/assistant/assistant_n7.bf44452348ec8b8efa3aa3068825305886b1c83c.woff2") format("woff2"),
         url("../fonts/assistant/assistant_n7.0c887fee83f6b3bda822f1150b912c72da0f7b64.woff") format("woff");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

:root {
    --sv-font-heading: "Abril Fatface", serif;
    --sv-font-body: "Assistant", sans-serif;
    --sv-font-size-base: clamp(1.12rem, 1rem + 0.1vw, 1.3rem);
    --sv-weight-light: 300;
    --sv-weight-regular: 400;
    --sv-weight-medium: 500;
    --sv-weight-semibold: 600;
    --sv-weight-bold: 700;
    --sv-weight-heading: 400;

    --sv-olive: #86906a;
    --sv-olive-dark: #6e7755;
    --sv-rose: #b69389;
    --sv-blue-soft: #d7e4f4;
    --sv-ink: #303226;
    --sv-muted: #6d705f;
    --sv-white: #ffffff;
    --sv-bg-page-top: rgba(238, 229, 223, 0.52);
    --sv-bg-page-start: #fffefb;
    --sv-bg-page-end: #fbf9f4;
    --sv-header-bg: rgba(134, 144, 106, 0.96);
    --sv-hero-bg: #7f8966;
    --sv-nav-color: rgba(255, 255, 255, 0.92);
    --sv-nav-hover-color: #ffffff;
    --sv-indicator-bg: rgba(255, 255, 255, 0.5);
    --sv-indicator-active-bg: rgba(255, 255, 255, 0.95);
    --sv-control-bg: rgba(0, 0, 0, 0.28);
    --sv-card-bg: rgba(255, 255, 255, 0.92);
    --sv-card-bg-soft: rgba(255, 255, 255, 0.8);
    --sv-border-soft: rgba(134, 144, 106, 0.12);
    --sv-border-light: rgba(255, 255, 255, 0.4);
    --sv-border-light-strong: rgba(255, 255, 255, 0.48);
    --sv-service-title: #334973;
    --sv-service-text: #4e6387;
    --sv-button-text-dark: #36362f;
    --sv-button-border-dark: #4d4e45;
    --sv-price-old: #9d9b8f;
    --sv-brand-muted: #8e9478;
     --sv-brand-grey: #868686;
    --sv-whatsapp-green: #25d366;

    --sv-radius-sm: 7px;
    --sv-radius-md: 10px;
    --sv-radius-lg: 13px;
    --sv-radius-xl: 18px;
    --sv-radius-2xl: 22px;
    --sv-radius-pill: 999px;

    --sv-shadow: 0 18px 40px rgba(81, 88, 58, 0.12);
    --sv-shadow-soft: 0 10px 22px rgba(54, 54, 47, 0.12);
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: var(--sv-font-body);
    color: var(--sv-ink);
    background:
        radial-gradient(circle at top, var(--sv-bg-page-top), transparent 26%),
        linear-gradient(180deg, var(--sv-bg-page-start) 0%, var(--sv-bg-page-end) 100%);
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: var(--sv-header-bg);
    backdrop-filter: blur(14px);
    box-shadow: 0 8px 24px rgba(48, 50, 38, 0.08);
}

.site-brand {
    display: flex;
    justify-content: center;
    padding-top: 1.1rem;
}

.site-brand__logo {
    width: 188px;
}

.site-navbar {
    min-height: 50px;
    /* padding-bottom: 1.15rem; */
    position: relative;
}

.site-navbar .nav-link {
    color: var(--sv-nav-color);
    font-size: 1.4rem;
    font-weight: var(--sv-weight-regular);
    padding: 0 15px !important;
    letter-spacing: 0.01em;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus {
    color: var(--sv-nav-hover-color);
    text-decoration: underline;
    text-underline-offset: 0.35rem;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #ffdeb4;
}

.site-navbar__toggler {
    border-color: var(--sv-border-light);
}

.site-navbar__toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.site-navbar__toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M7 7l16 16M23 7L7 23'/%3e%3c/svg%3e");
}

.section-block {
    padding: 3.5rem 0;
}

.section-heading {
    margin-bottom: 2.2rem;
}

.section-heading h2,
.section-heading h3,
.display-title {
    margin: 0 0 0.75rem;
    font-family: var(--sv-font-heading);
    font-weight: var(--sv-weight-heading);
    font-size: clamp(2rem, 3vw, 3.2rem);
    line-height: 1.35;
    text-align: center;
    color: var(--sv-olive-dark);
}

.section-heading p {
    margin: 0;
  text-align: center;
    font-size: 1.36rem;
    color: var(--sv-muted);
}

.hero {
    padding-top: 1.2rem;
    background: transparent;
}

.hero-shell {
    max-width: 1560px;
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
    width: 7%;
    opacity: 1;
    z-index: 4;
}

.hero-carousel {
    overflow: hidden;
    border-radius: var(--sv-radius-xl);
    box-shadow: var(--sv-shadow);
}

.hero-carousel .carousel-control-prev {
    justify-content: flex-start;
}

.hero-carousel .carousel-control-next {
    justify-content: flex-end;
}

.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
    width: 44px;
    height: 44px;
    border-radius: var(--sv-radius-pill);
    background-color: var(--sv-control-bg);
    background-size: 48% 48%;
}

.hero-carousel__indicators {
    bottom: 0;
    margin-right: 0;
    margin-left: 0;
    gap: 0.6rem;
    align-items: center;
}

.hero-carousel__indicators [data-bs-target] {
    width: 16px;
    height: 16px;
    margin: 0;
    border: 0;
    border-radius: var(--sv-radius-pill);
    background: var(--sv-indicator-bg);
    opacity: 1;
}

.hero-carousel__indicators .active {
    background: var(--sv-indicator-active-bg);
}

.hero-slide {
    position: relative;
    min-height: 0;
    overflow: hidden;
    background: var(--sv-hero-bg);
}

.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: transparent;
}

.hero-slide__media {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: var(--sv-hero-bg);
    overflow: hidden;
    position: relative;
}

.hero-slide__image {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.hero-slide__image--desktop {
    display: block;
}

.hero-slide__content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-slide__copy {
    max-width: 560px;
    color: var(--sv-white);
}

.hero-slide h1 {
    margin: 1.05rem 0 0.75rem;
    font-family: var(--sv-font-heading);
    font-size: clamp(2.4rem, 4vw, 3.8rem);
    line-height: 0.98;
}

.hero-slide__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.9rem;
    margin-bottom: 0.9rem;
}

.hero-slide__copy--hidden {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.btn-brand,
.btn-brand-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.85rem 1.4rem;
    border-radius: var(--sv-radius-pill);
    border: 1px solid transparent;
    font-weight: var(--sv-weight-bold);
    letter-spacing: 0.01em;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.btn-brand {
    background: var(--sv-olive);
    color: var(--sv-white);
    box-shadow: var(--sv-shadow);
}

.btn-brand:hover {
    color: var(--sv-white);
    background: var(--sv-olive-dark);
    transform: translateY(-2px);
}

.btn-brand-outline {
    border-color: var(--sv-border-light-strong);
    color: var(--sv-white);
    background: rgba(255, 255, 255, 0.08);
}

.btn-brand-outline:hover {
    color: var(--sv-white);
    background: rgba(255, 255, 255, 0.16);
    transform: translateY(-2px);
}

.btn-brand--compact {
    min-height: 48px;
    padding-inline: 1.75rem;
}

.category-card {
    height: 100%;
    overflow: hidden;
    padding: 0.6rem;
    border-radius: var(--sv-radius-2xl);
    background: var(--sv-card-bg);
    box-shadow: var(--sv-shadow);
}

.category-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 1px solid var(--sv-border-soft);
    border-radius: var(--sv-radius-lg);
}

.category-card__media-link {
    display: block;
    border-radius: var(--sv-radius-lg);
}

.category-card__body {
    padding: 1.15rem 0.3rem 0.2rem;
}

.category-card__body h3 {
    margin-bottom: 0.25rem;
    font-family: var(--sv-font-heading);
    font-size: 1.35rem;
    text-transform: uppercase;
    color: var(--sv-olive-dark);
}

.category-card__body p {
    margin-bottom: 0.8rem;
    color: var(--sv-muted);
}

.text-link {
    font-weight: var(--sv-weight-bold);
    color: var(--sv-olive-dark);
}

.section-cta {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.badge-row {
    padding: 2rem 0 2.8rem;
    /* background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.82)),
        url("../images/home/fondo-beneficios-cuidado-facial.webp") center/cover no-repeat; */
}

.value-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
    text-align: center;
    background-blend-mode: darken;
  mix-blend-mode: darken;
}

.value-badge__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* width: 92px;
    height: auto; */
    /* border: 2px solid rgba(182, 147, 137, 0.55); */
    /* border-radius: var(--sv-radius-pill); */
    color: var(--sv-rose);
}

.value-badge__icon svg {
    width: 42px;
    height: 42px;
    stroke: currentColor;
    stroke-width: 1.6;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.value-badge span {
    max-width: 120px;
    font-size: 0.92rem;
    font-weight: var(--sv-weight-bold);
    color: var(--sv-muted);
}

.product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0.6rem;
    border-radius: var(--sv-radius-2xl);
    background: var(--sv-white);
    box-shadow: var(--sv-shadow);
}

.product-card__media {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--sv-border-soft);
    border-radius: var(--sv-radius-lg);
    background: linear-gradient(180deg, #faf8f3 0%, #f2f0e9 100%);
}

.product-card__media-link {
    display: block;
}

.product-card__media img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.product-card:hover .product-card__media img {
    transform: scale(1.03);
}

.product-card__badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 1;
    padding: 0.45rem 0.7rem;
    border-radius: var(--sv-radius-pill);
    background: rgba(33, 33, 33, 0.88);
    color: var(--sv-white);
    font-size: 0.78rem;
    font-weight: var(--sv-weight-bold);
}

.product-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1rem 0.25rem 0.2rem;
}

.product-card__title {
    margin-bottom: 0.22rem;
    font-family: var(--sv-font-heading);
    font-size: 1.1rem;
    line-height: 1.25;
    color: var(--sv-olive-dark);
}

.product-card__title a:hover,
.product-card__title a:focus {
    color: var(--sv-olive-dark);
    text-decoration: underline;
    text-underline-offset: 0.2rem;
}

.product-card__brand {
    margin: 0 0 0.35rem;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--sv-brand-muted);
}

.product-card__rating {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
    color: var(--sv-olive-dark);
}

.product-card__rating .stars {
    letter-spacing: 0.08em;
}

.product-card__price-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    align-items: baseline;
    margin-bottom: 1rem;
}

.product-card__price-note {
    width: 100%;
    order: -1;
    font-size: 0.95rem;
    color: var(--sv-muted);
}

.product-card__old-price {
    text-decoration: line-through;
    color: var(--sv-price-old);
}

.product-card__price {
    font-size: 1.1rem;
    font-weight: var(--sv-weight-light);
    color: var(--sv-olive-dark);
}

.product-card__savings {
    font-size: 0.84rem;
    font-weight: var(--sv-weight-regular);
    color: var(--sv-rose);
}

.btn-product {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    line-height: 1;
    min-height: 48px;
    margin-top: auto;
    padding: 0.8rem 1rem;
    border: 1px solid var(--sv-button-border-dark);
    background: var(--sv-white);
    color: var(--sv-button-text-dark);
    font-weight: var(--sv-weight-bold);
    border-radius: var(--sv-radius-md);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.btn-product:hover {
    color: var(--sv-button-text-dark);
    transform: translateY(-1px);
    box-shadow: var(--sv-shadow-soft);
}

.btn-product--featured-whatsapp {
    min-height: 62px;
    border: 0;
    background: var(--sv-whatsapp-green);
    color: var(--sv-white);
    font-size: 1.14rem;
    font-weight: var(--sv-weight-bold);
    box-shadow: 0 16px 30px rgba(37, 211, 102, 0.25);
}

.btn-product--featured-whatsapp:hover,
.btn-product--featured-whatsapp:focus {
    background: #1fbd5a;
    color: var(--sv-white);
    box-shadow: 0 18px 34px rgba(37, 211, 102, 0.32);
}

.category-page {
    padding-top: 4rem;
}

.category-page__intro {
    margin-bottom: 3rem;
}

.category-page__intro p {
    max-width: 980px;
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--sv-muted);
}

.category-toolbar {
    margin-bottom: 2.4rem;
}

.category-toolbar__label,
.category-toolbar__count {
    font-size: 1rem;
    color: var(--sv-muted);
}

.category-toolbar__dropdown {
    padding: 0;
    font-size: 1rem;
    color: var(--sv-olive-dark);
}

.category-toolbar__dropdown:hover,
.category-toolbar__dropdown:focus {
    color: var(--sv-olive-dark);
}

.product-detail__media {
    margin: 0;
    overflow: hidden;
    border-radius: var(--sv-radius-xl);
    background: var(--sv-white);
    box-shadow: var(--sv-shadow);
}

.product-detail__media img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.product-detail__content {
    display: grid;
    gap: 1rem;
    max-width: 560px;
}

.product-detail__content .product-card__price-wrap {
    margin-bottom: 0;
}

.product-detail__content .product-card__price {
    font-size: clamp(2.6rem, 2.9vw, 3.35rem);
    line-height: 1;
    font-weight: var(--sv-weight-bold);
}

.product-detail__content .product-card__price-note {
    font-size: 1rem;
}

.product-detail__meta {
    display: grid;
    gap: 0.75rem;
    margin: 0;
    padding: 1rem;
    border: 1px solid var(--sv-border-soft);
    border-radius: var(--sv-radius-lg);
    background: var(--sv-card-bg-soft);
}

.product-detail__meta div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.product-detail__meta dt {
    font-weight: var(--sv-weight-bold);
    color: var(--sv-olive-dark);
}

.product-detail__meta dd,
.product-detail__summary {
    margin: 0;
    color: var(--sv-muted);
    font-size: clamp(1.12rem, 1rem + 0.1vw, 1.3rem);
}

.product-detail-rich {
    padding-top: 4rem;
}

.product-gallery__main,
.product-story-block__media,
.product-featured-review,
.product-customer-review,
.product-compare {
    overflow: hidden;
    border-radius: var(--sv-radius-xl);
    background: var(--sv-white);
    /* box-shadow: var(--sv-shadow); */
}

.product-gallery__main {
    margin: 0;
    position: relative;
}

.product-gallery__main img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.product-gallery__zoom {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: var(--sv-radius-pill);
    background: rgba(255, 255, 255, 0.92);
    color: var(--sv-olive-dark);
    box-shadow: var(--sv-shadow-soft);
}

.product-gallery__zoom svg {
    width: 24px;
    height: 24px;
}

.product-gallery__thumbs {
    margin-top: 1rem;
}

.product-gallery__thumb {
    width: 84px;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--sv-border-soft);
    border-radius: var(--sv-radius-md);
    background: var(--sv-white);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.product-gallery__thumb img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.product-gallery__thumb.is-active,
.product-gallery__thumb:hover {
    border-color: rgba(134, 144, 106, 0.5);
    box-shadow: var(--sv-shadow-soft);
    transform: translateY(-1px);
}

.product-offer {
    gap: 1.1rem;
}

.product-offer__price .product-card__price {
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    line-height: 1;
}

.product-offer__price .product-card__price-note {
    font-size: 1rem;
}

.product-offer__lead,
.product-story-block__lead {
    font-size: clamp(1.12rem, 1rem + 0.42vw, 1.32rem);
    line-height: 1.72;
    color: var(--sv-olive-dark);
}

.product-offer__subtitle {
    margin: 0 0 0.8rem;
    font-size: 1.08rem;
    font-weight: var(--sv-weight-bold);
    color: var(--sv-olive-dark);
}

.product-offer__benefits {
    padding: 1.1rem 1.15rem;
    border: 1px solid var(--sv-border-soft);
    border-radius: var(--sv-radius-lg);
    background: rgba(255, 255, 255, 0.76);
}

.product-offer__benefits ul,
.product-story-block__list {
    padding-left: 1.2rem;
    font-size: clamp(1rem, 0.95rem + 0.18vw, 1.08rem);
    line-height: 1.45;
    color: var(--sv-muted);
}

.product-offer__benefits li,
.product-story-block__list li {
    margin-bottom: 0.55rem;
}

.product-offer__group {
    display: grid;
    gap: 0.65rem;
}

.product-offer__label {
    font-size: 0.92rem;
    font-weight: var(--sv-weight-bold);
    color: var(--sv-muted);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.product-chip {
    min-width: 84px;
    min-height: 44px;
    padding: 0.65rem 1rem;
    border: 1px solid var(--sv-border-soft);
    border-radius: var(--sv-radius-pill);
    background: var(--sv-white);
    color: var(--sv-olive-dark);
    font-size: 0.95rem;
    font-weight: var(--sv-weight-bold);
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.product-chip.is-active,
.product-chip:hover {
    background: var(--sv-olive);
    color: var(--sv-white);
    box-shadow: var(--sv-shadow-soft);
}

.product-offer__cta,
.product-story-block__cta {
    width: auto;
    min-width: min(100%, 340px);
    padding-inline: 1.5rem;
}

.product-detail__primary-cta {
    width: 100%;
    min-height: 64px;
    font-size: 1.18rem;
}

.product-story-block__cta--gold {
    border-color: #ffdeb4;
    background: #ffdeb4;
    color: var(--sv-button-text-dark);
    box-shadow: 0 12px 24px rgba(255, 222, 180, 0.34);
}

.product-story-block__cta--gold:hover,
.product-story-block__cta--gold:focus {
    background: #f5c98f;
    border-color: #f5c98f;
    color: var(--sv-button-text-dark);
    box-shadow: 0 14px 28px rgba(255, 222, 180, 0.42);
}

.product-story-block {
    padding-top: clamp(2.25rem, 4vw, 3.75rem);
}

.product-story-block__media {
    margin: 0;
}

.product-story-block__media img,
.product-story-block__media video {
    width: 100%;
    display: block;
    height: auto;
    border-radius: inherit;
}

.product-story-block__content {
    display: grid;
    /* gap: 1.15rem; */
    /* Importante para las separaciones entre el título, el texto y el botón CTA, pero se ajustará según el diseño específico de cada bloque de historia. */ 
}

.product-story-block__title,
.product-section-title {
    margin-bottom: 0.35rem;
    font-family: var(--sv-font-heading);
    font-weight: var(--sv-weight-heading);
    /* line-height: 1.08; */
    letter-spacing: 0.01em;
}

.product-story-block__title {
    font-size: clamp(1.5rem, 1.25rem + 1vw, 3.15rem);
    color: var(--sv-brand-grey);
}

.product-section-title {
    font-size: clamp(1.8rem, 3.1vw, 3rem);
    color: var(--sv-olive-dark);
}

.product-story-block__text {
    /* margin: 0; */
    /* font-size: clamp(1.12rem, 1rem + 0.42vw, 1.32rem); */
    /* line-height: 1.8; */
     font-size: var(--sv-font-size-base);
    color: var(--sv-muted);
}

.product-detail__summary,
.product-story-block__content,
.product-offer__benefits {
    color: var(--sv-muted);
    font-size: var(--sv-font-size-base);
    line-height: 1.62;
}

.product-detail__summary > :first-child,
.product-story-block__content > :first-child,
.product-offer__benefits > :first-child {
    margin-top: 0;
}

.product-detail__summary > :last-child,
.product-story-block__content > :last-child,
.product-offer__benefits > :last-child {
    margin-bottom: 0;
}

.product-detail__summary :where(h1, h2, h3, h4, h5),
.product-story-block__content :where(h1, h2, h3, h4, h5),
.product-offer__benefits :where(h1, h2, h3, h4, h5):not(.product-offer__subtitle) {
    margin: 0 0 0.65rem;
    font-family: var(--sv-font-heading);
    font-weight: var(--sv-weight-heading);
    line-height: 1.14;
    letter-spacing: 0.01em;
    color: var(--sv-olive-dark);
}

.product-detail__summary :where(h1),
.product-story-block__content :where(h1),
.product-offer__benefits :where(h1):not(.product-offer__subtitle) {
    font-size: clamp(1.75rem, 1.35rem + 1.25vw, 2.8rem);
}

.product-detail__summary :where(h2),
.product-story-block__content :where(h2),
.product-offer__benefits :where(h2):not(.product-offer__subtitle) {
    font-size: clamp(1.55rem, 1.25rem + 1vw, 2.35rem);
}

.product-detail__summary :where(h3),
.product-story-block__content :where(h3),
.product-offer__benefits :where(h3):not(.product-offer__subtitle) {
    font-size: clamp(1.32rem, 1.12rem + 0.7vw, 1.9rem);
}

.product-detail__summary :where(h4, h5),
.product-story-block__content :where(h4, h5),
.product-offer__benefits :where(h4, h5):not(.product-offer__subtitle) {
    font-size: clamp(1.12rem, 1rem + 0.35vw, 1.42rem);
    font-family: var(--sv-font-body);
    font-weight: var(--sv-weight-bold);
}

.product-detail__summary :where(p, ul, ol, blockquote, figure, table),
.product-story-block__content :where(p, ul, ol, blockquote, figure, table),
.product-offer__benefits :where(p, ul, ol, blockquote, figure, table) {
    margin: 0 0 0.85rem;
}

.product-detail__summary :where(p, li, dd),
.product-story-block__content :where(p, li, dd),
.product-offer__benefits :where(p, li, dd) {
    color: var(--sv-muted);
    font-size: var(--sv-font-size-base);
    font-weight: var(--sv-weight-regular);
    line-height: 1.62;
}

.product-detail__summary :where(ul, ol),
.product-story-block__content :where(ul, ol),
.product-offer__benefits :where(ul, ol) {
    padding-left: 1.2rem;
    color: var(--sv-muted);
}

.product-detail__summary :where(li),
.product-story-block__content :where(li),
.product-offer__benefits :where(li) {
    /* margin-bottom: 0.15rem; */
    margin-bottom: 0;
}

.product-detail__summary :where(strong, b),
.product-story-block__content :where(strong, b),
.product-offer__benefits :where(strong, b) {
    color: var(--sv-olive-dark);
    font-weight: var(--sv-weight-bold);
}

.product-detail__summary :where(a),
.product-story-block__content :where(a),
.product-offer__benefits :where(a) {
    color: var(--sv-olive-dark);
    font-weight: var(--sv-weight-bold);
    text-decoration: underline;
    text-underline-offset: 0.2rem;
}

.product-detail__summary :where(blockquote),
.product-story-block__content :where(blockquote),
.product-offer__benefits :where(blockquote) {
    padding: 0.85rem 1rem;
    border-left: 3px solid var(--sv-olive);
    background: rgba(134, 144, 106, 0.08);
    color: var(--sv-muted);
}

.product-detail__summary :where(blockquote p),
.product-story-block__content :where(blockquote p),
.product-offer__benefits :where(blockquote p) {
    margin-bottom: 0;
}

.product-compare {
    position: relative;
    aspect-ratio: 4 / 5;
}

.product-compare__pane {
    position: absolute;
    inset: 0;
}

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

.product-compare__pane--after {
    width: 100%;
    overflow: hidden;
    clip-path: inset(0 calc(100% - var(--compare-position)) 0 0);
}

.product-compare__divider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--compare-position);
    width: 2px;
    background: rgba(255, 255, 255, 0.94);
    transform: translateX(-1px);
    pointer-events: none;
}

.product-compare__handle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 52px;
    height: 52px;
    border: 2px solid rgba(255, 255, 255, 0.96);
    border-radius: var(--sv-radius-pill);
    background: var(--sv-white);
    box-shadow: 0 8px 20px rgba(48, 50, 38, 0.2);
    transform: translate(-50%, -50%);
}

.product-compare__handle::before,
.product-compare__handle::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--sv-olive-dark);
    border-right: 2px solid var(--sv-olive-dark);
    transform: translateY(-50%) rotate(45deg);
}

.product-compare__handle::before {
    left: 12px;
    transform: translateY(-50%) rotate(225deg);
}

.product-compare__handle::after {
    right: 12px;
}

.product-compare__range {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: ew-resize;
}

.product-compare__tag {
    position: absolute;
    top: 1rem;
    z-index: 2;
    padding: 0.4rem 0.8rem;
    border-radius: var(--sv-radius-pill);
    font-size: 0.82rem;
    font-weight: var(--sv-weight-bold);
    color: var(--sv-white);
}

.product-compare__tag--before {
    left: 1rem;
    background: rgba(198, 82, 95, 0.92);
}

.product-compare__tag--after {
    right: 1rem;
    background: rgba(44, 181, 101, 0.92);
}

.product-compare__caption {
    margin: 0.85rem 0 0;
    font-size: 0.88rem;
    color: var(--sv-muted);
    text-align: center;
}

.product-promo-strip {
    margin-top: clamp(3rem, 6vw, 5rem);
    padding: 0.9rem 1rem;
    border-radius: var(--sv-radius-md);
    background: #b5968b;
    color: var(--sv-white);
    text-align: center;
    font-weight: var(--sv-weight-bold);
}

.product-gallery-modal .modal-content {
    position: relative;
    border: 0;
    border-radius: var(--sv-radius-xl);
    background: transparent;
}

.product-gallery-modal__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
    padding: 0.8rem;
    border-radius: var(--sv-radius-pill);
    background-color: rgba(255, 255, 255, 0.94);
}

.product-gallery-modal__image {
    display: block;
    width: 100%;
    max-height: 88vh;
    object-fit: contain;
    border-radius: var(--sv-radius-xl);
    background: var(--sv-white);
}

.product-extra-section {
    padding-top: clamp(3rem, 6vw, 5.25rem);
}

.product-featured-review {
    height: 100%;
    padding: 1.4rem;
    text-align: left;
}

.product-featured-review img {
    width: 104px;
    height: 104px;
    margin-bottom: 1rem;
    border-radius: var(--sv-radius-pill);
    object-fit: cover;
}

.product-featured-review h3 {
    margin: 0 0 0.5rem;
    font-size: 1.15rem;
    color: var(--sv-olive-dark);
}

.product-featured-review p {
    margin: 0;
    color: var(--sv-muted);
    line-height: 1.65;
}

.product-faq__accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid var(--sv-border-soft);
    background: transparent;
}

.product-faq__accordion .accordion-button {
    gap: 0.85rem;
    padding: 1.3rem 0.1rem;
    background: transparent;
    color: var(--sv-olive-dark);
    font-family: var(--sv-font-heading);
    font-size: clamp(1.15rem, 1.8vw, 1.7rem);
    /* font-weight: var(--sv-weight-bold); */
    line-height: 1.2;
    box-shadow: none;
}

.product-faq__accordion .accordion-button:not(.collapsed) {
    background: transparent;
    color: var(--sv-olive-dark);
}

.product-faq__accordion .accordion-button::after {
    width: 1rem;
    height: 1rem;
    background-size: 1rem 1rem;
    filter: saturate(0.55);
}

.product-faq__question-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: var(--sv-olive-dark);
}

.product-faq__question-icon svg {
    width: 22px;
    height: 22px;
}

.product-faq__question-text {
    display: inline-block;
}

.product-faq__accordion .accordion-body {
    padding: 0 2.2rem 1.35rem 2rem;
    color: var(--sv-muted);
    font-size: clamp(1.08rem, 1.7vw, 1.45rem);
    line-height: 1.7;
}

.product-customer-review {
    padding: 1.35rem 1.4rem;
}

.product-customer-review__stars {
    margin-bottom: 0.5rem;
    color: var(--sv-olive-dark);
    letter-spacing: 0.08em;
}

.product-customer-review h3 {
    margin: 0 0 0.4rem;
    font-size: 1.18rem;
    color: var(--sv-olive-dark);
}

.product-customer-review__meta,
.product-customer-review__date {
    font-size: 0.92rem;
    color: var(--sv-muted);
}

.product-customer-review__meta {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
    margin: 0 0 0.85rem;
}

.product-customer-review__badge {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0.1rem 0.55rem;
    border-radius: var(--sv-radius-pill);
    background: rgba(134, 144, 106, 0.12);
    color: var(--sv-olive-dark);
    font-size: 0.78rem;
    font-weight: var(--sv-weight-bold);
}

.product-review-carousel {
    position: relative;
    padding-inline: clamp(0.5rem, 3vw, 4.5rem);
}

.product-review-carousel__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-review-carousel__control {
    width: 48px;
    height: 48px;
    top: 50%;
    opacity: 1;
    color: var(--sv-olive-dark);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--sv-border-soft);
    border-radius: var(--sv-radius-pill);
    box-shadow: var(--sv-shadow-soft);
    transform: translateY(-50%);
}

.product-review-carousel__control--prev {
    left: 0;
}

.product-review-carousel__control--next {
    right: 0;
}

.product-review-carousel__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
}

.product-review-carousel__arrow svg {
    width: 22px;
    height: 22px;
}

.before-after {
    align-items: start;
}

.before-after__detail {
    display: grid;
    gap: 1.3rem;
}

.before-after__gallery {
    --bs-gutter-y: 1rem;
}

.before-after__gallery figure,
.before-after__product {
    margin: 0;
    overflow: hidden;
    background: var(--sv-white);
    border-radius: var(--sv-radius-xl);
    box-shadow: var(--sv-shadow);
}

.before-after__gallery img,
.before-after__product img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.before-after__gallery figcaption,
.before-after__product figcaption {
    padding: 1rem 1.15rem 1.2rem;
    font-weight: var(--sv-weight-bold);
}

.review-banner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1.1rem;
    background: rgba(134, 144, 106, 0.12);
    border: 1px solid rgba(134, 144, 106, 0.2);
}

.review-banner span,
.review-banner strong {
    color: var(--sv-olive-dark);
}

.review-list {
    --bs-gutter-y: 1rem;
}

.review-card {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 1rem;
    padding: 1rem;
    background: var(--sv-card-bg-soft);
    border: 1px solid var(--sv-border-soft);
    border-radius: var(--sv-radius-xl);
    box-shadow: var(--sv-shadow);
}

.review-card img {
    width: 88px;
    height: 88px;
    object-fit: cover;
    border-radius: var(--sv-radius-md);
}

.review-card__stars {
    margin-bottom: 0.35rem;
    color: var(--sv-olive-dark);
    letter-spacing: 0.08em;
}

.review-card h4 {
    margin: 0 0 0.25rem;
    font-size: 1.1rem;
    color: var(--sv-olive-dark);
}

.review-card p {
    margin: 0;
    color: var(--sv-muted);
}

.real-changes-slider {
    margin-top: 2.4rem;
}

.real-change-slide {
    overflow: hidden;
    background: var(--sv-white);
    border: 1px solid var(--sv-border-soft);
    border-radius: var(--sv-radius-xl);
    box-shadow: var(--sv-shadow);
}

.real-change-slide img {
    width: 100%;
    aspect-ratio: 1120 / 362;
    object-fit: contain;
    background: var(--sv-white);
}

.real-change-slide__content {
    display: grid;
    gap: 0.25rem;
    padding: 1.1rem 1.35rem 1.35rem;
}

.real-change-slide__content span {
    color: var(--sv-olive-dark);
    font-size: 0.88rem;
    font-weight: var(--sv-weight-bold);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.real-change-slide__content h3 {
    margin: 0;
    font-family: var(--sv-font-heading);
    color: var(--sv-olive-dark);
    font-size: clamp(1.6rem, 2.5vw, 2.3rem);
}

.real-change-slide__content strong {
    color: var(--sv-ink);
    font-size: 1.08rem;
}

.real-change-slide__content p {
    max-width: 760px;
    margin: 0.25rem 0 0;
    color: var(--sv-muted);
    font-size: 1rem;
}

.real-changes-slider__control {
    width: 48px;
    opacity: 1;
}

.real-changes-slider__control .carousel-control-prev-icon,
.real-changes-slider__control .carousel-control-next-icon {
    width: 42px;
    height: 42px;
    border-radius: var(--sv-radius-pill);
    background-color: rgba(48, 50, 38, 0.36);
    background-size: 44% 44%;
}

.real-changes-slider__indicators,
.customer-reviews-mobile__indicators {
    position: static;
    margin: 1rem 0 0;
    gap: 0.45rem;
}

.real-changes-slider__indicators [data-bs-target],
.customer-reviews-mobile__indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    margin: 0;
    border: 0;
    border-radius: var(--sv-radius-pill);
    background: var(--sv-olive);
    opacity: 0.36;
}

.real-changes-slider__indicators .active,
.customer-reviews-mobile__indicators .active {
    opacity: 1;
}

.customer-voice {
    margin-top: clamp(3rem, 6vw, 5rem);
}

.customer-voice__heading {
    display: grid;
    gap: 0.35rem;
    margin-bottom: 1.4rem;
    text-align: center;
}

.customer-voice__heading span {
    font-family: var(--sv-font-heading);
    font-size: clamp(2rem, 3vw, 3.2rem);
    color: var(--sv-olive-dark);
}

.customer-voice__heading strong {
    color: var(--sv-olive-dark);
    letter-spacing: 0.06em;
}

.customer-reviews-desktop {
    padding: 0 3.4rem 2.4rem;
}

.customer-reviews-desktop__viewport {
    overflow: visible;
}

.customer-reviews-desktop__item {
    padding: 0.2rem 0;
}

.customer-reviews-desktop__control {
    width: 3.4rem;
    opacity: 1;
}

.customer-reviews-desktop__control .carousel-control-prev-icon,
.customer-reviews-desktop__control .carousel-control-next-icon {
    width: 42px;
    height: 42px;
    border-radius: var(--sv-radius-pill);
    background-color: rgba(48, 50, 38, 0.36);
    background-size: 44% 44%;
}

.customer-reviews-desktop__indicators {
    position: static;
    margin: 1rem 0 0;
    gap: 0.45rem;
}

.customer-reviews-desktop__indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    margin: 0;
    border: 0;
    border-radius: var(--sv-radius-pill);
    background: var(--sv-olive);
    opacity: 0.36;
}

.customer-reviews-desktop__indicators .active {
    opacity: 1;
}

.customer-review-card {
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
    padding: 1.25rem;
    border: 1px solid rgba(134, 144, 106, 0.28);
    border-radius: var(--sv-radius-lg);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(252, 250, 244, 0.96) 100%);
    box-shadow: 0 10px 22px rgba(81, 88, 58, 0.06);
}

.customer-review-card__top {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.customer-review-card__summary {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    min-width: 0;
}

.customer-review-card__stars {
    color: var(--sv-olive-dark);
    letter-spacing: 0.08em;
}

.customer-review-card h3 {
    margin: 0;
    color: var(--sv-olive-dark);
    font-size: 1.38rem;
    line-height: 1.2;
    font-weight: var(--sv-weight-bold);
}

.customer-review-card p {
    margin: 0;
    color: #6a6a60;
    font-size: 1rem;
    line-height: 1.62;
}

.customer-review-card__footer {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: auto;
    padding-top: 0.25rem;
}

.customer-review-card__footer strong {
    color: #6c6a62;
    font-size: 1.05rem;
}

.customer-review-card__thumb {
    width: 72px;
    height: 72px;
    border-radius: 1.15rem;
    object-fit: cover;
    flex-shrink: 0;
    box-shadow: 0 8px 18px rgba(81, 88, 58, 0.12);
}

.customer-review-card__dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--sv-olive);
    flex-shrink: 0;
}

.customer-reviews-mobile {
    display: none;
}

.service-strip {
    padding: 4rem 0;
    background:
        radial-gradient(circle at center, rgba(174, 197, 227, 0.28), transparent 55%),
        linear-gradient(180deg, #dce8f6 0%, #cbd9ee 100%);
}

.service-strip__mobile {
    display: none;
}

.service-strip__indicators {
    position: static;
    margin: 1rem 0 0;
    gap: 0.45rem;
}

.service-strip__indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    margin: 0;
    border: 0;
    border-radius: var(--sv-radius-pill);
    background: var(--sv-olive);
    opacity: 0.38;
}

.service-strip__indicators .active {
    opacity: 1;
}

.about-section {
    background: rgba(255, 255, 255, 0.72);
}

.about-panel {
    padding: clamp(2rem, 4vw, 4rem);
    border: 1px solid rgba(134, 144, 106, 0.16);
    background: rgba(255, 255, 255, 0.84);
}

.about-section__title {
    margin-bottom: clamp(1.8rem, 4vw, 3.2rem);
    text-align: center;
    font-size: clamp(3.2rem, 8vw, 6rem);
}

.about-section__subtitle {
    margin-bottom: 1.25rem;
    font-family: var(--sv-font-heading);
    font-size: clamp(1.5rem, 2.5vw, 2.1rem);
    color: var(--sv-olive-dark);
    line-height: 1.2;
}

.about-copy {
    font-size: clamp(1.05rem, 1.5vw, 1.34rem);
    line-height: 1.2;
    color: #2f312a;
}

.about-copy p {
    margin: 0 0 1.15rem;
}

.about-copy p:last-child {
    margin-bottom: 0;
}

.about-section__image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--sv-radius-xl);
}

.about-section__image--rounded {
    border-radius: var(--sv-radius-xl);
}

.about-section__map,
.about-section__ethics,
.about-section__quality {
    margin-top: clamp(2rem, 4vw, 3rem);
}

.about-section__benefits {
    margin: clamp(1.5rem, 3.5vw, 2.5rem) auto;
}

.about-section__benefits img {
    display: block;
    width: min(720px, 100%);
    margin: 0 auto;
    border-radius: var(--sv-radius-xl);
}

.about-section__serum {
    display: block;
    width: min(260px, 100%);
    margin: 0 auto;
    border-radius: var(--sv-radius-xl);
}

.blog-section {
    background: rgba(255, 255, 255, 0.7);
}

.blog-post-panel {
    padding: clamp(1.8rem, 4vw, 4rem);
    border: 1px solid rgba(134, 144, 106, 0.16);
    background: rgba(255, 255, 255, 0.88);
}

.blog-post-title {
    margin-bottom: clamp(1.5rem, 3.5vw, 2.8rem);
    font-family: var(--sv-font-heading);
    font-size: clamp(1.9rem, 4.5vw, 3.2rem);
    color: var(--sv-olive-dark);
    line-height: 1.15;
    text-align: center;
}

.blog-post-intro {
    font-size: clamp(1.02rem, 1.4vw, 1.2rem);
    line-height: 1.6;
    color: var(--sv-muted);
    margin-bottom: 2rem;
}

.blog-post-step {
    margin-bottom: 1.25rem;
    font-size: 1.05rem;
    line-height: 1.55;
    color: var(--sv-muted);
}

.blog-post-step strong {
    color: var(--sv-olive-dark);
}

.blog-post-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--sv-radius-xl);
}

.blog-post-cta {
    margin-top: 3.5rem;
    padding: 2.2rem 1.8rem;
    background: rgba(134, 144, 106, 0.08);
    border: 1px dashed rgba(134, 144, 106, 0.35);
    border-radius: var(--sv-radius-xl);
    text-align: center;
}

.blog-post-cta p {
    font-size: 1.15rem;
    font-weight: var(--sv-weight-bold);
    color: var(--sv-olive-dark);
    margin-bottom: 1.2rem;
}

.blog-post-cta a {
    min-width: 240px;
}

.blog-section__title {
    margin-bottom: 1.9rem;
}

.blog-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    background: #a9897e;
    color: var(--sv-white);
}

.blog-card__media {
    display: block;
    overflow: hidden;
    background: #eee8df;
}

.blog-card__media img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform 0.24s ease;
}

.blog-card:hover .blog-card__media img {
    transform: scale(1.025);
}

.blog-card__body {
    min-height: 210px;
    padding: clamp(1.35rem, 3vw, 2.4rem);
}

.blog-card__body h2,
.blog-card__body h3 {
    margin: 0 0 0.65rem;
    font-family: var(--sv-font-heading);
    font-size: clamp(1.55rem, 2.4vw, 2.15rem);
    line-height: 1.08;
    color: var(--sv-white);
}

.blog-card__body span {
    display: block;
    margin-bottom: 1.1rem;
    font-size: 0.85rem;
    font-weight: var(--sv-weight-bold);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.blog-card__body p {
    margin: 0;
    font-size: clamp(1.02rem, 1.6vw, 1.35rem);
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.9);
}

.service-card {
    height: 100%;
    padding: 2rem 1.35rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.68);
    border-radius: var(--sv-radius-2xl);
    box-shadow: 0 14px 30px rgba(103, 124, 157, 0.12);
}

.service-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    margin-bottom: 1rem;
    border-radius: var(--sv-radius-pill);
    background: var(--sv-white);
}

.service-card__icon svg {
    width: 48px;
    height: 48px;
    stroke: #3c5885;
    stroke-width: 1.8;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.service-card h3 {
    margin-bottom: 0.7rem;
    font-family: var(--sv-font-heading);
    font-size: 1.7rem;
    color: var(--sv-service-title);
}

.service-card p {
    margin: 0;
    color: var(--sv-service-text);
}

.newsletter-strip {
    padding: 2.75rem 0;
    background: var(--sv-olive);
    color: var(--sv-white);
}

.newsletter-strip__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.newsletter-strip__eyebrow {
    margin-bottom: 0.35rem;
    font-size: 0.85rem;
    font-weight: var(--sv-weight-bold);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.newsletter-strip h3 {
    margin: 0;
    font-family: var(--sv-font-heading);
    font-size: 2rem;
}

.newsletter-form {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    flex: 1;
    max-width: 560px;
}

.newsletter-form input {
    flex: 1;
    min-height: 52px;
    padding: 0 1rem;
    border: 1px solid var(--sv-border-light);
    border-radius: var(--sv-radius-pill);
    background: rgba(255, 255, 255, 0.12);
    color: var(--sv-white);
}

.newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.newsletter-form button {
    min-width: 210px;
    min-height: 52px;
    border: none;
    border-radius: var(--sv-radius-pill);
    background: var(--sv-white);
    color: var(--sv-olive-dark);
    font-weight: var(--sv-weight-bold);
}

.newsletter-form button:disabled {
    cursor: wait;
    opacity: 0.72;
}

.newsletter-form__message {
    width: 100%;
    min-height: 1.2rem;
    margin: -0.25rem 0 0;
    font-size: 0.92rem;
    line-height: 1.3;
}

.newsletter-form__message.is-success {
    color: #ffffff;
}

.newsletter-form__message.is-error {
    color: #ffdeb4;
}

.footer-bottom {
    padding: 1.4rem 0 6rem;
    background: #71805b;
    color: rgba(255, 255, 255, 0.92);
}

.footer-bottom__content {
    display: flex;
    justify-content: space-between;
    gap: 1.2rem;
    align-items: center;
}

.footer-brand {
    display: inline-block;
    margin-bottom: 0.4rem;
    font-family: var(--sv-font-heading);
    font-size: 1.5rem;
}

.footer-links,
.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-links a,
.footer-social a {
    color: rgba(255, 255, 255, 0.92);
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    /* border: 1px solid rgba(255, 255, 255, 0.42); */
    border-radius: var(--sv-radius-pill);
    font-size: 0.8rem;
    text-transform: uppercase;
}

.floating-whatsapp {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 40;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    /* padding: 12px; */
    border-radius: var(--sv-radius-pill);
    background: var(--sv-whatsapp-green);
    box-shadow: 0 18px 36px rgba(218, 218, 218, 0.35);
}

.floating-whatsapp img {
    width: 100%;
    height: 100%;
}

@media (max-width: 991.98px) {
    .site-header .container {
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
    }

    .site-brand {
        justify-content: flex-start;
        padding-top: 0.85rem;
        padding-bottom: 0.85rem;
        flex: 0 0 auto;
    }

    .site-navbar {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: auto !important;
        min-height: auto;
        margin: 0 0 0 auto;
        padding-bottom: 0;
        flex: 0 0 auto;
        position: static;
    }

    .site-navbar__toggler {
        margin-left: 0 !important;
    }

    .site-navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-basis: 100%;
        width: 100%;
        padding: 0.4rem 1rem 1.1rem;
        background: var(--sv-header-bg);
        box-shadow: 0 12px 22px rgba(48, 50, 38, 0.12);
    }

    .site-navbar .navbar-nav {
        padding-top: 0.75rem;
        width: 100%;
        align-items: flex-start;
    }

    .site-navbar .nav-item {
        width: 100%;
    }

    .site-navbar .nav-link {
        display: block;
        width: 100%;
        text-align: left;
        padding-right: 0;
        padding-left: 0;
    }

    .site-brand__logo {
        width: 170px;
    }

    .hero-slide,
    .hero-slide__content {
        min-height: 0;
    }

    .hero-slide__media {
        aspect-ratio: 16 / 9;
    }

    .hero-slide__image--desktop {
        display: block;
    }

    .hero-slide__image--mobile {
        display: none;
    }

    .newsletter-strip__content {
        display: grid;
        grid-template-columns: 1fr;
    }

    .newsletter-form {
        width: 100%;
        max-width: none;
    }

    .product-review-carousel {
        padding-inline: 1.75rem;
    }

    .product-review-carousel__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-bottom__content {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767.98px) {
    .section-block {
        padding: 1.5rem 0;
    }

    .hero-shell {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }

    .hero-slide__media {
        aspect-ratio: 4 / 3;
        min-height: 0;
    }

    .hero-slide__image--desktop {
        display: none;
    }

    .hero-slide__image--mobile {
        display: block;
    }

    .hero-carousel .carousel-control-prev,
    .hero-carousel .carousel-control-next {
        display: flex;
        width: 16%;
    }

    .hero-carousel .carousel-control-prev {
        padding-left: 0.4rem;
    }

    .hero-carousel .carousel-control-next {
        padding-right: 0.4rem;
    }

    .product-card {
        padding: 0.65rem;
    }

    .product-detail-rich {
        padding-top: 3rem;
    }

    .product-card__body {
        padding: 0.8rem 0.1rem 0.1rem;
    }

    .product-card__title {
        font-size: 0.98rem;
    }

    .product-card__brand,
    .product-card__rating,
    .product-card__price-note,
    .product-card__price,
    .product-card__old-price,
    .product-card__savings {
        font-size: 0.82rem;
    }

    .btn-product {
        min-height: 42px;
        padding: 0.65rem 0.5rem;
        /* font-size: 0.84rem; */
    }

    .category-page {
        padding-top: 3rem;
    }

    .product-offer__cta,
    .product-story-block__cta {
        width: 100%;
        min-width: 0;
    }

    .product-gallery__thumb {
        width: 72px;
    }

    .product-story-block {
        padding-top: 2rem;
    }

    .product-featured-review,
    .product-customer-review {
        padding: 1rem;
    }

    .product-compare__handle {
        width: 46px;
        height: 46px;
    }

    .product-promo-strip {
        font-size: 0.92rem;
    }

    .product-gallery__zoom {
        width: 46px;
        height: 46px;
        right: 0.85rem;
        bottom: 0.85rem;
    }

    .product-review-carousel__grid {
        grid-template-columns: 1fr;
    }

    .category-page__intro {
        margin-bottom: 2rem;
    }

    .category-page__intro p,
    .category-toolbar__label,
    .category-toolbar__dropdown,
    .category-toolbar__count {
        font-size: 0.95rem;
    }

    .hero-slide__actions {
        flex-direction: column;
    }

    .hero-slide__actions a {
        width: 100%;
    }

    .review-card {
        grid-template-columns: 1fr;
    }

    .review-card img {
        width: 100%;
        height: 210px;
    }

    .real-change-slide__content {
        padding: 1rem;
    }

    .real-changes-slider__control {
        display: none;
    }

    .customer-reviews-desktop {
        display: none;
    }

    .customer-reviews-mobile {
        display: block;
    }

    .customer-review-card {
        min-height: 330px;
    }

    .customer-review-card h3 {
        font-size: 1.22rem;
    }

    .newsletter-form {
        display: grid;
        grid-template-columns: 1fr;
    }

    .newsletter-form button {
        width: 100%;
    }

    .service-card__icon {
        width: 78px;
        height: 78px;
    }

    .service-card h3 {
        font-size: 1.52rem;
    }

    .service-card p {
        font-size: 0.92rem;
    }

    .service-strip__desktop {
        display: none;
    }

    .service-strip__mobile {
        display: block;
    }

    .service-strip__mobile .service-card {
        min-height: 275px;
        box-shadow: none;
    }

    .about-panel {
        padding: 1.5rem;
    }

    .about-section__title {
        font-size: 3.1rem;
    }

    .about-copy {
        font-size: 1rem;
        line-height: 1.28;
    }

    .about-section__map,
    .about-section__ethics,
    .about-section__quality {
        margin-top: 1.75rem;
    }

    .about-section__serum {
        width: min(210px, 72%);
    }

    .page-product-detail .btn-product--featured-whatsapp {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 30;
        width: auto;
        min-width: 0;
        min-height: 64px;
        margin: 5px;
        border-radius: 7px;
        font-size: 1.08rem;
    }

    .page-product-detail--rich {
        padding-bottom: 96px;
    }

    .product-review-carousel__control {
  width: 30px;
}
}
