html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family: Arial, sans-serif;
}

.site-body {
    color: var(--brand-text);
    background:
        linear-gradient(rgba(248, 243, 235, 0.82), rgba(242, 236, 227, 0.9)),
        url("../images/auraly-texture.svg") center top / cover fixed,
        radial-gradient(circle at top right, rgba(184, 148, 91, 0.16), transparent 24%),
        linear-gradient(180deg, #faf6ef 0%, var(--brand-background) 100%);
}

.home-parallax-page {
    overflow: hidden;
}

.site-navbar {
    background: rgba(248, 243, 235, 0.92);
    border-bottom: 1px solid rgba(38, 71, 52, 0.12);
    backdrop-filter: blur(10px);
    padding: 0;
}

.site-navbar .nav-link {
    color: rgba(45, 42, 38, 0.82);
    font-weight: 600;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus {
    color: var(--brand-primary);
}

.site-navbar > .container.site-nav-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
    justify-content: normal;
    width: 100%;
}

.site-nav-main {
    display: flex;
    grid-column: 1;
    gap: clamp(0.8rem, 1.6vw, 1.55rem);
    align-items: center;
    width: 100%;
    min-height: 86px;
    min-width: 0;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.navbar-product-search {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, 1fr);
    align-items: center;
    flex: 1 1 clamp(320px, 44vw, 680px);
    width: min(100%, 680px);
    max-width: 680px;
    min-width: 260px;
    justify-self: stretch;
    margin: 0;
}

.navbar-product-search label {
    display: none;
    color: var(--brand-primary);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.navbar-search-field {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    min-width: 0;
    min-height: 48px;
    padding: 0 1rem;
    border: 1px solid rgba(38, 71, 52, 0.14);
    border-radius: 999px;
    background: rgba(255, 251, 245, 0.82);
}

.navbar-search-field i {
    color: #9a7743;
}

.navbar-search-field input {
    width: 100%;
    border: 0;
    outline: 0;
    color: var(--brand-text);
    background: transparent;
    font-size: 0.98rem;
}

.navbar-search-field input::placeholder {
    color: #8b8173;
}

.navbar-search-suggestions {
    position: absolute;
    left: 0;
    top: calc(100% + 0.55rem);
    z-index: 1050;
    display: none;
    width: min(100%, var(--search-panel-width, 760px));
    padding: 1rem;
    border: 1px solid rgba(38, 71, 52, 0.12);
    border-radius: 1.2rem;
    background:
        linear-gradient(rgba(255, 251, 245, 0.96), rgba(248, 243, 235, 0.98)),
        url("../images/auraly-texture.svg") center / cover;
    box-shadow: 0 24px 70px rgba(61, 48, 32, 0.2);
    transform: none;
    transform-origin: top center;
}

.site-action-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.45rem;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    min-width: 0;
}

.desktop-nav-pill {
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 42px;
    color: var(--brand-text);
    text-decoration: none;
    border: 1px solid rgba(184, 148, 91, 0.18);
    border-radius: 999px;
    background: rgba(255, 251, 245, 0.66);
    padding: 0 1rem;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.desktop-nav-pill i {
    color: #9a7743;
}

.desktop-nav-pill:hover,
.desktop-nav-pill:focus {
    color: var(--brand-primary);
    border-color: rgba(184, 148, 91, 0.34);
    background: rgba(255, 251, 245, 0.9);
    transform: translateY(-1px);
}

.nav-icon-action {
    position: relative;
    width: 42px;
    min-width: 42px;
    height: 42px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-text);
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 999px;
    background: rgba(255, 251, 245, 0.44);
    will-change: width, transform;
    transition:
        width 280ms cubic-bezier(0.22, 1, 0.36, 1),
        padding 280ms cubic-bezier(0.22, 1, 0.36, 1),
        background 220ms ease,
        border-color 220ms ease,
        transform 220ms ease;
}

.nav-icon-action i {
    font-size: 1.18rem;
    transition: transform 220ms ease, color 220ms ease;
}

.nav-icon-action span {
    flex: 0 0 auto;
    max-width: 0;
    overflow: hidden;
    opacity: 0;
    white-space: nowrap;
    color: var(--brand-primary);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transform: translateX(-5px);
    transition:
        max-width 260ms cubic-bezier(0.22, 1, 0.36, 1),
        opacity 180ms ease,
        transform 240ms ease,
        margin 260ms ease;
}

.nav-icon-action:hover,
.nav-icon-action:focus {
    width: var(--nav-action-expanded-width, 118px);
    padding-inline: 0.8rem;
    color: var(--brand-primary);
    background: rgba(255, 251, 245, 0.9);
    border-color: rgba(184, 148, 91, 0.26);
    transform: translateY(-2px);
}

.nav-icon-action:hover i,
.nav-icon-action:focus i {
    color: #9a7743;
    transform: translateY(-1px) scale(1.05);
}

.nav-icon-action:hover span,
.nav-icon-action:focus span {
    max-width: 120px;
    margin-left: 0.45rem;
    opacity: 1;
    transform: translateX(0);
}

.cart-action strong {
    position: absolute;
    left: 24px;
    top: -0.24rem;
    min-width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--brand-primary);
    border-radius: 999px;
    font-size: 0.68rem;
    line-height: 1;
    z-index: 3;
    box-shadow: 0 0 0 2px #fffaf2, 0 8px 16px rgba(38, 71, 52, 0.16);
}

.cart-action {
    overflow: visible;
}

.site-nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 999px;
}

.site-nav-strip {
    grid-column: 1;
    width: 100%;
    border-top: 1px solid rgba(38, 71, 52, 0.08);
}

.site-strip-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--brand-text) !important;
    font-size: 0.82rem;
    font-weight: 900 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-strip-link i {
    color: #9a7743;
    font-size: 0.95rem;
}

.site-strip-link:hover {
    color: var(--brand-primary) !important;
}

.navbar-search-suggestions.is-open {
    display: grid;
    gap: 1rem;
    animation: suggestionReveal 180ms ease-out;
}

.mega-search-heading {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--brand-primary);
    font-size: 0.86rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mega-search-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: -0.35rem;
}

.mega-search-chips a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
    text-decoration: none;
    border-radius: 0.35rem;
    background:
        linear-gradient(135deg, var(--search-chip-color, var(--brand-primary)), #355e47);
    box-shadow: inset 0 0 0 1px rgba(184, 148, 91, 0.22);
    padding: 0.7rem 0.9rem;
    font-size: 0.88rem;
    font-weight: 900;
    transition: transform 160ms ease, filter 160ms ease;
}

.mega-search-chips a:hover {
    color: #fff;
    filter: brightness(0.96);
    transform: translateY(-2px);
}

.mega-search-products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.mega-search-product-card {
    display: grid;
    gap: 0.75rem;
    color: var(--brand-text);
    text-decoration: none;
    min-width: 0;
}

.mega-search-product-card:hover {
    color: var(--brand-text);
}

.mega-search-product-card img {
    width: 100%;
    aspect-ratio: 1 / 1.02;
    object-fit: cover;
    border-radius: 0.35rem;
    background: rgba(38, 71, 52, 0.08);
    transition: transform 220ms ease, filter 220ms ease;
}

.mega-search-product-card:hover img {
    transform: translateY(-3px);
    filter: saturate(1.05);
}

.mega-search-product-info strong,
.mega-search-product-info small {
    display: block;
}

.mega-search-product-info strong {
    overflow: hidden;
    color: #111915;
    font-size: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mega-search-product-info small,
.search-suggestion-empty {
    color: #287149;
    font-size: 0.9rem;
    font-weight: 800;
}

.search-suggestion-empty {
    padding: 0.8rem;
}

.brand-logo-image {
    width: var(--brand-logo-size, 58px);
    height: var(--brand-logo-size, 58px);
    object-fit: contain;
    border-radius: 999px;
    filter: drop-shadow(0 0 12px rgba(184, 148, 91, 0.32));
}

.brand-wordmark-image {
    width: var(--brand-wordmark-width, 172px);
    height: auto;
    display: block;
    filter: drop-shadow(0 0 10px rgba(184, 148, 91, 0.28));
}

.brand-mark {
    flex: 0 0 auto;
    min-height: 68px;
    min-width: 210px;
    align-items: center;
}

.admin-logo .brand-logo-image {
    width: min(var(--brand-logo-size, 58px), 54px);
    height: min(var(--brand-logo-size, 58px), 54px);
}

.admin-wordmark-image {
    width: 126px;
    margin-bottom: 0.08rem;
}

.site-footer {
    background:
        linear-gradient(rgba(248, 243, 235, 0.92), rgba(248, 243, 235, 0.96)),
        url("../images/auraly-texture.svg") center bottom / cover;
    border-top: 1px solid rgba(38, 71, 52, 0.12);
}

.footer-title {
    color: var(--brand-primary);
    font-size: 0.92rem;
    font-weight: 800;
    margin-bottom: 0.8rem;
}

.footer-link-stack {
    display: grid;
    gap: 0.5rem;
}

.footer-link {
    color: #6f6a64;
    text-decoration: none;
    font-size: 0.92rem;
}

.footer-social-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-social-link i {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(38, 71, 52, 0.08);
    color: var(--brand-primary);
}

.footer-link:hover {
    color: var(--brand-primary);
}

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

.site-primary-btn:hover,
.site-primary-btn:focus,
.btn-primary:hover,
.btn-primary:focus {
    background-color: #1d3728;
    border-color: #1d3728;
    color: #fff;
}

.site-outline-btn {
    border: 1px solid rgba(38, 71, 52, 0.18);
    color: var(--brand-primary);
    background: rgba(255, 255, 255, 0.52);
}

.site-outline-btn:hover,
.site-outline-btn:focus {
    background: rgba(38, 71, 52, 0.08);
    color: var(--brand-primary);
    border-color: rgba(38, 71, 52, 0.28);
}

.site-badge {
    background: var(--brand-primary);
    color: #fff;
}

.site-badge-soft {
    background: rgba(184, 148, 91, 0.16);
    color: #85653b;
}

.site-accent-text {
    color: #9a7743;
}

.hero-section {
    position: relative;
}

.home-parallax-page {
    position: relative;
    overflow: clip;
}

.parallax-layer {
    position: relative;
    z-index: 1;
    will-change: transform;
}

.store-promise-ticker {
    overflow: hidden;
    border-block: 1px solid rgba(38, 71, 52, 0.12);
    background: var(--ticker-bg, rgba(255, 251, 245, 0.78));
    contain: paint;
}

.ticker-track {
    display: flex;
    width: max-content;
    gap: 2.4rem;
    padding: 0.8rem 0;
    animation: promiseTicker 34s linear infinite;
}

.ticker-track span {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: var(--ticker-text, var(--brand-primary));
    font-weight: 800;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.ticker-track i {
    color: var(--ticker-accent, var(--brand-accent));
    font-size: 1.1rem;
}

.ticker-emoji {
    font-style: normal;
    color: var(--ticker-accent, var(--brand-accent));
    font-size: 1.05rem;
    line-height: 1;
}

.care-identity-hero {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(38, 71, 52, 0.1);
    background:
        radial-gradient(circle at 12% 18%, rgba(184, 148, 91, 0.18), transparent 26%),
        radial-gradient(circle at 86% 28%, rgba(94, 143, 112, 0.18), transparent 22%),
        linear-gradient(135deg, rgba(255, 251, 245, 0.94), rgba(242, 237, 228, 0.84));
}

.care-identity-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.34;
    background-image:
        linear-gradient(120deg, rgba(184, 148, 91, 0.18) 1px, transparent 1px),
        linear-gradient(60deg, rgba(38, 71, 52, 0.08) 1px, transparent 1px);
    background-size: 54px 54px, 72px 72px;
    pointer-events: none;
}

.care-step-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.care-step-strip span {
    padding: 0.55rem 0.9rem;
    border: 1px solid rgba(184, 148, 91, 0.28);
    border-radius: 999px;
    background: rgba(255, 251, 245, 0.72);
    color: var(--brand-primary);
    font-weight: 700;
}

.care-hero-copy {
    max-width: 760px;
}

.instruction-card {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 1.35rem;
    border: 1px solid rgba(38, 71, 52, 0.12);
    border-radius: 1.75rem;
    background:
        linear-gradient(135deg, rgba(255, 251, 245, 0.94), rgba(248, 243, 235, 0.82)),
        radial-gradient(circle at 85% 16%, rgba(184, 148, 91, 0.18), transparent 30%);
    box-shadow: 0 24px 70px rgba(61, 48, 32, 0.12);
}

.instruction-card::after {
    content: "";
    position: absolute;
    right: -60px;
    top: -70px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    border: 1px solid rgba(184, 148, 91, 0.24);
}

.grow-card {
    background:
        linear-gradient(135deg, rgba(255, 251, 245, 0.94), rgba(239, 245, 235, 0.86)),
        radial-gradient(circle at 80% 20%, rgba(94, 143, 112, 0.18), transparent 30%);
}

.instruction-card-head {
    position: relative;
    z-index: 1;
    margin-bottom: 1.25rem;
}

.instruction-kicker {
    display: inline-flex;
    margin-bottom: 0.35rem;
    color: #9a7743;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.instruction-card h2 {
    margin: 0;
    color: var(--brand-primary);
}

.instruction-steps {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.8rem;
}

.instruction-step {
    display: grid;
    grid-template-columns: 38px 48px 1fr;
    gap: 0.8rem;
    align-items: center;
    padding: 0.85rem;
    border: 1px solid rgba(38, 71, 52, 0.1);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.54);
    animation: instructionStepPulse 5.8s ease-in-out infinite;
    animation-delay: var(--step-delay);
}

.instruction-step span {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--brand-primary);
    color: #fff;
    font-weight: 800;
}

