﻿/* ==========================================================================
   SCENTS ON TRIAL - GLOBAL DESIGN SYSTEM VARIABLES
   Prefix: sot-
   ========================================================================== */
:root {
    /* Color Palette */
    --sot-primary: #1C1A18; /* Deep Off-Black / Charcoal */
    --sot-secondary: #F7F5F0; /* Soft Warm Ivory */
    --sot-accent: #A3825E; /* Muted Champagne Bronze */
    --sot-accent-hover: #826647; /* Deep Bronze */
    --sot-background: #FAF8F5; /* Warm Studio Cream */
    --sot-surface: #FFFFFF; /* Pure White for Contrast */
    --sot-text-primary: #1C1A18; /* Primary Text */
    --sot-text-muted: #6B655F; /* Soft Taupe Muted Text */
    --sot-border: #E5E0D8; /* Subtle Architectural Border */
    /* Typography */
    --sot-font-heading: 'Cinzel', 'Didot', 'Bodoni MT', Georgia, serif;
    --sot-font-body: 'Plus Jakarta Sans', 'Inter', -apple-system, sans-serif;
    /* Spacing */
    --sot-space-xs: 0.5rem; /* 8px */
    --sot-space-sm: 1rem; /* 16px */
    --sot-space-md: 2rem; /* 32px */
    --sot-space-lg: 4rem; /* 64px */
    --sot-space-xl: 6rem; /* 96px */
    /* Design Tokens */
    --sot-radius-sm: 2px; /* Ultra-sharp, premium architectural corners */
    --sot-transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    --sot-shadow-subtle: 0 10px 30px rgba(28, 26, 24, 0.05);
}
/* ==========================================================================
   Custom Slim Scrollbar (Light & Subtle Theme)
   ========================================================================== */

/* Firefox Support */
* {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.15) transparent;
}

/* Chrome, Edge, Safari, & Opera Support */
::-webkit-scrollbar {
    width: 4px; /* Extra slim width for a light aesthetic */
    height: 4px; /* Extra slim height for horizontal scrollbars */
}

::-webkit-scrollbar-track {
    background: transparent; /* Seamless blend with page background */
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12); /* Barely-there subtle grey */
    border-radius: 99px; /* Soft pill shape */
    transition: background-color 0.2s ease;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: var(--sot-accent, #a3825e); /* Warm bronze accents on hover */
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: var(--sot-primary, #1c1a18); /* Crisp charcoal when actively dragging */
    }
/* ==========================================================================
   SCENTS ON TRIAL - HEADER & ANNOUNCEMENT BAR (FLICKER-FREE)
   ========================================================================== */

.sot-header-area {
    position: fixed; /* Fixed position prevents layout reflow jumps */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: var(--sot-surface);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
    will-change: transform; /* Hardware acceleration to prevent stutter */
}

/* Add top padding to body so Hero isn't overlapped initially */
/*body {
    padding-top: 110px;*/ /* Adjust based on combined initial height of bar + navbar */
/*}*/

/* Announcement Bar Wrapper */
.sot-announcement-bar {
    background-color: var(--sot-primary);
    color: var(--sot-secondary);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    height: 40px; /* Fixed height for predictable transitions */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease;
    will-change: transform, opacity;
}

.sot-announcement-text {
    font-family: var(--sot-font-body);
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--sot-secondary);
}

.sot-announcement-highlight {
    font-weight: 600;
    color: var(--sot-surface);
}

.sot-announcement-code {
    color: var(--sot-accent);
    font-weight: 600;
    letter-spacing: 0.15em;
}

/* Header Bottom Nav Container */
.sot-header-bottom-wrap {
    background-color: var(--sot-surface);
    transition: padding 0.3s ease;
}

/* SCROLLED STATE: Smooth slide up of announcement bar */
.sot-header-area.sot-is-scrolled {
    transform: translateY(-40px); /* Slides the header up by the EXACT height of the top strip */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

    .sot-header-area.sot-is-scrolled .sot-announcement-bar {
        opacity: 0;
        pointer-events: none;
    }

/* ==========================================================================
   SCENTS ON TRIAL -  HEADER STYLES - STICKY
   ========================================================================== */

.sot-header-area {
    width: 100%;
    z-index: 1000;
    background-color: var(--sot-surface);
    border-bottom: 1px solid var(--sot-border);
    position: sticky;
    top: 0;
    left: 0;
    transition: var(--sot-transition);
}

.sot-header-bottom-wrap {
/*    padding: var(--sot-space-xs) 0;*/
    transition: var(--sot-transition);
}

.sot-header-wrapper {
    min-height: 70px;
    transition: min-height 0.3s ease;
}

/* Scrolled State Enhancement (Triggered via JS on scroll) */
.sot-header-area.sot-is-scrolled {
    background-color: var(--sot-surface);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 4px 20px rgba(28, 26, 24, 0.04);
}

    .sot-header-area.sot-is-scrolled .sot-header-wrapper {
        min-height: 60px; /* Subtle compression when scrolling */
    }

/* Logo & Element Transitions */
.sot-logo-link {
    display: inline-block;
    text-decoration: none;
    transition: var(--sot-transition);
}

.sot-logo-img {
/*    max-height: 48px;
    width: auto;*/
    object-fit: contain;
    transition: max-height 0.3s ease;
}

.sot-header-area.sot-is-scrolled .sot-logo-img {
    max-height: 40px; /* Slightly more compact logo on scroll */
}

/* Navigation Links */
.sot-nav-link {
    font-family: var(--sot-font-body);
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--sot-text-primary);
    text-decoration: none;
    position: relative;
    padding: 0.5rem 0;
    transition: var(--sot-transition);
}

    .sot-nav-link::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 1px;
        background-color: var(--sot-accent);
        transition: var(--sot-transition);
    }

    .sot-nav-link:hover {
        color: var(--sot-accent);
    }

        .sot-nav-link:hover::after {
            width: 100%;
        }

/* Luxury Search Bar */
.sot-header-search-box {
    max-width: 420px;
}

.sot-search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.sot-search-icon {
    position: relative;
    left: 1rem;
    color: var(--sot-text-muted);
    pointer-events: none;
}

.sot-search-input {
    width: 100%;
    padding: 0.625rem 1rem 0.625rem 2.75rem;
    font-family: var(--sot-font-body);
    font-size: 0.8125rem;
    font-weight: 300;
    color: var(--sot-text-primary);
    background-color: var(--sot-surface);
    border: 1px solid var(--sot-border);
    border-radius: var(--sot-radius-sm);
    outline: none;
    transition: var(--sot-transition);
}

    .sot-search-input::placeholder {
        color: var(--sot-text-muted);
        font-weight: 300;
    }

    .sot-search-input:focus {
        border-color: var(--sot-accent);
        box-shadow: 0 0 0 3px rgba(163, 130, 94, 0.12);
    }

/* Header Action Buttons */
.sot-header-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--sot-text-primary);
    text-decoration: none;
    border-radius: var(--sot-radius-sm);
    border: 1px solid transparent;
    transition: var(--sot-transition);
    position: relative;
}

    .sot-header-action-btn:hover {
        color: var(--sot-accent);
        border-color: var(--sot-border);
        background-color: var(--sot-surface);
    }

/* Cart Counter Badge */
.sot-cart-count {
    position: absolute;
    top: 2px;
    right: 2px;
    background-color: var(--sot-accent);
    color: var(--sot-surface);
    font-size: 0.625rem;
    font-weight: 600;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* Mobile Trigger Integration */
.sot-mobile-trigger {
    cursor: pointer;
    padding: 0.5rem;
}
/* ==========================================================================
   SCENTS ON TRIAL - HERO SLIDER STYLES
   ========================================================================== */

.sot-hero-section {
    background-color: var(--sot-background);
    min-height: 90vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--sot-border);
}

.sot-hero-content {
    padding: var(--sot-space-lg) 8%;
    max-width: 680px;
    margin: 0 auto;
}

.sot-hero-tagline {
    display: inline-block;
    font-family: var(--sot-font-body);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: var(--sot-accent);
    margin-bottom: var(--sot-space-sm);
}

.sot-hero-heading {
    font-family: var(--sot-font-heading);
    font-size: clamp(2.5rem, 4.5vw, 4rem);
    font-weight: 400;
    line-height: 1.15;
    color: var(--sot-text-primary);
    margin-bottom: var(--sot-space-sm);
    letter-spacing: -0.01em;
}

.sot-hero-heading-italic {
    font-style: italic;
    font-weight: 300;
    color: var(--sot-text-primary);
}

.sot-hero-description {
    font-family: var(--sot-font-body);
    font-size: clamp(1rem, 1.2vw, 1.125rem);
    font-weight: 300;
    line-height: 1.65;
    color: var(--sot-text-muted);
    margin-bottom: var(--sot-space-md);
    max-width: 480px;
}

.sot-hero-actions {
    display: flex;
    align-items: center;
    gap: var(--sot-space-md);
    flex-wrap: wrap;
    margin-bottom: var(--sot-space-lg);
}

.sot-hero-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.125rem 1.25rem;
    background-color: var(--sot-primary);
    color: var(--sot-secondary);
    font-family: var(--sot-font-body);
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: var(--sot-radius-sm);
    border: 1px solid var(--sot-primary);
    transition: var(--sot-transition);
}

    .sot-hero-btn-primary:hover {
        background-color: var(--sot-accent);
        border-color: var(--sot-accent);
        color: var(--sot-surface);
    }

/* Custom Hero Slider Controls */
.sot-hero-slider-controls {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.sot-hero-nav-btn {
    background: transparent;
    border: 1px solid var(--sot-border);
    color: var(--sot-text-primary);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--sot-transition);
}

    .sot-hero-nav-btn:hover {
        border-color: var(--sot-accent);
        color: var(--sot-accent);
    }

.sot-hero-pagination {
    font-family: var(--sot-font-body);
    font-size: 0.8125rem;
    color: var(--sot-text-muted);
    letter-spacing: 0.1em;
    min-width: 45px;
    text-align: center;
}

.sot-hero-footer-note {
    display: flex;
    align-items: center;
    gap: var(--sot-space-xs);
    font-family: var(--sot-font-body);
    font-size: 0.75rem;
    color: var(--sot-text-muted);
    letter-spacing: 0.05em;
}

.sot-hero-badge-divider {
    color: var(--sot-accent);
}

/* Swiper Imagery Styling */
.sot-hero-swiper {
    width: 100%;
    height: 90vh;
    min-height: 500px;
}

