/* JoeScents — professional storefront theme */

:root {
    --bs-primary: #1f4a42;
    --bs-primary-rgb: 31, 74, 66;
    --bs-secondary: #8fa89a;
    --bs-secondary-rgb: 143, 168, 154;
    --bs-dark: #152a25;
    --bs-dark-rgb: 21, 42, 37;
    --bs-light: #f0f3f1;
    --bs-light-rgb: 240, 243, 241;
    --bs-body-color: #243530;
    --bs-body-bg: #f6f8f7;
    --bs-link-color: #1f4a42;
    --bs-link-hover-color: #163832;

    --sc-ink: #152a25;
    --sc-muted: #5a6f68;
    --sc-line: #d7e0dc;
    --sc-surface: #f6f8f7;
    --sc-surface-2: #eef2f0;
    --sc-accent: #a8926a;
    --sc-accent-soft: rgba(168, 146, 106, 0.18);
    --sc-hero-overlay: linear-gradient(
        105deg,
        rgba(15, 32, 28, 0.88) 0%,
        rgba(21, 42, 37, 0.72) 48%,
        rgba(21, 42, 37, 0.35) 100%
    );
    --sc-font-display: "Cormorant Garamond", "Times New Roman", serif;
    --sc-font-body: "Manrope", "Segoe UI", sans-serif;
    --sc-mobile-nav-height: 4.75rem;
    --sc-mobile-nav-offset: calc(var(--sc-mobile-nav-height) + env(safe-area-inset-bottom, 0px));
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--sc-font-body);
    color: var(--bs-body-color);
    background:
        radial-gradient(1200px 500px at 10% -10%, rgba(143, 168, 154, 0.18), transparent 55%),
        radial-gradient(900px 420px at 100% 0%, rgba(168, 146, 106, 0.12), transparent 50%),
        var(--sc-surface);
    letter-spacing: 0.01em;
}

h1, h2, h3, h4, h5, h6,
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
    font-family: var(--sc-font-display);
    font-weight: 600;
    letter-spacing: 0.01em;
    color: var(--sc-ink);
}

a {
    transition: color 0.25s ease, opacity 0.25s ease;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.text-secondary {
    color: var(--sc-accent) !important;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.bg-secondary {
    background-color: var(--bs-secondary) !important;
}

.bg-light {
    background-color: var(--sc-surface-2) !important;
}

.bg-dark {
    background-color: var(--bs-dark) !important;
}

.border-primary {
    border-color: var(--bs-primary) !important;
}

.border-secondary {
    border-color: var(--bs-secondary) !important;
}

.btn {
    font-family: var(--sc-font-body);
    font-weight: 600;
    letter-spacing: 0.04em;
    border-radius: 2px;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.btn-primary {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #163832;
    border-color: #163832;
    color: #fff;
    transform: translateY(-1px);
}

.btn.border-secondary {
    border-color: var(--bs-secondary) !important;
    color: var(--bs-primary) !important;
}

.btn.border-secondary:hover {
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: #fff !important;
}

.rounded-pill {
    border-radius: 2px !important;
}

/* ——— Header ——— */
.fixed-top {
    background: rgba(246, 248, 247, 0.94) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--sc-line);
    box-shadow: none !important;
}

.fixed-top.shadow {
    box-shadow: 0 1px 0 var(--sc-line) !important;
}

/* Home: transparent header over hero */
body.sc-home .fixed-top:not(.sc-nav-solid) {
    background: transparent !important;
    border-bottom-color: transparent;
    backdrop-filter: none;
}

body.sc-home .fixed-top:not(.sc-nav-solid) .topbar {
    background: transparent !important;
}

body.sc-home .fixed-top:not(.sc-nav-solid) .navbar-brand .sc-brand,
body.sc-home .fixed-top:not(.sc-nav-solid) .navbar .navbar-nav .nav-link,
body.sc-home .fixed-top:not(.sc-nav-solid) .sc-navbar__icon,
body.sc-home .fixed-top:not(.sc-nav-solid) .sc-navbar__icon i,
body.sc-home .fixed-top:not(.sc-nav-solid) .navbar .fa-bars {
    color: #fff !important;
}

body.sc-home .fixed-top:not(.sc-nav-solid) .sc-navbar__search .form-control {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff;
}

body.sc-home .fixed-top:not(.sc-nav-solid) .sc-navbar__search .form-control::placeholder {
    color: rgba(255, 255, 255, 0.65);
}

body.sc-home .fixed-top:not(.sc-nav-solid) .navbar .navbar-nav .nav-link:hover,
body.sc-home .fixed-top:not(.sc-nav-solid) .navbar .navbar-nav .nav-link.active {
    color: var(--sc-accent) !important;
}

@media (max-width: 1199.98px) {
    body.sc-home .fixed-top:not(.sc-nav-solid) .navbar-collapse {
        background: rgba(21, 42, 37, 0.96);
        padding: 0.75rem 1rem 1rem;
        margin-top: 0.5rem;
        border: 1px solid rgba(255, 255, 255, 0.08);
    }
}

body.sc-home .fixed-top.sc-nav-solid {
    background: rgba(246, 248, 247, 0.96) !important;
    border-bottom: 1px solid var(--sc-line);
    backdrop-filter: blur(10px);
}

/* Kill legacy double offset from Fruitables theme */
.hero-header,
.page-header {
    margin-top: 0 !important;
}

body:not(.sc-home) {
    padding-top: 102px;
}

@media (max-width: 991.98px) {
    body:not(.sc-home) {
        padding-top: 70px;
    }
}

/* Compact professional page banners */
.page-header {
    position: relative;
    padding: 2.25rem 1rem !important;
    background:
        linear-gradient(105deg, rgba(15, 32, 28, 0.92) 0%, rgba(21, 42, 37, 0.78) 55%, rgba(21, 42, 37, 0.55) 100%),
        url(../img/cart-page-header-img.jpg) center/cover !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.page-header h1,
.page-header .display-6 {
    font-family: var(--sc-font-display);
    font-size: clamp(1.85rem, 3.5vw, 2.6rem) !important;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff !important;
    margin-bottom: 0.4rem;
}

.page-header > p,
.page-header .sc-page-lede {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.95rem;
    margin: 0 auto;
    max-width: 42ch;
}

.page-header .breadcrumb {
    margin-top: 0.65rem !important;
    justify-content: center;
    --bs-breadcrumb-divider-color: rgba(255, 255, 255, 0.35);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a,
.page-header .sc-breadcrumb,
.page-header .sc-breadcrumb a {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
}

.page-header .breadcrumb-item.active,
.page-header .sc-breadcrumb span:last-child {
    color: var(--sc-accent) !important;
}

.page-header .breadcrumb-item a:hover,
.page-header .sc-breadcrumb a:hover {
    color: #fff !important;
}

.sc-breadcrumb {
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

.sc-breadcrumb a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.sc-breadcrumb a:hover {
    color: #fff;
}

/* Inner page sections — less stacked py-5 */
.sc-page {
    padding: 2.5rem 0 3.5rem;
}

.sc-page .container.py-5,
.sc-page.py-5,
.fruite.py-5,
.fruite > .container.py-5 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.fruite.sc-shop {
    padding: 2.5rem 0 3.5rem !important;
}

.fruite.sc-shop > .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Collapse Fruitables double py-5 after banners site-wide */
.page-header + .container-fluid.py-5,
.page-header + .container.py-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 3rem !important;
}

.page-header + .container-fluid.py-5 > .container.py-5,
.page-header + .container-fluid.py-5 > .container.py-4 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.sf-page > .container-fluid.py-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 3rem !important;
}

.sf-page > .container-fluid.py-5 > .container.py-4,
.sf-page > .container-fluid.py-5 > .container.py-5 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.topbar {
    padding: 10px 22px !important;
    border-radius: 0 !important;
    background: var(--bs-dark) !important;
}

.topbar .top-info,
.topbar .top-link {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.topbar .top-info a,
.topbar .top-link a,
.topbar .top-link small {
    color: rgba(255, 255, 255, 0.78) !important;
}

.topbar .top-info i,
.topbar .text-secondary {
    color: var(--sc-accent) !important;
}


.navbar {
    height: auto !important;
    min-height: 64px;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    align-items: center;
}

.sc-navbar {
    width: 100%;
    gap: 0.5rem;
}

.navbar-brand {
    margin-right: 1rem;
    padding: 0;
}

.navbar-brand h1,
.navbar-brand .sc-brand {
    font-family: var(--sc-font-display);
    font-size: clamp(1.35rem, 2vw, 1.7rem);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: none;
    margin: 0;
    color: var(--bs-primary) !important;
    white-space: nowrap;
}

.sc-navbar__links {
    align-items: center;
    gap: 0.15rem;
}

.navbar .navbar-nav .nav-link {
    font-size: 0.72rem;
    font-weight: 650;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--sc-muted);
    padding: 0.45rem 0.55rem !important;
    white-space: nowrap;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary) !important;
}

.sc-navbar__actions {
    gap: 0.55rem;
    margin-left: 0.5rem;
}

.sc-navbar__search .form-control {
    width: 132px;
    height: 34px;
    border-radius: 2px;
    border: 1px solid var(--sc-line);
    background: #fff;
    font-size: 0.8rem;
}

.sc-navbar__icon {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--sc-ink);
    text-decoration: none;
    padding: 0;
    border: 0;
    background: transparent;
    line-height: 1;
    font-size: 1rem;
}

.sc-navbar__icon:hover {
    color: var(--bs-primary);
}

.sc-navbar__badge {
    position: absolute;
    top: -4px;
    right: -6px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 2px;
    background: var(--sc-accent) !important;
    color: #fff !important;
    font-size: 10px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.navbar .fa-2x {
    font-size: 1rem !important;
    color: var(--sc-ink);
}

#sc-nav-cart-count {
    background: var(--sc-accent) !important;
    color: #fff !important;
    border-radius: 2px !important;
}

/* ——— Hero ——— */
.sc-hero {
    position: relative;
    height: 520px;
    max-height: 62vh;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 0;
    color: #fff;
}

.sc-hero__carousel {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.sc-hero__carousel .carousel-inner,
.sc-hero__carousel .carousel-item {
    height: 100%;
}

.sc-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.sc-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.04);
    animation: sc-hero-ken 14s ease-out forwards;
}

.sc-hero__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(18, 28, 22, 0.35) 0%, rgba(18, 28, 22, 0.55) 45%, rgba(18, 28, 22, 0.72) 100%);
    z-index: 1;
    pointer-events: none;
}

.sc-hero__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 2.5rem 1rem;
    text-align: center;
}

.sc-hero__copy {
    max-width: 36rem;
    margin: 0 auto;
}

.sc-hero__brand {
    font-family: var(--sc-font-display);
    font-size: clamp(2.35rem, 5.5vw, 3.75rem);
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: none;
    line-height: 1.05;
    margin: 0 0 1rem;
    color: #fff;
    text-shadow: 0 2px 28px rgba(0, 0, 0, 0.35);
    animation: sc-fade-up 0.9s ease both;
}

.sc-hero__brand::after {
    content: "";
    display: block;
    width: 2.5rem;
    height: 1px;
    margin: 1rem auto 0;
    background: rgba(255, 255, 255, 0.55);
}

.sc-hero__headline {
    font-family: var(--sc-font-display);
    font-size: clamp(1.2rem, 2.4vw, 1.65rem);
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.35;
    max-width: none;
    margin: 0 auto 0.75rem;
    color: rgba(255, 255, 255, 0.96);
    text-shadow: 0 1px 18px rgba(0, 0, 0, 0.28);
    animation: sc-fade-up 0.9s ease 0.12s both;
}

.sc-hero__lede {
    font-size: clamp(0.9rem, 1.5vw, 1.02rem);
    line-height: 1.65;
    letter-spacing: 0.02em;
    max-width: 34rem;
    margin: 0 auto 1.5rem;
    color: rgba(255, 255, 255, 0.82);
    text-shadow: 0 1px 14px rgba(0, 0, 0, 0.25);
    animation: sc-fade-up 0.9s ease 0.22s both;
}

.sc-hero__ctas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    animation: sc-fade-up 0.9s ease 0.32s both;
}

.sc-hero__ctas .btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.sc-hero__dots {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 1.15rem;
    transform: translateX(-50%);
    margin: 0;
    z-index: 3;
}

.sc-hero__dots [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.45);
    border: 0;
    opacity: 1;
}

.sc-hero__dots .active {
    background: var(--sc-accent);
}

.sc-hero__nav {
    width: 44px;
    opacity: 0.75;
    z-index: 3;
}

.sc-hero__nav:hover {
    opacity: 1;
}

.sc-btn-solid {
    background: #fff;
    color: var(--sc-ink);
    border: 1px solid #fff;
}

.sc-btn-solid:hover {
    background: transparent;
    color: #fff;
}

.sc-btn-ghost {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.sc-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-color: #fff;
}

@keyframes sc-hero-ken {
    from { transform: scale(1.04); }
    to { transform: scale(1); }
}

@keyframes sc-fade-up {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .sc-hero__media img,
    .sc-hero__brand,
    .sc-hero__headline,
    .sc-hero__lede,
    .sc-hero__ctas {
        animation: none !important;
        transform: none !important;
        opacity: 1 !important;
    }
}

body.sc-home .sc-hero {
    height: 520px;
    max-height: 62vh;
    min-height: 420px;
}

@media (max-width: 991.98px) {
    body.sc-home .sc-hero {
        height: 460px;
        max-height: 70vh;
        min-height: 380px;
    }

    .sc-hero__inner {
        padding: 2rem 1rem 2.75rem;
    }
}