.instruction-step i {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #f7ead7;
    color: #9a6738;
    font-size: 1.35rem;
}

.instruction-step strong {
    display: block;
    color: var(--brand-text);
}

.instruction-step p {
    margin: 0.1rem 0 0;
    color: #6f6a64;
    font-size: 0.94rem;
}

.care-visual-stage {
    position: relative;
    min-height: 620px;
}

.care-poster-card {
    position: absolute;
    overflow: hidden;
    border: 10px solid rgba(255, 251, 245, 0.84);
    border-radius: 2rem;
    background: #fffaf2;
    box-shadow: 0 28px 70px rgba(61, 48, 32, 0.18);
    animation: carePosterFloat 8s ease-in-out infinite alternate;
}

.care-poster-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.care-poster-main {
    right: 2%;
    top: 0;
    width: min(420px, 72vw);
    height: 580px;
    z-index: 2;
}

.care-poster-secondary {
    left: 0;
    bottom: 18px;
    width: min(310px, 54vw);
    height: 470px;
    z-index: 1;
    transform: rotate(-4deg);
    animation-delay: -3s;
}

.care-orbit-note {
    position: absolute;
    left: 6%;
    top: 8%;
    z-index: 3;
    width: min(250px, 70vw);
    padding: 1rem;
    border: 1px solid rgba(184, 148, 91, 0.26);
    border-radius: 1rem;
    background: rgba(255, 251, 245, 0.88);
    box-shadow: 0 18px 44px rgba(61, 48, 32, 0.12);
}

.care-orbit-note strong,
.care-orbit-note span {
    display: block;
}

.care-orbit-note strong {
    color: var(--brand-primary);
}

.care-orbit-note span {
    color: #756d62;
    font-size: 0.92rem;
    margin-top: 0.25rem;
}

.floating-leaf {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    opacity: 0.58;
    border-radius: 70% 0 70% 0;
    background:
        linear-gradient(135deg, rgba(248, 243, 235, 0.7), rgba(94, 143, 112, 0.22)),
        var(--brand-primary);
    box-shadow: inset 12px 0 24px rgba(255, 255, 255, 0.28);
    animation: leafDrift 9s ease-in-out infinite alternate;
}

.floating-leaf::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 12%;
    width: 1px;
    height: 76%;
    background: rgba(248, 243, 235, 0.64);
    transform: rotate(28deg);
}

.leaf-one {
    top: 5rem;
    right: 4%;
    width: 92px;
    height: 132px;
    transform: rotate(18deg);
}

.leaf-two {
    top: 36rem;
    left: 4%;
    width: 70px;
    height: 104px;
    transform: rotate(-24deg);
    animation-delay: -2s;
}

.leaf-three {
    top: 70rem;
    right: 8%;
    width: 78px;
    height: 116px;
    transform: rotate(42deg);
    animation-delay: -4s;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(38, 71, 52, 0.09), transparent 22%),
        radial-gradient(circle at 88% 14%, rgba(184, 148, 91, 0.18), transparent 18%);
    pointer-events: none;
}

.hero-section .container {
    position: relative;
    z-index: 1;
}

.hero-product-image {
    aspect-ratio: 4 / 4.4;
    object-fit: cover;
}

.product-float-card {
    animation: productFloat 7s ease-in-out infinite alternate;
}

.site-glass-card,
.site-story-card,
.section-card,
.review-card {
    background: rgba(255, 251, 245, 0.82);
    backdrop-filter: blur(8px);
}

.brand-reference-card {
    overflow: hidden;
}

.brand-reference-image {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
}

.mini-stat {
    border: 1px solid rgba(38, 71, 52, 0.12);
    background: rgba(255, 255, 255, 0.58);
    border-radius: 1rem;
    padding: 1rem;
}

.mini-stat strong,
.mini-stat span {
    display: block;
}

.mini-stat span {
    font-size: 0.9rem;
    color: #7e7a74;
    margin-top: 0.25rem;
}

.section-list {
    padding-left: 1rem;
    color: #67635c;
}

.section-list li + li {
    margin-top: 0.7rem;
}

.product-showcase-band {
    background:
        linear-gradient(180deg, rgba(248, 243, 235, 0), rgba(248, 243, 235, 0.62) 28%, rgba(248, 243, 235, 0));
}

.product-card {
    display: flex;
    flex-direction: column;
    background: rgba(255, 251, 245, 0.9);
    border: 1px solid rgba(38, 71, 52, 0.12);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(61, 48, 32, 0.08);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.product-card:hover {
    transform: translateY(-6px);
    border-color: rgba(184, 148, 91, 0.32);
    box-shadow: 0 24px 54px rgba(61, 48, 32, 0.13);
}

.product-card-image-wrap {
    display: block;
    position: relative;
    aspect-ratio: 1 / 0.86;
    background: linear-gradient(135deg, rgba(38, 71, 52, 0.08), rgba(184, 148, 91, 0.16));
    overflow: hidden;
}

.product-card-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: transform 420ms ease, opacity 240ms ease;
}

.product-card-image-alt {
    opacity: 0;
}

.product-card-image-alt-two {
    object-fit: contain;
    background: #050706;
    padding: 1.25rem;
}

.product-card:hover .product-card-image {
    transform: scale(1.055);
}

.product-card:hover .product-card-image:not(.product-card-image-alt) {
    animation: imagePrimaryCycle 2.6s linear infinite;
}

.product-card:hover .product-card-image-alt-one {
    animation: imageAltOneCycle 2.6s linear infinite;
}

.product-card:hover .product-card-image-alt-two {
    animation: imageAltTwoCycle 2.6s linear infinite;
}

.product-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1rem;
}

.product-category,
.product-stock {
    font-size: 0.76rem;
    font-weight: 700;
    border-radius: 999px;
    padding: 0.26rem 0.55rem;
}

.product-category {
    background: rgba(38, 71, 52, 0.1);
    color: var(--brand-primary);
}

.product-stock {
    background: rgba(184, 148, 91, 0.16);
    color: #85653b;
}

.product-stock.low-stock,
.low-stock-inline {
    background: #fde2df;
    color: #a3403c;
}

.low-stock-inline {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 999px;
    padding: 0.26rem 0.55rem;
    font-size: 0.76rem;
    font-weight: 800;
}

.low-stock-row {
    background: rgba(253, 226, 223, 0.2);
}

.fragrance-category-section {
    position: relative;
}

.fragrance-category-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}

.fragrance-category-card {
    position: relative;
    overflow: hidden;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.45rem;
    padding: 1rem;
    color: #fff;
    text-decoration: none;
    border-radius: 1.35rem;
    background: var(--brand-primary);
    box-shadow: 0 22px 50px rgba(61, 48, 32, 0.12);
    transition: transform 240ms ease, box-shadow 240ms ease;
}

.fragrance-category-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(0deg, rgba(22, 31, 23, 0.72), rgba(22, 31, 23, 0.08)),
        radial-gradient(circle at 20% 16%, rgba(184, 148, 91, 0.35), transparent 32%);
}

.fragrance-category-card:hover {
    color: #fff;
    transform: translateY(-6px);
    box-shadow: 0 28px 70px rgba(61, 48, 32, 0.18);
}

.fragrance-category-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.72;
    transform: scale(1.04);
    transition: transform 700ms ease;
}

.fragrance-category-card:hover img {
    transform: scale(1.12);
}

.fragrance-category-card span,
.fragrance-category-card strong,
.fragrance-category-card small {
    position: relative;
    z-index: 1;
}

.fragrance-category-card span {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 251, 245, 0.88);
    color: var(--brand-primary);
}

.fragrance-category-card strong {
    font-size: 1.05rem;
}

.fragrance-category-card small {
    color: rgba(255, 255, 255, 0.86);
}

.product-card-title {
    line-height: 1.35;
}

.product-card-copy {
    color: #6f6a64;
    font-size: 0.92rem;
    line-height: 1.55;
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 620ms ease, transform 620ms ease;
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.testimonial-motion-card {
    animation: testimonialGlow 6s ease-in-out infinite alternate;
}

.best-seller-carousel,
.review-marquee {
    overflow: hidden;
    position: relative;
    padding-block: 0.25rem;
    mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.best-seller-track,
.review-track {
    display: flex;
    gap: 1rem;
    width: max-content;
    animation: bestSellerMarquee 34s linear infinite;
}

.best-seller-carousel:hover .best-seller-track,
.best-seller-track:hover {
    animation-play-state: paused;
}

.review-track {
    animation-duration: 42s;
}

.carousel-product-card {
    flex: 0 0 clamp(230px, 24vw, 300px);
}

.review-marquee-card {
    flex: 0 0 clamp(280px, 30vw, 380px);
}

.whatsapp-float {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 1040;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    background: #1fa855;
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    padding: 0.78rem 1rem;
    box-shadow: 0 18px 40px rgba(31, 168, 85, 0.28);
    font-weight: 700;
}

.whatsapp-float:hover {
    color: #fff;
    background: #168f47;
}

.whatsapp-float i {
    font-size: 1.25rem;
}

.cookie-consent-card {
    align-items: flex-start;
    background:
        linear-gradient(135deg, rgba(255, 251, 245, 0.96), rgba(248, 243, 235, 0.94)),
        radial-gradient(circle at 18% 16%, rgba(184, 148, 91, 0.18), transparent 32%);
    border: 1px solid rgba(184, 148, 91, 0.22);
    border-radius: 22px;
    bottom: 1.15rem;
    box-shadow: 0 22px 60px rgba(42, 35, 24, 0.16);
    color: #20362a;
    display: grid;
    gap: 0.85rem;
    grid-template-columns: 42px minmax(0, 1fr);
    left: 1.15rem;
    max-width: min(380px, calc(100vw - 2rem));
    opacity: 0;
    padding: 1rem;
    pointer-events: none;
    position: fixed;
    transform: translateY(14px);
    transition: opacity 220ms ease, transform 220ms ease;
    z-index: 1050;
}

.cookie-consent-card.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.cookie-consent-icon {
    align-items: center;
    background: rgba(38, 71, 52, 0.1);
    border-radius: 999px;
    color: var(--brand-primary);
    display: inline-flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.cookie-consent-card strong {
    display: block;
    font-size: 0.98rem;
    margin-bottom: 0.2rem;
}

.cookie-consent-card p {
    color: #657066;
    font-size: 0.84rem;
    line-height: 1.45;
    margin: 0 0 0.75rem;
}

.cookie-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.cookie-options {
    border-top: 1px solid rgba(184, 148, 91, 0.22);
    display: grid;
    gap: 0.55rem;
    margin-top: 0.85rem;
    padding-top: 0.85rem;
}

.cookie-options[hidden] {
    display: none;
}

.cookie-options label {
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(38, 71, 52, 0.08);
    border-radius: 14px;
    color: #20362a;
    display: grid;
    font-size: 0.84rem;
    font-weight: 800;
    gap: 0.15rem 0.5rem;
    grid-template-columns: auto 1fr;
    padding: 0.55rem 0.65rem;
}

.cookie-options label span {
    color: #657066;
    font-size: 0.76rem;
    font-weight: 500;
    grid-column: 2;
}

.cookie-options input {
    accent-color: var(--brand-primary);
    margin-top: 0.2rem;
}

.feature-mini,
.review-card {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(38, 71, 52, 0.1);
    border-radius: 1rem;
    padding: 1rem;
    height: 100%;
}

.section-card:not(.card) {
    background: rgba(255, 251, 245, 0.84);
    border: 1px solid rgba(38, 71, 52, 0.1);
    border-radius: 1rem;
    box-shadow: 0 18px 40px rgba(61, 48, 32, 0.08);
    padding: 1.35rem;
}

.textured-page-heading {
    background:
        linear-gradient(rgba(248, 243, 235, 0.18), rgba(248, 243, 235, 0.42)),
        url("../images/auraly-texture.svg") center center / cover;
    border-bottom: 1px solid rgba(38, 71, 52, 0.08);
}

.policy-link-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.policy-link-card,
.account-link-card {
    display: block;
    color: var(--brand-primary);
    background: rgba(255, 251, 245, 0.86);
    border: 1px solid rgba(38, 71, 52, 0.12);
    border-radius: 1rem;
    padding: 1rem;
    text-decoration: none;
    font-weight: 700;
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.policy-link-card:hover,
.account-link-card:hover {
    color: var(--brand-primary);
    transform: translateY(-4px);
    border-color: rgba(184, 148, 91, 0.32);
    box-shadow: 0 20px 45px rgba(61, 48, 32, 0.1);
}

.account-link-stack {
    display: grid;
    gap: 0.65rem;
}

.qty-input {
    max-width: 120px;
}

.cart-image {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 1rem;
}

.homepage-rotator-section {
    padding: 0;
    background:
        radial-gradient(circle at 12% 20%, rgba(184, 148, 91, 0.18), transparent 22%),
        linear-gradient(180deg, rgba(255, 251, 245, 0.68), rgba(248, 243, 235, 0.16));
}

.campaign-cover-carousel {
    margin-top: -1rem;
    background: #0d1711;
}

.homepage-rotator {
    position: relative;
    min-height: clamp(430px, 72vh, 760px);
    overflow: hidden;
    width: 100%;
    border: 0;
    border-radius: 0;
    background: #0d1711;
    box-shadow: none;
}

.rotator-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    opacity: 0;
    transform: translateX(18%);
    transition: opacity 760ms ease, transform 760ms ease;
}

.rotator-slide.is-active {
    opacity: 1;
    transform: translateX(0);
    z-index: 1;
}

.rotator-slide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.04);
    transform: scale(1.02);
    transition: transform 5s ease;
}

.rotator-slide.is-active img {
    transform: scale(1.08);
}

.rotator-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 251, 245, 0.84) 0%, rgba(255, 251, 245, 0.5) 34%, rgba(255, 251, 245, 0.02) 72%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08));
}