.sot-hero-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: var(--sot-secondary);
}

.sot-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: contrast(0.96) brightness(0.98);
}

.sot-hero-image-badge {
    position: absolute;
    bottom: var(--sot-space-md);
    left: var(--sot-space-md);
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 1rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.sot-hero-badge-caption {
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--sot-accent);
}

.sot-hero-badge-title {
    font-family: var(--sot-font-heading);
    font-size: 0.9375rem;
    color: var(--sot-text-primary);
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .sot-hero-section {
        min-height: auto;
    }

    .sot-hero-content {
        padding: var(--sot-space-lg) var(--sot-space-sm);
    }

    .sot-hero-swiper {
        height: 55vh;
        min-height: 380px;
    }
}

@media (max-width: 575.98px) {
    .sot-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .sot-hero-btn-primary {
        width: 100%;
    }

    .sot-hero-slider-controls {
        justify-content: center;
        width: 100%;
    }
}

/* ==========================================================================
   SCENTS ON TRIAL - CURATED DECANTS / PRODUCTS STYLES
   ========================================================================== */

.sot-products-section {
    padding: var(--sot-space-xl) 0;
    background-color: var(--sot-background);
    ; /* Shared smooth warm background with Hero */
    border-bottom: 1px solid var(--sot-border);
}

.sot-products-tagline {
    display: inline-block;
    font-family: var(--sot-font-body);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--sot-accent);
    margin-bottom: var(--sot-space-xs);
}

.sot-products-heading {
    font-family: var(--sot-font-heading);
    font-size: clamp(2rem, 3.2vw, 2.75rem);
    font-weight: 400;
    line-height: 1.2;
    color: var(--sot-text-primary);
    margin-bottom: var(--sot-space-xs);
}

.sot-products-heading-italic {
    font-style: italic;
    font-weight: 300;
}

.sot-products-subheading {
    font-family: var(--sot-font-body);
    font-size: 0.9375rem;
    font-weight: 300;
    color: var(--sot-text-muted);
    margin: 0;
}

/* Category Filter Bar */
.sot-products-filter-bar {
    display: inline-flex;
    gap: 0.5rem;
    padding: 0.25rem;
    background-color: var(--sot-surface);
    border: 1px solid var(--sot-border);
    border-radius: var(--sot-radius-sm);
    overflow-x: auto;
    max-width: 100%;
}

.sot-filter-btn {
    background: none;
    border: none;
    padding: 0.625rem 1.125rem;
    font-family: var(--sot-font-body);
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--sot-text-muted);
    border-radius: var(--sot-radius-sm);
    white-space: nowrap;
    transition: var(--sot-transition);
    cursor: pointer;
}

    .sot-filter-btn:hover {
        color: var(--sot-text-primary);
    }

    .sot-filter-btn.sot-is-active {
        background-color: var(--sot-primary);
        color: var(--sot-secondary);
    }
/* =========================================================
   PREMIUM PRODUCT CARDS
   ========================================================= */

.sot-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: var(--sot-surface);
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.035), 0 2px 5px rgba(0, 0, 0, 0.025);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease, border-color 0.35s ease;
}

    .sot-product-card:hover {
        color: inherit;
        transform: translateY(-8px);
        border-color: rgba(170, 135, 80, 0.35);
        box-shadow: 0 24px 50px rgba(0, 0, 0, 0.10), 0 8px 20px rgba(170, 135, 80, 0.07);
    }


/* =========================================================
   IMAGE
   ========================================================= */

.sot-product-image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 118%;
    overflow: hidden;
    background: radial-gradient( circle at 50% 40%, rgba(255, 255, 255, 0.9), rgba(238, 234, 227, 0.95) );
}

.sot-product-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s ease;
}

.sot-product-card:hover .sot-product-image {
    transform: scale(1.065);
    filter: saturate(1.04) contrast(1.02);
}


/* =========================================================
   IMAGE OVERLAY
   ========================================================= */

.sot-product-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.18) 100% );
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.sot-product-card:hover .sot-product-image-overlay {
    opacity: 0.8;
}


/* =========================================================
   TRIAL BADGE
   ========================================================= */

.sot-product-trial-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    padding: 0.42rem 0.7rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    font-family: var(--sot-font-body);
    font-size: 0.58rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    color: var(--sot-primary);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}


/* =========================================================
   VIEW BUTTON
   ========================================================= */

.sot-product-view {
    position: absolute;
    left: 50%;
    bottom: 1.15rem;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.65rem 1rem;
    background: rgba(255, 255, 255, 0.94);
    border-radius: 50px;
    font-family: var(--sot-font-body);
    font-size: 0.61rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    color: var(--sot-primary);
    opacity: 0;
    transform: translate(-50%, 12px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

    .sot-product-view span {
        font-size: 1rem;
        line-height: 1;
    }

.sot-product-card:hover .sot-product-view {
    opacity: 1;
    transform: translate(-50%, 0);
}


/* =========================================================
   PRODUCT DETAILS
   ========================================================= */

.sot-product-details {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 1.35rem 1.35rem 1.25rem;
    background: linear-gradient( 145deg, rgba(255, 255, 255, 0.99), rgba(249, 247, 243, 0.98) );
}


/* =========================================================
   BRAND
   ========================================================= */

.sot-product-brand {
    display: block;
    font-family: var(--sot-font-body);
    font-size: 0.61rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--sot-accent);
    margin-bottom: 0.45rem;
}


/* =========================================================
   PRODUCT TITLE
   ========================================================= */

.sot-product-title {
    font-family: var(--sot-font-heading);
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.3;
    color: var(--sot-text-primary);
    margin: 0 0 1.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.sot-product-card:hover .sot-product-title {
    color: var(--sot-accent);
}


/* =========================================================
   FOOTER
   ========================================================= */

.sot-product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 0.9rem;
    border-top: 1px solid var(--sot-border);
}


/* =========================================================
   PRICE
   ========================================================= */

.sot-product-price-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.sot-product-price-label {
    font-family: var(--sot-font-body);
    font-size: 0.58rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--sot-text-muted);
}

.sot-product-price {
    font-family: var(--sot-font-body);
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--sot-text-primary);
}


/* =========================================================
   ARROW
   ========================================================= */

.sot-product-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid var(--sot-border);
    border-radius: 50%;
    font-size: 1rem;
    color: var(--sot-primary);
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.sot-product-card:hover .sot-product-arrow {
    background-color: var(--sot-primary);
    border-color: var(--sot-primary);
    color: var(--sot-surface);
    transform: translateX(3px);
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .sot-product-card {
        border-radius: 14px;
    }

    .sot-product-image-wrapper {
        padding-top: 112%;
    }

    .sot-product-details {
        padding: 1.1rem;
    }

    .sot-product-title {
        font-size: 1rem;
    }

    /*
       Hover does not exist properly on touch devices,
       so keep the View pill visible.
    */
    .sot-product-view {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

/* ==========================================================================
   SCENTS ON TRIAL - DISCOVERY SETS (LIGHTWEIGHT & EFFICIENT)
   ========================================================================== */
/* =========================================================
   DISCOVERY SETS
   ========================================================= */

.sot-sets-section {
    position: relative;
    padding: clamp(4.5rem, 8vw, 7rem) 0;
    background: radial-gradient(circle at 5% 10%, rgba(170, 135, 80, 0.055), transparent 28%), radial-gradient(circle at 95% 90%, rgba(170, 135, 80, 0.045), transparent 30%), #faf8f54d;
    border-bottom: 1px solid var(--sot-border);
}


/* =========================================================
   HEADER
   ========================================================= */

.sot-sets-header {
    position: relative;
}

.sot-sets-tagline {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    font-family: var(--sot-font-body);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: var(--sot-accent);
    margin-bottom: 0.8rem;
}

    .sot-sets-tagline::before {
        content: "";
        width: 30px;
        height: 1px;
        background: var(--sot-accent);
    }


.sot-sets-heading {
    font-family: var(--sot-font-heading);
    font-size: clamp(2.25rem, 4vw, 3.5rem);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -0.025em;
    color: var(--sot-text-primary);
    margin-bottom: 0.75rem;
}

.sot-sets-heading-italic {
    font-style: italic;
    font-weight: 300;
}


.sot-sets-subheading {
    max-width: 650px;
    font-family: var(--sot-font-body);
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1.7;
    color: var(--sot-text-muted);
    margin: 0;
}


/* =========================================================
   VIEW ALL LINK
   ========================================================= */

.sot-sets-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding-bottom: 0.45rem;
    font-family: var(--sot-font-body);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--sot-text-primary);
    text-decoration: none;
    transition: color 0.3s ease, gap 0.3s ease;
}

    .sot-sets-link::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: var(--sot-accent);
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 0.3s ease;
    }

.sot-sets-link-arrow {
    font-size: 1.1rem;
    line-height: 1;
    transition: transform 0.3s ease;
}

.sot-sets-link:hover {
    color: var(--sot-accent);
}

    .sot-sets-link:hover::after {
        transform: scaleX(1);
        transform-origin: left;
    }

    .sot-sets-link:hover .sot-sets-link-arrow {
        transform: translateX(5px);
    }


/* =========================================================
   SET CARD
   ========================================================= */

.sot-set-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background: var(--sot-surface);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.045), 0 2px 6px rgba(0, 0, 0, 0.025);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}

    .sot-set-card:hover {
        color: inherit;
        transform: translateY(-9px);
        border-color: rgba(170, 135, 80, 0.35);
        box-shadow: 0 25px 55px rgba(0, 0, 0, 0.11), 0 8px 18px rgba(170, 135, 80, 0.08);
    }


/* =========================================================
   IMAGE
   ========================================================= */

.sot-set-image-wrap {
    position: relative;
    width: 100%;
    padding-top: 72%;
    overflow: hidden;
    background: var(--sot-secondary);
}


.sot-set-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s ease;
}

.sot-set-card:hover .sot-set-img {
    transform: scale(1.07);
    filter: saturate(1.05) contrast(1.02);
}


/* =========================================================
   IMAGE OVERLAY
   ========================================================= */

.sot-set-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0.02) 20%, rgba(0, 0, 0, 0.05) 45%, rgba(0, 0, 0, 0.6) 100% );
    opacity: 0.75;
    transition: opacity 0.4s ease;
}

.sot-set-card:hover .sot-set-image-overlay {
    opacity: 0.9;
}


/* =========================================================
   IMAGE EXPLORE BUTTON
   ========================================================= */