/* ——— Trust strip ——— */
.sc-trust {
    padding: 2.5rem 0;
    border-bottom: 1px solid var(--sc-line);
    background: rgba(255, 255, 255, 0.55);
}

.sc-trust__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
}

.sc-trust__item {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    padding: 0.5rem 0;
}

.sc-trust__icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    border: 1px solid var(--sc-line);
    background: #fff;
    color: var(--bs-primary);
    font-size: 1rem;
}

.sc-trust__item h5 {
    font-family: var(--sc-font-body);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0 0 0.2rem;
}

.sc-trust__item p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--sc-muted);
}

@media (max-width: 991.98px) {
    .sc-trust {
        padding: 1.35rem 0;
    }

    .sc-trust__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem 1rem;
    }

    .sc-trust__item {
        gap: 0.7rem;
        padding: 0.55rem 0.35rem;
        border: 1px solid var(--sc-line);
        background: #fff;
    }

    .sc-trust__icon {
        width: 34px;
        height: 34px;
        font-size: 0.85rem;
    }

    .sc-trust__item h5 {
        font-size: 0.7rem;
        letter-spacing: 0.05em;
        margin-bottom: 0.12rem;
    }

    .sc-trust__item p {
        font-size: 0.78rem;
        line-height: 1.35;
    }
}

@media (max-width: 575.98px) {
    .sc-trust {
        padding: 1rem 0;
    }

    .sc-trust__grid {
        gap: 0.55rem;
    }

    .sc-trust__item {
        padding: 0.55rem 0.45rem;
    }

    .sc-trust__item p {
        font-size: 0.72rem;
    }
}

/* ——— Inner heroes (About / Services) ——— */
.sc-inner-hero {
    position: relative;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.sc-inner-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.sc-inner-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transform: scale(1.03);
}

.sc-inner-hero__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(14, 24, 20, 0.45) 0%, rgba(14, 24, 20, 0.62) 50%, rgba(14, 24, 20, 0.78) 100%);
    pointer-events: none;
}

.sc-inner-hero__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 4rem 1rem 3.25rem;
}

.sc-inner-hero__brand {
    font-family: var(--sc-font-display);
    font-size: clamp(1.85rem, 4vw, 2.85rem);
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: none;
    line-height: 1.05;
    margin: 0 0 0.85rem;
    color: #fff;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.3);
}

.sc-inner-hero__brand::after {
    content: "";
    display: block;
    width: 2.25rem;
    height: 1px;
    margin: 0.9rem auto 0;
    background: rgba(255, 255, 255, 0.5);
}

.sc-inner-hero h1 {
    font-family: var(--sc-font-display);
    font-size: clamp(1.15rem, 2.2vw, 1.45rem);
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: none;
    margin: 0 0 0.55rem;
    color: rgba(255, 255, 255, 0.96);
}

.sc-inner-hero__lede {
    margin: 0 auto 1rem;
    max-width: 34rem;
    font-size: 0.98rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

.sc-inner-hero .sc-breadcrumb,
.sc-inner-hero .sc-breadcrumb a {
    color: rgba(255, 255, 255, 0.72);
}

.sc-inner-hero .sc-breadcrumb span:last-child {
    color: var(--sc-accent);
}

.sc-inner-hero .sc-breadcrumb a:hover {
    color: #fff;
}

/* ——— About story ——— */
.sc-story {
    padding: 4.5rem 0;
    background: #fff;
}

.sc-story__media {
    overflow: hidden;
    background: #1a241e;
    min-height: 420px;
}

.sc-story__media img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    max-height: 520px;
    object-fit: cover;
    display: block;
}

.sc-story__eyebrow {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--bs-primary);
    margin: 0 0 0.7rem;
}

.sc-story__title {
    font-family: var(--sc-font-display);
    font-size: clamp(1.85rem, 3.2vw, 2.6rem);
    font-weight: 600;
    line-height: 1.15;
    margin: 0 0 1rem;
    color: var(--sc-ink);
    max-width: 16ch;
}

.sc-story__copy {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--sc-muted);
    margin: 0 0 0.9rem;
    max-width: 40ch;
}

.sc-story__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.5rem;
}

.sc-btn-compact {
    padding: 0.7rem 1.35rem;
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* ——— Promise / values ——— */
.sc-promise {
    padding: 4rem 0 4.5rem;
    background:
        linear-gradient(180deg, #f6f5f2 0%, #fff 100%);
    border-top: 1px solid var(--sc-line);
}

.sc-promise__head {
    max-width: 28rem;
    margin: 0 0 2.25rem;
}

.sc-promise__head h2 {
    font-family: var(--sc-font-display);
    font-size: clamp(1.65rem, 2.8vw, 2.2rem);
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    color: var(--sc-ink);
}

.sc-promise__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.sc-promise__card {
    height: 100%;
    padding: 1.65rem 1.45rem 1.55rem;
    background: #fff;
    border: 1px solid var(--sc-line);
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.sc-promise__card:hover {
    border-color: var(--bs-primary);
    transform: translateY(-2px);
}

.sc-promise__num {
    display: block;
    font-family: var(--sc-font-display);
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--bs-primary);
    margin-bottom: 1rem;
}

.sc-promise__card h3 {
    font-family: var(--sc-font-display);
    font-size: 1.35rem;
    font-weight: 600;
    margin: 0 0 0.55rem;
    color: var(--sc-ink);
}

.sc-promise__card p {
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.6;
    color: var(--sc-muted);
}

@media (max-width: 991.98px) {
    .sc-promise__grid {
        grid-template-columns: 1fr;
    }
}

/* ——— Services editorial list ——— */
.sc-services-editorial {
    padding: 4rem 0 4.5rem;
    background: #fff;
}

.sc-services-editorial__intro {
    max-width: 36rem;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.sc-services-editorial__intro h2 {
    font-family: var(--sc-font-display);
    font-size: clamp(1.85rem, 3.2vw, 2.55rem);
    font-weight: 600;
    line-height: 1.15;
    margin: 0 0 0.75rem;
    color: var(--sc-ink);
}

.sc-services-editorial__intro > p:last-child {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;
    color: var(--sc-muted);
}

.sc-services-editorial__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    align-items: stretch;
}

.sc-services-editorial__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.65rem 1.45rem 1.45rem;
    background: #fafaf8;
    border: 1px solid var(--sc-line);
    transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.sc-services-editorial__card:hover {
    border-color: var(--bs-primary);
    background: #fff;
    transform: translateY(-2px);
}

.sc-services-editorial__num {
    display: block;
    font-family: var(--sc-font-display);
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--bs-primary);
    margin-bottom: 0.9rem;
}

.sc-services-editorial__card h3 {
    font-family: var(--sc-font-display);
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 0.5rem;
    color: var(--sc-ink);
    min-height: 2.6rem;
}

.sc-services-editorial__card > p {
    flex: 1 1 auto;
    margin: 0 0 1.25rem;
    font-size: 0.92rem;
    line-height: 1.6;
    color: var(--sc-muted);
}

.sc-services-editorial__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: auto;
    padding-top: 0.85rem;
    border-top: 1px solid var(--sc-line);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--bs-primary);
}

.sc-services-editorial__cta:hover {
    color: var(--sc-ink);
}

.sc-services-editorial__cta i {
    font-size: 0.65rem;
    transition: transform 0.2s ease;
}

.sc-services-editorial__card:hover .sc-services-editorial__cta i {
    transform: translateX(3px);
}

@media (max-width: 991.98px) {
    .sc-services-editorial__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sc-services-editorial__card h3 {
        min-height: 0;
    }
}

@media (max-width: 575.98px) {
    .sc-services-editorial__grid {
        grid-template-columns: 1fr;
    }
}

/* ——— Closing band ——— */
.sc-page-band {
    position: relative;
    padding: 4rem 1rem;
    text-align: center;
    color: #fff;
    background:
        linear-gradient(105deg, rgba(15, 32, 28, 0.94) 0%, rgba(21, 42, 37, 0.88) 100%),
        url(../img/hero/perfume-1.jpg) center/cover;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.sc-page-band__brand {
    font-family: var(--sc-font-display);
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin: 0 0 0.75rem;
    color: rgba(255, 255, 255, 0.92);
}

.sc-page-band h2 {
    font-family: var(--sc-font-display);
    font-size: clamp(1.65rem, 3vw, 2.25rem);
    font-weight: 600;
    margin: 0 0 0.55rem;
    color: #fff;
}

.sc-page-band > .container > p {
    margin: 0 auto 1.5rem;
    max-width: 32rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.98rem;
}

.sc-page-band__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}

.sc-page-band .sc-btn-solid,
.sc-page-band .sc-btn-ghost {
    padding: 0.75rem 1.45rem;
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .sc-inner-hero {
        min-height: 0;
    }

    .sc-inner-hero__inner {
        padding: 3.25rem 1rem 2.75rem;
    }

    .sc-story {
        padding: 3.25rem 0;
    }

    .sc-story__media img {
        min-height: 280px;
        max-height: 360px;
    }
}