.rotator-copy {
    position: relative;
    margin-left: clamp(1.6rem, 9vw, 7.5rem);
    z-index: 2;
    width: min(510px, 72%);
    color: #0d1711;
}

.rotator-copy strong,
.rotator-copy small {
    display: block;
}

.rotator-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #0d1711;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(38, 71, 52, 0.14);
    border-radius: 999px;
    padding: 0.38rem 0.7rem;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.rotator-copy strong {
    margin-top: 0.85rem;
    font-size: clamp(2.15rem, 5vw, 4.85rem);
    line-height: 0.92;
    text-transform: uppercase;
    letter-spacing: -0.055em;
    text-shadow: 0 10px 34px rgba(255, 255, 255, 0.34);
}

.rotator-copy small {
    width: min(430px, 100%);
    margin-top: 0.85rem;
    color: rgba(13, 23, 17, 0.74);
    font-size: 1rem;
    font-weight: 600;
}

.rotator-cta {
    margin-top: 1.15rem;
    color: #fff;
    background: #0d1711;
    border: 1px solid #0d1711;
    border-radius: 0;
    padding: 0.78rem 1.15rem;
    font-size: 0.86rem;
    font-weight: 900;
    text-transform: uppercase;
}

.rotator-cta:hover {
    color: #fff;
    background: var(--brand-primary);
    border-color: var(--brand-primary);
}

.rotator-slide.text-center {
    justify-content: center;
    text-align: center;
}

.rotator-slide.text-center .rotator-copy {
    margin-left: 0;
}

.rotator-slide.text-center .rotator-copy small {
    margin-inline: auto;
}

.rotator-slide.text-right {
    justify-content: flex-end;
    text-align: right;
}

.rotator-slide.text-right::after {
    background:
        linear-gradient(270deg, rgba(255, 251, 245, 0.84) 0%, rgba(255, 251, 245, 0.5) 34%, rgba(255, 251, 245, 0.02) 72%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08));
}

.rotator-slide.text-right .rotator-copy {
    margin-left: 0;
    margin-right: clamp(1.6rem, 9vw, 7.5rem);
}

.rotator-slide.text-right .rotator-copy small {
    margin-left: auto;
}

.rotator-arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    color: rgba(13, 23, 17, 0.74);
    background: rgba(255, 255, 255, 0.54);
    border: 1px solid rgba(38, 71, 52, 0.12);
    border-radius: 999px;
    font-size: 1.45rem;
    backdrop-filter: blur(8px);
    transition: transform 180ms ease, background 180ms ease;
}

.rotator-arrow:hover {
    background: rgba(255, 255, 255, 0.82);
    transform: translateY(-50%) scale(1.05);
}

.rotator-prev {
    left: 1.25rem;
}

.rotator-next {
    right: 1.25rem;
}

.rotator-dots {
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 1.25rem;
    display: flex;
    gap: 0.45rem;
    transform: translateX(-50%);
}

.rotator-dots button {
    width: 34px;
    height: 5px;
    border: 0;
    border-radius: 999px;
    background: rgba(13, 23, 17, 0.24);
    transition: width 180ms ease, background 180ms ease;
}

.rotator-dots button.is-active {
    width: 54px;
    background: var(--brand-primary);
}

.social-proof-rail {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding: 0.25rem 0 0.85rem;
    scroll-snap-type: x mandatory;
}

.social-proof-card {
    flex: 0 0 clamp(230px, 27vw, 310px);
    scroll-snap-align: start;
    display: grid;
    gap: 0.4rem;
    color: var(--brand-text);
    text-decoration: none;
    padding: 0.9rem;
    border: 1px solid rgba(38, 71, 52, 0.12);
    border-radius: 1.25rem;
    background: rgba(255, 251, 245, 0.86);
    box-shadow: 0 18px 40px rgba(61, 48, 32, 0.08);
    transition: transform 220ms ease, border-color 220ms ease;
}

.social-proof-card:hover {
    color: var(--brand-text);
    transform: translateY(-5px);
    border-color: rgba(184, 148, 91, 0.32);
}

.social-proof-card img {
    width: 100%;
    aspect-ratio: 1.7 / 1;
    object-fit: cover;
    border-radius: 0.9rem;
}

.social-proof-type {
    color: #8c6b3d;
    font-size: 0.82rem;
    font-weight: 800;
}

.home-product-search {
    position: relative;
    z-index: 3;
    background:
        linear-gradient(180deg, rgba(13, 23, 17, 0.94), rgba(38, 71, 52, 0.92)),
        url("../images/auraly-texture.svg") center / cover;
}

.home-product-search-form {
    display: grid;
    grid-template-columns: 180px minmax(220px, 1fr) auto;
    gap: 0.75rem;
    align-items: center;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 251, 245, 0.09);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
}

.home-product-search-form span,
.home-product-search-form strong {
    display: block;
}

.home-product-search-form span {
    color: #cbb383;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-product-search-form strong {
    color: #fffaf2;
}

.home-search-field {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    min-height: 52px;
    padding: 0 1rem;
    border-radius: 999px;
    background: rgba(255, 251, 245, 0.96);
}

.home-search-field i {
    color: var(--brand-primary);
}

.home-search-field input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #17221b;
}

.instagram-proof-section {
    background:
        linear-gradient(rgba(248, 243, 235, 0.88), rgba(242, 236, 227, 0.92)),
        url("../images/auraly-texture.svg") center / cover,
        radial-gradient(circle at 20% 12%, rgba(184, 148, 91, 0.18), transparent 24%),
        radial-gradient(circle at 80% 30%, rgba(94, 143, 112, 0.18), transparent 26%);
    color: var(--brand-text);
}

.instagram-proof-heading {
    max-width: 620px;
}

.proof-kicker {
    color: #9a7743;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.32em;
    text-transform: uppercase;
}

.instagram-proof-heading h2 {
    color: var(--brand-primary);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.1rem, 4vw, 4rem);
    line-height: 1;
    margin: 0.75rem 0;
}

.instagram-proof-heading p {
    color: #746d61;
    margin-inline: auto;
}

.proof-follow-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: var(--brand-primary);
    text-decoration: none;
    border: 1px solid rgba(184, 148, 91, 0.34);
    border-radius: 999px;
    padding: 0.68rem 1rem;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.proof-follow-btn:hover {
    color: var(--brand-primary);
    background: rgba(184, 148, 91, 0.12);
    border-color: rgba(184, 148, 91, 0.52);
}

.instagram-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    align-items: start;
}

.instagram-proof-card {
    display: block;
    overflow: hidden;
    color: var(--brand-text);
    text-decoration: none;
    border: 1px solid rgba(38, 71, 52, 0.12);
    border-radius: 1rem;
    background: rgba(255, 251, 245, 0.86);
    box-shadow: 0 24px 60px rgba(61, 48, 32, 0.12);
    animation: proofCardFloat 7s ease-in-out infinite alternate;
    transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.instagram-proof-card:hover {
    color: var(--brand-text);
    transform: translateY(-6px);
    border-color: rgba(184, 148, 91, 0.36);
    background: rgba(255, 251, 245, 0.96);
}

.instagram-proof-card:nth-child(2n) {
    animation-delay: -2s;
}

.instagram-proof-card:nth-child(3n) {
    animation-delay: -4s;
}

.instagram-proof-card.is-tall {
    grid-row: span 2;
}

.instagram-proof-card.proof-size-large {
    grid-column: span 2;
}

.instagram-proof-card.proof-size-large .instagram-proof-media {
    aspect-ratio: 16 / 10;
}

.instagram-proof-media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: rgba(38, 71, 52, 0.1);
}

.instagram-proof-card.is-tall .instagram-proof-media {
    aspect-ratio: 1 / 1.72;
}

.instagram-proof-media img,
.instagram-proof-media video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 420ms ease, filter 420ms ease;
}

.instagram-proof-card:hover .instagram-proof-media img,
.instagram-proof-card:hover .instagram-proof-media video {
    transform: scale(1.045);
    filter: saturate(1.08);
}

.instagram-media-icon {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.38);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    backdrop-filter: blur(8px);
}

.instagram-proof-body {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.75rem;
    padding: 0.85rem;
}

.proof-user {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    min-width: 0;
}

.proof-user > span {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fffaf2;
    background: var(--brand-primary);
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 900;
}

.proof-user strong,
.proof-user small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.proof-user strong {
    color: var(--brand-text);
    font-size: 0.9rem;
}

.proof-user small,
.instagram-proof-body p {
    color: #746d61;
    font-size: 0.78rem;
}

.proof-stars {
    color: #b8945b;
    font-size: 0.78rem;
    white-space: nowrap;
}

.instagram-proof-body p {
    grid-column: 1 / -1;
    margin: 0;
    line-height: 1.45;
}

.product-search-form {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(170px, 220px) auto;
    gap: 0.65rem;
    width: min(100%, 760px);
}

.product-category-rail,
.recommended-searches {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    padding-bottom: 0.35rem;
}

.product-category-pill,
.recommended-searches a {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    white-space: nowrap;
    color: var(--brand-primary);
    text-decoration: none;
    border: 1px solid rgba(38, 71, 52, 0.12);
    border-radius: 999px;
    background: rgba(255, 251, 245, 0.82);
    padding: 0.72rem 1rem;
    font-weight: 800;
    transition: transform 220ms ease, background 220ms ease;
}

.product-category-pill i {
    color: #a67c40;
}

.product-category-pill:hover,
.recommended-searches a:hover {
    color: var(--brand-primary);
    background: rgba(184, 148, 91, 0.16);
    transform: translateY(-2px);
}

.recommended-searches {
    align-items: center;
}

.recommended-searches span {
    color: #7e776c;
    font-weight: 800;
    white-space: nowrap;
}

.recommended-searches a {
    padding: 0.45rem 0.75rem;
    font-size: 0.88rem;
}

.product-badge-stack {
    position: absolute;
    left: 0.75rem;
    top: 0.75rem;
    z-index: 3;
    display: grid;
    gap: 0.4rem;
}

.product-special-badge,
.product-detail-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    width: fit-content;
    color: #fff;
    background: rgba(38, 71, 52, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    padding: 0.34rem 0.6rem;
    font-size: 0.76rem;
    font-weight: 800;
    box-shadow: 0 10px 28px rgba(31, 42, 35, 0.16);
}

.product-special-badge.soft,
.product-detail-badge.soft {
    color: #684d28;
    background: rgba(255, 244, 224, 0.92);
}

.cart-add-button {
    position: relative;
    overflow: hidden;
    transition: transform 180ms ease, filter 180ms ease;
}

.cart-add-button.is-adding {
    filter: saturate(0.85);
}

.cart-add-button.is-added {
    transform: scale(1.05);
    background: #2f7a4b;
    border-color: #2f7a4b;
}

.cart-add-button.is-added::after {
    content: "";
    position: absolute;
    inset: -30%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.7), transparent 42%);
    animation: cartButtonBurst 620ms ease-out;
}

.cart-action.is-catching {
    animation: cartCatch 520ms ease;
}

.cart-fly-item {
    position: absolute;
    z-index: 3000;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    background: var(--brand-primary);
    border: 2px solid rgba(255, 251, 245, 0.9);
    border-radius: 999px;
    box-shadow: 0 18px 40px rgba(61, 48, 32, 0.24);
    pointer-events: none;
    animation: cartItemFly 820ms cubic-bezier(0.2, 0.8, 0.22, 1) forwards;
}

.cart-fly-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-item-list {
    display: grid;
    gap: 1rem;
}

.review-image-thumb {
    width: 100%;
    max-height: 170px;
    object-fit: cover;
    border-radius: 0.85rem;
    border: 1px solid rgba(38, 71, 52, 0.12);
}

.rating-picker {
    direction: rtl;
    display: inline-flex;
    gap: 0.25rem;
    padding: 0.35rem 0.6rem;
    border: 1px solid rgba(38, 71, 52, 0.12);
    border-radius: 999px;
    background: rgba(255, 251, 245, 0.84);
}

.rating-picker input {
    display: none;
}

.rating-picker label {
    cursor: pointer;
    color: #d6c7aa;
    font-size: 1.55rem;
    line-height: 1;
    transition: color 160ms ease, transform 160ms ease;
}

.rating-picker label:hover,
.rating-picker label:hover ~ label,
.rating-picker input:checked ~ label {
    color: #b8945b;
}

.rating-picker label:hover {
    transform: translateY(-2px);
}

.comment-clear {
    border: 0;
    color: #85653b;
    background: transparent;
    font-size: 0.88rem;
    font-weight: 800;
}

.site-body textarea.user-limited-textarea {
    resize: none;
    max-height: 8rem;
}

.cart-actions-stack {
    display: grid;
    gap: 0.7rem;
    justify-items: end;
}

.cart-remove-button {
    color: #8a3f34;
    background: rgba(138, 63, 52, 0.08);
    border: 1px solid rgba(138, 63, 52, 0.14);
}

.cart-remove-button:hover {
    color: #7d3329;
    background: rgba(138, 63, 52, 0.14);
}

.cart-address-card,
.free-gift-card,
.empty-state-card {
    border: 1px solid rgba(38, 71, 52, 0.12);
    border-radius: 1.25rem;
    background: rgba(255, 251, 245, 0.86);
    box-shadow: 0 18px 40px rgba(61, 48, 32, 0.08);
    padding: 1.25rem;
}

.free-gift-card {
    display: grid;
    align-content: center;
    gap: 0.55rem;
    color: #7b6d5a;
}

.free-gift-image {
    width: 82px;
    height: 82px;
    display: block;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto 0.35rem;
    border: 2px solid rgba(184, 148, 91, 0.24);
}