.sot-set-explore {
    position: absolute;
    left: 50%;
    bottom: 1.25rem;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.65rem 1rem;
    background: rgba(255, 255, 255, 0.94);
    border-radius: 50px;
    font-family: var(--sot-font-body);
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--sot-primary);
    opacity: 0;
    transform: translate(-50%, 12px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

    .sot-set-explore span {
        font-size: 0.95rem;
        line-height: 1;
    }

.sot-set-card:hover .sot-set-explore {
    opacity: 1;
    transform: translate(-50%, 0);
}


/* =========================================================
   CARD BODY
   ========================================================= */

.sot-set-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 1.5rem 1.5rem 1.35rem;
    background: linear-gradient( 145deg, rgba(255, 255, 255, 0.98), rgba(249, 247, 243, 0.98) );
}


/* Small category label */

.sot-set-eyebrow {
    display: block;
    font-family: var(--sot-font-body);
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--sot-accent);
    margin-bottom: 0.45rem;
}


/* =========================================================
   TITLE
   ========================================================= */

.sot-set-title {
    font-family: var(--sot-font-heading);
    font-size: clamp(1.25rem, 2vw, 1.55rem);
    font-weight: 500;
    line-height: 1.25;
    color: var(--sot-text-primary);
    margin: 0 0 1.25rem;
    transition: color 0.3s ease;
}

.sot-set-card:hover .sot-set-title {
    color: var(--sot-accent);
}


/* =========================================================
   FOOTER
   ========================================================= */

.sot-set-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid var(--sot-border);
}


.sot-set-action {
    font-family: var(--sot-font-body);
    font-size: 0.67rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--sot-primary);
    transition: color 0.3s ease;
}


.sot-set-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid var(--sot-border);
    border-radius: 50%;
    font-size: 1rem;
    color: var(--sot-primary);
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}


.sot-set-card:hover .sot-set-action {
    color: var(--sot-accent);
}

.sot-set-card:hover .sot-set-arrow {
    background: var(--sot-primary);
    border-color: var(--sot-primary);
    color: var(--sot-surface);
    transform: translateX(3px);
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 767.98px) {

    .sot-sets-section {
        padding: 4rem 0;
    }

    .sot-sets-heading {
        font-size: 2.3rem;
    }

    .sot-sets-subheading {
        font-size: 0.88rem;
    }

    .sot-sets-link {
        margin-top: 0.5rem;
    }

    .sot-set-image-wrap {
        padding-top: 68%;
    }

    .sot-set-body {
        padding: 1.25rem;
    }

    /*
       Keep Explore visible on touch devices
       because hover isn't available.
    */
    .sot-set-explore {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}
/* ==========================================================================
   EXPLORE ALL DECANTS CTA
   ========================================================================== */

.sot-products-view-all-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    min-width: 220px;
    padding: 0.95rem 1.5rem;
    background: var(--sot-primary);
    color: var(--sot-secondary);
    font-family: var(--sot-font-body);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid var(--sot-primary);
    border-radius: var(--sot-radius-sm);
    overflow: hidden;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

    /* Subtle shine */
    .sot-products-view-all-btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: -120%;
        width: 70%;
        height: 100%;
        background: linear-gradient( 90deg, transparent, rgba(255,255,255,0.14), transparent );
        transform: skewX(-20deg);
        transition: left 0.55s ease;
    }

    .sot-products-view-all-btn:hover::before {
        left: 150%;
    }

    .sot-products-view-all-btn:hover {
        background-color: var(--sot-accent);
        border-color: var(--sot-accent);
        color: var(--sot-surface);
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(28, 26, 24, 0.14);
    }

.sot-products-view-all-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.sot-products-view-all-btn:hover .sot-products-view-all-icon {
    transform: translateX(5px);
}

/* Mobile */
@media (max-width: 575.98px) {
    .sot-products-view-all-btn {
        width: 100%;
        max-width: 280px;
        padding: 0.9rem 1.25rem;
        font-size: 0.68rem;
    }
}
/* ==========================================================================
   SCENTS ON TRIAL
   DARK LUXURY PROMOTIONAL BANNER
   ========================================================================== */

.sot-promo-section {
    padding: clamp(3.5rem, 6vw, 6rem) 0;
    background: var(--sot-surface);
}


/* ==========================================================================
   MAIN CARD
   ========================================================================== */

.sot-promo-card {
    position: relative;
    min-height: 350px;
    display: flex;
    overflow: hidden;
    background: #191816;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.16);
}


/* ==========================================================================
   BACKGROUND TYPOGRAPHY
   ========================================================================== */

.sot-promo-bg-word {
    position: absolute;
    left: 22%;
    bottom: -75px;
    z-index: 0;
    font-family: var(--sot-font-heading);
    font-size: clamp(10rem, 18vw, 19rem);
    font-weight: 400;
    line-height: .8;
    letter-spacing: -0.08em;
    color: rgba(255, 255, 255, 0.025);
    pointer-events: none;
    user-select: none;
}


/* ==========================================================================
   CONTENT
   ========================================================================== */

.sot-promo-content {
    position: relative;
    z-index: 3;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2.75rem clamp(2rem, 4.5vw, 5rem);
}


/* ==========================================================================
   EYEBROW
   ========================================================================== */

.sot-promo-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: .9rem;
    font-family: var(--sot-font-body);
    font-size: .6rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .24em;
    color: var(--sot-accent);
}

    .sot-promo-eyebrow > span {
        width: 28px;
        height: 1px;
        background: var(--sot-accent);
    }


/* ==========================================================================
   HEADING
   ========================================================================== */

.sot-promo-heading {
    max-width: 580px;
    margin: 0 0 .8rem;
    font-family: var(--sot-font-heading);
    font-size: clamp(2.15rem, 3.6vw, 3.7rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.045em;
    color: #f6f1e8;
}

    .sot-promo-heading em {
        display: block;
        font-style: italic;
        font-weight: 300;
        color: #dfcfb0;
    }


/* ==========================================================================
   DESCRIPTION
   ========================================================================== */

.sot-promo-description {
    max-width: 470px;
    margin: 0 0 1.25rem;
    font-family: var(--sot-font-body);
    font-size: .83rem;
    font-weight: 300;
    line-height: 1.6;
    color: rgba(246, 241, 232, .62);
}


/* ==========================================================================
   FEATURES
   ========================================================================== */

.sot-promo-features {
    display: flex;
    align-items: center;
    margin-bottom: 1.4rem;
}

.sot-promo-feature {
    display: flex;
    align-items: center;
    gap: 9px;
    padding-right: 1.25rem;
}

    .sot-promo-feature + .sot-promo-feature {
        padding-left: 1.25rem;
        border-left: 1px solid rgba(255, 255, 255, .11);
    }

.sot-promo-feature-icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sot-accent);
    border: 1px solid rgba(176, 141, 71, .35);
    border-radius: 50%;
}

.sot-promo-feature > span:last-child {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sot-promo-feature strong {
    font-family: var(--sot-font-body);
    font-size: .61rem;
    font-weight: 600;
    line-height: 1.2;
    color: rgba(246, 241, 232, .9);
}

.sot-promo-feature small {
    font-family: var(--sot-font-body);
    font-size: .56rem;
    font-weight: 300;
    line-height: 1.3;
    color: rgba(246, 241, 232, .45);
}


/* ==========================================================================
   ACTIONS
   ========================================================================== */

.sot-promo-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.2rem;
}

.sot-promo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 1.4rem;
    background: #f4eee4;
    color: #191816;
    border: 1px solid #f4eee4;
    border-radius: 2px;
    font-family: var(--sot-font-body);
    font-size: .61rem;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    text-decoration: none;
    transition: .3s ease;
}

    .sot-promo-btn svg {
        transition: transform .3s ease;
    }

    .sot-promo-btn:hover {
        background: var(--sot-accent);
        border-color: var(--sot-accent);
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, .25);
    }

        .sot-promo-btn:hover svg {
            transform: translateX(4px);
        }


/* Trust line */

.sot-promo-trust {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--sot-font-body);
    font-size: .54rem;
    font-weight: 500;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: rgba(246, 241, 232, .42);
}

    .sot-promo-trust i {
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background: var(--sot-accent);
    }


/* ==========================================================================
   IMAGE
   ========================================================================== */

.sot-promo-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 44%;
    height: 100%;
    overflow: hidden;
    background: #24211d;
}

    .sot-promo-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        /*
       Keep the original image visually intact.
       Only very light color adjustment.
    */
        filter: saturate(.9) contrast(.98);
        transform: scale(1.01);
        transition: transform 1.2s cubic-bezier(.2, .65, .25, 1);
    }

.sot-promo-card:hover .sot-promo-image img {
    transform: scale(1.045);
}


/* Very subtle shade — does NOT obscure image */

.sot-promo-image-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, #191816 0%, rgba(25, 24, 22, .65) 4%, rgba(25, 24, 22, .05) 22%, transparent 55% ), linear-gradient( 180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .12) );
    pointer-events: none;
}


/* ==========================================================================
   IMAGE LABEL
   ========================================================================== */

.sot-promo-image-label {
    position: absolute;
    left: 1.5rem;
    bottom: 1.4rem;
    z-index: 4;
    display: flex;
    flex-direction: column;
    text-shadow: 0 2px 15px rgba(0, 0, 0, .35);
}

    .sot-promo-image-label span {
        margin-bottom: 3px;
        font-family: var(--sot-font-body);
        font-size: .5rem;
        font-weight: 600;
        letter-spacing: .2em;
        color: rgba(255, 255, 255, .7);
    }

    .sot-promo-image-label strong {
        font-family: var(--sot-font-heading);
        font-size: 1.25rem;
        font-weight: 400;
        font-style: italic;
        color: #fff;
    }


/* ==========================================================================
   EDITION
   ========================================================================== */