@media (max-width: 767.98px) {
    .sc-inner-hero {
        min-height: 0;
        text-align: left;
    }

    .sc-inner-hero__inner {
        padding: 1.35rem 0 1.15rem;
    }

    .sc-inner-hero__brand {
        font-size: clamp(1.55rem, 7vw, 2rem);
        margin-bottom: 0.45rem;
    }

    .sc-inner-hero__brand::after {
        margin: 0.55rem 0 0;
    }

    .sc-inner-hero h1 {
        font-size: 1.05rem;
        letter-spacing: 0.06em;
        margin-bottom: 0.35rem;
    }

    .sc-inner-hero__lede {
        margin: 0;
        font-size: 0.88rem;
        line-height: 1.5;
        max-width: 34ch;
    }

    .sc-inner-hero__media img {
        transform: none;
        object-position: center 35%;
    }

    .sc-story {
        padding: 1.75rem 0 2rem;
    }

    .sc-story .row {
        --bs-gutter-y: 1.25rem;
    }

    .sc-story__media {
        margin-bottom: 0.25rem;
    }

    .sc-story__media img {
        min-height: 200px;
        max-height: 240px;
        width: 100%;
    }

    .sc-story__eyebrow {
        margin-bottom: 0.35rem;
        font-size: 0.68rem;
    }

    .sc-story__title {
        font-size: clamp(1.45rem, 6vw, 1.85rem);
        margin-bottom: 0.65rem;
    }

    .sc-story__copy {
        font-size: 0.92rem;
        margin-bottom: 0.75rem;
    }

    .sc-story__actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.55rem;
        margin-top: 1rem;
    }

    .sc-story__actions .btn {
        width: 100%;
        justify-content: center;
        min-height: 2.75rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        font-size: 0.78rem;
    }

    .sc-promise {
        padding: 1.75rem 0 2.25rem;
    }

    .sc-promise__head {
        margin-bottom: 1.15rem;
        text-align: left;
    }

    .sc-promise__head h2 {
        font-size: clamp(1.4rem, 5.5vw, 1.75rem);
        margin-bottom: 0;
    }

    .sc-promise__grid {
        gap: 0.75rem;
    }

    .sc-promise__card {
        padding: 1.05rem 1rem;
    }

    .sc-promise__num {
        margin-bottom: 0.45rem;
        font-size: 0.9rem;
    }

    .sc-promise__card h3 {
        font-size: 1.1rem;
        margin-bottom: 0.35rem;
    }

    .sc-promise__card p {
        font-size: 0.88rem;
        line-height: 1.5;
    }

    .sc-services-editorial {
        padding: 1.75rem 0 2.35rem;
    }

    .sc-services-editorial__intro {
        margin: 0 0 1.25rem;
        text-align: left;
        max-width: none;
    }

    .sc-services-editorial__intro h2 {
        font-size: clamp(1.4rem, 5.5vw, 1.75rem);
        margin-bottom: 0.45rem;
    }

    .sc-services-editorial__intro > p:last-child {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .sc-services-editorial__grid {
        grid-template-columns: 1fr;
        gap: 0.7rem;
    }

    .sc-services-editorial__card {
        padding: 1.05rem 1rem 1rem;
    }

    .sc-services-editorial__card:hover {
        transform: none;
    }

    .sc-services-editorial__num {
        margin-bottom: 0.45rem;
        font-size: 0.9rem;
    }

    .sc-services-editorial__card h3 {
        font-size: 1.15rem;
        margin-bottom: 0.35rem;
        min-height: 0;
    }

    .sc-services-editorial__card > p {
        margin-bottom: 0.85rem;
        font-size: 0.88rem;
        line-height: 1.5;
    }

    .sc-services-editorial__cta {
        padding-top: 0.7rem;
        font-size: 0.66rem;
    }

    .sc-contact-page {
        padding: 1.25rem 0 calc(1.25rem + var(--sc-mobile-nav-offset));
    }

    .sc-contact-channels {
        display: grid;
        gap: 0.55rem;
        margin-bottom: 1rem;
    }

    .sc-contact-channel {
        display: flex;
        align-items: center;
        gap: 0.85rem;
        padding: 0.85rem 0.95rem;
        border: 1px solid var(--sc-line);
        background: #fff;
        text-decoration: none;
        color: inherit;
        min-height: 3.65rem;
        transition: border-color 0.15s ease, background 0.15s ease;
    }

    .sc-contact-channel:hover,
    .sc-contact-channel:focus-visible {
        border-color: var(--bs-primary);
        color: inherit;
    }

    .sc-contact-channel__icon {
        width: 2.35rem;
        height: 2.35rem;
        flex-shrink: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(31, 74, 66, 0.08);
        color: var(--bs-primary);
        font-size: 1rem;
    }

    .sc-contact-channel--whatsapp .sc-contact-channel__icon {
        background: rgba(37, 211, 102, 0.12);
        color: #1fa855;
    }

    .sc-contact-channel__copy {
        display: flex;
        flex-direction: column;
        gap: 0.1rem;
        min-width: 0;
    }

    .sc-contact-channel__copy strong {
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: var(--sc-ink);
    }

    .sc-contact-channel__copy span {
        font-size: 0.9rem;
        color: var(--sc-muted);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .sc-form-panel {
        padding: 1.15rem 1rem 1.25rem;
        border: 1px solid var(--sc-line);
    }

    .sc-form-panel__head {
        margin-bottom: 1rem;
    }

    .sc-form-panel__head h2,
    .sc-form-panel h4 {
        font-family: var(--sc-font-display);
        font-size: 1.35rem;
        margin: 0 0 0.25rem;
        color: var(--sc-ink);
    }

    .sc-form-panel__head p {
        margin: 0;
        font-size: 0.84rem;
        color: var(--sc-muted);
    }

    .sc-contact-form .row {
        --bs-gutter-y: 0.75rem;
    }

    .sc-contact-form .form-floating > .form-control,
    .sc-contact-form .form-floating > textarea.form-control {
        min-height: 3.15rem;
        font-size: 1rem;
    }

    .sc-contact-form .form-floating > textarea.form-control {
        min-height: 8.5rem;
        height: 8.5rem;
        padding-top: 1.5rem;
    }

    .sc-contact-form__actions {
        position: sticky;
        bottom: calc(var(--sc-mobile-nav-offset) + 0.55rem);
        z-index: 20;
        margin-top: 0.35rem;
        padding-top: 0.35rem;
    }

    .sc-contact-form__submit {
        width: 100%;
        min-height: 3.1rem;
        padding: 0.85rem 1rem;
        font-size: 0.82rem;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        box-shadow: 0 8px 24px rgba(15, 32, 28, 0.18);
    }
}

@media (min-width: 768px) {
    .sc-contact-channels {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.85rem;
        margin-bottom: 1.5rem;
    }

    .sc-contact-channel {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        padding: 1.25rem 1.15rem;
        border: 1px solid var(--sc-line);
        background: #fff;
        text-decoration: none;
        color: inherit;
        min-height: 100%;
        transition: border-color 0.15s ease, background 0.15s ease;
    }

    .sc-contact-channel:hover,
    .sc-contact-channel:focus-visible {
        border-color: var(--bs-primary);
        color: inherit;
    }

    .sc-contact-channel__icon {
        width: 2.5rem;
        height: 2.5rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(31, 74, 66, 0.08);
        color: var(--bs-primary);
        font-size: 1.05rem;
    }

    .sc-contact-channel--whatsapp .sc-contact-channel__icon {
        background: rgba(37, 211, 102, 0.12);
        color: #1fa855;
    }

    .sc-contact-channel__copy {
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
    }

    .sc-contact-channel__copy strong {
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: var(--sc-ink);
    }

    .sc-contact-channel__copy span {
        font-size: 0.92rem;
        color: var(--sc-muted);
        word-break: break-word;
    }

    .sc-form-panel__head {
        margin-bottom: 1.25rem;
    }

    .sc-form-panel__head h2 {
        font-family: var(--sc-font-display);
        font-size: 1.5rem;
        margin: 0 0 0.3rem;
    }

    .sc-form-panel__head p {
        margin: 0;
        color: var(--sc-muted);
        font-size: 0.92rem;
    }

    .sc-contact-form__submit {
        min-width: 11rem;
        min-height: 3rem;
        padding: 0.85rem 1.35rem;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        font-size: 0.8rem;
    }

    .sc-contact-form .form-floating > textarea.form-control {
        min-height: 9.5rem;
        height: 9.5rem;
    }
}

/* ——— Sections ——— */
.sc-section-head {
    margin-bottom: 2rem;
}

.sc-section-head h1,
.sc-section-head .display-4,
.sc-section-head .display-5 {
    font-size: clamp(2rem, 3.5vw, 2.75rem);
    margin-bottom: 0.5rem;
}

.sc-section-head p {
    color: var(--sc-muted);
    max-width: 46ch;
    margin: 0 auto;
}

.fruite .tab-class {
    max-width: 100%;
    overflow: hidden;
}

.fragrances-tab-head h1 {
    font-size: clamp(2rem, 3.5vw, 2.75rem);
}

@media (max-width: 991.98px) {
    .fragrances-tab-nav-wrap {
        overscroll-behavior-x: contain;
    }

    .sc-home-tab--secondary {
        display: none !important;
    }

    .sc-home-desktop-only {
        display: none !important;
    }

    body.sc-home .fruite .tab-pane .col-md-6:nth-child(n + 5) {
        display: none !important;
    }

    body.sc-home .sc-home-tab-cta {
        margin-top: 1.25rem;
        padding: 0.95rem 1rem;
        justify-content: center;
    }

    body.sc-home .sc-home-tab-cta__copy {
        display: none;
    }

    body.sc-home .fragrances-tab-head h1 {
        font-size: 1.65rem;
    }

    body.sc-home .sc-home-fragrances-lede {
        font-size: 0.86rem;
    }
}

.sc-home-fragrances-lede {
    font-size: 0.92rem;
    max-width: 42ch;
}

.sc-home-shop-all {
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.55rem 1.1rem;
    white-space: nowrap;
}

.sc-home-tab-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
    padding: 1.15rem 1.35rem;
    background: #fff;
    border: 1px solid var(--sc-line);
}

.sc-home-tab-cta__copy {
    color: var(--sc-muted);
    font-size: 0.9rem;
    text-align: left;
}

.sc-home-tab-cta .btn {
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.7rem 1.35rem;
}

@media (max-width: 575.98px) {
    body.sc-home .sc-hero {
        height: 420px;
        max-height: 68vh;
        min-height: 360px;
    }

    body.sc-home .sc-hero__brand {
        font-size: clamp(2rem, 9vw, 2.55rem);
        margin-bottom: 0.75rem;
    }

    body.sc-home .sc-hero__brand::after {
        margin-top: 0.75rem;
    }

    body.sc-home .sc-hero__headline {
        font-size: 1.05rem;
        letter-spacing: 0.04em;
    }

    body.sc-home .sc-hero__lede {
        font-size: 0.88rem;
        margin-bottom: 1.1rem;
    }

    body.sc-home .sc-hero__ctas {
        gap: 0.55rem;
    }

    body.sc-home .sc-hero__ctas .btn {
        padding: 0.7rem 1.1rem;
        font-size: 0.72rem;
    }

    .sc-home-shop-all {
        padding: 0.45rem 0.9rem;
        font-size: 0.68rem;
    }

    .sc-home-tab-cta {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .sc-home-tab-cta__copy {
        text-align: center;
    }

    body.sc-home .testimonial .display-5 {
        font-size: 1.7rem;
    }
}

.fragrances-tab-nav .nav-item a {
    background: transparent !important;
    border: 1px solid var(--sc-line);
    border-radius: 2px !important;
    margin: 0 !important;
    padding: 0.45rem 0.9rem !important;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.fragrances-tab-nav .nav-item a span {
    font-size: 0.75rem;
    font-weight: 650;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--sc-muted) !important;
}

.fragrances-tab-nav .nav-item a.active,
.fragrances-tab-nav .nav-item a:hover {
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}

.fragrances-tab-nav .nav-item a.active span,
.fragrances-tab-nav .nav-item a:hover span {
    color: #fff !important;
}

/* Product cards */
.fruite-item,
.vesitable-item {
    border-color: var(--sc-line) !important;
    background: #fff;
    transition: border-color 0.25s ease, transform 0.25s ease;
}

.fruite-item:hover,
.vesitable-item:hover {
    border-color: var(--bs-primary) !important;
    transform: translateY(-3px);
}

.fruite-item .fruite-img img,
.vesitable-item .vesitable-img img {
    transition: transform 0.6s ease;
}

.fruite-item:hover .fruite-img img,
.vesitable-item:hover .vesitable-img img {
    transform: scale(1.04);
}

/* Promo bands */
.service-item {
    overflow: hidden;
    border-radius: 2px !important;
    border: 1px solid var(--sc-line) !important;
    background: #fff !important;
}

.service-item .service-content {
    border-radius: 0 !important;
    background: var(--bs-primary) !important;
}

.service-item .service-content.bg-light {
    background: var(--sc-surface-2) !important;
}

.service-item .service-content h5 {
    font-family: var(--sc-font-body);
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 700;
}

.service-item .service-content h3 {
    font-size: 1.35rem;
    color: inherit;
}

.service-item.bg-secondary .service-content,
.service-item.bg-primary .service-content {
    background: var(--bs-dark) !important;
    color: #fff;
}

.service-item.bg-dark .service-content {
    background: #fff !important;
    color: var(--sc-ink);
}

/* Bestsellers */
.sc-bestseller {
    background: #fff;
    border: 1px solid var(--sc-line);
    border-radius: 2px;
    padding: 1.25rem;
    height: 100%;
    transition: border-color 0.25s ease;
}

.sc-bestseller:hover {
    border-color: var(--bs-primary);
}

.sc-bestseller img {
    border-radius: 2px !important;
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
}

/* Stats */
.sc-stats {
    --sc-stats-image: none;
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: clamp(1.5rem, 3vw, 2.5rem) clamp(1rem, 2.5vw, 1.75rem);
    border-radius: 2px;
    background:
        linear-gradient(135deg, rgba(21, 42, 37, 0.94) 0%, rgba(31, 74, 66, 0.9) 48%, rgba(15, 28, 25, 0.92) 100%),
        var(--sc-stats-image) center/cover;
}

.sc-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
}

.sc-stats__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 8.5rem;
    padding: 1.1rem 0.85rem;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.sc-stats__item:last-child {
    border-right: 0;
}

.sc-stats__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background: rgba(168, 146, 106, 0.14);
    color: var(--sc-accent);
    font-size: 0.95rem;
}

.sc-stats__label {
    margin: 0;
    font-family: var(--sc-font-body);
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 600;
    line-height: 1.35;
}

.sc-stats__value {
    margin: 0;
    font-family: var(--sc-font-display);
    font-size: clamp(1.9rem, 3vw, 2.45rem);
    font-weight: 600;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.02em;
}

@media (max-width: 991.98px) {
    .sc-stats__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sc-stats__item {
        min-height: 7.25rem;
        padding: 1rem 0.75rem;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .sc-stats__item:nth-child(2n) {
        border-right: 0;
    }

    .sc-stats__item:nth-child(n + 3) {
        border-bottom: 0;
    }
}

@media (max-width: 575.98px) {
    .sc-stats {
        padding: 1.15rem 0.75rem;
    }

    .sc-stats__item {
        min-height: 6.6rem;
        gap: 0.35rem;
        padding: 0.85rem 0.55rem;
    }

    .sc-stats__icon {
        width: 2.1rem;
        height: 2.1rem;
        font-size: 0.85rem;
    }

    .sc-stats__label {
        font-size: 0.62rem;
        letter-spacing: 0.08em;
    }

    .sc-stats__value {
        font-size: 1.7rem;
    }
}

/* Brands */
.sc-brands {
    background:
        radial-gradient(700px 220px at 0% 0%, rgba(168, 146, 106, 0.08), transparent 55%),
        linear-gradient(180deg, #fff 0%, var(--sc-surface) 100%);
}

.sc-brands__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.35rem;
}

.sc-brands__eyebrow {
    margin: 0 0 0.35rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--sc-accent);
}

.sc-brands__title {
    margin: 0;
    font-family: var(--sc-font-display);
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    color: var(--sc-ink);
    line-height: 1.1;
}

.sc-brands__lede {
    margin: 0.45rem 0 0;
    max-width: 34rem;
    color: var(--sc-muted);
    font-size: 0.94rem;
}

.sc-brands__all {
    flex-shrink: 0;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--bs-primary);
    text-decoration: none;
    white-space: nowrap;
}

.sc-brands__all:hover,
.sc-brands__all:focus-visible {
    color: var(--bs-primary);
    text-decoration: underline;
}

.sc-brands__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.sc-brands__item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.6rem;
    padding: 0.85rem 0.9rem;
    border: 1px solid var(--sc-line);
    border-radius: 2px;
    background: #fff;
    color: var(--sc-ink);
    text-align: center;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(21, 42, 37, 0.03);
    transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.sc-brands__item span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.3;
}

.sc-brands__item:hover,
.sc-brands__item:focus-visible {
    border-color: rgba(31, 74, 66, 0.35);
    color: var(--bs-primary);
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(21, 42, 37, 0.08);
    outline: none;
}

.sc-brands__more {
    display: flex;
    justify-content: center;
    margin-top: 1.15rem;
}

@media (max-width: 991.98px) {
    .sc-brands__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sc-brands__head {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 1.1rem;
    }
}

@media (max-width: 575.98px) {
    .sc-brands {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .sc-brands__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.6rem;
    }

    .sc-brands__item {
        min-height: 3.25rem;
        padding: 0.75rem 0.65rem;
    }

    .sc-brands__item span {
        font-size: 0.7rem;
        letter-spacing: 0.06em;
    }

    .sc-brands__lede {
        font-size: 0.88rem;
    }

    .sc-brands__all {
        font-size: 0.76rem;
    }
}

/* Testimonials */
.testimonial-header h4 {
    font-family: var(--sc-font-body);
    font-size: 0.75rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--sc-accent) !important;
}

.sc-testimonial-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    text-align: left;
}

.sc-testimonial-head__copy {
    min-width: 0;
}