.free-gift-card i {
    color: #b8945b;
    font-size: 2rem;
}

.free-gift-card.is-unlocked {
    color: #245538;
    background:
        radial-gradient(circle at 82% 12%, rgba(184, 148, 91, 0.24), transparent 28%),
        rgba(237, 249, 239, 0.9);
    border-color: rgba(47, 122, 75, 0.2);
}

.section-content-editor {
    height: 100%;
    padding: 1rem;
    border: 1px solid var(--admin-border);
    border-radius: 1rem;
    background: var(--admin-surface-alt);
}

.coupon-confetti {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 2000;
}

.coupon-confetti span {
    position: absolute;
    left: 50%;
    top: 22%;
    font-size: 2rem;
    animation: confettiPop 1.2s ease-out forwards;
}

.coupon-confetti span:nth-child(2) {
    animation-delay: 80ms;
}

.coupon-confetti span:nth-child(3) {
    animation-delay: 130ms;
}

.coupon-confetti span:nth-child(4) {
    animation-delay: 180ms;
}

.coupon-confetti span:nth-child(5) {
    animation-delay: 230ms;
}

.checkout-gift-note {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #245538;
    background: rgba(47, 122, 75, 0.08);
    border-radius: 999px;
    padding: 0.45rem 0.7rem;
    font-weight: 800;
}

.ticker-admin-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    padding: 1rem;
    color: var(--ticker-text);
    background: var(--ticker-bg);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1rem;
}

.ticker-admin-preview span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-weight: 800;
}

.ticker-admin-preview i {
    color: var(--ticker-accent);
}

.trust-picker {
    border: 1px solid var(--admin-border);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.03);
    padding: 0.9rem;
}

.trust-picker-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.trust-picker-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--admin-text);
    border: 1px solid rgba(184, 148, 91, 0.22);
    border-radius: 999px;
    background: rgba(184, 148, 91, 0.1);
    padding: 0.46rem 0.72rem;
    font-size: 0.82rem;
    font-weight: 800;
}

.trust-picker-chip:hover {
    color: var(--admin-bg);
    background: #e5c98f;
}

.rotator-admin-card {
    display: grid;
    gap: 0.45rem;
    padding: 0.85rem;
    border: 1px solid var(--admin-border);
    border-radius: 1rem;
    background: var(--admin-surface-alt);
}

.rotator-admin-card img {
    width: 100%;
    aspect-ratio: 1.9 / 1;
    object-fit: cover;
    border-radius: 0.8rem;
}

.resolution-guide,
.export-filter-card {
    padding: 1rem;
    border: 1px solid var(--admin-border);
    border-radius: 1.15rem;
    background: linear-gradient(135deg, rgba(184, 148, 91, 0.14), rgba(38, 71, 52, 0.12));
}

.resolution-guide-icon {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(184, 148, 91, 0.18);
    color: #e8d8b5;
}

.resolution-grid,
.export-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
}

.resolution-grid span,
.export-stat-card {
    padding: 0.75rem;
    border: 1px solid var(--admin-border);
    border-radius: 0.9rem;
    background: var(--admin-surface-alt);
}

.export-stat-card span,
.export-stat-card strong {
    display: block;
}

.export-stat-card span {
    color: var(--admin-muted);
    font-size: 0.78rem;
}

.export-stat-card strong {
    margin-top: 0.2rem;
    color: var(--admin-text);
    font-size: 1.2rem;
}

.export-advice-list,
.cleanup-check-list {
    display: grid;
    gap: 0.75rem;
}

.export-advice-list span,
.cleanup-check-list label {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.75rem;
    border: 1px solid var(--admin-border);
    border-radius: 0.95rem;
    background: var(--admin-surface-alt);
}

.export-advice-list i {
    color: #d6b36d;
}

.admin-proof-video {
    width: 100%;
    aspect-ratio: 1.9 / 1;
    object-fit: cover;
    border-radius: 0.8rem;
    background: #050706;
}

.search-preview-shell {
    display: grid;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid var(--admin-border);
    border-radius: 1.25rem;
    background: var(--admin-surface-alt);
}

.admin-search-preview {
    width: 100%;
    margin: 0;
}

.admin-suggestion-preview {
    display: grid;
    gap: 1rem;
    padding: 0.65rem;
    border: 1px solid var(--admin-border);
    border-radius: 1rem;
    background: rgba(255, 251, 245, 0.95);
}

.admin-body {
    background:
        linear-gradient(rgba(15, 19, 18, 0.94), rgba(15, 19, 18, 0.96)),
        url("../images/auraly-texture.svg") center top / cover fixed,
        var(--admin-bg);
    color: var(--admin-text);
    --admin-chart-grid: rgba(147, 163, 154, 0.16);
    --admin-chart-text: rgba(242, 237, 228, 0.88);
}

.admin-sidebar-wrap {
    background: var(--admin-bg);
}

.admin-sidebar {
    background: linear-gradient(180deg, #131918 0%, #101514 100%);
    border-right: 1px solid var(--admin-border);
    position: sticky;
    top: 0;
}

.admin-nav-scroll {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    padding-right: 0.25rem;
}

.admin-logo {
    color: var(--admin-text);
}

.admin-logo small {
    color: var(--admin-muted);
}

.admin-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #da5f71;
    box-shadow: 0 0 0 6px rgba(218, 95, 113, 0.12);
}

.admin-nav-group {
    padding: 0.85rem;
    border: 1px solid rgba(184, 148, 91, 0.08);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.015);
}

.admin-nav-group + .admin-nav-group {
    margin-top: 0.9rem;
}

.admin-nav-label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #d5cab9;
    font-weight: 700;
}

.admin-nav-subtext {
    color: var(--admin-muted);
    font-size: 0.83rem;
    margin-top: 0.2rem;
}

.admin-menu .list-group-item {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: rgba(242, 237, 228, 0.88);
    background: transparent;
    padding: 0.62rem 0.78rem;
}

.admin-menu .list-group-item:hover {
    background: rgba(184, 148, 91, 0.08);
    color: #fff;
}

.admin-menu .list-group-item.active {
    background: rgba(38, 71, 52, 0.88);
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(184, 148, 91, 0.18);
}

.admin-header {
    color: var(--admin-text);
}

.admin-date {
    color: var(--admin-muted);
    font-size: 0.95rem;
    margin-bottom: 0.35rem;
}

.admin-title {
    color: var(--admin-text);
}

.admin-subtitle {
    color: var(--admin-muted);
}

.admin-outline-btn {
    border-color: rgba(242, 237, 228, 0.18);
    color: var(--admin-text);
}

.admin-outline-btn:hover {
    background: rgba(255, 255, 255, 0.06);
    color: var(--admin-text);
}