.sot-promo-edition {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: .55rem .7rem;
    background: rgba(25, 24, 22, .72);
    border: 1px solid rgba(255, 255, 255, .16);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

    .sot-promo-edition span {
        font-family: var(--sot-font-body);
        font-size: .45rem;
        font-weight: 600;
        letter-spacing: .16em;
        color: rgba(255, 255, 255, .65);
    }

    .sot-promo-edition strong {
        font-family: var(--sot-font-heading);
        font-size: .85rem;
        font-weight: 400;
        color: var(--sot-accent);
    }


/* ==========================================================================
   AUTHENTICITY SEAL
   ========================================================================== */

.sot-promo-seal {
    position: absolute;
    top: 1.25rem;
    right: 6.5rem;
    z-index: 5;
    width: 68px;
    height: 68px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(25, 24, 22, .6);
    border: 1px solid rgba(223, 207, 176, .5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transform: rotate(-8deg);
}

    .sot-promo-seal span {
        font-family: var(--sot-font-heading);
        font-size: 1rem;
        line-height: 1;
        color: #dfcfb0;
    }

    .sot-promo-seal small {
        margin-top: 3px;
        font-family: var(--sot-font-body);
        font-size: .4rem;
        font-weight: 600;
        letter-spacing: .12em;
        color: rgba(255, 255, 255, .65);
    }


/* ==========================================================================
   TABLET
   ========================================================================== */

@media (max-width: 991.98px) {

    .sot-promo-content {
        width: 64%;
        padding: 2.4rem 2rem;
    }

    .sot-promo-image {
        width: 46%;
    }

    .sot-promo-heading {
        font-size: clamp(2rem, 4.5vw, 3.2rem);
    }

    .sot-promo-feature {
        padding-right: .8rem;
    }

        .sot-promo-feature + .sot-promo-feature {
            padding-left: .8rem;
        }
}


/* ==========================================================================
   MOBILE
   ========================================================================== */

@media (max-width: 767.98px) {

    .sot-promo-section {
        padding: 3rem 0;
    }

    .sot-promo-card {
        display: block;
    }

    .sot-promo-content {
        width: 100%;
        padding: 2.5rem 1.35rem 2.25rem;
    }

    .sot-promo-bg-word {
        font-size: 9rem;
        left: -5px;
        bottom: 100px;
    }

    .sot-promo-heading {
        font-size: clamp(2.15rem, 10vw, 3rem);
    }

    .sot-promo-description {
        font-size: .82rem;
    }

    .sot-promo-features {
        margin-bottom: 1.35rem;
    }

    .sot-promo-feature {
        flex: 1;
        padding-right: .65rem;
    }

        .sot-promo-feature + .sot-promo-feature {
            padding-left: .65rem;
        }

        .sot-promo-feature strong {
            font-size: .56rem;
        }

        .sot-promo-feature small {
            font-size: .5rem;
        }

    .sot-promo-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .sot-promo-btn {
        width: 100%;
    }

    .sot-promo-trust {
        justify-content: center;
    }

    .sot-promo-image {
        position: relative;
        width: 100%;
        height: 210px;
    }

    .sot-promo-image-shade {
        background: linear-gradient( 180deg, rgba(25, 24, 22, .05), rgba(25, 24, 22, .22) );
    }

    .sot-promo-seal {
        width: 62px;
        height: 62px;
        right: 5.5rem;
    }

    .sot-promo-image-label {
        left: 1rem;
        bottom: 1rem;
    }

    .sot-promo-edition {
        right: 1rem;
        top: 1rem;
    }
}
/* ==========================================================================
   SCENTS ON TRIAL - REVIEWS & SOCIAL PROOF (LIGHTWEIGHT & EFFICIENT)
   ========================================================================== */
.sot-reviews-section {
    padding: clamp(4rem, 7vw, 7rem) 0;
    background: radial-gradient( circle at 10% 20%, rgba(170, 135, 80, 0.06), transparent 30% ), radial-gradient( circle at 90% 80%, rgba(170, 135, 80, 0.05), transparent 30% ), var(--sot-background);
    border-bottom: 1px solid var(--sot-border);
}


/* =========================================================
   HEADER
   ========================================================= */

.sot-reviews-tagline {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-family: var(--sot-font-body);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: var(--sot-accent);
    margin-bottom: 0.75rem;
}

    .sot-reviews-tagline::before {
        content: "";
        width: 28px;
        height: 1px;
        background: var(--sot-accent);
    }

.sot-reviews-heading {
    font-family: var(--sot-font-heading);
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    font-weight: 400;
    line-height: 1.1;
    color: var(--sot-text-primary);
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

.sot-reviews-heading-italic {
    font-style: italic;
    font-weight: 300;
}

.sot-reviews-subheading {
    max-width: 680px;
    font-family: var(--sot-font-body);
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1.7;
    color: var(--sot-text-muted);
    margin: 0;
}


/* =========================================================
   RATING SUMMARY
   ========================================================= */

.sot-reviews-summary {
    position: relative;
    overflow: hidden;
    min-width: 230px;
    background: var(--sot-surface);
    border: 1px solid var(--sot-border);
    padding: 1rem 1.35rem;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

    .sot-reviews-summary::before {
        content: "";
        position: absolute;
        width: 100px;
        height: 100px;
        right: -45px;
        top: -45px;
        border-radius: 50%;
        background: var(--sot-accent);
        opacity: 0.06;
    }

.sot-reviews-score-num {
    font-family: var(--sot-font-heading);
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1;
    color: var(--sot-text-primary);
}

.sot-stars-wrap {
    display: flex;
    align-items: center;
    gap: 3px;
    color: var(--sot-accent);
}

    .sot-stars-wrap svg {
        filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.08));
    }

.sot-reviews-count-label {
    font-family: var(--sot-font-body);
    font-size: 0.7rem;
    color: var(--sot-text-muted);
}


/* =========================================================
   REVIEW GRID
   ========================================================= */

.sot-reviews-section .row.g-4 {
    --bs-gutter-y: 1.75rem;
}


/* =========================================================
   REVIEW CARD
   ========================================================= */

.sot-review-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 360px;
    overflow: hidden;
    background: linear-gradient( 145deg, rgba(255, 255, 255, 0.95), rgba(248, 246, 241, 0.95) );
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    padding: 1.75rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.045), 0 2px 6px rgba(0, 0, 0, 0.025);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}


    /* Decorative gold line */

    .sot-review-card::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient( 90deg, transparent, var(--sot-accent), transparent );
        opacity: 0;
        transition: opacity 0.35s ease;
    }


    /* Large quote decoration */

    .sot-review-card::after {
        content: "“";
        position: absolute;
        right: 1.2rem;
        top: 0.25rem;
        font-family: Georgia, serif;
        font-size: 6rem;
        line-height: 1;
        color: var(--sot-accent);
        opacity: 0.07;
        pointer-events: none;
    }


    .sot-review-card:hover {
        transform: translateY(-8px);
        border-color: rgba(170, 135, 80, 0.35);
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.09), 0 5px 12px rgba(170, 135, 80, 0.08);
    }

        .sot-review-card:hover::before {
            opacity: 1;
        }


/* =========================================================
   REVIEW HEADER
   ========================================================= */

.sot-review-header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.35rem;
}


    /* Stars */

    .sot-review-header .sot-stars-wrap {
        background: rgba(170, 135, 80, 0.1);
        padding: 0.45rem 0.65rem;
        border-radius: 50px;
    }

        .sot-review-header .sot-stars-wrap svg {
            width: 13px;
            height: 13px;
        }


/* Verified badge */

.sot-review-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-family: var(--sot-font-body);
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6f5930;
    background: rgba(170, 135, 80, 0.1);
    border: 1px solid rgba(170, 135, 80, 0.2);
    padding: 0.35rem 0.65rem;
    border-radius: 50px;
}

    .sot-review-badge::before {
        content: "✓";
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: var(--sot-accent);
        color: white;
        font-size: 8px;
        font-weight: 800;
    }


/* =========================================================
   REVIEW QUOTE
   ========================================================= */

.sot-review-quote {
    position: relative;
    z-index: 2;
    font-family: var(--sot-font-body);
    font-size: 0.95rem;
    font-weight: 400;
    color: var(--sot-text-primary);
    line-height: 1.75;
    font-style: italic;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}


/* =========================================================
   PRODUCT TAG
   ========================================================= */

.sot-review-product-tag {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.9rem 1rem;
    margin-bottom: 1.25rem;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid var(--sot-border);
    border-radius: 10px;
}

.sot-review-product-label {
    font-family: var(--sot-font-body);
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--sot-text-muted);
}

.sot-review-product-name {
    font-family: var(--sot-font-heading);
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--sot-primary);
}


/* =========================================================
   AUTHOR
   ========================================================= */

.sot-review-author {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-top: 0.25rem;
}


    /* Create simple avatar */

    .sot-review-author::before {
        content: attr(data-initial);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        flex-shrink: 0;
        border-radius: 50%;
        background: linear-gradient( 135deg, var(--sot-primary), var(--sot-accent) );
        color: white;
        font-family: var(--sot-font-heading);
        font-size: 0.85rem;
        font-weight: 500;
    }


/* If data-initial isn't available */

.sot-author-name {
    font-family: var(--sot-font-heading);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--sot-text-primary);
}

.sot-author-loc {
    font-family: var(--sot-font-body);
    font-size: 0.65rem;
    color: var(--sot-text-muted);
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .sot-reviews-section {
        padding: 4rem 0;
    }

    .sot-reviews-heading {
        font-size: 2.25rem;
    }

    .sot-reviews-summary {
        width: 100%;
        justify-content: center;
    }

    .sot-review-card {
        min-height: 330px;
        padding: 1.4rem;
    }

    .sot-review-quote {
        font-size: 0.9rem;
    }
}

/* ==========================================================================
   SCENTS ON TRIAL - FOOTER (LIGHTWEIGHT & EFFICIENT)
   ========================================================================== */

.sot-footer {
    background-color: var(--sot-primary); /* Dark charcoal off-black base */
    color: var(--sot-secondary);
    border-top: 1px solid var(--sot-border);
}

/* Newsletter Strip */
.sot-footer-newsletter-wrap {
    padding: 3.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.02);
}

.sot-footer-newsletter-tag {
    display: block;
    font-family: var(--sot-font-body);
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--sot-accent);
    margin-bottom: 0.25rem;
}

.sot-footer-newsletter-heading {
    font-family: var(--sot-font-heading);
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 400;
    color: var(--sot-surface);
    margin-bottom: 0.5rem;
}

.sot-footer-heading-italic {
    font-style: italic;
    font-weight: 300;
}

.sot-footer-newsletter-desc {
    font-family: var(--sot-font-body);
    font-size: 0.8125rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* Form Styling */
.sot-newsletter-input {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--sot-radius-sm);
    color: var(--sot-surface);
    font-family: var(--sot-font-body);
    font-size: 0.8125rem;
    padding: 0.75rem 1rem;
}

    .sot-newsletter-input:focus {
        background: rgba(255, 255, 255, 0.08);
        border-color: var(--sot-accent);
        color: var(--sot-surface);
        box-shadow: none;
    }

    .sot-newsletter-input::placeholder {
        color: rgba(255, 255, 255, 0.4);
    }