.sc-testimonial-head__nav {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    flex-shrink: 0;
    margin-bottom: 0.2rem;
}

.sc-testimonial-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    padding: 0;
    border: 1px solid var(--sc-line);
    border-radius: 999px;
    background: #fff;
    color: var(--bs-primary);
    line-height: 1;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.sc-testimonial-nav:hover,
.sc-testimonial-nav:focus-visible {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #fff;
    outline: none;
    transform: translateY(-1px);
}

.testimonial .owl-nav {
    display: none !important;
}

.testimonial-item {
    border: 1px solid var(--sc-line);
    border-radius: 2px !important;
    background: #fff !important;
}

.testimonial-item .fa-quote-right {
    color: var(--sc-accent) !important;
    opacity: 0.45;
}

@media (max-width: 767.98px) {
    .sc-testimonial-head {
        align-items: center;
        margin-bottom: 1.25rem !important;
    }

    .sc-testimonial-head__copy .display-5 {
        font-size: clamp(1.7rem, 7vw, 2.2rem);
        line-height: 1.15;
    }

    .sc-testimonial-nav {
        width: 2.4rem;
        height: 2.4rem;
    }

    .testimonial > .container.py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}

/* Footer */
.footer {
    background: var(--bs-dark) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer .text-primary {
    color: #fff !important;
    font-family: var(--sc-font-display);
    letter-spacing: 0.04em;
    text-transform: none;
}

.footer .text-secondary {
    color: var(--sc-accent) !important;
}

.footer .pb-4.mb-4 {
    border-bottom-color: rgba(255, 255, 255, 0.12) !important;
}

.footer .btn-primary {
    border-radius: 2px !important;
}

.footer .form-control {
    border-radius: 2px !important;
}

.sc-footer-brand {
    text-decoration: none;
}

.sc-footer-brand:hover {
    text-decoration: none;
}

.sc-footer-subscribe {
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 34rem;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 2px;
    background: #fff;
}

.sc-footer-subscribe__input {
    flex: 1 1 auto;
    min-width: 0;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0.95rem 1rem;
}

.sc-footer-subscribe__btn {
    flex: 0 0 auto;
    border-radius: 0 !important;
    white-space: nowrap;
    padding: 0.95rem 1.15rem;
}

.copyright {
    background: #0f1c19 !important;
}

.sc-site-footer {
    position: relative;
}

.sc-footer-mobile {
    display: none;
}

@media (max-width: 991.98px) {
    .footer.pt-5 {
        padding-top: 2rem !important;
        margin-top: 2.5rem !important;
    }

    body.sc-pdp .footer.pt-5 {
        margin-top: 1.25rem !important;
    }

    .sc-footer-inner.py-5 {
        padding-top: 0.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .sc-footer-top {
        padding-bottom: 1.15rem !important;
        margin-bottom: 1.15rem !important;
    }

    .sc-footer-brand h1 {
        font-size: 1.75rem;
    }

    .sc-footer-subscribe {
        max-width: none;
        margin: 0;
    }

    .sc-footer-subscribe__input {
        padding: 0.85rem 0.9rem;
        font-size: 0.92rem;
    }

    .sc-footer-subscribe__btn {
        padding: 0.85rem 0.85rem;
        font-size: 0.72rem;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        flex: 0 0 auto;
    }

    .sc-footer-social {
        justify-content: flex-start !important;
        padding-top: 0.15rem !important;
    }

    .sc-footer-mobile {
        display: block;
    }

    .sc-footer-mobile__lede {
        margin: 0 0 1rem;
        color: rgba(240, 243, 241, 0.72);
        font-size: 0.92rem;
        line-height: 1.65;
        max-width: 34rem;
    }

    .sc-footer-mobile__shop {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 2.85rem;
        margin-bottom: 1.25rem;
        padding: 0.7rem 1.25rem;
        font-size: 0.82rem;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }

    .sc-footer-mobile__links {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.55rem 1rem;
        margin-bottom: 1.25rem;
        padding: 1rem 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .sc-footer-mobile__links a {
        color: rgba(240, 243, 241, 0.82);
        font-size: 0.9rem;
        font-weight: 600;
        text-decoration: none;
        letter-spacing: 0.01em;
    }

    .sc-footer-mobile__links a:hover,
    .sc-footer-mobile__links a:focus-visible {
        color: #fff;
        text-decoration: none;
    }

    .sc-footer-mobile__contact {
        display: grid;
        gap: 0.7rem;
    }

    .sc-footer-mobile__contact a,
    .sc-footer-mobile__location {
        display: inline-flex;
        align-items: center;
        gap: 0.65rem;
        color: rgba(240, 243, 241, 0.78);
        font-size: 0.9rem;
        text-decoration: none;
    }

    .sc-footer-mobile__contact a:hover,
    .sc-footer-mobile__contact a:focus-visible {
        color: #fff;
        text-decoration: none;
    }

    .sc-footer-mobile__contact i {
        width: 1rem;
        color: var(--sc-accent);
        text-align: center;
    }

    .copyright.py-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .copyright .text-light {
        font-size: 0.82rem;
    }
}

.back-to-top {
    border-radius: 2px !important;
    border-width: 1px !important;
    bottom: 96px !important;
}

.sc-whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1040;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sc-whatsapp-float:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.sc-whatsapp-float__label {
    display: inline-block;
    padding: 0.65rem 1.35rem;
    padding-right: 1.75rem;
    margin-right: -0.65rem;
    background: #fff;
    color: var(--sc-ink, #1a332d);
    font-family: var(--sc-font-body, 'Manrope', sans-serif);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    border-radius: 999px;
    box-shadow: 0 6px 24px rgba(15, 28, 25, 0.14);
    white-space: nowrap;
}

.sc-whatsapp-float__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    font-size: 1.75rem;
    box-shadow: 0 8px 22px rgba(37, 211, 102, 0.38);
    flex-shrink: 0;
}

.sc-whatsapp-float:hover .sc-whatsapp-float__icon {
    background: #20bd5a;
}

@media (max-width: 575.98px) {
    .back-to-top {
        right: 16px !important;
    }
}

/* ——— Mobile bottom navigation ——— */
@media (max-width: 991.98px) {
    body.sc-frontend {
        padding-bottom: var(--sc-mobile-nav-offset);
    }

    .sc-site-footer {
        margin-bottom: calc(-1 * var(--sc-mobile-nav-offset));
        padding-bottom: var(--sc-mobile-nav-offset);
        background: linear-gradient(180deg, var(--bs-dark) 0%, #0f1c19 72%, #0f1c19 100%);
    }

    .sc-site-footer .copyright {
        margin-bottom: 0;
        padding-bottom: 1.25rem !important;
        background: transparent !important;
    }

    .sc-whatsapp-float {
        display: none;
    }

    .back-to-top {
        bottom: calc(var(--sc-mobile-nav-offset) + 0.9rem) !important;
    }
}

.sc-mobile-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1045;
    padding: 0 0 calc(env(safe-area-inset-bottom, 0px));
    pointer-events: none;
}

.sc-mobile-nav__bar {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    gap: 0.35rem;
    padding: 0.55rem 0.85rem 0.65rem;
    background:
        linear-gradient(180deg, rgba(168, 146, 106, 0.22) 0, rgba(168, 146, 106, 0.22) 1px, transparent 1px),
        linear-gradient(180deg, #0f1c19 0%, #152a25 24%, var(--bs-primary) 58%, var(--sc-ink) 100%);
    border-top: 1px solid rgba(168, 146, 106, 0.22);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.04) inset;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    pointer-events: auto;
}

.sc-mobile-nav__item {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-width: 0;
    max-width: 7.5rem;
    padding: 0.15rem 0.35rem;
    border: 0;
    border-radius: 2px;
    background: transparent;
    color: rgba(240, 243, 241, 0.78);
    text-decoration: none;
    font-family: var(--sc-font-body);
    font-size: 0.64rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.1;
    transition: color 0.25s ease, transform 0.2s ease;
}

.sc-mobile-nav__item:hover,
.sc-mobile-nav__item:focus-visible {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.sc-mobile-nav__item:active {
    transform: translateY(1px);
}

.sc-mobile-nav__icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.sc-mobile-nav__icon {
    font-size: 1.05rem;
    line-height: 1;
}

.sc-mobile-nav__item:hover .sc-mobile-nav__icon-wrap,
.sc-mobile-nav__item:focus-visible .sc-mobile-nav__icon-wrap {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(168, 146, 106, 0.45);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.sc-mobile-nav__item--whatsapp .sc-mobile-nav__icon {
    color: #6ee7a8;
    font-size: 1.2rem;
}

.sc-mobile-nav__item--whatsapp .sc-mobile-nav__icon-wrap {
    background: rgba(37, 211, 102, 0.14);
    border-color: rgba(110, 231, 168, 0.35);
}

.sc-mobile-nav__item--call .sc-mobile-nav__icon {
    color: var(--sc-accent);
}

.sc-mobile-nav__item--call .sc-mobile-nav__icon-wrap {
    background: var(--sc-accent-soft);
    border-color: rgba(168, 146, 106, 0.42);
}

.sc-mobile-nav__item--categories .sc-mobile-nav__icon {
    color: #f0f3f1;
}

.sc-mobile-nav__item--categories .sc-mobile-nav__icon-wrap {
    background: rgba(143, 168, 154, 0.18);
    border-color: rgba(143, 168, 154, 0.35);
}

.sc-mobile-nav__item--cart .sc-mobile-nav__icon-wrap {
    position: relative;
    background: rgba(240, 243, 241, 0.12);
    border-color: rgba(240, 243, 241, 0.28);
}

.sc-mobile-nav__item--cart .sc-mobile-nav__icon {
    color: #f0f3f1;
}

.sc-mobile-nav__badge {
    position: absolute;
    top: -0.2rem;
    right: -0.25rem;
    min-width: 1.05rem;
    height: 1.05rem;
    padding: 0 0.28rem;
    border-radius: 999px;
    background: var(--sc-accent, #c4a574);
    color: #14241f;
    font-family: var(--sc-font-body);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.05rem;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.sc-mobile-nav__label {
    white-space: nowrap;
}

.sc-mobile-categories {
    --bs-offcanvas-height: min(82vh, 36rem);
    background: var(--sc-surface);
    color: var(--sc-ink);
    border-top: 1px solid var(--sc-line);
    border-radius: 1.15rem 1.15rem 0 0;
    box-shadow: 0 -18px 48px rgba(21, 42, 37, 0.18);
}

.sc-mobile-categories__handle {
    width: 2.75rem;
    height: 0.28rem;
    margin: 0.65rem auto 0;
    border-radius: 999px;
    background: var(--sc-line);
}

.sc-mobile-categories .offcanvas-header {
    align-items: flex-start;
    padding: 0.85rem 1.25rem 0.75rem;
    border-bottom: 1px solid var(--sc-line);
    background:
        radial-gradient(520px 180px at 100% -40%, rgba(168, 146, 106, 0.14), transparent 60%),
        linear-gradient(180deg, #fff 0%, var(--sc-surface) 100%);
}

.sc-mobile-categories__kicker {
    margin: 0;
    font-family: var(--sc-font-body);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: none;
    color: var(--sc-accent);
}

.sc-mobile-categories .offcanvas-title {
    font-family: var(--sc-font-display);
    font-size: 1.65rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: var(--sc-ink);
}

.sc-mobile-categories .offcanvas-body {
    padding: 1rem 1.25rem calc(1.35rem + env(safe-area-inset-bottom, 0px));
    background: var(--sc-surface);
}

.sc-mobile-categories__lede {
    margin: 0 0 1rem;
    color: var(--sc-muted);
    font-size: 0.9rem;
}

.sc-mobile-categories__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
}

.sc-mobile-categories__link {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    min-height: 3.35rem;
    padding: 0.85rem 0.9rem;
    border-radius: 2px;
    background: #fff;
    border: 1px solid var(--sc-line);
    color: var(--sc-ink);
    text-decoration: none;
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    box-shadow: 0 6px 18px rgba(21, 42, 37, 0.04);
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

.sc-mobile-categories__link:hover,
.sc-mobile-categories__link:focus-visible {
    background: var(--sc-surface-2);
    border-color: rgba(31, 74, 66, 0.22);
    color: var(--bs-primary);
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(21, 42, 37, 0.08);
}

.sc-mobile-categories__link-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--sc-accent-soft);
    color: var(--bs-primary);
    font-size: 0.82rem;
    flex-shrink: 0;
}

.sc-mobile-categories__contact {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    margin-top: 1.15rem;
    padding-top: 1rem;
    border-top: 1px solid var(--sc-line);
}

.sc-mobile-categories__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.85rem;
    padding: 0.7rem 0.85rem;
    border-radius: 2px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}

.sc-mobile-categories__cta:hover,
.sc-mobile-categories__cta:focus-visible {
    text-decoration: none;
    transform: translateY(-1px);
}

.sc-mobile-categories__cta--whatsapp {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    color: #fff;
}

.sc-mobile-categories__cta--whatsapp:hover,
.sc-mobile-categories__cta--whatsapp:focus-visible {
    background: #163832;
    border-color: #163832;
    color: #fff;
}

.sc-mobile-categories__cta--call {
    background: #fff;
    border: 1px solid var(--sc-line);
    color: var(--bs-primary);
}

.sc-mobile-categories__cta--call:hover,
.sc-mobile-categories__cta--call:focus-visible {
    background: var(--sc-surface-2);
    border-color: rgba(31, 74, 66, 0.22);
    color: var(--bs-primary);
}

@media (max-width: 380px) {
    .sc-mobile-nav__bar {
        padding-left: 0.55rem;
        padding-right: 0.55rem;
        gap: 0.15rem;
    }

    .sc-mobile-nav__item {
        font-size: 0.55rem;
        letter-spacing: 0.05em;
        max-width: none;
        padding-left: 0.15rem;
        padding-right: 0.15rem;
    }

    .sc-mobile-nav__icon-wrap {
        width: 2.05rem;
        height: 2.05rem;
    }

    .sc-mobile-nav__badge {
        min-width: 0.95rem;
        height: 0.95rem;
        line-height: 0.95rem;
        font-size: 0.58rem;
    }

    .sc-mobile-categories__contact {
        grid-template-columns: 1fr;
    }
}

/* ——— Shop ——— */
.sc-shop-hero {
    padding: clamp(2rem, 4vw, 3rem) 0 1.75rem;
    background:
        radial-gradient(900px 320px at 90% -20%, rgba(168, 146, 106, 0.16), transparent 55%),
        linear-gradient(180deg, #122621 0%, #1a332d 100%);
    color: #fff;
    text-align: center;
}

.sc-shop-hero__brand {
    font-family: var(--sc-font-display);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: none;
    color: var(--sc-accent);
    margin: 0 0 0.65rem;
}

.sc-shop-hero h1 {
    font-family: var(--sc-font-display);
    font-size: clamp(2.1rem, 4.5vw, 3.1rem);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 0.55rem;
}

.sc-shop-hero__lede {
    max-width: 42ch;
    margin: 0 auto 1rem;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.98rem;
    line-height: 1.6;
}

.sc-shop-hero .sc-breadcrumb,
.sc-shop-hero .sc-breadcrumb a {
    color: rgba(255, 255, 255, 0.55) !important;
}

.sc-shop-hero .sc-breadcrumb span:last-child {
    color: var(--sc-accent) !important;
}

.sc-shop-promise {
    background: #fff;
    border-bottom: 1px solid var(--sc-line);
}

.sc-shop-promise__row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.sc-shop-promise__item {
    padding: 1rem 1.1rem;
    border-right: 1px solid var(--sc-line);
    text-align: center;
}

.sc-shop-promise__item:last-child {
    border-right: 0;
}

.sc-shop-promise__item strong {
    display: block;
    font-family: var(--sc-font-body);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--sc-ink);
    margin-bottom: 0.2rem;
}

.sc-shop-promise__item span,
.sc-shop-promise__item a {
    font-size: 0.85rem;
    color: var(--sc-muted);
    text-decoration: none;
}

.sc-shop-promise__item a:hover {
    color: var(--bs-primary);
}

.sc-shop-paths {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.sc-shop-paths-wrap {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    overflow: hidden;
}

.sc-shop-paths-wrap .sc-shop-paths {
    flex-wrap: nowrap;
    width: max-content;
    max-width: none;
}

.sc-shop-path {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.9rem;
    border: 1px solid var(--sc-line);
    background: #fff;
    color: var(--sc-muted);
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.sc-shop-path:hover,
.sc-shop-path.is-active {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #fff;
}

.sc-shop-sidebar h4 {
    font-family: var(--sc-font-body);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sc-ink);
    margin-bottom: 0.9rem;
}

.sc-shop-sidebar .fruite-categorie li {
    margin-bottom: 0.45rem;
    padding-bottom: 0.45rem;
    border-bottom: 1px solid rgba(215, 224, 220, 0.7);
}

.sc-shop-sidebar .fruite-categorie li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sc-shop-sidebar .fruite-name a {
    color: var(--sc-muted);
    text-decoration: none;
    font-size: 0.92rem;
}

.sc-shop-sidebar .fruite-name a:hover,
.sc-shop-sidebar .fruite-name a.fw-bold,
.sc-shop-sidebar .fruite-name a.text-primary {
    color: var(--bs-primary) !important;
}

.sc-shop-sidebar .fruite-name i {
    display: none;
}

.sc-shop-sidebar .fruite-name span {
    color: var(--sc-muted);
    font-size: 0.8rem;
}

.sc-shop-panel {
    background: #fff;
    border: 1px solid var(--sc-line);
    padding: 1.2rem 1.15rem;
    margin-bottom: 1rem;
}

.sc-shop-panel__label,
.sc-shop-panel > h4 {
    font-family: var(--sc-font-body);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--sc-ink);
    margin: 0 0 0.75rem;
    display: block;
}

.sc-shop-dd {
    position: relative;
    width: 100%;
}

.sc-shop-dd__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    min-height: 2.75rem;
    padding: 0.55rem 0.85rem;
    border: 1px solid var(--sc-line);
    border-radius: 2px;
    background: var(--sc-surface);
    color: var(--sc-ink);
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    cursor: pointer;
}

.sc-shop-dd__toggle:hover,
.sc-shop-dd__toggle:focus-visible,
.sc-shop-dd.is-open .sc-shop-dd__toggle {
    border-color: var(--bs-primary);
    background: #fff;
    outline: 0;
}

.sc-shop-dd__value {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sc-shop-dd__toggle i {
    flex-shrink: 0;
    font-size: 0.7rem;
    color: var(--bs-primary);
    transition: transform 0.18s ease;
}

.sc-shop-dd.is-open .sc-shop-dd__toggle i {
    transform: rotate(180deg);
}

.sc-shop-dd__menu {
    display: none;
    width: 100%;
    margin-top: 0.45rem;
    max-height: min(42vh, 16rem);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid var(--sc-line);
    background: #fff;
}

.sc-shop-dd.is-open .sc-shop-dd__menu,
.sc-shop-dd__menu:not([hidden]) {
    display: block;
}

.sc-shop-dd__option {
    display: block;
    padding: 0.7rem 0.85rem;
    border-bottom: 1px solid rgba(215, 224, 220, 0.7);
    color: var(--sc-muted);
    font-size: 0.9rem;
    text-decoration: none;
    line-height: 1.35;
}

.sc-shop-dd__option:last-child {
    border-bottom: 0;
}

.sc-shop-dd__option:hover,
.sc-shop-dd__option:focus-visible {
    background: rgba(31, 74, 66, 0.06);
    color: var(--bs-primary);
    outline: 0;
}

.sc-shop-dd__option.is-active {
    background: rgba(31, 74, 66, 0.08);
    color: var(--bs-primary);
    font-weight: 700;
}

.sc-shop-filter-drawer .sc-shop-dd__menu {
    max-height: min(36vh, 14rem);
}

.sc-shop-search .form-control {
    border-radius: 2px 0 0 2px;
    border-color: var(--sc-line);
    background: var(--sc-surface);
}

.sc-shop-search .btn {
    border-radius: 0 2px 2px 0;
}

.sc-shop-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--sc-line);
}

.sc-shop-toolbar h2 {
    font-family: var(--sc-font-display);
    font-size: clamp(1.55rem, 2.5vw, 1.9rem);
    margin: 0 0 0.2rem;
}

.sc-shop-toolbar p {
    margin: 0;
    color: var(--sc-muted);
    font-size: 0.88rem;
}

.sc-shop-clear {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--sc-muted);
    text-decoration: none;
}

.sc-shop-clear:hover {
    color: var(--bs-primary);
}

.sc-shop-empty {
    background: #fff;
    border: 1px dashed var(--sc-line);
    padding: 3rem 1.5rem;
    text-align: center;
}

.sc-shop-empty h3 {
    font-family: var(--sc-font-display);
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
}

.sc-shop-empty p {
    color: var(--sc-muted);
    margin-bottom: 1.25rem;
}

.sc-featured-row {
    display: flex;
    gap: 0.85rem;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--sc-line);
}

.sc-featured-row:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sc-featured-row img {
    width: 68px;
    height: 68px;
    object-fit: cover;
}

.sc-featured-brand {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--sc-muted);
}