.admin-solid-btn {
    background: linear-gradient(135deg, var(--brand-primary), #355e47);
    color: #fff;
    border: none;
}

.admin-solid-btn:hover {
    background: linear-gradient(135deg, #1d3728, #294836);
    color: #fff;
}

.admin-alert {
    background: rgba(38, 71, 52, 0.9);
    color: #fff;
}

.admin-panel,
.admin-chart-card,
.admin-body .card {
    background: var(--admin-surface);
    border: 1px solid var(--admin-border);
    border-radius: 1.5rem;
    color: var(--admin-text);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
}

.admin-panel-body,
.admin-chart-card {
    padding: 1.5rem;
}

.admin-heading,
.admin-card-title,
.admin-body h1,
.admin-body h2,
.admin-body h3,
.admin-body h4,
.admin-body h5 {
    color: var(--admin-text);
}

.admin-muted,
.admin-body .text-secondary,
.admin-body .small {
    color: #bdc9c1 !important;
}

.admin-divider {
    border-top: 1px solid var(--admin-border);
    margin: 1.5rem 0;
}

.dashboard-metric-list {
    display: grid;
    gap: 1rem;
}

.dashboard-metric-item {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.metric-icon {
    align-items: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: inline-flex;
    justify-content: center;
    border-radius: 999px;
    background: rgba(38, 71, 52, 0.55);
    color: #e8d8b5;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.metric-icon i {
    align-items: center;
    display: inline-flex;
    font-size: 1.16rem;
    height: 22px;
    justify-content: center;
    line-height: 1;
    margin: 0;
    width: 22px;
}

.metric-icon i::before {
    display: inline-block;
    line-height: 1;
    margin: 0;
}

.dashboard-metric-item strong,
.dashboard-metric-item span {
    display: block;
}

.dashboard-metric-item strong {
    font-size: 1.65rem;
    line-height: 1.1;
}

.dashboard-metric-item span {
    color: var(--admin-muted);
}

.category-grid {
    display: grid;
    gap: 1rem;
}

.category-tile {
    background: var(--admin-surface-alt);
    border: 1px solid var(--admin-border);
    border-radius: 1.25rem;
    padding: 1rem;
}

.category-tile-title {
    color: var(--admin-text);
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.category-tile-copy {
    color: var(--admin-muted);
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
}

.category-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.category-chip {
    background: rgba(184, 148, 91, 0.12);
    color: #e0c28f;
    border: 1px solid rgba(184, 148, 91, 0.18);
    border-radius: 999px;
    padding: 0.38rem 0.65rem;
    font-size: 0.82rem;
}

.chart-dots {
    color: var(--admin-muted);
    letter-spacing: 0.2em;
}

.dashboard-money {
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--admin-text);
    margin-bottom: 0.6rem;
}

.change-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.3rem 0.65rem;
    font-size: 0.82rem;
    font-weight: 600;
}

.change-pill.positive {
    background: rgba(94, 143, 112, 0.18);
    color: #9ed2ab;
}

.change-pill.warning {
    background: rgba(184, 148, 91, 0.16);
    color: #e1bf8f;
}

.chart-box-sm {
    height: 120px;
    margin-top: 1rem;
}

.chart-box-lg {
    height: 300px;
}

.chart-box-md {
    height: 260px;
}

.presentation-template-card {
    background: var(--admin-surface-alt);
    border: 1px solid var(--admin-border);
    border-radius: 1rem;
    padding: 1rem;
}

.best-seller-select-card {
    display: grid;
    gap: 0.35rem;
    min-height: 100%;
    padding: 1rem;
    border: 1px solid var(--admin-border);
    border-radius: 1rem;
    background: var(--admin-surface-alt);
    cursor: pointer;
}

.best-seller-select-card input {
    accent-color: var(--brand-primary);
}

.best-seller-select-card span {
    font-weight: 700;
    color: var(--admin-text);
}

.best-seller-select-card small {
    color: var(--admin-muted);
}

.admin-inline-editor {
    min-width: 320px;
}

.admin-inline-editor summary {
    list-style: none;
}

.admin-inline-editor summary::-webkit-details-marker {
    display: none;
}

.admin-inline-editor-panel {
    position: relative;
    z-index: 2;
    width: min(720px, 82vw);
    padding: 1rem;
    border: 1px solid var(--admin-border);
    border-radius: 1rem;
    background: var(--admin-surface);
    box-shadow: var(--admin-shadow);
}

.presentation-preview {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    grid-template-rows: 48px 48px;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.presentation-preview span {
    background: linear-gradient(135deg, rgba(184, 148, 91, 0.32), rgba(94, 143, 112, 0.18));
    border: 1px solid rgba(184, 148, 91, 0.18);
    border-radius: 0.75rem;
}

.presentation-preview span:first-child {
    grid-row: span 2;
}

.admin-brand-card {
    background:
        radial-gradient(circle at 20% 50%, rgba(38, 71, 52, 0.4), transparent 35%),
        linear-gradient(135deg, #111816 0%, #11271d 100%);
    min-height: 100%;
}

.brand-card-top {
    display: flex;
    gap: 0.45rem;
    margin-bottom: 2rem;
}

.brand-card-top span {
    width: 20px;
    height: 4px;
    border-radius: 999px;
    background: rgba(38, 71, 52, 0.85);
}

.brand-card-top span:first-child {
    background: #3f7c5b;
}

.brand-card-content {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 1rem;
    align-items: center;
}

.brand-card-content h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.brand-card-content p {
    color: rgba(242, 237, 228, 0.72);
}

.brand-card-content img {
    width: 100%;
    max-width: 180px;
    margin-left: auto;
    border-radius: 1.25rem;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.mini-badge {
    background: rgba(38, 71, 52, 0.58);
    color: #d7e9dd;
    border: 1px solid rgba(94, 143, 112, 0.24);
    border-radius: 999px;
    padding: 0.35rem 0.8rem;
    font-size: 0.82rem;
}

.focus-product-card {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 1rem;
    background: var(--admin-surface-alt);
    border: 1px solid var(--admin-border);
    border-radius: 1.25rem;
    padding: 1rem;
    margin-bottom: 1.25rem;
}

.focus-product-card img {
    width: 82px;
    height: 82px;
    object-fit: cover;
    border-radius: 1rem;
}

.focus-title {
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.focus-price {
    color: #e3c899;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.focus-copy {
    color: var(--admin-muted);
    font-size: 0.9rem;
}

.task-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--admin-border);
    border-radius: 1rem;
    padding: 0.9rem 1rem;
}

.task-title {
    font-weight: 600;
}

.task-copy {
    color: var(--admin-muted);
    font-size: 0.88rem;
}

.admin-soft-rule {
    border-color: var(--admin-border);
    opacity: 1;
}

.admin-status-pill {
    align-items: center;
    border: 1px solid rgba(227, 200, 153, 0.32);
    border-radius: 999px;
    color: #e3c899;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0.02em;
    padding: 0.42rem 0.78rem;
    white-space: nowrap;
}

.admin-status-pill.is-good {
    background: rgba(94, 143, 112, 0.18);
    border-color: rgba(94, 143, 112, 0.48);
    color: #9fd0ad;
}

.admin-status-pill.is-warning {
    background: rgba(184, 148, 91, 0.13);
}

.delivery-config-card {
    background: var(--admin-surface-alt);
    border: 1px solid var(--admin-border);
    border-radius: 1rem;
    min-width: min(100%, 360px);
    padding: 1rem;
}

.delivery-actions {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.delivery-actions details {
    min-width: 220px;
}

.delivery-table td {
    vertical-align: top;
}

[data-admin-theme="light"] .admin-status-pill.is-good {
    color: #315f43;
}

[data-admin-theme="light"] .admin-status-pill.is-warning {
    color: #7b5522;
}

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

@media (max-width: 575.98px) {
    .tracking-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tracking-step {
        min-height: 82px;
    }
}

.legend-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    color: var(--admin-muted);
    font-size: 0.9rem;
}

.legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    display: inline-block;
    margin-right: 0.45rem;
}

.legend-dot.current {
    background: #b8945b;
}

.legend-dot.previous {
    background: rgba(147, 163, 154, 0.7);
}

.admin-table,
.admin-body .table {
    --bs-table-bg: transparent;
    --bs-table-color: var(--admin-text);
    --bs-table-border-color: var(--admin-border);
}

.table-product-thumb {
    width: 54px;
    height: 54px;
    object-fit: cover;
    border-radius: 1rem;
}

.stock-pill {
    display: inline-flex;
    align-items: center;
    background: rgba(38, 71, 52, 0.7);
    color: #a6d4b2;
    border: 1px solid rgba(94, 143, 112, 0.24);
    border-radius: 999px;
    padding: 0.32rem 0.85rem;
    font-size: 0.84rem;
}

.admin-text-link {
    color: #d6c39d;
    text-decoration: none;
    font-weight: 600;
}

.admin-text-link:hover {
    color: #ead9b8;
}

.market-circle {
    width: min(280px, 100%);
    aspect-ratio: 1;
    margin: 0 auto;
    border-radius: 999px;
    border: 6px solid rgba(184, 148, 91, 0.22);
    outline: 10px solid rgba(38, 71, 52, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: inset 0 0 0 12px rgba(17, 24, 22, 0.9);
}

.market-circle strong,
.market-circle span {
    display: block;
}

.market-circle strong {
    font-size: 2rem;
    color: var(--admin-text);
}

.market-circle span {
    color: var(--admin-muted);
    margin-top: 0.45rem;
}

.card,
.alert,
.btn,
.form-control,
.form-select,
.badge,
.list-group-item {
    border-radius: 1rem;
}

.admin-body .form-control,
.admin-body .form-select,
.admin-body textarea {
    background: var(--admin-surface-alt);
    border-color: var(--admin-border);
    color: var(--admin-text);
}

.admin-body .form-control::placeholder,
.admin-body textarea::placeholder {
    color: #9dafaa;
    opacity: 1;
}

.admin-body .form-control:focus,
.admin-body .form-select:focus,
.admin-body textarea:focus {
    background: var(--admin-surface-alt);
    color: var(--admin-text);
    border-color: rgba(184, 148, 91, 0.4);
    box-shadow: 0 0 0 0.2rem rgba(184, 148, 91, 0.12);
}

.admin-body .form-label,
.admin-body label {
    color: #e7dfd3;
}

.admin-body code {
    color: #e6c98d;
}

.admin-table thead th,
.admin-body .table thead th {
    color: #f5efe6;
    font-weight: 800;
}

.admin-table tbody td,
.admin-body .table tbody td {
    color: var(--admin-text);
}

.admin-body .card-header {
    background: transparent !important;
    border-bottom: 1px solid var(--admin-border) !important;
}

.admin-body .btn-outline-secondary {
    border-color: rgba(242, 237, 228, 0.18);
    color: var(--admin-text);
}

.admin-body .btn-outline-secondary:hover {
    background: rgba(255, 255, 255, 0.06);
    color: var(--admin-text);
}

.admin-body .badge.bg-success-subtle,
.admin-body .badge.bg-primary-subtle,
.admin-body .badge.bg-warning-subtle,
.admin-body .badge.bg-dark-subtle,
.admin-body .badge.bg-secondary-subtle,
.admin-body .badge.bg-light {
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.table > :not(caption) > * > * {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.analytics-filter-row {
    min-width: min(100%, 920px);
}

.star-rating {
    color: #b8945b;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.star-rating.compact {
    font-size: 0.9rem;
}

.auth-divider {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1.25rem 0;
    color: #8a8176;
    font-size: 0.9rem;
}

.auth-divider::before,
.auth-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(38, 71, 52, 0.12);
}

.google-auth-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    border: 1px solid rgba(38, 71, 52, 0.16);
    background: #fff;
    color: #2d2a26;
    font-weight: 700;
}

.google-auth-btn:hover {
    border-color: rgba(184, 148, 91, 0.32);
    background: #fffaf2;
    color: var(--brand-primary);
}

.admin-review-filters {
    width: min(100%, 760px);
}

.admin-user-search {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) 150px auto auto;
    gap: 0.7rem;
    width: min(100%, 760px);
}

.compact-admin-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
}

.compact-user-list {
    overflow: hidden;
    border-radius: inherit;
}

.compact-user-header,
.compact-user-row summary {
    display: grid;
    grid-template-columns: minmax(160px, 1.1fr) minmax(220px, 1.5fr) minmax(120px, 0.7fr) minmax(130px, 0.8fr) minmax(110px, 0.55fr);
    gap: 0.8rem;
    align-items: center;
}

.compact-user-header {
    color: var(--admin-muted);
    border-bottom: 1px solid var(--admin-border);
    background: var(--admin-surface-alt);
    padding: 0.75rem 1rem;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.compact-user-row {
    border-bottom: 1px solid var(--admin-border);
}

.compact-user-row:last-child {
    border-bottom: 0;
}

.compact-user-row summary {
    cursor: pointer;
    list-style: none;
    padding: 0.8rem 1rem;
    transition: background 160ms ease;
}

.compact-user-row summary::-webkit-details-marker {
    display: none;
}

.compact-user-row summary:hover {
    background: rgba(184, 148, 91, 0.07);
}

.compact-user-row strong {
    display: block;
    color: var(--admin-text);
    overflow: hidden;
    font-size: 0.92rem;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.compact-user-row small {
    display: block;
    color: var(--admin-muted);
    overflow: hidden;
    margin-top: 0.15rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.compact-status-cell {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.compact-status-cell i {
    color: var(--admin-muted);
    transition: transform 160ms ease;
}

.compact-user-row[open] .compact-status-cell i {
    transform: rotate(180deg);
}

.compact-user-details {
    border-top: 1px solid var(--admin-border);
    background: rgba(255, 255, 255, 0.025);
    padding: 1rem;
}

.admin-review-table td {
    vertical-align: top;
}

.admin-review-excerpt {
    max-width: 460px;
    margin-top: 0.35rem;
    color: #d5dfd9;
    font-size: 0.92rem;
    line-height: 1.45;
}

.admin-reply-editor summary {
    list-style: none;
}

.admin-reply-editor summary::-webkit-details-marker {
    display: none;
}

.admin-review-action-panel {
    width: min(420px, 76vw);
    padding: 0.85rem;
    border: 1px solid var(--admin-border);
    border-radius: 1rem;
    background: var(--admin-surface);
    box-shadow: var(--admin-shadow);
}

.brand-reset-card,
.newsletter-preview-card {
    padding: 1rem;
    border: 1px solid var(--admin-border);
    border-radius: 1.25rem;
    background: var(--admin-surface-alt);
}

.admin-mini-note {
    background: var(--admin-surface-alt);
    border: 1px solid var(--admin-border);
    border-radius: 1rem;
    color: var(--admin-text);
    font-size: 0.9rem;
    padding: 0.8rem 0.95rem;
}

.brand-reset-icon {
    width: 82px;
    height: 82px;
    object-fit: contain;
    border-radius: 999px;
    margin-bottom: 1rem;
    filter: drop-shadow(0 0 18px rgba(184, 148, 91, 0.26));
}

.homepage-order-input {
    max-width: 96px;
}

.product-builder-filter {
    width: min(100%, 520px);
}

.brand-live-preview {
    padding: 1rem;
    border: 1px solid var(--admin-border);
    border-radius: 1.25rem;
    background: var(--admin-surface-alt);
}

.brand-live-preview-nav {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    border-radius: 1.25rem;
    background: rgba(255, 251, 245, 0.94);
}

.homepage-layout-list {
    display: grid;
    gap: 0.85rem;
}

.homepage-layout-banner {
    display: grid;
    grid-template-columns: 110px 1fr auto;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
    border: 1px solid var(--admin-border);
    border-radius: 1.25rem;
    background:
        linear-gradient(135deg, rgba(184, 148, 91, 0.12), transparent),
        var(--admin-surface-alt);
    cursor: grab;
}

.homepage-layout-banner.is-dragging {
    opacity: 0.65;
    cursor: grabbing;
}

.homepage-layout-toggle,
.homepage-layout-actions {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.homepage-layout-copy strong,
.homepage-layout-copy small {
    display: block;
}

.drag-handle {
    color: var(--admin-muted);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.admin-bill-preview summary {
    list-style: none;
}

.admin-bill-preview summary::-webkit-details-marker {
    display: none;
}

.admin-bill-preview-panel {
    width: min(300px, 72vw);
    padding: 1rem;
    border: 1px solid var(--admin-border);
    border-radius: 1rem;
    background: var(--admin-surface);
    box-shadow: var(--admin-shadow);
}

.bill-format-preview {
    padding: 1.25rem;
    border: 1px solid var(--admin-border);
    border-radius: 1.25rem;
    background: var(--admin-surface-alt);
}

.bill-format-top {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    color: var(--admin-text);
}

.bill-format-top img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    border-radius: 1rem;
    background: rgba(255, 251, 245, 0.9);
    padding: 0.35rem;
}

.bill-format-top strong,
.bill-format-top span,
.bill-preview-row span,
.bill-preview-row strong,
.bill-preview-table span,
.bill-preview-table strong {
    display: block;
}

.bill-format-top strong {
    font-size: 1.1rem;
}

.bill-format-top span {
    color: var(--bill-accent, var(--brand-primary));
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.78rem;
}

.bill-format-line {
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--brand-primary), var(--brand-accent));
    margin: 1rem 0;
}

.bill-preview-row,
.bill-preview-table div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.65rem 0;
    border-bottom: 1px solid var(--admin-border);
}

.bill-preview-row span,
.bill-preview-table span {
    color: var(--admin-muted);
}

.bill-preview-table {
    margin: 1rem 0;
    border: 1px solid var(--admin-border);
    border-radius: 1rem;
    padding: 0.35rem 0.8rem;
    background: var(--admin-surface);
}

.behavior-stat-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.25rem 0.8rem;
    align-items: center;
    padding: 1rem;
    border: 1px solid var(--admin-border);
    border-radius: 1.1rem;
    background: var(--admin-surface-alt);
}

.behavior-stat-card i {
    grid-row: span 2;
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(184, 148, 91, 0.14);
    color: #d9bd83;
    font-size: 1.15rem;
}

.behavior-stat-card span {
    color: var(--admin-muted);
    font-size: 0.9rem;
}

.behavior-stat-card strong {
    color: var(--admin-text);
    font-size: 1.65rem;
    line-height: 1;
}

.behavior-list {
    display: grid;
    gap: 0.65rem;
}

.behavior-list div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.78rem 0.9rem;
    border: 1px solid var(--admin-border);
    border-radius: 0.9rem;
    background: var(--admin-surface-alt);
}

.behavior-list span {
    color: var(--admin-text);
    font-weight: 650;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.behavior-list strong {
    color: #d9bd83;
}

.behavior-feed {
    display: grid;
    gap: 0.7rem;
}

.behavior-feed div {
    display: grid;
    gap: 0.2rem;
    padding: 0.85rem 0.9rem;
    border: 1px solid var(--admin-border);
    border-radius: 0.95rem;
    background: var(--admin-surface-alt);
}

.behavior-feed span {
    color: #d9bd83;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.behavior-feed strong {
    color: var(--admin-text);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.behavior-feed small {
    color: var(--admin-muted);
}

.newsletter-preview-media {
    min-height: 150px;
    display: grid;
    place-items: center;
    border-radius: 1rem;
    background:
        radial-gradient(circle at 20% 20%, rgba(184, 148, 91, 0.34), transparent 34%),
        linear-gradient(135deg, rgba(38, 71, 52, 0.42), rgba(94, 143, 112, 0.18));
    color: #f8f3eb;
    font-weight: 800;
    margin-bottom: 1rem;
}

.newsletter-preview-body span {
    color: #d9bd83;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.newsletter-preview-body h3 {
    margin-top: 0.4rem;
}

.newsletter-preview-body p {
    color: #c5d0ca;
    margin-bottom: 0;
}

[data-admin-theme="light"] .admin-body {
    --admin-bg: #f5f7fb;
    --admin-surface: #ffffff;
    --admin-surface-alt: #eef3f0;
    --admin-border: #dbe4df;
    --admin-text: #1d2923;
    --admin-muted: #627169;
    --admin-chart-grid: rgba(38, 71, 52, 0.12);
    --admin-chart-text: rgba(29, 41, 35, 0.86);
    background:
        linear-gradient(rgba(245, 247, 251, 0.88), rgba(245, 247, 251, 0.94)),
        url("../images/auraly-texture.svg") center top / cover fixed,
        var(--admin-bg);
    color: var(--admin-text);
}

[data-admin-theme="light"] .admin-muted,
[data-admin-theme="light"] .admin-body .text-secondary,
[data-admin-theme="light"] .admin-body .small {
    color: #53645a !important;
}

[data-admin-theme="light"] .admin-sidebar {
    background: linear-gradient(180deg, #ffffff 0%, #f0f5f2 100%);
}

[data-admin-theme="light"] .admin-nav-group {
    background: rgba(38, 71, 52, 0.025);
    border-color: rgba(38, 71, 52, 0.08);
}

[data-admin-theme="light"] .admin-logo,
[data-admin-theme="light"] .admin-menu .list-group-item,
[data-admin-theme="light"] .admin-header,
[data-admin-theme="light"] .admin-title,
[data-admin-theme="light"] .admin-heading,
[data-admin-theme="light"] .admin-card-title,
[data-admin-theme="light"] .admin-body h1,
[data-admin-theme="light"] .admin-body h2,
[data-admin-theme="light"] .admin-body h3,
[data-admin-theme="light"] .admin-body h4,
[data-admin-theme="light"] .admin-body h5 {
    color: var(--admin-text);
}

[data-admin-theme="light"] .admin-nav-label {
    color: #425348;
}

[data-admin-theme="light"] .admin-menu .list-group-item:hover {
    background: rgba(38, 71, 52, 0.08);
    color: var(--admin-text);
}

[data-admin-theme="light"] .admin-menu .list-group-item.active {
    background: rgba(38, 71, 52, 0.9);
    color: #fff;
}

[data-admin-theme="light"] .admin-panel,
[data-admin-theme="light"] .admin-chart-card,
[data-admin-theme="light"] .admin-body .card {
    background: var(--admin-surface);
    border-color: var(--admin-border);
    box-shadow: 0 18px 46px rgba(37, 54, 45, 0.08);
}

[data-admin-theme="light"] .admin-brand-card {
    background:
        radial-gradient(circle at 18% 28%, rgba(184, 148, 91, 0.12), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 247, 0.98));
}

[data-admin-theme="light"] .brand-card-content p {
    color: #53645a;
}

[data-admin-theme="light"] .brand-card-top span {
    background: rgba(38, 71, 52, 0.32);
}

[data-admin-theme="light"] .brand-card-top span:first-child {
    background: var(--brand-primary);
}

[data-admin-theme="light"] .metric-icon {
    background: #dfe9e3;
    color: var(--brand-primary);
}

[data-admin-theme="light"] .admin-outline-btn {
    border-color: rgba(38, 71, 52, 0.18);
    color: var(--admin-text);
}

[data-admin-theme="light"] .admin-outline-btn:hover {
    background: rgba(38, 71, 52, 0.08);
    color: var(--admin-text);
}

[data-admin-theme="light"] .admin-body .form-control,
[data-admin-theme="light"] .admin-body .form-select,
[data-admin-theme="light"] .admin-body textarea {
    background: #ffffff;
    color: var(--admin-text);
    border-color: var(--admin-border);
}

[data-admin-theme="light"] .admin-body .form-control::placeholder,
[data-admin-theme="light"] .admin-body textarea::placeholder {
    color: #77857e;
}

[data-admin-theme="light"] .admin-body .form-label,
[data-admin-theme="light"] .admin-body label,
[data-admin-theme="light"] .admin-table thead th,
[data-admin-theme="light"] .admin-body .table thead th {
    color: #24372d;
}

[data-admin-theme="light"] .admin-body code {
    color: #7d5f2e;
}

[data-admin-theme="light"] .admin-review-excerpt,
[data-admin-theme="light"] .newsletter-preview-body p {
    color: #53645a;
}

[data-admin-theme="light"] .admin-body .table {
    --bs-table-color: var(--admin-text);
    --bs-table-border-color: var(--admin-border);
}

@keyframes productFloat {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-10px);
    }
}

@keyframes suggestionReveal {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes promiseTicker {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 1.2rem));
    }
}