.sot-newsletter-btn {
    background-color: var(--sot-surface);
    color: var(--sot-primary);
    border: none;
    border-radius: var(--sot-radius-sm);
    padding: 0.75rem 1.5rem;
    font-family: var(--sot-font-body);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    white-space: nowrap;
    transition: var(--sot-transition);
}

    .sot-newsletter-btn:hover {
        background-color: var(--sot-accent);
        color: var(--sot-surface);
    }

.sot-newsletter-privacy {
    display: block;
    font-family: var(--sot-font-body);
    font-size: 0.6875rem;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 0.5rem;
}

/* Main Footer Section */
.sot-footer-main {
    padding: var(--sot-space-xl) 0;
}

.sot-footer-brand {
    display: inline-block;
    font-family: var(--sot-font-heading);
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: var(--sot-surface);
    text-decoration: none;
    margin-bottom: 1rem;
}

.sot-footer-brand-desc {
    font-family: var(--sot-font-body);
    font-size: 0.8125rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    max-width: 320px;
}

.sot-social-link {
    color: rgba(255, 255, 255, 0.6);
    transition: var(--sot-transition);
}

    .sot-social-link:hover {
        color: var(--sot-accent);
    }

.sot-footer-col-title {
    font-family: var(--sot-font-body);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--sot-surface);
    margin-bottom: 1.25rem;
}

.sot-footer-links li {
    margin-bottom: 0.625rem;
}

.sot-footer-links a {
    font-family: var(--sot-font-body);
    font-size: 0.8125rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: var(--sot-transition);
}

    .sot-footer-links a:hover {
        color: var(--sot-surface);
    }

/* Trust Box in Footer */
.sot-footer-trust-box {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1rem;
    border-radius: var(--sot-radius-sm);
}

.sot-trust-title {
    display: block;
    font-family: var(--sot-font-body);
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--sot-accent);
    margin-bottom: 0.25rem;
}

.sot-trust-text {
    font-family: var(--sot-font-body);
    font-size: 0.6875rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.4;
    margin: 0;
}

/* Bottom Legal Strip */
.sot-footer-bottom {
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background-color: rgba(0, 0, 0, 0.2);
}

.sot-copyright {
    font-family: var(--sot-font-body);
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
}

.sot-legal-links a {
    font-family: var(--sot-font-body);
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    transition: var(--sot-transition);
}

    .sot-legal-links a:hover {
        color: var(--sot-surface);
    }


/* ==========================================================================
   SOT - PRODUCT DETAIL PAGE (PDP) STYLES
   ========================================================================== */
.sot-pdp-section {
    background-color: var(--sot-background);
    color: var(--sot-text-primary);
}
/* ==========================================================================
   SOT PRODUCT GALLERY
   ========================================================================== */

.sot-pdp-gallery-wrapper {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 14px;
    align-items: stretch;
}


/* ==========================================================================
   THUMBNAILS
   ========================================================================== */

.sot-pdp-thumbnails {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.sot-thumb-btn {
    position: relative;
    width: 70px;
    height: 70px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--sot-surface);
    border: 1px solid var(--sot-border);
    cursor: pointer;
    opacity: .58;
    transition: opacity .25s ease, border-color .25s ease, transform .25s ease, background-color .25s ease;
}

    .sot-thumb-btn:hover {
        opacity: 1;
        border-color: var(--sot-accent);
        transform: translateY(-1px);
    }

    .sot-thumb-btn.active {
        opacity: 1;
        border-color: var(--sot-primary);
        background: var(--sot-background);
    }

        .sot-thumb-btn.active::after {
            content: "";
            position: absolute;
            left: -1px;
            top: 12px;
            bottom: 12px;
            width: 2px;
            background: var(--sot-accent);
        }

    .sot-thumb-btn img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
    }


/* ==========================================================================
   MAIN IMAGE
   ========================================================================== */

.sot-pdp-main-image {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
    background: radial-gradient( circle at 50% 45%, var(--sot-surface) 0%, var(--sot-background) 76% );
    border: 1px solid var(--sot-border);
    cursor: zoom-in;
    transition: border-color .3s ease, box-shadow .3s ease;
}


    /*
   No second border here.

   The previous ::before frame was creating the
   "double border / double padding" appearance.
*/


    .sot-pdp-main-image:hover {
        border-color: rgba(163, 130, 94, .42);
        box-shadow: 0 12px 35px rgba(28, 26, 24, .07);
    }


/* ==========================================================================
   IMAGE STAGE
   ========================================================================== */

.sot-pdp-image-stage {
    position: relative;
    width: 100%;
/*    min-height: 610px;*/
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    overflow: hidden;
}


/* Product image */

.sot-main-product-img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 560px;
    object-fit: contain;
    transition: transform .6s cubic-bezier(.16, 1, .3, 1), opacity .3s ease;
    will-change: transform;
}


/* Better hover zoom */

.sot-pdp-main-image:hover .sot-main-product-img {
    transform: scale(1.035);
}


/* ==========================================================================
   HOVER ZOOM INDICATOR
   ========================================================================== */

.sot-image-zoom-hint {
    position: absolute;
    left: 50%;
    bottom: 82px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    background: rgba(250, 248, 245, .88);
    border: 1px solid rgba(163, 130, 94, .18);
    color: var(--sot-text-primary);
    font-family: var(--sot-font-body);
    font-size: .55rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .13em;
    opacity: 0;
    transform: translate(-50%, 8px);
    pointer-events: none;
    backdrop-filter: blur(8px);
    transition: opacity .25s ease, transform .25s ease;
}

.sot-pdp-main-image:hover .sot-image-zoom-hint {
    opacity: 1;
    transform: translate(-50%, 0);
}


/* ==========================================================================
   TOP INFORMATION
   ========================================================================== */