.sc-featured-row h6 {
    font-size: 0.9rem;
    margin-bottom: 0.2rem;
}

.sc-featured-row h5 {
    font-size: 0.9rem;
    margin: 0;
    color: var(--sc-ink);
}

.sc-shop-aside-cta {
    background: linear-gradient(160deg, #152a25, #1f4a42);
    color: #fff;
    padding: 1.35rem 1.2rem;
}

.sc-shop-aside-cta__kicker {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sc-accent);
    margin: 0 0 0.4rem;
}

.sc-shop-aside-cta h3 {
    font-family: var(--sc-font-display);
    font-size: 1.45rem;
    color: #fff;
    margin: 0 0 0.45rem;
}

.sc-shop-aside-cta p {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 1rem;
}

.sc-shop-aside-cta .btn {
    background: #fff;
    border-color: #fff;
    color: var(--sc-ink);
}

.sc-shop-aside-cta .btn:hover {
    background: transparent;
    color: #fff;
}

/* Product cards — tight, professional */
.sc-product-card {
    background: #fff;
    border: 1px solid var(--sc-line);
    overflow: hidden;
    transition: border-color 0.2s ease, transform 0.2s ease;
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.sc-product-card:hover {
    border-color: var(--bs-primary);
    transform: translateY(-2px);
}

.sc-product-card__media {
    position: relative;
    background: #f7f6f3;
    overflow: hidden;
    flex: 0 0 260px;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid var(--sc-line);
}

.sc-product-card__image-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0.35rem;
    box-sizing: border-box;
}

.sc-product-card__media img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    transition: transform 0.35s ease;
}

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

.sc-product-card__badge {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    max-width: calc(100% - 52px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0.18rem 0.45rem;
    background: var(--bs-primary);
    color: #fff;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.sc-product-card__wish-form {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    margin: 0;
}

.sc-product-card__wish {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--sc-line);
    color: var(--sc-ink);
    text-decoration: none;
    padding: 0;
    font-size: 0.75rem;
    transition: background 0.2s ease, color 0.2s ease;
}

.sc-product-card__wish-form .sc-product-card__wish {
    position: static;
}

.sc-product-card__wish:hover,
.sc-product-card__wish.is-active {
    color: #b42318;
    background: #fff;
}

.sc-product-card__body {
    padding: 0.7rem 0.8rem 0.75rem;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    min-height: 0;
    background: #fff;
}

.sc-product-card__brand {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--sc-muted);
    margin: 0 0 0.1rem;
    line-height: 1.2;
}

.sc-product-card__name {
    font-family: var(--sc-font-display);
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 0.2rem;
    max-height: 2.5em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sc-product-card__name a {
    color: var(--sc-ink);
    text-decoration: none;
}

.sc-product-card__name a:hover {
    color: var(--bs-primary);
}

.sc-product-card__meta {
    font-size: 0.72rem;
    color: var(--sc-muted);
    margin: 0;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sc-product-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-top: auto;
    padding-top: 0.55rem;
    border-top: 1px solid var(--sc-line);
}

.sc-product-card__price {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--sc-ink);
    white-space: nowrap;
}

.sc-product-card__cta {
    padding: 0.3rem 0.7rem;
    font-size: 0.65rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    flex-shrink: 0;
}

/* ——— Product detail page ——— */
.sc-pdp-page {
    padding: 2.5rem 0 3rem;
}

.sc-pdp-page > .container {
    max-width: 1220px;
}

.sc-pdp-hero > [class*="col-"] {
    display: flex;
}

.sc-pdp-media {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.sc-pdp-summary {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 0.4rem;
    width: 100%;
}

.sc-pdp-brand {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sc-accent);
}

.sc-pdp-title {
    margin: 0;
    font-family: var(--sc-font-display);
    font-size: clamp(2.1rem, 4vw, 3rem);
    line-height: 1.02;
    letter-spacing: 0.02em;
    color: var(--sc-ink);
}

.sc-pdp-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.sc-pdp-badges .badge {
    padding: 0.55rem 0.8rem;
    border-radius: 999px;
    font-size: 0.72rem;
    letter-spacing: 0.06em;
}

.sc-pdp-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.sc-pdp-metric {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.95rem 1rem;
    background: #fff;
    border: 1px solid var(--sc-line);
    border-radius: 2px;
    box-shadow: 0 10px 28px rgba(21, 42, 37, 0.05);
}

.sc-pdp-metric__label {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--sc-ink);
}

.sc-pdp-metric__value {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    white-space: nowrap;
}

.sc-pdp-description {
    margin: 0;
    color: var(--sc-muted);
    font-size: 1rem;
    line-height: 1.85;
    max-width: 60ch;
}

.sc-pdp-accords {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.sc-pdp-accord {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.8rem;
    border: 1px solid var(--sc-line);
    border-radius: 999px;
    background: #fff;
    color: var(--sc-ink);
    font-size: 0.82rem;
    font-weight: 600;
}

.sc-pdp-accord small {
    color: var(--sc-muted);
    font-size: 0.72rem;
    font-weight: 700;
}

.sc-pdp-panel {
    padding: 1.5rem;
    background:
        radial-gradient(420px 160px at 100% -30%, rgba(168, 146, 106, 0.12), transparent 58%),
        linear-gradient(180deg, #fff 0%, var(--sc-surface) 100%);
    border: 1px solid var(--sc-line);
    border-radius: 2px;
    box-shadow: 0 18px 42px rgba(21, 42, 37, 0.08);
    overflow: visible;
}

.sc-pdp-panel__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.25rem;
    margin-bottom: 1rem;
}

.sc-pdp-panel__eyebrow {
    margin: 0 0 0.35rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sc-accent);
}

.sc-pdp-panel__title {
    margin: 0;
    font-family: var(--sc-font-display);
    font-size: 1.65rem;
    color: var(--sc-ink);
}

.sc-pdp-pricebox {
    text-align: right;
    min-width: 12rem;
}

.sc-pdp-price {
    font-family: var(--sc-font-display);
    font-size: clamp(1.9rem, 3vw, 2.35rem);
    line-height: 1;
    color: var(--sc-ink);
}