@keyframes instructionStepPulse {
    0%,
    100% {
        transform: translateX(0);
        border-color: rgba(38, 71, 52, 0.1);
    }

    50% {
        transform: translateX(6px);
        border-color: rgba(184, 148, 91, 0.28);
    }
}

@keyframes carePosterFloat {
    from {
        margin-top: 0;
        filter: saturate(1);
    }

    to {
        margin-top: -14px;
        filter: saturate(1.05);
    }
}

@keyframes leafDrift {
    from {
        margin-top: 0;
        margin-left: 0;
    }

    to {
        margin-top: 22px;
        margin-left: 14px;
    }
}

@keyframes testimonialGlow {
    from {
        box-shadow: 0 18px 40px rgba(61, 48, 32, 0.08);
    }

    to {
        box-shadow: 0 22px 56px rgba(94, 143, 112, 0.16);
    }
}

@keyframes logoPulse {
    0%,
    100% {
        transform: translateY(0) scale(1);
        filter: drop-shadow(0 0 10px rgba(184, 148, 91, 0.28));
    }

    50% {
        transform: translateY(-1px) scale(1.04);
        filter: drop-shadow(0 0 18px rgba(184, 148, 91, 0.48));
    }
}

@keyframes brandWordmarkPulse {
    from {
        transform: translateY(0);
        filter: drop-shadow(0 0 8px rgba(184, 148, 91, 0.22));
    }

    to {
        transform: translateY(-1px);
        filter: drop-shadow(0 0 18px rgba(184, 148, 91, 0.58)) drop-shadow(0 0 26px rgba(94, 143, 112, 0.22));
    }
}

@keyframes bestSellerMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 0.5rem));
    }
}

@keyframes cartButtonBurst {
    from {
        opacity: 1;
        transform: scale(0.2);
    }

    to {
        opacity: 0;
        transform: scale(1.8);
    }
}

@keyframes cartItemFly {
    0% {
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(0.7);
    }

    18% {
        opacity: 1;
    }

    82% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3d(var(--fly-x), var(--fly-y), 0) scale(0.35);
    }
}

@keyframes cartCatch {
    0%,
    100% {
        transform: scale(1);
    }

    45% {
        transform: scale(1.16) rotate(-5deg);
    }
}

@keyframes confettiPop {
    0% {
        opacity: 0;
        transform: translate(-50%, 0) scale(0.2) rotate(0deg);
    }

    18% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate(calc(-50% + var(--confetti-x, 0px)), var(--confetti-y, -180px)) scale(1.1) rotate(220deg);
    }
}

@keyframes proofCardFloat {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-8px);
    }
}

.coupon-confetti span:nth-child(1) {
    --confetti-x: -170px;
    --confetti-y: -150px;
}

.coupon-confetti span:nth-child(2) {
    --confetti-x: -80px;
    --confetti-y: -220px;
}

.coupon-confetti span:nth-child(3) {
    --confetti-x: 40px;
    --confetti-y: -190px;
}

.coupon-confetti span:nth-child(4) {
    --confetti-x: 120px;
    --confetti-y: -235px;
}

.coupon-confetti span:nth-child(5) {
    --confetti-x: 190px;
    --confetti-y: -160px;
}

@keyframes imagePrimaryCycle {
    0%,
    30%,
    100% {
        opacity: 1;
    }

    36%,
    96% {
        opacity: 0;
    }
}

@keyframes imageAltOneCycle {
    0%,
    30%,
    66%,
    100% {
        opacity: 0;
    }

    36%,
    60% {
        opacity: 1;
    }
}

@keyframes imageAltTwoCycle {
    0%,
    63%,
    100% {
        opacity: 0;
    }

    70%,
    94% {
        opacity: 1;
    }
}

@media (max-width: 1199.98px) {
    .admin-sidebar {
        position: static;
    }

    .site-nav-main {
        gap: 0.85rem;
    }

    .navbar-product-search {
        flex-basis: clamp(260px, 38vw, 480px);
        max-width: 480px;
    }

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

    .brand-card-content img {
        margin-left: 0;
        max-width: 220px;
    }
}

@media (min-width: 992px) {
    .site-navbar .site-nav-strip {
        display: block !important;
        flex-basis: auto;
    }

    .site-nav-strip .navbar-nav {
        flex-direction: row;
    }
}