.sot-pdp-image-top {
    position: absolute;
    z-index: 6;
    top: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

.sot-pdp-image-label {
    font-family: var(--sot-font-body);
    font-size: .56rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .17em;
    color: var(--sot-text-primary);
    background: rgba(250, 248, 245, .78);
    padding: 7px 10px;
    backdrop-filter: blur(8px);
}

.sot-pdp-image-count {
    font-family: var(--sot-font-body);
    font-size: .56rem;
    letter-spacing: .12em;
    color: var(--sot-text-muted);
    background: rgba(250, 248, 245, .72);
    padding: 7px 9px;
    backdrop-filter: blur(8px);
}


/* ==========================================================================
   BOTTOM INFORMATION
   ========================================================================== */

.sot-pdp-image-bottom {
    position: absolute;
    z-index: 6;
    left: 20px;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .sot-pdp-image-bottom > span {
        font-family: var(--sot-font-body);
        font-size: .55rem;
        text-transform: uppercase;
        letter-spacing: .14em;
        color: var(--sot-text-muted);
    }


/* ==========================================================================
   EXPAND BUTTON
   ========================================================================== */

.sot-image-expand {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: rgba(250, 248, 245, .9);
    color: var(--sot-text-primary);
    border: 1px solid var(--sot-border);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}

    .sot-image-expand:hover {
        color: var(--sot-surface);
        background: var(--sot-primary);
        border-color: var(--sot-primary);
        transform: scale(1.06);
    }


/* ==========================================================================
   FULL SCREEN LIGHTBOX
   ========================================================================== */

.sot-product-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background: rgba(20, 19, 17, .96);
    backdrop-filter: blur(14px);
}

    .sot-product-lightbox.active {
        display: flex;
    }


/* Image wrapper */

.sot-lightbox-image-wrap {
    width: min(90vw, 1100px);
    height: min(88vh, 850px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


/* Large image */

.sot-product-lightbox img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    user-select: none;
    animation: sotLightboxImageIn .3s ease;
}

@keyframes sotLightboxImageIn {
    from {
        opacity: 0;
        transform: scale(.96);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}


/* ==========================================================================
   LIGHTBOX CLOSE
   ========================================================================== */

.sot-lightbox-close {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(247, 245, 240, .25);
    border-radius: 50%;
    background: rgba(247, 245, 240, .08);
    color: var(--sot-secondary);
    font-size: 27px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    transition: background-color .25s ease, color .25s ease, transform .25s ease;
}

    .sot-lightbox-close:hover {
        background: var(--sot-secondary);
        color: var(--sot-primary);
        transform: rotate(90deg);
    }


/* ==========================================================================
   LIGHTBOX NAVIGATION
   ========================================================================== */

.sot-lightbox-prev,
.sot-lightbox-next {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(247, 245, 240, .25);
    border-radius: 50%;
    background: rgba(247, 245, 240, .08);
    color: var(--sot-secondary);
    font-size: 18px;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background-color .25s ease, color .25s ease, border-color .25s ease;
}

.sot-lightbox-prev {
    left: 25px;
}

.sot-lightbox-next {
    right: 25px;
}

    .sot-lightbox-prev:hover,
    .sot-lightbox-next:hover {
        background: var(--sot-secondary);
        color: var(--sot-primary);
        border-color: var(--sot-secondary);
    }


/* ==========================================================================
   LIGHTBOX COUNTER
   ========================================================================== */

.sot-lightbox-counter {
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    padding: 7px 11px;
    background: rgba(247, 245, 240, .08);
    border: 1px solid rgba(247, 245, 240, .15);
    color: rgba(247, 245, 240, .8);
    font-family: var(--sot-font-body);
    font-size: .58rem;
    letter-spacing: .15em;
}


/* ==========================================================================
   TABLET
   ========================================================================== */

@media (max-width: 991.98px) {

    .sot-pdp-main-image {
        min-height: 540px;
    }

    .sot-pdp-image-stage {
        min-height: 540px;
    }

    .sot-main-product-img {
        max-height: 500px;
    }
}


/* ==========================================================================
   MOBILE
   ========================================================================== */

@media (max-width: 767.98px) {

    .sot-pdp-gallery-wrapper {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }


    .sot-pdp-main-image {
        order: 1;
        min-height: min(112vw, 520px);
    }


    .sot-pdp-image-stage {
        min-height: min(112vw, 520px);
        padding: 15px;
    }


    .sot-main-product-img {
        max-height: none;
        padding: 5px;
    }


    .sot-pdp-thumbnails {
        order: 2;
        flex-direction: row;
        overflow-x: auto;
        gap: 8px;
        padding: 2px 2px 5px;
        scrollbar-width: thin;
    }


    .sot-thumb-btn {
        flex: 0 0 64px;
        width: 64px;
        height: 64px;
    }


        .sot-thumb-btn.active::after {
            top: auto;
            left: 9px;
            right: 9px;
            bottom: -1px;
            width: auto;
            height: 2px;
        }


    .sot-pdp-image-top {
        top: 14px;
        left: 14px;
        right: 14px;
    }


    .sot-pdp-image-bottom {
        left: 14px;
        right: 14px;
        bottom: 14px;
    }


    .sot-image-zoom-hint {
        display: none;
    }


    .sot-product-lightbox {
        padding: 20px;
    }


    .sot-lightbox-image-wrap {
        width: 94vw;
        height: 82vh;
    }


    .sot-lightbox-prev,
    .sot-lightbox-next {
        width: 38px;
        height: 38px;
    }


    .sot-lightbox-prev {
        left: 10px;
    }


    .sot-lightbox-next {
        right: 10px;
    }
}
/* ==========================================================================
   PRODUCT INFORMATION
   ========================================================================== */

.sot-pdp-info-wrapper {
    padding-left: 12px;
    padding-top: 4px;
}


/* ==========================================================================
   PRODUCT HEADING
   ========================================================================== */

.sot-pdp-heading {
    margin-bottom: 20px;
}

.sot-pdp-eyebrow {
    margin-bottom: 9px;
    font-family: var(--sot-font-body);
    font-size: .58rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: var(--sot-accent);
}

.sot-pdp-title {
    margin: 0;
    font-family: var(--sot-font-serif, Georgia, serif);
    font-size: clamp(2rem, 3vw, 2.65rem);
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -.025em;
    color: var(--sot-primary);
}


/* ==========================================================================
   PRICE
   ========================================================================== */

.sot-pdp-price-section {
    padding: 6px 0 6px;
    border-top: 1px solid var(--sot-border);
    border-bottom: 1px solid var(--sot-border);
    margin-bottom: 10px;
}

.sot-pdp-price-line {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.sot-pdp-price {
    font-family: var(--sot-font-body);
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1;
    color: var(--sot-primary);
}

.sot-pdp-price-unit {
    font-size: .78rem;
    color: var(--sot-text-muted);
    letter-spacing: .04em;
}

.sot-pdp-price-note {
    display: block;
    margin-top: 8px;
    font-size: .7rem;
    color: var(--sot-text-muted);
    letter-spacing: .02em;
}


/* ==========================================================================
   DESCRIPTION
   ========================================================================== */

.sot-pdp-description {
    margin-bottom: 25px;
}

    .sot-pdp-description p {
        margin: 0;
        max-width: 570px;
        font-family: var(--sot-font-body);
        font-size: .92rem;
        line-height: 1.7;
        color: var(--sot-text-muted);
    }


/* ==========================================================================
   OPTION GROUP
   ========================================================================== */

.sot-pdp-option-group {
    margin-bottom: 26px;
}

.sot-option-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.sot-option-kicker {
    display: inline-block;
    font-size: .68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: var(--sot-primary);
}

.sot-option-selected {
    margin-left: 7px;
    font-size: .7rem;
    font-weight: 600;
    color: var(--sot-accent);
}

.sot-size-guide-link {
    font-size: .68rem;
    color: var(--sot-text-muted);
    text-decoration: none;
    border-bottom: 1px solid var(--sot-border);
    padding-bottom: 2px;
    transition: color .2s ease, border-color .2s ease;
}

    .sot-size-guide-link:hover {
        color: var(--sot-accent);
        border-color: var(--sot-accent);
    }


/* ==========================================================================
   SIZE BUTTONS
   ========================================================================== */

.sot-size-selector-grid {
    width: 100%;
}

.size-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sot-size-item {
    flex: 0 0 auto;
}

.sot-size-btn {
    min-width: 78px;
    min-height: 52px;
    padding: 8px 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    border: 1px solid var(--sot-border);
    border-radius: 0;
    background: var(--sot-surface);
    color: var(--sot-primary);
    cursor: pointer;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s ease;
}

    .sot-size-btn:hover {
        border-color: var(--sot-primary);
        transform: translateY(-1px);
    }

.sot-size-vol {
    font-size: .78rem;
    font-weight: 600;
    line-height: 1;
}

.sot-size-select {
    font-size: .5rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--sot-text-muted);
    transition: color .2s ease;
}

.btn-check:checked + .sot-size-btn {
    background: var(--sot-primary);
    color: var(--sot-surface);
    border-color: var(--sot-primary);
    box-shadow: inset 0 -2px 0 var(--sot-accent);
}

    .btn-check:checked + .sot-size-btn .sot-size-select {
        color: rgba(255,255,255,.65);
    }


/* ==========================================================================
   DYNAMIC ATTRIBUTES
   ========================================================================== */

#extraAttributesContainer {
    margin-bottom: 22px;
}


/* ==========================================================================
   PURCHASE AREA
   ========================================================================== */

.sot-pdp-purchase-section {
    margin-top: 4px;
    margin-bottom: 24px;
}

.sot-pdp-actions {
    display: flex;
    align-items: stretch;
    gap: 9px;
}
@media (min-width: 1024px) {
    .sot-pdp-actions {
        width:70%;
    }
}


/* ==========================================================================
   QUANTITY
   ========================================================================== */

.sot-quantity-picker {
    width: 112px;
    height: 52px;
    flex: 0 0 112px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--sot-border);
    background: var(--sot-surface);
}

.sot-qty-btn {
    width: 34px;
    height: 100%;
    padding: 0;
    border: none;
    background: transparent;
    color: var(--sot-primary);
    font-size: 1.05rem;
    line-height: 1;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease;
}

    .sot-qty-btn:hover {
        background: var(--sot-background);
        color: var(--sot-accent);
    }

.sot-qty-input {
    width: 38px;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    text-align: center;
    font-size: .8rem;
    font-weight: 600;
    color: var(--sot-primary);
}

    .sot-qty-input::-webkit-outer-spin-button,
    .sot-qty-input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }


/* ==========================================================================
   ADD TO CART
   ========================================================================== */

.sot-btn-primary {
    min-height: 52px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    background: var(--sot-primary);
    color: var(--sot-surface);
    border: 1px solid var(--sot-primary);
    font-size: .7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .15em;
    cursor: pointer;
    transition: background-color .25s ease, border-color .25s ease, transform .25s ease;
}

    .sot-btn-primary:hover {
        background: var(--sot-accent);
        border-color: var(--sot-accent);
        transform: translateY(-1px);
    }


/* ==========================================================================
   INQUIRE
   ========================================================================== */

.sot-btn-inquire {
    min-height: 52px;
    min-width: 105px;
    padding: 0 18px;
    background: transparent;
    color: var(--sot-primary);
    border: 1px solid var(--sot-primary);
    font-size: .68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .13em;
    cursor: pointer;
    transition: background-color .25s ease, color .25s ease, border-color .25s ease;
}

    .sot-btn-inquire:hover {
        background: var(--sot-primary);
        color: var(--sot-surface);
        border-color: var(--sot-primary);
    }


/* ==========================================================================
   TRUST STRIP
   ========================================================================== */

.sot-pdp-trust-strip {
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 17px 0 0;
    border-top: 1px solid var(--sot-border);
}

.sot-trust-item {
    display: flex;
    align-items: flex-start;
    gap: 11px;
}

.sot-trust-icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--sot-border);
    border-radius: 50%;
    color: var(--sot-accent);
    background: var(--sot-surface);
}

.sot-trust-item > div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sot-trust-item strong {
    font-size: .65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .09em;
    color: var(--sot-primary);
}

.sot-trust-item div span {
    font-size: .68rem;
    line-height: 1.45;
    color: var(--sot-text-muted);
}


/* ==========================================================================
   CART STATE
   ========================================================================== */

.in-cart {
    font-size: .65rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--sot-accent);
}


/* ==========================================================================
   LARGE DESKTOP
   ========================================================================== */

@media (min-width: 1200px) {

    .sot-pdp-info-wrapper {
        padding-left: 22px;
    }

    .sot-pdp-title {
        max-width: 540px;
    }
}


/* ==========================================================================
   MOBILE
   ========================================================================== */

@media (max-width: 575.98px) {

    .sot-pdp-info-wrapper {
        padding-left: 0;
        padding-top: 18px;
    }

    .sot-pdp-title {
        font-size: 2rem;
    }

    .sot-pdp-price {
        font-size: 1.55rem;
    }

    .sot-pdp-actions {
        flex-wrap: wrap;
    }

    .sot-quantity-picker {
        width: 110px;
        flex: 0 0 110px;
    }

    .sot-btn-primary {
        flex: 1 1 calc(100% - 119px);
    }

    .sot-btn-inquire {
        width: 100%;
    }
}

/* ==========================================================================
   Compact Category Page Stylesheet
   ========================================================================== */