.sc-pdp-price__meta {
    margin-top: 0.4rem;
    font-size: 0.82rem;
    color: var(--sc-muted);
}

.sc-pdp-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 0.85rem 1rem;
    border-radius: 2px;
    background: rgba(143, 168, 154, 0.12);
}

.sc-pdp-stock {
    font-size: 0.84rem;
    font-weight: 700;
    color: var(--bs-primary);
}

.sc-pdp-meta-row__hint {
    font-size: 0.78rem;
    color: var(--sc-muted);
    text-align: right;
}

.sc-pdp-buy .form-label {
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--sc-muted);
}

.sc-pdp-buy .form-select,
.sc-pdp-buy .form-control {
    min-height: 3.1rem;
    border-color: var(--sc-line);
    border-radius: 2px;
    box-shadow: none;
}

.sc-pdp-buy .form-select:focus,
.sc-pdp-buy .form-control:focus {
    border-color: rgba(31, 74, 66, 0.45);
    box-shadow: 0 0 0 0.14rem rgba(31, 74, 66, 0.08);
}

.sc-pdp-buy__submit {
    min-height: 3.1rem;
}

.sc-pdp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.sc-pdp-note-card {
    height: 100%;
    padding: 1.5rem;
    background: #fff;
    border: 1px solid var(--sc-line);
    border-radius: 2px;
    box-shadow: 0 16px 36px rgba(21, 42, 37, 0.05);
}

.sc-pdp-note-list li + li {
    margin-top: 0.55rem;
}

.sc-pdp-section-head {
    max-width: 44rem;
}

.sc-pdp-section-head__eyebrow {
    margin: 0 0 0.35rem;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sc-accent);
}

.sc-pdp-related__head {
    max-width: 42rem;
    margin: 0 auto 1.35rem;
    text-align: center;
}

.sc-pdp-related {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--sc-line);
}

.sc-pdp-related__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.15rem;
}

.sc-pdp-related__item {
    min-width: 0;
}

.sc-pdp-related__item .sc-product-card {
    height: 100%;
}

@media (max-width: 1199.98px) {
    .sc-pdp-related__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .sc-pdp-related__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
    }
}

.product-gallery-main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    min-height: 620px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none;
    cursor: zoom-in;
    overflow: visible;
}

.product-gallery-main__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 620px;
    object-fit: cover;
    object-position: center;
    border: none;
    border-radius: 0;
    background: transparent;
    pointer-events: none;
}

.sc-pdp-thumbs {
    justify-content: center;
}

.product-thumb-btn,
.product-gallery-dot {
    width: 78px;
    height: 78px;
    background: #fff;
    border-color: var(--sc-line) !important;
    border-radius: 2px !important;
}

.product-thumb-btn__image {
    object-fit: cover;
    pointer-events: none;
}

.product-thumb-btn.border-primary,
.product-gallery-dot.border-dark {
    border-color: var(--bs-primary) !important;
    box-shadow: 0 0 0 2px rgba(31, 74, 66, 0.08);
}

.sc-vessel-picks {
    margin-bottom: 0.15rem;
}

.sc-vessel-pick {
    border: 1px solid var(--sc-line);
    background: #fff;
    color: var(--sc-ink);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 0.45rem 0.9rem;
    border-radius: 0;
}

.sc-vessel-pick:hover {
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}

.sc-vessel-pick.is-active {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #fff;
}

.sc-size-dropdown {
    position: relative;
    width: 100%;
}

.sc-size-dropdown__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    min-height: 3.1rem;
    padding: 0.7rem 0.95rem;
    border: 1px solid var(--sc-line);
    border-radius: 2px;
    background: #fff;
    color: var(--sc-ink);
    font-family: var(--sc-font-body);
    font-size: 0.92rem;
    font-weight: 600;
    text-align: left;
    box-shadow: none;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.sc-size-dropdown__trigger:hover,
.sc-size-dropdown.is-open .sc-size-dropdown__trigger {
    border-color: rgba(31, 74, 66, 0.45);
    box-shadow: 0 0 0 0.14rem rgba(31, 74, 66, 0.08);
}

.sc-size-dropdown__value {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sc-size-dropdown__caret {
    flex-shrink: 0;
    font-size: 0.72rem;
    color: var(--sc-muted);
    transition: transform 0.2s ease;
}

.sc-size-dropdown.is-open .sc-size-dropdown__caret {
    transform: rotate(180deg);
}

.sc-size-dropdown__menu {
    position: absolute;
    top: calc(100% + 0.35rem);
    left: 0;
    right: 0;
    z-index: 30;
    display: grid;
    gap: 0.2rem;
    max-height: 16rem;
    overflow: auto;
    padding: 0.4rem;
    background: #fff;
    border: 1px solid var(--sc-line);
    border-radius: 2px;
    box-shadow: 0 16px 36px rgba(21, 42, 37, 0.12);
}

.sc-size-dropdown__option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    width: 100%;
    padding: 0.75rem 0.85rem;
    border: 0;
    border-radius: 2px;
    background: transparent;
    color: var(--sc-ink);
    font-size: 0.9rem;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
}

.sc-size-dropdown__option strong {
    font-weight: 700;
    color: var(--bs-primary);
    white-space: nowrap;
}

.sc-size-dropdown__option:hover,
.sc-size-dropdown__option:focus-visible {
    background: rgba(143, 168, 154, 0.14);
    outline: none;
}

.sc-size-dropdown__option.is-active {
    background: rgba(31, 74, 66, 0.1);
}

.sc-size-dropdown__option.is-filtered-out,
.sc-size-dropdown__option[hidden] {
    display: none !important;
}

.sc-pdp-page-header__back {
    display: none;
}