@media (max-width: 991.98px) {
    .display-5 {
        font-size: 2.35rem;
    }

    .site-nav-main {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 0.8rem;
        padding: 0.5rem 0;
        min-height: auto;
    }

    .brand-mark {
        min-height: 58px;
        min-width: 0;
    }

    .navbar-product-search {
        flex: none;
        grid-column: 1 / -1;
        grid-row: 2;
        grid-template-columns: 1fr;
        gap: 0.35rem;
        width: 100%;
        min-width: 0;
        justify-self: stretch;
        margin: 0;
    }

    .navbar-search-field {
        min-height: 46px;
        padding-inline: 0.95rem;
    }

    .site-action-icons {
        gap: 0.25rem;
        flex-wrap: nowrap;
    }

    .nav-icon-action {
        width: 36px;
        height: 36px;
        flex: 0 0 36px;
        min-width: 36px;
        overflow: visible;
        background: rgba(255, 251, 245, 0.7);
    }

    .nav-icon-action:hover,
    .nav-icon-action:focus {
        width: 36px;
        min-width: 36px;
        padding-inline: 0;
    }

    .nav-icon-action span {
        position: absolute;
        right: 50%;
        top: calc(100% + 0.35rem);
        z-index: 2;
        width: auto;
        max-width: none;
        margin: 0;
        padding: 0.35rem 0.55rem;
        color: #fff;
        background: var(--brand-primary);
        border-radius: 999px;
        font-size: 0.68rem;
        transform: translate(50%, -4px);
        pointer-events: none;
    }

    .nav-icon-action:hover span,
    .nav-icon-action:focus span {
        margin: 0;
        opacity: 1;
        transform: translate(50%, 0);
    }

    .site-nav-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .navbar-search-suggestions {
        left: 0;
        width: 100%;
        max-width: calc(100vw - 1.5rem);
        max-height: min(70vh, 560px);
        overflow-y: auto;
        transform: none;
    }

    .site-nav-strip {
        padding-bottom: 0.75rem;
        border-top: 1px solid rgba(38, 71, 52, 0.08);
    }

    .site-nav-strip .navbar-nav {
        align-items: stretch !important;
    }

    .site-strip-link {
        padding: 0.7rem 0;
    }

    .mega-search-products {
        grid-template-columns: 1fr;
    }

    .mega-search-product-card {
        grid-template-columns: 74px 1fr;
        align-items: center;
    }

    .mega-search-product-card img {
        aspect-ratio: 1;
    }

    .home-product-search-form {
        grid-template-columns: 1fr;
        border-radius: 1.25rem;
    }

    .instagram-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fragrance-category-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .compact-admin-head {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-user-search {
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }

    .compact-user-header,
    .compact-user-row summary {
        grid-template-columns: minmax(170px, 1.2fr) minmax(180px, 1.3fr) minmax(110px, 0.7fr) minmax(120px, 0.8fr);
    }

    .compact-user-header span:nth-child(5),
    .compact-user-row summary > span:nth-child(5) {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }

    .dashboard-money {
        font-size: 1.85rem;
    }

    .leaf-one {
        width: 70px;
        height: 104px;
    }

    .leaf-two,
    .leaf-three {
        width: 58px;
        height: 86px;
    }

    .care-visual-stage {
        min-height: auto;
        display: grid;
        gap: 1rem;
    }

    .care-poster-card,
    .care-poster-main,
    .care-poster-secondary,
    .care-orbit-note {
        position: relative;
        inset: auto;
        width: 100%;
        height: auto;
        transform: none;
    }

    .care-poster-card img {
        aspect-ratio: 4 / 5;
    }
}

@media (max-width: 575.98px) {
    .site-body {
        background:
            linear-gradient(rgba(248, 243, 235, 0.9), rgba(242, 236, 227, 0.96)),
            url("../images/auraly-texture.svg") center top / 840px auto,
            linear-gradient(180deg, #faf6ef 0%, var(--brand-background) 100%);
    }

    .site-nav-container {
        --bs-gutter-x: 1rem;
    }

    .site-nav-main {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 0.45rem;
        padding: 0.42rem 0 0.55rem;
    }

    .brand-mark {
        gap: 0.4rem !important;
        padding: 0;
    }

    .brand-logo-image {
        width: 44px;
        height: 44px;
    }

    .brand-wordmark-image {
        width: min(132px, 36vw);
    }

    .site-action-icons {
        gap: 0.18rem;
    }

    .nav-icon-action {
        width: 33px;
        height: 33px;
        flex-basis: 33px;
        border-color: rgba(38, 71, 52, 0.08);
    }

    .nav-icon-action i {
        font-size: 1rem;
    }

    .cart-action strong {
        left: 20px;
        top: -0.22rem;
        min-width: 16px;
        height: 16px;
        font-size: 0.6rem;
    }

    .navbar-search-field {
        min-height: 48px;
        border-radius: 999px;
        background: rgba(255, 251, 245, 0.9);
    }

    .navbar-search-field input {
        font-size: 1rem;
    }

    .navbar-search-suggestions {
        position: fixed;
        left: 0.75rem;
        right: 0.75rem;
        top: 7.75rem;
        width: auto;
        max-width: none;
        padding: 0.85rem;
        border-radius: 1rem;
    }

    .mega-search-products {
        gap: 0.62rem;
    }

    .mega-search-product-card {
        grid-template-columns: 58px 1fr;
        gap: 0.62rem;
    }

    .mega-search-product-info strong {
        font-size: 0.9rem;
    }

    .mega-search-product-info small {
        font-size: 0.78rem;
    }

    .store-promise-ticker {
        border-top: 0;
    }

    .ticker-track {
        gap: 1.55rem;
        padding: 0.62rem 0;
        animation-duration: 26s;
    }

    .ticker-track span {
        gap: 0.4rem;
        font-size: 0.9rem;
    }

    .ticker-track i {
        font-size: 1rem;
    }

    .whatsapp-float {
        right: 0.9rem;
        bottom: 0.9rem;
        padding: 0.72rem 0.9rem;
        box-shadow: 0 12px 26px rgba(31, 168, 85, 0.24);
    }

    .cookie-consent-card {
        bottom: 0.9rem;
        grid-template-columns: 36px minmax(0, 1fr);
        left: 0.75rem;
        max-width: calc(100vw - 1.5rem);
        padding: 0.85rem;
    }

    .cookie-consent-icon {
        height: 36px;
        width: 36px;
    }

    .display-5 {
        font-size: 1.95rem;
    }

    .resolution-grid,
    .export-stat-grid {
        grid-template-columns: 1fr;
    }

    .homepage-rotator {
        min-height: 420px;
        border-radius: 0;
    }

    .rotator-slide,
    .rotator-slide.text-right,
    .rotator-slide.text-center {
        align-items: flex-end;
        justify-content: flex-start;
        text-align: left;
    }

    .rotator-slide::after,
    .rotator-slide.text-right::after {
        background:
            linear-gradient(0deg, rgba(255, 251, 245, 0.9) 0%, rgba(255, 251, 245, 0.72) 46%, rgba(255, 251, 245, 0.08) 100%),
            linear-gradient(0deg, rgba(38, 71, 52, 0.1), rgba(38, 71, 52, 0.1));
    }

    .rotator-copy,
    .rotator-slide.text-right .rotator-copy,
    .rotator-slide.text-center .rotator-copy {
        width: auto;
        margin: 0 1rem 3.7rem;
    }

    .rotator-copy strong {
        font-size: 2.35rem;
    }

    .rotator-arrow {
        width: 42px;
        height: 42px;
    }

    .product-search-form {
        grid-template-columns: 1fr;
    }

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

    .instagram-proof-card.is-tall,
    .instagram-proof-card.proof-size-large {
        grid-column: auto;
        grid-row: auto;
    }

    .instagram-proof-card.is-tall .instagram-proof-media {
        aspect-ratio: 1 / 1.18;
    }

    .instagram-proof-body {
        padding: 0.65rem;
    }

    .proof-user strong,
    .instagram-proof-body p {
        font-size: 0.72rem;
    }

    .fragrance-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fragrance-category-card {
        min-height: 190px;
        padding: 0.85rem;
    }

    .admin-user-search {
        grid-template-columns: 1fr;
    }

    .compact-user-header {
        display: none;
    }

    .compact-user-row summary {
        grid-template-columns: 1fr;
        gap: 0.55rem;
        padding: 0.9rem;
    }

    .compact-status-cell {
        justify-content: flex-start;
    }

    .cart-actions-stack {
        justify-items: stretch;
        width: 100%;
    }

    .homepage-layout-banner {
        grid-template-columns: 1fr;
    }

    .homepage-layout-actions {
        justify-content: space-between;
    }

    .instruction-step {
        grid-template-columns: 32px 42px 1fr;
    }

    .cart-image {
        width: 100%;
        height: auto;
    }

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

/* Launch polish overrides */
.product-category-rail {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
}

.product-category-pill {
    justify-content: center;
}

.product-card.is-out-of-stock .product-card-image,
.product-float-card.is-out-of-stock .product-main-gallery-image {
    filter: blur(4px) grayscale(0.35);
    transform: scale(1.03);
}

.product-card.is-out-of-stock:hover .product-card-image {
    transform: scale(1.03);
    animation: none;
}

.product-detail-image-stage {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
}

.out-of-stock-overlay {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(35, 30, 24, 0.38);
    backdrop-filter: blur(1px);
}

.sold-out-pill,
.sold-out-detail-note {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border-radius: 999px;
    background: #fde2df;
    color: #963b36;
    font-weight: 800;
    padding: 0.48rem 0.76rem;
}

.sold-out-detail-note {
    border-radius: 1rem;
    padding: 0.85rem 1rem;
}

.product-share-button {
    min-height: 42px;
}

.hero-image-only-card {
    overflow: hidden;
    min-height: min(560px, 70vh);
}

.hero-image-only-card .hero-product-image {
    object-fit: cover;
}

.policy-detail-panel {
    width: min(100%, 1120px);
    margin-inline: auto;
    background: rgba(255, 251, 245, 0.92);
    border: 1px solid rgba(38, 71, 52, 0.12);
    border-radius: 1.5rem;
    box-shadow: 0 24px 70px rgba(61, 48, 32, 0.1);
    padding: clamp(1.5rem, 4vw, 3rem);
}

.policy-detail-kicker {
    color: #9b783e;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}

.policy-content-flow {
    columns: 2 320px;
    column-gap: clamp(1.5rem, 4vw, 3rem);
    margin-top: 1.25rem;
}

.policy-content-flow p {
    break-inside: avoid;
    margin: 0 0 1rem;
    color: #526056;
    line-height: 1.75;
}

.fragrance-icon-admin-form {
    display: grid;
    grid-template-columns: 52px minmax(120px, 1fr) 44px 82px minmax(74px, auto) minmax(96px, 120px) auto;
    gap: 0.5rem;
    align-items: center;
}

.fragrance-icon-admin-form input[name="icon_size"] {
    max-width: 82px;
}

.fragrance-custom-icon {
    font-style: normal;
    font-size: clamp(1rem, var(--fragrance-icon-font-size), 2rem);
}

.fragrance-card-icon.is-disabled {
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .fragrance-icon-admin-form {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575.98px) {
    .product-card-body {
        padding: 0.78rem;
    }

    .product-card-copy {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 0.82rem;
    }

    .product-card-title {
        font-size: 0.94rem;
    }

    .product-badge-stack {
        display: none;
    }

    .policy-content-flow {
        columns: 1;
    }
}

@media (max-width: 767.98px), (prefers-reduced-motion: reduce) {
    .parallax-layer {
        transform: none !important;
    }

    .floating-leaf,
    .instruction-step,
    .product-float-card,
    .care-poster-card,
    .testimonial-motion-card,
    .best-seller-track,
    .review-track,
    .brand-logo-image,
    .brand-wordmark-image {
        animation: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ticker-track {
        animation: none !important;
    }
}

.auth-divider {
    align-items: center;
    color: rgba(38, 71, 52, 0.62);
    display: flex;
    font-size: 0.78rem;
    font-weight: 700;
    gap: 0.9rem;
    letter-spacing: 0.08em;
    margin: 1.25rem 0;
    text-transform: uppercase;
}

.auth-divider::before,
.auth-divider::after {
    background: linear-gradient(90deg, transparent, rgba(184, 148, 91, 0.45), transparent);
    content: "";
    flex: 1;
    height: 1px;
}

.google-auth-btn {
    align-items: center;
    background: #fffdf7;
    border: 1px solid rgba(184, 148, 91, 0.38);
    border-radius: 999px;
    box-shadow: 0 14px 34px rgba(38, 71, 52, 0.08);
    color: #20382a;
    display: inline-flex;
    font-weight: 800;
    gap: 0.65rem;
    justify-content: center;
    min-height: 48px;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.google-auth-btn:hover,
.google-auth-btn:focus {
    border-color: rgba(184, 148, 91, 0.82);
    box-shadow: 0 18px 42px rgba(38, 71, 52, 0.14);
    color: #20382a;
    transform: translateY(-2px);
}

.google-auth-btn .bi-google {
    color: #b8945b;
    font-size: 1.1rem;
}

/* Changelist polish layer: admin-controlled ticker, checkout, gallery, and mobile fixes. */
.store-promise-ticker {
    font-size: var(--ticker-font-size, 15px);
    overflow: hidden;
    padding: 0;
}

.ticker-track {
    animation-duration: var(--ticker-speed, 28s);
    gap: var(--ticker-gap, 36px);
    padding: var(--ticker-padding-y, 11px) 0;
}

.ticker-track span {
    font-size: var(--ticker-font-size, 15px);
}

.store-promise-ticker.has-icon-shadow .ticker-track i,
.store-promise-ticker.has-icon-shadow .ticker-emoji {
    filter: drop-shadow(0 5px 8px rgba(184, 148, 91, 0.26));
}

.password-field {
    position: relative;
}

.password-field .form-control {
    padding-right: 3rem;
}

.password-field button {
    align-items: center;
    background: transparent;
    border: 0;
    color: #6e604d;
    display: inline-flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    right: 0.35rem;
    top: 0;
    width: 2.5rem;
}

.auth-help-link {
    color: var(--brand-primary);
    font-weight: 700;
    text-decoration: none;
}

.rotator-slide picture {
    inset: 0;
    position: absolute;
}

.rotator-slide picture img {
    filter: none;
}

.tutorial-video-card,
.combined-instruction-card {
    height: 100%;
}

.tutorial-video-card {
    background: rgba(255, 253, 247, 0.9);
    border: 1px solid rgba(184, 148, 91, 0.2);
    border-radius: 28px;
    box-shadow: 0 24px 64px rgba(38, 71, 52, 0.12);
    padding: 1.2rem;
}

.tutorial-video-card video,
.tutorial-video-placeholder {
    aspect-ratio: 4 / 5;
    border-radius: 22px;
    overflow: hidden;
    width: 100%;
}

.tutorial-video-card video {
    background: #1f2d24;
    display: block;
    object-fit: cover;
}

.tutorial-video-placeholder {
    align-items: center;
    background: radial-gradient(circle at 30% 20%, rgba(184, 148, 91, 0.22), transparent 34%), linear-gradient(135deg, #fffaf2, #efe2cf);
    color: #264734;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    justify-content: center;
    padding: 2rem;
    text-align: center;
}

.tutorial-video-placeholder i {
    color: #b8945b;
    font-size: 3rem;
}

.combined-instruction-grid {
    display: grid;
    gap: 1.15rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.combined-instruction-grid h3 {
    color: #264734;
    font-family: Georgia, serif;
    font-size: 1rem;
    margin-bottom: 0.9rem;
}

.terracotta-candle-icon,
.terracotta-candle-mini {
    background:
        linear-gradient(#7d4b24, #b66a32) 50% 76% / 74% 44% no-repeat,
        radial-gradient(ellipse at center, #f5d8b6 0 48%, transparent 49%) 50% 48% / 78% 28% no-repeat,
        linear-gradient(#8b5b2f, #8b5b2f) 50% 34% / 10% 26% no-repeat,
        radial-gradient(circle at 50% 18%, #f7c761 0 18%, #d8872d 19% 32%, transparent 33%);
    display: inline-block;
}

.terracotta-candle-icon {
    height: 2rem;
    width: 2rem;
}

.terracotta-candle-mini {
    height: 1.1rem;
    vertical-align: -0.2rem;
    width: 1.1rem;
}

.fragrance-category-card {
    align-items: center;
    display: grid;
    grid-template-rows: auto auto auto 1fr;
    text-align: center;
}

.fragrance-category-card span {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin-inline: auto;
}

.product-card-image-alt-1,
.product-card-image-alt-2 {
    opacity: 0;
    transform: scale(1.04);
}

.product-card:hover .product-card-image-alt-1 {
    animation: productImageSwapOne 1.8s ease-in-out infinite;
}

.product-card:hover .product-card-image-alt-2 {
    animation: productImageSwapTwo 1.8s ease-in-out infinite;
}

.product-gallery-thumbs {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    padding: 0.9rem 0.3rem 0.15rem;
}

.product-gallery-thumbs button {
    background: #fffaf2;
    border: 2px solid transparent;
    border-radius: 16px;
    flex: 0 0 74px;
    height: 74px;
    overflow: hidden;
    padding: 0;
}

.product-gallery-thumbs button.is-active {
    border-color: #b8945b;
    box-shadow: 0 10px 22px rgba(184, 148, 91, 0.22);
}

.product-gallery-thumbs img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.add-one-badge {
    background: #fffaf2;
    border-radius: 999px;
    color: #264734;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 900;
    margin-left: 0.35rem;
    opacity: 0;
    padding: 0.12rem 0.38rem;
    transform: translateY(6px);
}

.show-add-one .add-one-badge {
    animation: addOnePop 0.75s ease both;
}

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

.payment-choice-card {
    background: #fffdf8;
    border: 1px solid rgba(184, 148, 91, 0.26);
    border-radius: 20px;
    cursor: pointer;
    display: grid;
    gap: 0.4rem;
    padding: 1rem;
}

.payment-choice-card input {
    accent-color: #264734;
}

.payment-choice-card span {
    align-items: center;
    color: #20382a;
    display: inline-flex;
    font-weight: 800;
    gap: 0.5rem;
}

.payment-choice-card small {
    color: #746958;
}

.payment-choice-card:has(input:checked) {
    border-color: #264734;
    box-shadow: 0 14px 30px rgba(38, 71, 52, 0.12);
}

.payment-choice-card.is-disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.checkout-payment-status {
    align-items: flex-start;
    border-radius: 18px;
    display: flex;
    font-size: 0.94rem;
    gap: 0.65rem;
    line-height: 1.45;
    margin-top: 1rem;
    padding: 0.85rem 1rem;
}

.checkout-payment-status i {
    flex: 0 0 auto;
    margin-top: 0.1rem;
}

.checkout-payment-status--warning {
    background: #fff8e7;
    border: 1px solid rgba(184, 148, 91, 0.34);
    color: #6a4c17;
}

.checkout-payment-status--danger {
    background: #fff0ed;
    border: 1px solid rgba(185, 74, 55, 0.24);
    color: #842b20;
}

.checkout-payment-status--info {
    background: #edf8f2;
    border: 1px solid rgba(38, 71, 52, 0.18);
    color: #264734;
}

.tracking-timeline {
    display: grid;
    gap: 0.65rem;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.tracking-step {
    align-items: center;
    background: rgba(94, 143, 112, 0.08);
    border: 1px solid rgba(94, 143, 112, 0.18);
    border-radius: 1rem;
    color: #66756d;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    justify-content: center;
    min-height: 92px;
    padding: 0.75rem 0.5rem;
    text-align: center;
}

.tracking-step span {
    align-items: center;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(94, 143, 112, 0.2);
    border-radius: 999px;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.tracking-step.is-done {
    background: rgba(94, 143, 112, 0.14);
    color: var(--brand-primary);
}

.tracking-step.is-current {
    border-color: rgba(184, 148, 91, 0.58);
    box-shadow: 0 12px 28px rgba(184, 148, 91, 0.16);
}

.tracking-info-card {
    background: rgba(255, 255, 255, 0.64);
    border: 1px solid rgba(38, 71, 52, 0.12);
    border-radius: 1rem;
    height: 100%;
    padding: 1rem;
}

.tracking-info-card span {
    color: #6d766f;
    display: block;
    font-size: 0.85rem;
    margin-bottom: 0.25rem;
}

.tracking-info-card strong {
    color: #1e2722;
}

.free-gift-card.is-locked .free-gift-image {
    filter: blur(8px) saturate(0.6);
    opacity: 0.68;
    transform: scale(0.98);
}

.order-success-card {
    background: rgba(255, 253, 247, 0.94);
    border: 1px solid rgba(184, 148, 91, 0.24);
    border-radius: 32px;
    box-shadow: 0 28px 80px rgba(38, 71, 52, 0.14);
    max-width: 760px;
    padding: clamp(1.5rem, 4vw, 3rem);
    text-align: center;
}

.success-orbit {
    align-items: center;
    display: inline-flex;
    height: 92px;
    justify-content: center;
    margin-bottom: 1rem;
    position: relative;
    width: 92px;
}

.success-orbit span {
    animation: successOrbit 1.7s ease-in-out infinite;
    border: 2px solid rgba(184, 148, 91, 0.45);
    border-left-color: #264734;
    border-radius: 50%;
    inset: 0;
    position: absolute;
}

.success-orbit i {
    align-items: center;
    background: #264734;
    border-radius: 50%;
    color: #fffaf2;
    display: inline-flex;
    font-size: 2rem;
    height: 58px;
    justify-content: center;
    width: 58px;
}

.success-summary-grid {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.success-summary-grid div {
    background: #fffaf2;
    border: 1px solid rgba(184, 148, 91, 0.18);
    border-radius: 18px;
    padding: 0.85rem;
}

.success-summary-grid span {
    color: #746958;
    display: block;
    font-size: 0.78rem;
}

.success-summary-grid strong {
    color: #20382a;
}

.review-submit-success {
    align-items: center;
    animation: reviewSuccessPulse 1.2s ease both;
    background: #f1f8ee;
    border: 1px solid rgba(38, 71, 52, 0.16);
    border-radius: 18px;
    color: #264734;
    display: inline-flex;
    gap: 0.55rem;
    padding: 0.8rem 1rem;
}

a.review-marquee-card {
    color: inherit;
    text-decoration: none;
}

.order-action-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.account-back-button {
    align-items: center;
    background: rgba(255, 253, 247, 0.94);
    border: 1px solid rgba(184, 148, 91, 0.24);
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(38, 71, 52, 0.12);
    color: #264734;
    display: inline-flex;
    font-weight: 800;
    gap: 0.45rem;
    left: 1rem;
    padding: 0.55rem 0.85rem;
    position: sticky;
    text-decoration: none;
    top: 118px;
    transform: translateY(0.8rem);
    z-index: 50;
}

.user-limited-textarea {
    resize: none;
}

.product-image-admin-grid {
    display: grid;
    gap: 0.65rem;
    grid-template-columns: repeat(auto-fill, minmax(105px, 1fr));
}

.product-image-admin-tile {
    background: var(--admin-surface-alt);
    border: 1px solid var(--admin-border);
    border-radius: 14px;
    display: grid;
    gap: 0.35rem;
    padding: 0.45rem;
}

.product-image-admin-tile img {
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
}

.product-image-admin-control {
    align-items: center;
    color: var(--admin-muted);
    display: flex;
    font-size: 0.78rem;
    gap: 0.35rem;
    justify-content: space-between;
    line-height: 1.25;
}

.product-image-admin-control input[type="number"] {
    max-width: 68px;
}

.product-image-admin-control.danger {
    color: #e78b7e;
}

@keyframes productImageSwapOne {
    0%, 38%, 100% { opacity: 0; }
    48%, 74% { opacity: 1; }
}

@keyframes productImageSwapTwo {
    0%, 68%, 100% { opacity: 0; }
    78%, 94% { opacity: 1; }
}

@keyframes addOnePop {
    0% { opacity: 0; transform: translateY(10px) scale(0.72); }
    35% { opacity: 1; transform: translateY(-7px) scale(1.08); }
    100% { opacity: 0; transform: translateY(-16px) scale(0.92); }
}

@keyframes successOrbit {
    to { transform: rotate(360deg); }
}

@keyframes reviewSuccessPulse {
    0% { opacity: 0; transform: translateY(8px) scale(0.98); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 767.98px) {
    .payment-choice-grid,
    .combined-instruction-grid,
    .success-summary-grid {
        grid-template-columns: 1fr;
    }

    .best-seller-carousel {
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: x mandatory;
    }

    .best-seller-track {
        animation: none !important;
        display: flex;
        gap: 1rem;
        width: max-content;
    }

    .best-seller-track .product-card {
        flex: 0 0 min(78vw, 320px);
        scroll-snap-align: start;
    }

    .review-carousel,
    .review-track {
        overflow-x: auto;
    }

    .tutorial-video-card video,
    .tutorial-video-placeholder {
        aspect-ratio: 16 / 10;
    }
}

/* Stability fixes: fixed card zones, no campaign filter, compact ritual, aligned cart actions. */
.rotator-slide::after,
.rotator-slide.text-right::after,
.rotator-slide.text-center::after {
    background: none !important;
}

.rotator-copy {
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.28);
}

.fragrance-category-card {
    display: grid !important;
    gap: 0.45rem !important;
    grid-template-rows: minmax(5rem, 1fr) minmax(2.7rem, auto) minmax(3.2rem, auto) !important;
    justify-items: center !important;
    min-height: clamp(205px, 16vw, 250px) !important;
    padding: 1rem 0.95rem 1.15rem !important;
    text-align: center !important;
}

.fragrance-category-card span {
    left: 50%;
    margin: 0 !important;
    position: absolute !important;
    top: 1.15rem;
    transform: translateX(-50%);
    z-index: 2;
}

.fragrance-category-card strong {
    align-items: end;
    display: flex;
    font-size: clamp(0.96rem, 1.15vw, 1.08rem);
    justify-content: center;
    line-height: 1.16;
    max-width: 100%;
    min-height: 2.55rem;
    text-wrap: balance;
}

.fragrance-category-card small {
    align-items: start;
    display: flex;
    font-size: clamp(0.78rem, 0.92vw, 0.92rem);
    justify-content: center;
    line-height: 1.28;
    max-width: 100%;
    min-height: 3.05rem;
    text-wrap: balance;
}

.care-identity-hero .container {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.care-hero-copy {
    margin-bottom: 1.5rem !important;
}

.tutorial-video-card,
.instruction-card {
    border-radius: 22px;
    padding: clamp(0.85rem, 1.4vw, 1.2rem);
}

.tutorial-video-card video,
.tutorial-video-card iframe,
.tutorial-video-placeholder {
    aspect-ratio: 16 / 10;
    border: 0;
}

.tutorial-youtube-frame {
    background: #1f2d24;
    border-radius: 18px;
    display: block;
    overflow: hidden;
    width: 100%;
}

.combined-instruction-card .instruction-card-head {
    margin-bottom: 0.85rem;
}

.combined-instruction-card .instruction-card-head h2 {
    font-size: clamp(1.15rem, 2vw, 1.65rem);
}

.combined-instruction-grid {
    gap: 0.8rem;
}

.combined-instruction-grid h3 {
    margin-bottom: 0.55rem;
}

.combined-instruction-card .instruction-step {
    grid-template-columns: 28px 34px 1fr;
    padding: 0.55rem;
}

.combined-instruction-card .instruction-step p {
    font-size: 0.82rem;
    line-height: 1.35;
}

.cart-item-row {
    display: grid !important;
    gap: 1.25rem !important;
    grid-template-columns: 120px minmax(0, 1fr) minmax(190px, 220px);
}

.cart-actions-stack {
    align-content: center;
    align-items: stretch;
    display: grid;
    gap: 0.65rem;
    justify-items: stretch;
    min-width: 190px;
}

.cart-actions-stack form:first-child {
    display: grid !important;
    gap: 0.55rem !important;
    grid-template-columns: 82px 1fr;
}

.cart-actions-stack .qty-input {
    min-width: 0;
    text-align: center;
}

.cart-actions-stack .btn,
.cart-remove-button {
    min-height: 46px;
    width: 100%;
}

.free-gift-name {
    color: #264734;
    display: block;
    margin-bottom: 0.35rem;
}

.free-gift-mini-gallery {
    display: flex;
    gap: 0.45rem;
    justify-content: center;
    margin-top: 0.8rem;
}

.free-gift-mini-gallery img,
.gift-admin-photo-grid img {
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    object-fit: cover;
    width: 48px;
}

.gift-admin-photo-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.gift-admin-photo-grid label {
    align-items: center;
    display: inline-flex;
    gap: 0.35rem;
}

@media (max-width: 991.98px) {
    .cart-item-row {
        grid-template-columns: 100px minmax(0, 1fr);
    }

    .cart-actions-stack {
        grid-column: 1 / -1;
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 767.98px) {
    .fragrance-category-card {
        min-height: 192px !important;
    }

    .fragrance-category-card strong {
        font-size: 0.95rem;
    }

    .cart-item-row {
        grid-template-columns: 1fr;
    }

    .cart-image {
        max-height: 220px;
        object-fit: cover;
    }
}

/* Fragrance cards: fixed content zones keep icons/text aligned across every card. */
.fragrance-category-grid {
    align-items: stretch;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
}

.fragrance-category-card {
    aspect-ratio: 1 / 1;
    display: block !important;
    min-height: 0 !important;
    padding: 0 !important;
    isolation: isolate;
}

.fragrance-category-card::after {
    background:
        linear-gradient(180deg, rgba(27, 43, 36, 0.16), rgba(27, 43, 36, 0.82)),
        radial-gradient(circle at 50% 20%, rgba(251, 244, 229, 0.2), transparent 34%) !important;
    z-index: 1;
}

.fragrance-card-content {
    align-content: center;
    display: grid;
    gap: 0.35rem;
    grid-template-rows: 3.9rem 2.9rem 3.25rem;
    inset: 0;
    justify-items: center;
    padding: clamp(0.85rem, 1.2vw, 1.15rem);
    position: absolute;
    text-align: center;
    z-index: 2;
}

.fragrance-category-card .fragrance-card-icon {
    align-items: center;
    align-self: end;
    background: rgba(255, 251, 245, 0.94);
    border: 1px solid rgba(184, 148, 91, 0.26);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(33, 25, 15, 0.18);
    color: var(--brand-primary);
    display: inline-flex;
    height: clamp(28px, var(--fragrance-icon-size, 46px), 82px);
    justify-content: center;
    left: auto;
    margin: 0 !important;
    position: static !important;
    top: auto;
    transform: none !important;
    width: clamp(28px, var(--fragrance-icon-size, 46px), 82px);
}

.fragrance-category-card .terracotta-candle-icon {
    height: var(--fragrance-icon-art-size, 32px);
    width: var(--fragrance-icon-art-size, 32px);
}

.fragrance-category-card .fragrance-card-icon i {
    font-size: var(--fragrance-icon-font-size, 21px);
}

.fragrance-category-card .fragrance-card-title,
.fragrance-category-card .fragrance-card-copy {
    -webkit-box-orient: vertical;
    color: #fff;
    display: -webkit-box;
    max-width: min(100%, 13rem);
    overflow: hidden;
    position: static;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.38);
    z-index: auto;
}

.fragrance-category-card .fragrance-card-title {
    -webkit-line-clamp: 2;
    align-self: center;
    font-size: clamp(0.98rem, 1.08vw, 1.12rem);
    font-weight: 800;
    line-height: 1.16;
    min-height: 0;
}

.fragrance-category-card .fragrance-card-copy {
    -webkit-line-clamp: 2;
    align-self: start;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(0.78rem, 0.88vw, 0.9rem);
    line-height: 1.32;
    min-height: 0;
}

@media (min-width: 1200px) {
    .fragrance-category-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

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

@media (max-width: 575.98px) {
    .fragrance-category-grid {
        gap: 0.75rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fragrance-card-content {
        gap: 0.25rem;
        grid-template-rows: 3.15rem 2.55rem 3rem;
        padding: 0.72rem;
    }

    .fragrance-category-card .fragrance-card-icon {
        height: clamp(30px, var(--fragrance-icon-mobile-size, 39px), 60px);
        width: clamp(30px, var(--fragrance-icon-mobile-size, 39px), 60px);
    }

    .fragrance-category-card .terracotta-candle-icon {
        height: clamp(20px, var(--fragrance-icon-mobile-art-size, 27px), 42px);
        width: clamp(20px, var(--fragrance-icon-mobile-art-size, 27px), 42px);
    }

    .fragrance-category-card .fragrance-card-icon i {
        font-size: clamp(14px, var(--fragrance-icon-mobile-font-size, 18px), 28px);
    }

    .fragrance-category-card .fragrance-card-title {
        font-size: 0.88rem;
    }

    .fragrance-category-card .fragrance-card-copy {
        font-size: 0.72rem;
    }
}
