@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-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-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: 5.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.05;
    color: var(--sv-olive-dark);
}

.section-heading p {
    margin: 0;
    max-width: 900px;
    font-size: 1.06rem;
    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: 1.45rem;
    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: 3 / 1;
    background: var(--sv-hero-bg);
    overflow: hidden;
}

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

.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.95rem;
    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.95rem;
    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-regular);
    color: var(--sv-olive-dark);
}

.product-card__savings {
    font-size: 0.84rem;
    font-weight: var(--sv-weight-bold);
    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);
}

.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__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);
}

.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);
}

.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%);
}

.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;
    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);
}

.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 / 6;
    }

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

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

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

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

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

    .hero-slide__media {
        aspect-ratio: 3 / 1;
        min-height: 180px;
    }

    .hero-carousel .carousel-control-prev,
    .hero-carousel .carousel-control-next {
        width: 11%;
    }

    .product-card {
        padding: 0.65rem;
    }

    .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;
    }

    .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;
    }

    .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.12rem;
    }

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

    .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%);
    }
}