@media (max-width: 991.98px) {
    body.sc-pdp .sc-whatsapp-float {
        display: none;
    }

    body.sc-pdp .back-to-top {
        bottom: calc(var(--sc-mobile-nav-offset) + 4.75rem) !important;
    }

    .sc-pdp-hero > [class*="col-"] {
        display: block;
    }

    .sc-pdp-page-header {
        padding-top: 0.85rem !important;
        padding-bottom: 0.75rem !important;
        min-height: 0 !important;
        text-align: center;
    }

    .sc-pdp-page-header__title,
    .sc-pdp-page-header__current,
    .sc-pdp-page-header__crumbs {
        display: none;
    }

    .sc-pdp-page-header__back {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.45rem;
        color: rgba(255, 255, 255, 0.92);
        text-decoration: none;
        font-size: 0.78rem;
        font-weight: 650;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .sc-pdp-page-header__back:hover,
    .sc-pdp-page-header__back:focus-visible {
        color: #fff;
        text-decoration: none;
    }

    .sc-pdp-page {
        padding-top: 1.25rem;
        padding-bottom: 1.5rem;
    }

    .sc-pdp-page__inner {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .sc-pdp-page.sc-pdp-page--cartable {
        padding-bottom: 4.5rem;
    }

    .sc-pdp-page.sc-pdp-page--cartable .sc-pdp-related {
        padding-bottom: 0;
    }

    .sc-pdp-hero {
        --bs-gutter-y: 1.1rem;
        margin-bottom: 1.25rem !important;
    }

    .sc-pdp-media {
        max-width: none;
        margin: 0;
    }

    .product-gallery-main,
    .product-gallery-main__image {
        min-height: 0;
    }

    .product-gallery-main {
        aspect-ratio: 4 / 5;
        max-height: min(78vw, 24rem);
        padding: 1.1rem 1rem;
        background:
            radial-gradient(120% 80% at 50% 20%, rgba(255, 255, 255, 0.72), transparent 62%),
            linear-gradient(180deg, #f7f4ef 0%, #efeae2 100%);
        border: 1px solid var(--sc-line) !important;
        border-radius: 2px !important;
        overflow: hidden;
    }

    .product-gallery-main__image {
        min-height: 0;
        height: 100%;
        width: 100%;
        object-fit: contain;
        object-position: center;
    }

    .sc-pdp-thumbs {
        justify-content: flex-start;
        gap: 0.45rem !important;
        margin-top: 0.15rem;
    }

    .product-thumb-btn {
        width: 58px;
        height: 58px;
    }

    .sc-pdp-summary {
        gap: 0.75rem;
        padding-top: 0;
    }

    .sc-pdp-brand {
        font-size: 0.72rem;
        letter-spacing: 0.16em;
    }

    .sc-pdp-title {
        font-size: clamp(1.55rem, 6vw, 1.9rem);
        line-height: 1.08;
    }

    .sc-pdp-badges {
        gap: 0.35rem;
    }

    .sc-pdp-badges .badge {
        padding: 0.4rem 0.65rem;
        border-radius: 2px;
        font-size: 0.66rem;
        letter-spacing: 0.05em;
    }

    .sc-pdp-panel {
        padding: 1rem 1rem 1.05rem;
        margin-top: 0.1rem;
        box-shadow: 0 10px 28px rgba(21, 42, 37, 0.06);
    }

    .sc-pdp-panel__intro {
        display: none;
    }

    .sc-pdp-panel__head {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.15rem;
        margin-bottom: 0.65rem;
    }

    .sc-pdp-panel__title {
        font-size: 1.2rem;
    }

    .sc-pdp-pricebox {
        min-width: 0;
        text-align: left;
        width: 100%;
    }

    .sc-pdp-price {
        font-size: 1.7rem;
        letter-spacing: 0.01em;
    }

    .sc-pdp-price__meta {
        margin-top: 0.25rem;
        font-size: 0.78rem;
    }

    .sc-pdp-meta-row {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 0.35rem;
        margin-bottom: 0.75rem;
        padding: 0.55rem 0.75rem;
    }

    .sc-pdp-stock {
        font-size: 0.78rem;
    }

    .sc-pdp-stock__qty {
        display: none;
    }

    .sc-pdp-buy {
        --bs-gutter-x: 0.65rem;
        --bs-gutter-y: 0.65rem;
    }

    .sc-pdp-buy > .col-12.col-md-6 {
        flex: 1 1 auto;
        max-width: calc(100% - 5.75rem);
    }

    .sc-pdp-buy > .col-6.col-md-3:not(.sc-pdp-buy__submit-wrap) {
        flex: 0 0 5.25rem;
        max-width: 5.25rem;
        width: 5.25rem;
    }

    .sc-pdp-details {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        padding-top: 0.25rem;
        border-top: 1px solid var(--sc-line);
        margin-top: 0.1rem;
    }

    .sc-pdp-accords {
        gap: 0.4rem;
    }

    .sc-pdp-accord {
        padding: 0.4rem 0.65rem;
        border-radius: 2px;
        font-size: 0.74rem;
    }

    .sc-pdp-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.55rem;
    }

    .sc-pdp-metric {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.4rem;
        padding: 0.7rem 0.75rem;
        box-shadow: none;
    }

    .sc-pdp-metric__label {
        font-size: 0.7rem;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: var(--sc-muted);
    }

    .sc-pdp-description {
        font-size: 0.9rem;
        line-height: 1.65;
    }

    .sc-pdp-actions .btn {
        width: 100%;
        justify-content: center;
        font-size: 0.78rem;
        padding: 0.65rem 1rem;
    }

    .sc-pdp-notes {
        --bs-gutter-y: 0.65rem;
        margin-top: 0.35rem;
    }

    .sc-pdp-notes__lede,
    .sc-pdp-related__lede {
        display: none;
    }

    .sc-pdp-section-head h3 {
        font-size: 1.35rem;
    }

    .sc-pdp-note-card {
        padding: 0.85rem 0.95rem;
        box-shadow: none;
    }

    .sc-pdp-note-card h5 {
        font-size: 0.78rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        margin-bottom: 0.55rem;
    }

    .sc-pdp-note-list li {
        font-size: 0.88rem;
    }

    .sc-pdp-note-list li + li {
        margin-top: 0.35rem;
    }

    .sc-pdp-related {
        margin-top: 1.15rem;
        padding-top: 1.15rem;
    }

    .sc-pdp-related__head {
        margin-bottom: 0.85rem;
        text-align: left;
    }

    .sc-pdp-related__head h3 {
        font-size: 1.35rem;
    }

    .sc-pdp-related__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.7rem;
    }

    .sc-pdp-related__item:nth-child(n + 5) {
        display: none;
    }

    .sc-pdp-related__item .sc-product-card__media {
        flex-basis: 9.5rem;
        height: 9.5rem;
    }

    .sc-pdp-related__item .sc-product-card__body {
        padding: 0.75rem 0.7rem 0.85rem !important;
    }

    .sc-pdp-related__item .sc-product-card__name {
        font-size: 0.92rem;
    }

    .sc-pdp-related__item .sc-product-card__meta {
        font-size: 0.72rem;
    }

    .sc-pdp-related__item .sc-product-card__price {
        font-size: 0.9rem;
    }

    .sc-pdp-related__item .sc-product-card__cta {
        min-width: 0;
        padding-left: 0.7rem;
        padding-right: 0.7rem;
        font-size: 0.68rem;
    }

    .sc-pdp-buy__submit-wrap .form-label {
        display: none !important;
    }

    .sc-pdp-buy__submit-wrap {
        display: none;
    }

    .sc-pdp-sticky-bar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: var(--sc-mobile-nav-offset);
        z-index: 1040;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        padding: 0.55rem 0.85rem;
        background: rgba(255, 255, 255, 0.98);
        border-top: 1px solid var(--sc-line);
        box-shadow: 0 -8px 24px rgba(21, 42, 37, 0.1);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

    .sc-pdp-sticky-bar.is-hidden {
        opacity: 0;
        pointer-events: none;
        transform: translateY(12px);
    }

    .sc-pdp-sticky-bar__info {
        min-width: 0;
    }

    .sc-pdp-sticky-bar__price {
        font-family: var(--sc-font-display);
        font-size: 1.05rem;
        font-weight: 600;
        color: var(--sc-ink);
        line-height: 1.1;
    }

    .sc-pdp-sticky-bar__meta {
        margin-top: 0.1rem;
        font-size: 0.68rem;
        color: var(--sc-muted);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .sc-pdp-sticky-bar__cta {
        flex-shrink: 0;
        min-width: 7.75rem;
        min-height: 2.55rem;
        padding-left: 0.95rem;
        padding-right: 0.95rem;
        font-size: 0.74rem;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }
}

@media (max-width: 575.98px) {
    .product-gallery-main {
        max-height: min(86vw, 21rem);
        padding: 0.9rem 0.85rem;
    }

    .sc-pdp-panel,
    .sc-pdp-note-card {
        padding: 0.9rem;
    }

    .sc-pdp-title {
        font-size: 1.6rem;
    }

    .sc-pdp-price {
        font-size: 1.55rem;
    }

    .sc-pdp-buy__submit {
        min-height: 2.85rem;
    }

    .sc-pdp-sticky-bar__cta {
        min-width: 7.1rem;
    }
}

.sc-product-card.fruite-item,
.fruite-item.sc-product-card {
    margin: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: none !important;
}

.fruite .fruite-item.sc-product-card:hover {
    box-shadow: none !important;
}

.fruite .sc-product-card .fruite-img img:hover {
    transform: none;
}

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

.sc-product-card .p-4 {
    padding: 0 !important;
}

.ymal-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.ymal-carousel .owl-item {
    display: flex;
    height: auto;
}

.ymal-carousel .owl-item > .h-100,
.ymal-carousel .owl-item > div {
    display: flex;
    width: 100%;
    height: 100%;
}

.sc-shop .row > [class*="col-"].d-flex > .sc-product-card,
.row > [class*="col-"].d-flex > .sc-product-card {
    height: 100%;
}

.sc-shop-pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 2rem;
    padding-top: 0.25rem;
}

.sc-shop-pager.pagination,
ul.pagination.sc-shop-pager {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.sc-shop-pager > li {
    display: inline-flex;
    margin: 0;
}

.sc-shop-pager > li > a,
.sc-shop-pager > li > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 0.75rem;
    margin: 0 !important;
    border: 1px solid var(--sc-line);
    border-radius: 2px !important;
    background: #fff;
    color: var(--sc-ink);
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    line-height: 1;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.sc-shop-pager > li > a:hover,
.sc-shop-pager .page-link:hover {
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: #fff !important;
}

.sc-shop-pager > li.active > a,
.sc-shop-pager > li.active > span,
.sc-shop-pager > li > a.active {
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: #fff !important;
}

.sc-shop-pager > li.disabled > span,
.sc-shop-pager > li.disabled > a {
    opacity: 0.45;
    pointer-events: none;
    background: var(--sc-surface);
    color: var(--sc-muted);
}

.sc-shop .col-lg-9 > .d-flex.justify-content-center {
    width: 100%;
    margin-top: 2rem !important;
    padding-top: 0.5rem;
}

.sc-shop-pager .page-link {
    border-radius: 2px !important;
    margin: 0 !important;
    color: inherit;
    border-color: inherit;
    background: transparent;
    padding: 0 0.75rem;
    min-width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .sc-shop-hero {
        padding: 1.35rem 0 1rem;
        text-align: left;
    }

    .sc-shop-hero h1 {
        font-size: clamp(1.55rem, 6vw, 2rem);
        margin-bottom: 0.35rem;
    }

    .sc-shop-hero__meta {
        color: rgba(255, 255, 255, 0.72);
        font-size: 0.88rem;
    }

    .sc-shop-promise__scroll {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        overscroll-behavior-x: contain;
        margin: 0 -0.75rem;
        padding: 0 0.75rem;
    }

    .sc-shop-promise__scroll::-webkit-scrollbar {
        display: none;
    }

    .sc-shop-promise__row {
        display: flex;
        flex-wrap: nowrap;
        width: max-content;
        min-width: 100%;
        grid-template-columns: none;
    }

    .sc-shop-promise__item {
        flex: 0 0 auto;
        min-width: 11.5rem;
        border-right: 1px solid var(--sc-line);
        border-bottom: 0;
        text-align: left;
        padding: 0.75rem 1rem;
    }

    .sc-shop-promise__item:last-child {
        border-right: 0;
    }

    .sc-shop-paths-wrap {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: rgba(36, 53, 48, 0.35) transparent;
        overscroll-behavior-x: contain;
        margin: 0 -0.75rem 1rem;
        padding: 0 0.75rem 0.35rem;
    }

    .sc-shop-paths-wrap::-webkit-scrollbar {
        height: 4px;
    }

    .sc-shop-paths-wrap::-webkit-scrollbar-thumb {
        background: rgba(36, 53, 48, 0.3);
        border-radius: 999px;
    }

    .sc-shop-path {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .sc-shop-mobile-bar {
        position: sticky;
        top: 70px;
        z-index: 20;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        margin: 0 0 1rem;
        padding: 0.65rem 0.85rem;
        background: rgba(246, 248, 247, 0.96);
        border: 1px solid var(--sc-line);
        backdrop-filter: blur(8px);
    }

    .sc-shop-mobile-bar__count {
        font-size: 0.82rem;
        font-weight: 600;
        color: var(--sc-ink);
    }

    .sc-shop-mobile-bar__actions {
        display: flex;
        align-items: center;
        gap: 0.55rem;
    }

    .sc-shop-mobile-bar__clear {
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: var(--sc-muted);
        text-decoration: none;
    }

    .sc-shop-mobile-bar__filter {
        display: inline-flex;
        align-items: center;
        gap: 0.4rem;
        padding: 0.45rem 0.85rem;
        border: 1px solid var(--sc-line);
        background: #fff;
        color: var(--sc-ink);
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }

    .sc-shop-mobile-bar__badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 1.15rem;
        height: 1.15rem;
        padding: 0 0.25rem;
        border-radius: 999px;
        background: var(--bs-primary);
        color: #fff;
        font-size: 0.62rem;
        line-height: 1;
    }

    .sc-shop-chips {
        display: flex;
        flex-wrap: nowrap;
        gap: 0.45rem;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        margin: -0.35rem 0 1rem;
        padding-bottom: 0.15rem;
    }

    .sc-shop-chips::-webkit-scrollbar {
        display: none;
    }

    .sc-shop-chip {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        flex: 0 0 auto;
        padding: 0.35rem 0.65rem;
        border: 1px solid var(--sc-line);
        background: #fff;
        color: var(--sc-muted);
        font-size: 0.72rem;
        font-weight: 600;
        text-decoration: none;
        white-space: nowrap;
    }

    .sc-shop-chip__remove {
        color: var(--sc-ink);
        font-size: 0.95rem;
        line-height: 1;
    }

    .sc-shop-sidebar .sc-shop-panel {
        border: 0;
        padding: 0;
        margin-bottom: 1.35rem;
        background: transparent;
    }

    .sc-shop-filter-drawer .sc-shop-panel {
        border: 0;
        padding: 0;
        margin-bottom: 1.35rem;
        background: transparent;
    }

    .sc-shop-mobile-extras {
        margin-top: 2rem;
        padding-top: 0.5rem;
        border-top: 1px solid var(--sc-line);
    }

    .sc-shop-filter-drawer {
        width: min(100vw, 22rem);
    }

    .sc-shop-filter-drawer .offcanvas-header {
        border-bottom: 1px solid var(--sc-line);
        padding: 1rem 1.1rem;
    }

    .sc-shop-filter-drawer .offcanvas-title {
        font-family: var(--sc-font-display);
        font-size: 1.35rem;
        margin: 0;
    }

    .sc-shop-filter-drawer .offcanvas-body {
        padding: 1rem 1.1rem 1.25rem;
    }

    .sc-shop-filter-drawer__footer {
        display: flex;
        gap: 0.65rem;
        padding: 0.85rem 1.1rem calc(0.85rem + env(safe-area-inset-bottom));
        border-top: 1px solid var(--sc-line);
        background: #fff;
    }

    .sc-shop-filter-drawer__footer .btn {
        flex: 1 1 0;
        font-size: 0.72rem;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }

    .sc-shop-filter-drawer__footer .btn.disabled {
        pointer-events: none;
        opacity: 0.45;
    }
}

@media (min-width: 992px) {
    .sc-shop-paths-wrap {
        overflow: visible;
    }

    .sc-shop-paths-wrap .sc-shop-paths {
        flex-wrap: wrap;
        width: 100%;
    }
}

/* ——— Contact & Authenticity ——— */
.sc-contact-grid,
.sc-auth-wrap {
    max-width: 960px;
    margin: 0 auto;
}

.sc-info-tile {
    height: 100%;
    padding: 1.5rem 1.25rem;
    background: #fff;
    border: 1px solid var(--sc-line);
    text-align: center;
}

.sc-info-tile i {
    font-size: 1.25rem;
    color: var(--bs-primary);
    margin-bottom: 0.85rem;
}

.sc-info-tile h5 {
    font-family: var(--sc-font-body);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
}

.sc-info-tile p {
    margin: 0;
    color: var(--sc-muted);
    font-size: 0.92rem;
}

.sc-form-panel {
    background: #fff;
    border: 1px solid var(--sc-line);
    padding: clamp(1.5rem, 3vw, 2.25rem);
}

.sc-form-panel h4 {
    font-family: var(--sc-font-display);
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}

.sc-form-panel .form-control,
.sc-auth-wrap .form-control {
    border-radius: 2px;
    border: 1px solid var(--sc-line);
    background: var(--sc-surface);
}

.sc-form-panel .form-control:focus,
.sc-auth-wrap .form-control:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.15rem rgba(31, 74, 66, 0.15);
}

.sc-auth-card {
    background: #fff;
    border: 1px solid var(--sc-line);
    padding: 1.5rem;
}

.sc-auth-card.ok {
    border-color: rgba(31, 74, 66, 0.35);
    background: linear-gradient(180deg, rgba(31, 74, 66, 0.06), #fff 40%);
}

.sc-auth-card.warn {
    border-color: rgba(168, 146, 106, 0.45);
    background: linear-gradient(180deg, var(--sc-accent-soft), #fff 40%);
}

.sc-auth-card h4 {
    font-family: var(--sc-font-display);
    font-size: 1.45rem;
    margin-bottom: 1rem;
}

.sc-auth-meta {
    display: grid;
    gap: 0.55rem;
    margin: 0;
}

.sc-auth-meta dt {
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--sc-muted);
    margin: 0;
}

.sc-auth-meta dd {
    margin: 0 0 0.35rem;
    font-weight: 600;
    color: var(--sc-ink);
}

/* Spinner */
#spinner .spinner-grow {
    color: var(--bs-primary) !important;
}

/* ——— Auth login (no nav/footer, no scroll) ——— */
body.sc-auth-body {
    margin: 0 !important;
    padding: 0 !important;
    padding-top: 0 !important;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    background: #e8ebe9;
    font-family: var(--sc-font-body, "Manrope", sans-serif);
    color: var(--sc-ink, #1a241e);
}

body.sc-auth-body #spinner {
    display: none !important;
}

.sc-auth {
    height: 100vh;
    max-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    box-sizing: border-box;
    overflow: hidden;
}

.sc-auth__card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: min(920px, 100%);
    height: min(560px, calc(100vh - 2rem));
    max-height: calc(100vh - 2rem);
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 48px rgba(18, 32, 28, 0.14);
}

.sc-auth__brand {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.35rem 1.4rem 1.4rem;
    background: #152a25;
    color: #fff;
    overflow: hidden;
    min-height: 0;
}

.sc-auth__brand-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.sc-auth__brand-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.sc-auth__brand-shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(12, 24, 20, 0.55) 0%, rgba(12, 24, 20, 0.38) 42%, rgba(12, 24, 20, 0.84) 100%);
    pointer-events: none;
}

.sc-auth__brand-top,
.sc-auth__brand-copy {
    position: relative;
    z-index: 2;
}

.sc-auth__logo {
    font-family: var(--sc-font-display, "Cormorant Garamond", serif);
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: none;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

.sc-auth__logo:hover {
    color: #fff;
    opacity: 0.9;
}

.sc-auth__brand-copy {
    margin-top: auto;
}

.sc-auth__brand-copy h2 {
    font-family: var(--sc-font-display, "Cormorant Garamond", serif);
    font-size: clamp(1.45rem, 2.2vw, 1.85rem);
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 0.45rem;
    color: #fff;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

.sc-auth__brand-copy h2 em {
    font-style: italic;
    color: #c4a574;
    font-weight: 500;
}

.sc-auth__brand-copy p {
    margin: 0 0 0.85rem;
    font-size: 0.82rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.82);
    max-width: 34ch;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.sc-auth__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.sc-auth__tags span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.28rem 0.6rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(4px);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.92);
}

.sc-auth__tags span::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c4a574;
}

.sc-auth__form-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1.75rem;
    background: #fff;
    min-height: 0;
}

.sc-auth__form-wrap {
    width: 100%;
    max-width: 340px;
}