/* Compact Category Header */
.sot-cat-hero-compact {
    background-color: var(--sot-background, #FAF8F5);
    border-bottom: 1px solid var(--sot-border, #EAE5DE);
}

/* Breadcrumb Styling */
.sot-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.sot-breadcrumb-item + .sot-breadcrumb-item::before {
    content: "/";
    padding: 0 0.4rem;
    color: var(--sot-text-muted, #7A7570);
}

.sot-breadcrumb-item a {
    color: var(--sot-text-muted, #7A7570);
    text-decoration: none;
    transition: color 0.2s ease;
}

    .sot-breadcrumb-item a:hover {
        color: var(--sot-primary, #1C1A18);
    }

.sot-breadcrumb-item.active {
    color: var(--sot-primary, #1C1A18);
    font-weight: 500;
}

/* Compact Title */
.sot-cat-title-compact {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: var(--sot-primary, #1C1A18);
    line-height: 1.2;
}

/* Compact Search Wrapper */
.sot-search-compact-wrapper {
    max-width: 320px;
}

.sot-search-input {
    background-color: var(--sot-surface, #FFFFFF);
    border: 1px solid var(--sot-border, #EAE5DE);
    border-radius: 0;
    padding: 0.45rem 2.2rem 0.45rem 0.85rem;
    font-size: 0.825rem;
    color: var(--sot-primary, #1C1A18);
}

    .sot-search-input:focus {
        border-color: var(--sot-accent, #A3825E);   
        box-shadow: none;
        background-color: var(--sot-surface, #FFFFFF);
    }

.sot-search-submit-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: var(--sot-text-muted, #7A7570);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .sot-search-submit-btn:hover {
        color: var(--sot-primary, #1C1A18);
    }

/* Mobile Filter Trigger Button */
.sot-btn-filter-trigger {
    background-color: var(--sot-primary, #1C1A18);
    color: #FFFFFF;
    border: none;
    padding: 0.45rem 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* Catalog Wrapper */
.sot-cat-catalog {
    background-color: var(--sot-surface, #FFFFFF);
}

/* ==========================================================================
   Scents On Trial - Filter Sidebar Styles
   ========================================================================== */

/* Filter Cards & Structure */
.sot-sidebar-filter {
    background-color: var(--sot-background);
}

.sot-filter-card {
    border-bottom: 1px solid var(--sot-border, #EAE5DE);
    padding: 1.25rem 0;
}

    .sot-filter-card:last-child {
        border-bottom: none;
    }

.sot-filter-title {
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--sot-primary, #1C1A18);
    margin-bottom: 1rem;
}

/* Custom Checkbox Elements */
.sot-checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.sot-checkbox-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--sot-primary, #1C1A18);
    cursor: pointer;
}

.sot-custom-checkbox {
    accent-color: var(--sot-accent, #A3825E);
    width: 16px;
    height: 16px;
    cursor: pointer;
}

/* Brand Grid Pills */
.sot-brand-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.sot-brand-pill {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    font-size: 0.785rem;
    border: 1px solid var(--sot-border, #EAE5DE);
    background-color: var(--sot-background, #FAF8F5);
    color: var(--sot-primary, #1C1A18);
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
}

    .sot-brand-pill:hover {
        border-color: var(--sot-accent, #A3825E);
        background-color: #FFFFFF;
    }

/* Brand Selected State */
.brand-checkbox:checked + .sot-brand-pill {
    background-color: var(--sot-primary, #1C1A18) !important;
    color: #FFFFFF !important;
    border-color: var(--sot-primary, #1C1A18) !important;
}

/* Price Range Slider Styling */
.sot-range-slider-wrapper {
    position: relative;
    width: 100%;
    height: 20px;
}

.sot-slider-track {
    width: 100%;
    height: 4px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 2px;
}

.sot-range-input {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
}

    .sot-range-input::-webkit-slider-runnable-track {
        -webkit-appearance: none;
        height: 4px;
    }

    .sot-range-input::-webkit-slider-thumb {
        -webkit-appearance: none;
        height: 16px;
        width: 16px;
        background-color: var(--sot-primary, #1C1A18);
        cursor: pointer;
        margin-top: -6px;
        pointer-events: auto;
        border-radius: 50%;
        border: 2px solid #FFFFFF;
        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    }

.sot-price-label {
    font-size: 0.825rem;
    color: var(--sot-primary, #1C1A18);
}

.sot-btn-filter-apply {
    background-color: var(--sot-primary, #1C1A18);
    color: #FFFFFF;
    border: none;
    padding: 0.35rem 0.85rem;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

    .sot-btn-filter-apply:hover {
        opacity: 0.88;
    }

/* Offcanvas Overlay & Mobile Sidebar Drawer */
.sot-filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1040;
    display: none;
}

    .sot-filter-overlay.active {
        display: block;
    }

@media (max-width: 991.98px) {
    .sot-sidebar-filter {
        position: fixed;
        top: 0;
        left: -320px;
        width: 300px;
        height: 100%;
        z-index: 1050;
        overflow-y: auto;
        transition: left 0.3s ease;
        padding: 0 1.25rem 2rem 1.25rem;
    }

        .sot-sidebar-filter.active {
            left: 0;
        }

    .sot-filter-mobile-header {
        margin: 0 -1.25rem 1rem -1.25rem;
        background-color: var(--sot-background, #FAF8F5);
        border-bottom: 1px solid var(--sot-border, #EAE5DE);
    }
}

/* ==========================================================================
   Scents On Trial - Shimmer Animation & Skeleton Components
   ========================================================================== */

/* Shimmer Base Container */
.sot-shimmer-sidebar {
    background-color: var(--sot-surface, #FFFFFF);
    width: 100%;
}

.sot-shimmer-card {
    border-bottom: 1px solid var(--sot-border, #EAE5DE);
    padding: 1.25rem 0;
}

    .sot-shimmer-card:last-child {
        border-bottom: none;
    }

/* Keyframe Wave Animation */
@keyframes sotShimmerWave {
    0% {
        background-position: -200px 0;
    }

    100% {
        background-position: calc(200px + 100%) 0;
    }
}

/* Base Skeleton Pulse Element */
.sot-shimmer-line,
.sot-shimmer-square,
.sot-shimmer-pill {
    background: linear-gradient( 90deg, var(--sot-background, #FAF8F5) 0%, var(--sot-border, #EAE5DE) 50%, var(--sot-background, #FAF8F5) 100% );
    background-size: 200px 100%;
    animation: sotShimmerWave 1.4s ease-in-out infinite;
    border-radius: 2px;
}

/* Skeleton Element Dimensions */
.sot-shimmer-title {
    height: 14px;
    width: 45%;
}

.sot-shimmer-text {
    height: 12px;
}

.sot-shimmer-bar {
    height: 6px;
    width: 100%;
    border-radius: 3px;
}

.sot-shimmer-btn {
    height: 28px;
    width: 60px;
}

.sot-shimmer-square {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.sot-shimmer-pill {
    height: 26px;
    min-width: 60px;
    border-radius: 0px;
}

/* Auxiliary Width Utilities for Shimmer Pills */
.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40%;
}

.w-60 {
    width: 60%;
}

.w-75 {
    width: 75%;
}

.w-80 {
    width: 80%;
}

/* ==========================================================================
   Scents On Trial - Category Product Grid Styles
   ========================================================================== */

/* Product Card Wrapper */
.sot-product-card {
    background-color: var(--sot-surface, #FFFFFF);
    border: 1px solid var(--sot-border, #EAE5DE);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

    .sot-product-card:hover {
        border-color: var(--sot-accent, #A3825E);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
        transform: translateY(-2px);
    }

.sot-product-card-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Product Image Frame */
.sot-product-img-wrapper {
    position: relative;
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio Square Frame */
    background-color: var(--sot-background, #FAF8F5);
    overflow: hidden;
}

.sot-product-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.75rem;
    transition: transform 0.4s ease;
}

.sot-product-card:hover .sot-product-img {
    transform: scale(1.05);
}

/* Text Content & Typography */
.sot-product-brand {
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    color: var(--sot-accent, #A3825E);
    font-weight: 500;
}

.sot-product-title {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: var(--sot-primary, #1C1A18);
    line-height: 1.3;
}

.sot-product-desc {
    font-size: 0.775rem;
    color: var(--sot-text-muted, #7A7570);
    margin-bottom: 0;
}

/* Pricing Styling */
.sot-product-price {
    margin-top: auto;
}

.sot-price-current {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--sot-primary, #1C1A18);
    letter-spacing: 0.02em;
}

/* Line Clamping Utility */
.clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Empty State Styling */
.sot-empty-state {
    background-color: var(--sot-background, #FAF8F5);
    border: 1px dashed var(--sot-border, #EAE5DE);
    padding: 3rem 1.5rem;
}

.sot-empty-img-wrapper {
    max-width: 220px;
    opacity: 0.85;
}

.sot-empty-title {
    font-size: 1.1rem;
    letter-spacing: 0.06em;
    color: var(--sot-primary, #1C1A18);
}

.sot-empty-desc {
    font-size: 0.875rem;
    max-width: 420px;
}
/* Product loading overlay */
.sot-products-loading {
    position: relative;
    min-height: 200px;
}

    .sot-products-loading::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0.72);
        z-index: 10;
        backdrop-filter: blur(1px);
        /* Smooth overlay appearance */
        animation: sotLoaderFadeIn 0.25s ease-out forwards;
    }

    .sot-products-loading::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 34px;
        height: 34px;
        margin: -17px 0 0 -17px;
        border: 3px solid #e8e1d9;
        border-top-color: #a3825e;
        border-radius: 50%;
        z-index: 11;
        /* Smooth appearance + continuous rotation */
        animation: sotLoaderAppear 0.25s ease-out forwards, sotProductLoader 0.8s linear 0.25s infinite;
    }


/* Overlay fade-in */
@keyframes sotLoaderFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/* Spinner smoothly appears */
@keyframes sotLoaderAppear {
    from {
        opacity: 0;
        transform: scale(0.75);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}


/* Spinner rotation */
@keyframes sotProductLoader {
    to {
        transform: rotate(360deg);
    }
}
/* ==========================================================================
   Products on Sale Section Styles
   ========================================================================== */

/* Sale Badge Tag Over Image Wrapper */
.sot-sale-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    background-color: var(--sot-primary, #1A1A1A);
    color: var(--sot-surface, #FFFFFF);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 2px;
    pointer-events: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}

/* Flex Container for Price Alignment */
.sot-price-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Discounted / Sale Price Highlight */
.sot-sale-price {
    color: var(--sot-accent, #A3825E);
    font-weight: 700;
}

/* Cut / Strikethrough Original Price */
.sot-product-price-old {
    font-size: 0.88rem;
    color: var(--sot-text-muted, #757575);
    text-decoration: line-through;
    opacity: 0.75;
}

/* Brand Card Container */
.sot-brand-card {
    text-decoration: none;
    background-color: var(--sot-surface, #ffffff);
    border: 1px solid var(--sot-border, #e5e0d8);
    border-radius: var(--sot-radius-sm, 4px);
    padding: 1.25rem 0.75rem;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, box-shadow 0.3s ease;
}

    .sot-brand-card:hover {
        transform: translateY(-4px);
        border-color: var(--sot-accent, #a3825e);
        box-shadow: 0 12px 28px -10px rgba(28, 26, 24, 0.08);
    }

/* Brand Name Typography */
.brand-name {
    font-family: var(--sot-font-sans, system-ui, -apple-system, sans-serif);
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: var(--sot-text-primary, #1c1a18);
    transition: color 0.3s ease;
}

.sot-brand-card:hover .brand-name {
    color: var(--sot-accent, #a3825e);
}

/* Image Alignment */
.brands-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
}

    .brands-logo img {
/*        max-height: 65px;*/
        object-fit: contain;
        transition: transform 0.3s ease;
    }

.sot-brand-card:hover .brands-logo img {
    transform: scale(1.05);
}
/* ==========================================================================
   Brands Page Showcase Styles
   ========================================================================== */

.sot-brands-page-wrapper {
    background-color: var(--sot-background, #fbf9f5);
    min-height: 80vh;
}

/* Breadcrumbs Styling */
.sot-breadcrumb-wrapper {
    border-bottom: 1px solid var(--sot-border, #e5e0d8);
}

.sot-breadcrumb-list {
    font-size: 0.8125rem;
    letter-spacing: 0.02em;
}

.sot-breadcrumb-item a {
    color: var(--sot-text-muted, #736d64);
    transition: color 0.2s ease;
}

    .sot-breadcrumb-item a:hover {
        color: var(--sot-accent, #a3825e);
    }

.sot-breadcrumb-item.active {
    color: var(--sot-text-primary, #1c1a18);
    font-weight: 500;
}

.sot-breadcrumb-separator {
    color: var(--sot-border, #d1cac0);
    display: flex;
    align-items: center;
}

/* Page Header Typography */
.sot-page-header {
    max-width: 680px;
}

.sot-page-subtitle {
    font-family: var(--sot-font-sans, system-ui, -apple-system, sans-serif);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: var(--sot-accent, #a3825e);
}

.sot-page-title {
    font-family: var(--sot-font-serif, "Playfair Display", Georgia, serif);
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 600;
    color: var(--sot-text-primary, #1c1a18);
    line-height: 1.2;
}

.sot-page-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--sot-text-muted, #736d64);
}

/* Brands Grid Layout Adjustment */
.sot-brands-grid-container {
    min-height: 250px;
}

/* ==========================================================================
   Scents On Trial - 404 Page Styling
   ========================================================================== */

/* Main 404 Section Canvas */
.sot-404-section {
    background-color: var(--sot-background);
    color: var(--sot-text-primary);
}

/* Background Watermark Code */
.sot-404-code-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sot-404-code-bg {
    font-family: var(--sot-font-heading, serif);
    font-size: clamp(6rem, 15vw, 12rem);
    font-weight: 700;
    line-height: 0.9;
    color: var(--sot-primary);
    opacity: 0.06;
    user-select: none;
    letter-spacing: -0.05em;
}

.sot-404-tagline {
    font-size: 0.75rem;
    letter-spacing: 0.25em;
    color: var(--sot-accent);
    font-weight: 600;
    margin-top: -1.5rem;
    margin-bottom: 1.5rem;
}

/* Titles & Content */
.sot-404-title {
    font-family: var(--sot-font-heading, serif);
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 600;
    color: var(--sot-primary);
    letter-spacing: -0.01em;
}

.sot-404-description {
    max-width: 520px;
    color: var(--sot-text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Search Box */
.sot-404-search-box {
    max-width: 460px;
}

.sot-404-input {
    background-color: var(--sot-surface);
    border: 1px solid var(--sot-border);
    color: var(--sot-text-primary);
    padding: 0.65rem 1rem;
    font-size: 0.9rem;
    border-radius: 0;
    transition: border-color 0.2s ease;
}

    .sot-404-input:focus {
        background-color: var(--sot-surface);
        border-color: var(--sot-accent);
        color: var(--sot-text-primary);
        box-shadow: none;
    }

    .sot-404-input::placeholder {
        color: var(--sot-text-muted);
        opacity: 0.7;
    }

/* Buttons */
.sot-btn-primary {
    background-color: var(--sot-primary);
    color: var(--sot-surface);
    border: 1px solid var(--sot-primary);
    border-radius: 0;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.25s ease;
}

    .sot-btn-primary:hover {
        background-color: var(--sot-accent);
        border-color: var(--sot-accent);
        color: var(--sot-surface);
    }

.sot-btn-outline {
    background-color: transparent;
    color: var(--sot-primary);
    border: 1px solid var(--sot-primary);
    border-radius: 0;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.25s ease;
}

    .sot-btn-outline:hover {
        background-color: var(--sot-primary);
        color: var(--sot-surface);
    }

/* Quick Links Footer Area */
.sot-404-quicklinks {
    border-color: var(--sot-border) !important;
}

.sot-404-quicklinks-title {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--sot-text-muted);
}

.sot-404-link {
    color: var(--sot-primary);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: color 0.2s ease;
}

    .sot-404-link:hover {
        color: var(--sot-accent);
    }

.sot-item-variant {
    display: inline-block;
    font-size: 0.725rem;
    font-weight: 600;
    color: var(--sot-accent, #a3825e);
    background-color: #f4efe8;
    border: 1px solid var(--sot-border, #e5e0d8);
    padding: 2px 8px;
    border-radius: 4px;
    letter-spacing: 0.03em;
    width: fit-content;
}









.minicart-btn.bounce {
    animation: cart-bounce 0.6s ease;
}

.minicart-first {
    flex: 1; /* fills available space */
    overflow-y: auto; /* scroll if content exceeds */
}

.minicart-wrapper {
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.minicart-body {
    flex: 1 1 0;
    min-height: 0;
    overflow-y: auto;
}

.minicart-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f1f1f1;
}

.minicart-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.minicart-footer {
    padding: 20px;
    border-top: 1px solid #eee;
    background: #fff;
}

.minicart-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
}

.minicart-body .minicart-item:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.mini-img {
    border: 1px solid #d3d3d3;
    padding: 4px;
    width: 73px;
    height: 70px;
    border-radius: 6px;
    text-align: center
}

.minicart-item img {
    width: auto;
    height: 100%;
    object-fit: contain;
    border-radius: 5px;
}



/* ==========================================================================
   Scents On Trial (SOT) Luxury Form Styling
   ========================================================================== */

/* Form Wrapper */
.sot-checkout-form {
    background-color: var(--sot-surface, #ffffff);
    border: 1px solid var(--sot-border, #e5e0d8);
    padding: 2rem;
    border-radius: 4px;
}

/* Floating Label Field Container */
.sot-floating-group {
    position: relative;
    width: 100%;
}

/* Luxury Input & Select Styling */
.sot-form-input,
.sot-form-select {
    width: 100%;
    height: 52px;
    padding: 1.25rem 1rem 0.4rem 1rem;
    font-size: 0.925rem;
    font-family: inherit;
    color: var(--sot-text-primary, #1c1a18);
    background-color: var(--sot-background, #faf8f5);
    border: 1px solid var(--sot-border, #e5e0d8);
    border-radius: 2px;
    outline: none;
    transition: all 0.2s ease-in-out;
    appearance: none;
    -webkit-appearance: none;
}

.sot-textarea {
    height: auto !important;
    min-height: 100px;
    padding-top: 1.4rem !important;
    resize: vertical;
}

/* Select Box Custom Dropdown Arrow */
.sot-form-select {
    padding-top: 1.1rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%201c1a18' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 12px;
    cursor: pointer;
}

/* Input Focus States */
.sot-form-input:focus,
.sot-form-select:focus {
    border-color: var(--sot-accent, #a3825e);
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(163, 130, 94, 0.12);
}

/* Floating Label Mechanics */
.sot-floating-label {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.85rem;
    color: var(--sot-text-muted, #736d64);
    pointer-events: none;
    transition: all 0.2s ease;
    transform-origin: left top;
}

.sot-textarea ~ .sot-floating-label {
    top: 1.2rem;
    transform: translateY(0);
}

/* Float Label Up on Input Focus or Value Filled */
.sot-form-input:focus ~ .sot-floating-label,
.sot-form-input:not(:placeholder-shown) ~ .sot-floating-label,
.sot-form-select:focus ~ .sot-floating-label,
.sot-form-select:valid ~ .sot-floating-label {
    top: -8px;
    background: white;
    transform: translateY(0) scale(0.78);
    color: var(--sot-accent, #a3825e);
    font-weight: 600;
}

/* Country Code + Phone Integration */
.sot-phone-wrapper {
    gap: 8px;
}

.sot-country-code {
    width: 110px !important;
    flex-shrink: 0;
    padding-top: 0.2rem;
    padding-left: 0.75rem;
    text-align: center;
    font-weight: 500;
}

/* Checkout Button Styling */
.sot-btn-checkout {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.95rem 1.5rem;
    background-color: var(--sot-primary, #1c1a18);
    color: #ffffff;
    border: 1px solid var(--sot-primary, #1c1a18);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.sot-btn-checkout:hover {
    background-color: var(--sot-accent, #a3825e);
    border-color: var(--sot-accent, #a3825e);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(163, 130, 94, 0.25);
}

.nav-link {
    color: var(--sot-primary);
}

.sot-nav-item.dropdown {
    position: relative;
}

    .sot-nav-item.dropdown .dropdown-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 160px;
        padding: 8px 0;
        margin: 0;
        background: #fff;
        border: 1px solid #ddd;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        list-style: none;
        z-index: 1000;
    }

    .sot-nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }

.dropdown-item {
    display: block;
    padding: 10px 16px;
    color: #333;
    text-decoration: none;
}

    .dropdown-item:hover {
        background: #f5f5f5;
    }




/* ==========================================================================
   Scents On Trial - Navigation & Dropdown Component
   ========================================================================== */

/* Parent Nav Item Container */
.sot-nav-dropdown {
    position: relative;
}

.sot-nav-link {
    color: var(--sot-text-primary, #1c1a18);
    font-weight: 500;
/*    font-size: 0.95rem;*/
    text-decoration: none;
    padding: 0.5rem 0;
    transition: color 0.2s ease;
    display: inline-block;
}

    .sot-nav-link:hover {
        color: var(--sot-accent, #a3825e);
    }

/* Base Dropdown Menu Panel */
.sot-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background-color: var(--sot-surface, #ffffff);
    border: 1px solid var(--sot-border, #e5e0d8);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 0.5rem 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
    z-index: 1050;
}

/* Hover Trigger */
.sot-nav-dropdown:hover .sot-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Dropdown Links & Items */
.sot-dropdown-list li {
    list-style: none;
}

.sot-dropdown-link {
    display: block;
    padding: 0.6rem 1.25rem;
    color: var(--sot-text-primary, #1c1a18);
    font-size: 0.875rem;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

    .sot-dropdown-link:hover {
        background-color: var(--sot-background, #faf8f5);
        color: var(--sot-accent, #a3825e);
    }

/* Skeleton Loading Animation Placeholder */
.shimmer2-item {
    display: block;
    height: 14px;
    margin: 10px 1.25rem;
    border-radius: 3px;
    background: linear-gradient(90deg, #f0ede8 25%, #e5e0d8 50%, #f0ede8 75%);
    background-size: 200% 100%;
    animation: sotShimmer 1.5s infinite;
}

@keyframes sotShimmer {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}