.sc-auth__form-wrap h1 {
    font-family: var(--sc-font-display, "Cormorant Garamond", serif);
    font-size: 1.85rem;
    font-weight: 600;
    margin: 0 0 0.2rem;
    color: var(--sc-ink, #1a241e);
    line-height: 1.15;
}

.sc-auth__subtitle {
    margin: 0 0 1.15rem;
    font-size: 0.84rem;
    color: #6b746f;
}

.sc-auth__field {
    margin-bottom: 0.8rem;
}

.sc-auth__field .form-group,
.sc-auth__field .mb-3,
.sc-auth__field .field-loginform-username,
.sc-auth__field .field-loginform-password {
    margin-bottom: 0 !important;
}

.sc-auth__label,
.sc-auth__field label.sc-auth__label {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8a928c;
}

.sc-auth__control {
    position: relative;
    display: flex;
    align-items: center;
}

.sc-auth__icon {
    position: absolute;
    left: 0.85rem;
    color: #9aa39c;
    font-size: 0.8rem;
    pointer-events: none;
    z-index: 1;
}

.sc-auth__input.form-control,
.sc-auth__control .sc-auth__input {
    width: 100%;
    height: 42px;
    padding: 0.5rem 2.4rem 0.5rem 2.35rem;
    border: 1px solid #dde2df;
    border-radius: 9px;
    background: #f7f8f6;
    font-size: 0.9rem;
    color: var(--sc-ink, #1a241e);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.sc-auth__control .sc-auth__input:focus {
    outline: none;
    border-color: var(--bs-primary, #1f4a42);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(31, 74, 66, 0.12);
}

.sc-auth__eye {
    position: absolute;
    right: 0.55rem;
    border: 0;
    background: transparent;
    color: #9aa39c;
    padding: 0.3rem;
    cursor: pointer;
}

.sc-auth__eye:hover {
    color: var(--sc-ink, #1a241e);
}

.sc-auth__remember {
    margin: 0.15rem 0 0.95rem;
}

.sc-auth__remember .form-check {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0;
    padding: 0;
    min-height: 0;
}

.sc-auth__remember .form-check-input {
    margin: 0;
    width: 0.95rem;
    height: 0.95rem;
    border-radius: 0.25rem;
}

.sc-auth__remember .form-check-label {
    font-size: 0.84rem;
    color: #5c655f;
    margin: 0;
}

.sc-auth__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    height: 44px;
    border: 0;
    border-radius: 9px;
    background: #1f4a42;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: background 0.2s ease;
}

.sc-auth__submit:hover {
    background: #163832;
    color: #fff;
}

.sc-auth__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.1rem;
    padding-top: 0.9rem;
    border-top: 1px solid #e8ebe9;
}

.sc-auth__footer a {
    font-size: 0.82rem;
    color: #6b746f;
    text-decoration: none;
}

.sc-auth__footer a:hover {
    color: #1f4a42;
}

.sc-auth__footer-links {
    display: flex;
    gap: 1rem;
}

.sc-auth__hint {
    margin: 0.7rem 0 0;
    font-size: 0.7rem;
    color: #9aa39c;
    text-align: center;
}

.sc-auth__hint strong {
    color: #5c655f;
}

.sc-auth__field .invalid-feedback {
    font-size: 0.75rem;
    margin-top: 0.25rem;
}

@media (max-width: 851.98px) {
    body.sc-auth-body {
        overflow: auto;
        height: auto;
        max-height: none;
        min-height: 100vh;
    }

    .sc-auth {
        height: auto;
        max-height: none;
        min-height: 100vh;
        padding: 0.85rem;
        overflow: visible;
    }

    .sc-auth__card {
        grid-template-columns: 1fr;
        height: auto;
        max-height: none;
        width: min(420px, 100%);
    }

    .sc-auth__brand {
        padding: 1.1rem 1.15rem 1.2rem;
        min-height: 200px;
    }

    .sc-auth__brand-copy p {
        display: none;
    }

    .sc-auth__form-panel {
        padding: 1.25rem 1.15rem 1.35rem;
    }
}

@media (max-height: 700px) and (min-width: 852px) {
    .sc-auth__brand-copy p {
        display: none;
    }

    .sc-auth--otp .sc-auth__brand-copy p {
        display: block;
    }

    .sc-auth__hint {
        display: none;
    }

    .sc-auth__form-wrap h1 {
        font-size: 1.65rem;
    }

    .sc-auth__subtitle {
        margin-bottom: 0.85rem;
    }
}

/* Signup auth refinements — OFFICETOOL-style 2-col form */
.sc-auth__card--signup {
    grid-template-columns: 0.9fr 1.2fr;
    width: min(1040px, 100%);
    height: min(640px, calc(100vh - 2rem));
    max-height: calc(100vh - 2rem);
}

.sc-auth__form-panel--signup {
    padding: 1.5rem 1.75rem 1.35rem;
    align-items: stretch;
}

.sc-auth__form-wrap--signup {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.sc-auth__form-head {
    text-align: center;
    margin-bottom: 1.15rem;
}

.sc-auth__form-wrap--signup h1 {
    font-size: 1.75rem;
    margin: 0;
    text-align: center;
}

.sc-auth__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem 0.85rem;
    margin-bottom: 1rem;
}

.sc-auth__grid .sc-auth__field {
    margin-bottom: 0;
    min-width: 0;
}

.sc-auth__field--full {
    grid-column: 1 / -1;
}

.sc-auth__form-wrap--signup .sc-auth__label {
    margin-bottom: 0.28rem;
}

.sc-auth__form-wrap--signup .sc-auth__input.form-control,
.sc-auth__form-wrap--signup .sc-auth__control .sc-auth__input {
    height: 42px;
    background: #f4f5f4;
}

.sc-auth__form-wrap--signup .sc-auth__submit {
    margin-top: 0.15rem;
    height: 46px;
    gap: 0.55rem;
}

.sc-auth__footer--signup {
    margin-top: 1rem;
    padding-top: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.sc-auth__footer--signup a {
    font-size: 0.82rem;
    color: #6b746f;
    text-decoration: none;
}

.sc-auth__footer--signup a strong {
    color: #1f4a42;
    font-weight: 700;
}

.sc-auth__footer--signup a:hover,
.sc-auth__footer--signup a:hover strong {
    color: #163832;
}

@media (max-width: 851.98px) {
    .sc-auth__card--signup {
        grid-template-columns: 1fr;
        height: auto;
        max-height: none;
        width: min(440px, 100%);
    }

    .sc-auth__grid {
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }

    .sc-auth__form-panel--signup {
        padding: 1.25rem 1.15rem 1.35rem;
    }
}

@media (max-height: 760px) and (min-width: 852px) {
    .sc-auth__card--signup {
        height: calc(100vh - 1.5rem);
    }

    .sc-auth__card--signup .sc-auth__brand-copy p {
        display: none;
    }

    .sc-auth__grid {
        gap: 0.55rem 0.75rem;
        margin-bottom: 0.75rem;
    }

    .sc-auth__form-wrap--signup .sc-auth__input.form-control,
    .sc-auth__form-wrap--signup .sc-auth__control .sc-auth__input {
        height: 38px;
    }

    .sc-auth__form-head {
        margin-bottom: 0.85rem;
    }
}

/* ——— OTP / Enable MFA (SNIC-style verify layout) ——— */
body.sc-auth-body:has(.sc-auth--otp) {
    overflow: hidden;
    height: 100vh;
    max-height: 100vh;
    background: #e8ebe9;
}

.sc-auth--otp {
    overflow: hidden;
    height: 100vh;
    max-height: 100vh;
}

.sc-auth__card--otp {
    grid-template-columns: 1fr 1fr;
    width: min(960px, 100%);
    height: min(560px, calc(100vh - 2rem));
    max-height: calc(100vh - 2rem);
    border-radius: 18px;
}

.sc-auth__brand--otp {
    justify-content: flex-end;
    padding: 1.75rem 1.6rem 1.6rem;
}

.sc-auth__brand-copy--otp {
    margin-top: 0;
}

.sc-auth__eyebrow {
    margin: 0 0 0.45rem !important;
    font-size: 0.7rem !important;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #9ec5bb !important;
    max-width: none !important;
}

.sc-auth__brand--otp .sc-auth__brand-copy h2 {
    font-family: var(--sc-font-body, "Manrope", sans-serif);
    font-size: clamp(1.35rem, 2vw, 1.7rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.01em;
    margin: 0 0 0.55rem;
}

.sc-auth__brand--otp .sc-auth__brand-copy p {
    display: block;
    margin: 0 0 1rem;
    max-width: 36ch;
    font-size: 0.84rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.84);
}

.sc-auth__form-panel--otp {
    align-items: center;
    justify-content: center;
    padding: 1.25rem 1.75rem;
    background: #fff;
    overflow: hidden;
    min-height: 0;
}

.sc-auth__form-wrap--otp {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
    animation: sc-auth-otp-in 0.45s ease both;
}

.sc-auth-otp__brand-head {
    margin-bottom: 0.75rem;
}

.sc-auth-otp__mark {
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0.2rem;
    margin-bottom: 0.35rem;
    height: 1.25rem;
}

.sc-auth-otp__mark span {
    display: block;
    width: 0.5rem;
    border-radius: 2px 2px 0 0;
    background: #1f4a42;
}

.sc-auth-otp__mark span:first-child {
    height: 0.75rem;
    background: #2f6b60;
}

.sc-auth-otp__mark span:last-child {
    height: 1.1rem;
}

.sc-auth-otp__product {
    margin: 0;
    font-family: var(--sc-font-body, "Manrope", sans-serif);
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #14201b;
}

.sc-auth-otp__product-sub {
    margin: 0.1rem 0 0;
    font-size: 0.74rem;
    color: #8a928c;
}

.sc-auth-otp__title-block {
    margin-bottom: 0.65rem;
}

.sc-auth-otp__title-block h1 {
    margin: 0 0 0.2rem;
    font-family: var(--sc-font-body, "Manrope", sans-serif);
    font-size: 1.4rem;
    font-weight: 700;
    color: #14201b;
    line-height: 1.2;
}

.sc-auth-otp__title-block p {
    margin: 0;
    font-size: 0.8rem;
    color: #6b746f;
    line-height: 1.4;
}

.sc-auth-otp__title-block strong {
    color: #1a241e;
}

.sc-auth-otp__qr {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.7rem;
    padding: 0.4rem;
    border-radius: 10px;
    border: 1px solid #e4e9e6;
    background: #fff;
    box-shadow: 0 4px 14px rgba(18, 32, 28, 0.05);
}

.sc-auth-otp__qr img {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 4px;
}

.sc-auth-otp__form {
    text-align: left;
}

.sc-auth-otp__form .sc-auth__field {
    margin-bottom: 0.75rem;
}

.sc-auth-otp__form .sc-auth__label {
    text-align: left;
}

.sc-auth__input--otp-plain.form-control,
.sc-auth-otp__form .sc-auth__input--otp-plain {
    width: 100%;
    height: 42px;
    padding: 0.5rem 0.85rem;
    border: 1px solid #d5dbd7;
    border-radius: 8px;
    background: #fff;
    font-size: 0.9rem;
    color: #1a241e;
    letter-spacing: normal;
    text-align: left;
}

.sc-auth-otp__form .sc-auth__input--otp-plain:focus {
    outline: none;
    border-color: #1f4a42;
    box-shadow: 0 0 0 3px rgba(31, 74, 66, 0.12);
}

.sc-auth-otp__form .sc-auth__submit {
    height: 42px;
    border-radius: 8px;
    background: #1f4a42;
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    text-transform: none;
}

.sc-auth-otp__form .sc-auth__submit:hover {
    background: #163832;
}

.sc-auth-otp__cancel {
    margin-top: 0.65rem;
    text-align: center;
}

.sc-auth-otp__cancel-btn {
    border: 0;
    background: transparent;
    padding: 0;
    font-size: 0.78rem;
    color: #8a928c;
    cursor: pointer;
}

.sc-auth-otp__cancel-btn:hover {
    color: #1f4a42;
}

@keyframes sc-auth-otp-in {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 851.98px) {
    body.sc-auth-body:has(.sc-auth--otp) {
        overflow: auto;
        height: auto;
        max-height: none;
        min-height: 100vh;
    }

    .sc-auth--otp {
        overflow: visible;
        height: auto;
        max-height: none;
        min-height: 100vh;
    }

    .sc-auth__card--otp {
        grid-template-columns: 1fr;
        width: min(420px, 100%);
        height: auto;
        max-height: none;
    }

    .sc-auth__brand--otp {
        min-height: 200px;
        padding: 1.25rem 1.2rem;
    }

    .sc-auth--otp .sc-auth__brand-copy p {
        display: block;
    }

    .sc-auth__form-panel--otp {
        padding: 1.25rem 1.15rem 1.35rem;
        overflow: visible;
    }

    .sc-auth-otp__qr img {
        width: 112px;
        height: 112px;
    }
}

@media (max-height: 720px) and (min-width: 852px) {
    .sc-auth__card--otp {
        height: calc(100vh - 1.5rem);
    }

    .sc-auth-otp__qr img {
        width: 96px;
        height: 96px;
    }

    .sc-auth-otp__brand-head {
        margin-bottom: 0.5rem;
    }

    .sc-auth-otp__title-block {
        margin-bottom: 0.45rem;
    }

    .sc-auth-otp__title-block h1 {
        font-size: 1.25rem;
    }
}

/* ——— Turbo navigation ——— */
.sc-turbo-progress {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100%;
    height: 3px;
    background: transparent;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.35s ease;
    pointer-events: none;
}

.sc-turbo-progress.is-active {
    background: rgba(36, 53, 48, 0.08);
}

.sc-turbo-progress.is-active::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, var(--bs-primary), var(--sc-accent));
}

turbo-frame#sc-shop-frame {
    display: block;
    min-height: 12rem;
    transition: opacity 0.2s ease;
}

turbo-frame#sc-shop-frame[busy] {
    opacity: 0.72;
    pointer-events: none;
}
