/* 
   SajDhaj Jhumka E-commerce - Custom Stylesheet
   Theme: Royal Rajasthani Minimalism
   Base Color: Powder Petal (#E6D3CD)
   Accent Color: Powder Blush (#E8B9AB)
   Hover Color: Light Coral (#E09891)
   Text Color: Deep Cocoa (#2E1E1C)
*/

@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@700&family=Cinzel:wght@600;700;900&family=Cormorant+Garamond:wght@400;500;600&family=Montserrat:wght@300;400;500;600;700&family=Trirong:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300&display=swap');

:root {
    --color-base: #F7EDE1;        /* Warm Ivory 🤍 */
    --color-terracotta: #A45D3B;  /* Terracotta Brown 🤎 */
    --color-coral: #E8A08F;       /* Soft Coral/Pink 🌸 */
    --color-blush: #E8A08F;       /* Soft Coral/Pink 🌸 */
    --color-hover: #A45D3B;       /* Buttons + Shipping Bar Accent */
    --color-hover-dark: #8C4B2E;  /* Dark Terracotta Hover */
    --color-dark: #3D2219;        /* Deep Warm Cocoa Text */
    --color-light: #FFFFFF;
    --color-ivory: #F7EDE1;
    --color-gold: #C5A880;
    
    --color-topbar-bg: #A45D3B;
    --color-btn-bg: #A45D3B;
    --color-btn-text: #FFFFFF;
    --color-circle-border: #E8A08F;
    
    --font-heading: 'Trirong', serif;
    --font-body: 'Montserrat', sans-serif;
    
    --transition-smooth: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --transition-royal: all 1.2s cubic-bezier(0.76, 0, 0.24, 1);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: var(--color-base);
    color: var(--color-dark);
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    letter-spacing: 0.5px;
    font-weight: 500;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition-smooth);
}

button {
    cursor: pointer;
    border: none;
    background: none;
    font-family: inherit;
    transition: var(--transition-smooth);
}

/* ==========================================================================
   ROYAL SCALLOPED RAJASTHANI JHAROKA PRELOADER
   ========================================================================== */
#jharoka-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: radial-gradient(circle at center, #2E1618 0%, #18090B 65%, #0C0304 100%);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    pointer-events: all;
    transition: transform 1.1s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.8s ease;
}

#jharoka-overlay.exit-up {
    transform: translateY(-100vh);
    opacity: 0;
    pointer-events: none;
}

.skip-intro-btn {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 100000;
    background: rgba(46, 22, 24, 0.65);
    color: #FFF5E1;
    border: 1px solid rgba(244, 208, 63, 0.6);
    padding: 7px 20px;
    border-radius: 25px;
    font-size: 11px;
    font-family: var(--font-body);
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    backdrop-filter: blur(8px);
    transition: var(--transition-smooth);
    box-shadow: 0 4px 15px rgba(0,0,0,0.5);
}

.skip-intro-btn:hover {
    background: var(--color-gold);
    color: #18090B;
    border-color: var(--color-gold);
    box-shadow: 0 6px 20px rgba(244, 208, 63, 0.4);
}

.jharoka-code-wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.royal-vector-jharoka-svg {
    position: absolute;
    width: 88vw;
    height: 85vh;
    max-width: 520px;
    max-height: 720px;
    z-index: 1;
    transform: scale(0.92);
    opacity: 0;
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), opacity 1s ease;
}

#jharoka-overlay.slide-in .royal-vector-jharoka-svg {
    transform: scale(1);
    opacity: 1;
}

/* Hanging pearl drop sway animation */
.hanging-pearl-drop {
    transform-origin: 300px 190px;
    animation: pearlSway 3s ease-in-out infinite alternate;
}

@keyframes pearlSway {
    0% { transform: rotate(-3deg); }
    100% { transform: rotate(3deg); }
}

/* Floating Brand Name without any card box */
.jharoka-floating-brand {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 0 20px;
    margin-top: 50px;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    opacity: 0;
    transform: translateY(25px) scale(0.92);
    transition: opacity 1.2s ease 0.3s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
}

#jharoka-overlay.slide-in .jharoka-floating-brand {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.jharoka-brand-subtitle {
    display: block;
    font-family: var(--font-body);
    font-size: 11px;
    letter-spacing: 4px;
    color: #FFF5E1;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.95);
}

.jharoka-brand-title {
    font-family: 'Cinzel Decorative', 'Cinzel', 'Trirong', serif;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #FFF5E1;
    background: linear-gradient(135deg, #FFFFFF 0%, #FFF5E1 35%, #F4D03F 70%, #C5A880 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 4px 25px rgba(0, 0, 0, 0.95);
    margin: 0;
    line-height: 1.1;
}

.jharoka-brand-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 10px 0;
    color: #F4D03F;
    font-size: 11px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
}

.jharoka-brand-divider .line {
    height: 1px;
    width: 40px;
    background: linear-gradient(90deg, transparent, #F4D03F, transparent);
}

.jharoka-brand-tagline {
    display: block;
    font-family: var(--font-heading);
    font-size: 11px;
    letter-spacing: 3px;
    color: #FFF5E1;
    text-transform: uppercase;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.95);
}

@media (max-width: 768px) {
    .royal-vector-jharoka-svg {
        width: 90vw;
        height: 75vh;
        max-width: 360px;
        max-height: 540px;
    }
    
    .jharoka-floating-brand {
        margin-top: 30px;
    }
    
    .jharoka-brand-title {
        font-size: 34px;
        letter-spacing: 3px;
    }
    
    .jharoka-brand-subtitle {
        font-size: 9px;
        letter-spacing: 3px;
    }
    
    .jharoka-brand-tagline {
        font-size: 9px;
        letter-spacing: 2px;
    }
}

/* Parallax layout reveal for website content */
.revealed-content {
    transform: translateY(30px);
    opacity: 0;
    transition: transform 1.2s cubic-bezier(0.76, 0, 0.24, 1), opacity 1.2s ease;
}

body.loaded-reveal .revealed-content {
    transform: translateY(0);
    opacity: 1;
}

/* ==========================================================================
   1. TOP SHIPPING ANNOUNCEMENT BAR
   ========================================================================== */
.top-shipping-bar {
    background-color: var(--color-terracotta);
    color: #FFFFFF;
    text-align: center;
    padding: 9px 15px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.5px;
    font-family: var(--font-body);
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 1000;
}

.top-shipping-bar .shipping-star {
    color: var(--color-coral);
    font-size: 11px;
}

/* ==========================================================================
   2. NAVBAR & NAVIGATION
   ========================================================================== */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 5%;
    background-color: rgba(247, 237, 225, 0.96); /* Warm Ivory #F7EDE1 */
    backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid rgba(232, 160, 143, 0.4);
    transition: var(--transition-smooth);
}

.navbar.scrolled {
    padding: 10px 5%;
    box-shadow: 0 4px 18px rgba(61, 34, 25, 0.08);
}

.nav-logo img {
    height: 52px;
    object-fit: contain;
    transition: var(--transition-smooth);
}

.navbar.scrolled .nav-logo img {
    height: 42px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 30px;
    align-items: center;
}

.nav-links > li {
    position: relative;
}

.nav-links a {
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 8px 0;
    color: var(--color-dark);
    text-transform: uppercase;
}

.nav-links a:hover,
.nav-links .active-link {
    color: var(--color-terracotta);
}

/* Category Dropdown */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(15px);
    background-color: var(--color-light);
    border: 1px solid var(--color-coral);
    padding: 12px 0;
    list-style: none;
    min-width: 210px;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(61, 34, 25, 0.12);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.nav-links > li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.dropdown-menu a {
    display: block;
    padding: 10px 20px;
    font-size: 12px;
    font-family: var(--font-body);
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--color-dark);
}

.dropdown-menu a:hover {
    background-color: var(--color-base);
    color: var(--color-terracotta);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 22px;
}

.nav-icon-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--color-dark);
    font-size: 18px;
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    transition: var(--transition-smooth);
    padding: 2px;
}

.nav-icon-btn:hover {
    color: var(--color-terracotta);
}

.nav-icon-label {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-top: 3px;
    font-family: var(--font-body);
    text-transform: uppercase;
}

.cart-count {
    position: absolute;
    top: -6px;
    right: -8px;
    background-color: var(--color-terracotta);
    color: #FFFFFF;
    font-size: 9px;
    font-weight: bold;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 6px rgba(164, 93, 59, 0.4);
    pointer-events: none;
}

/* Mobile Menu Toggle */
.mobile-toggle {
    display: none;
    font-size: 22px;
    background: none;
    border: none;
    color: var(--color-dark);
    cursor: pointer;
}

/* Mobile Navigation Drawer */
@media (max-width: 900px) {
    .mobile-toggle {
        display: block;
    }
    
    .nav-icon-label {
        display: none;
    }
    
    .nav-links {
        position: fixed;
        top: 60px;
        left: -100%;
        width: 80%;
        max-width: 320px;
        height: calc(100vh - 60px);
        background-color: #F7EDE1;
        flex-direction: column;
        align-items: flex-start;
        padding: 30px;
        gap: 20px;
        border-right: 1px solid var(--color-coral);
        box-shadow: 10px 0 30px rgba(0,0,0,0.15);
        transition: left 0.4s ease;
        z-index: 1000;
    }
    
    .nav-links.active {
        left: 0;
    }
    
    .dropdown-menu {
        position: static;
        transform: none !important;
        box-shadow: none;
        border: none;
        background: transparent;
        opacity: 1;
        visibility: visible;
        display: none;
        padding-left: 15px;
    }
    
    .dropdown-menu.show {
        display: block;
    }
}

/* ==========================================================================
   3. HERO BANNER SECTION (Desktop & Mobile Banner Configuration)
   ========================================================================== */
.hero-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: var(--color-base);
    border-bottom: 2px solid var(--color-coral);
}

.hero-banner-picture {
    width: 100%;
    display: block;
}

.banner-img-fluid {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* ==========================================================================
   4. FEATURES HIGHLIGHT BAR (Under Banner - Desktop & Mobile)
   ========================================================================== */
.features-bar-section {
    background-color: #F7EDE1;
    border-bottom: 1px solid rgba(232, 160, 143, 0.4);
    padding: 24px 5%;
}

.features-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1300px;
    margin: 0 auto;
}

@media (max-width: 900px) {
    .features-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

@media (max-width: 550px) {
    .features-container {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 18px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    border: 1px solid rgba(232, 160, 143, 0.35);
    transition: var(--transition-smooth);
}

.feature-item:hover {
    transform: translateY(-2px);
    border-color: var(--color-terracotta);
    box-shadow: 0 4px 16px rgba(232, 160, 143, 0.25);
}

.feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: rgba(164, 93, 59, 0.08);
    border: 1.5px solid var(--color-coral);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-terracotta);
    font-size: 18px;
    flex-shrink: 0;
}

.feature-text h4 {
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: var(--color-dark);
    text-transform: uppercase;
    margin-bottom: 2px;
}

.feature-text p {
    font-size: 11px;
    color: rgba(61, 34, 25, 0.7);
}

/* Hide model portrait since the banner image itself is full-bleed */
.banner-image {
    display: none !important;
}

/* Desktop Banner (Default) */
@media (min-width: 1025px) {
    .hero-banner {
        height: auto;
    }
}

/* Tablet Banner */
@media (min-width: 768px) and (max-width: 1024px) {
    .hero-banner {
        height: auto;
    }
}

/* Mobile Banner */
@media (max-width: 767px) {
    .hero-banner {
        height: auto;
        padding: 0;
    }
}

.banner-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 8%;
    position: relative;
}

@media (max-width: 767px) {
    .banner-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }
}

.banner-content {
    flex: 1;
    max-width: 550px;
    z-index: 3;
    color: var(--color-base);
}

.banner-subtitle {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--color-gold);
    margin-bottom: 15px;
    display: block;
}

.banner-title {
    font-size: 50px;
    line-height: 1.15;
    margin-bottom: 22px;
    color: #FFFFFF;
    font-weight: 400;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

@media (max-width: 1024px) {
    .banner-title { font-size: 38px; }
}
@media (max-width: 767px) {
    .banner-title { font-size: 30px; }
}

.banner-desc {
    font-size: 14px;
    color: rgba(230, 211, 205, 0.8);
    margin-bottom: 35px;
    line-height: 1.8;
    font-weight: 300;
}

.banner-btn {
    display: inline-block;
    padding: 14px 38px;
    background-color: var(--color-hover);
    color: white;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 30px;
    border: 1px solid var(--color-hover);
    box-shadow: 0 6px 20px rgba(224, 152, 145, 0.35);
    transition: var(--transition-smooth);
}

.banner-btn:hover {
    background-color: transparent;
    color: var(--color-hover);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(224, 152, 145, 0.55);
}

.banner-image {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    z-index: 2;
}

@media (max-width: 767px) {
    .banner-image {
        justify-content: center;
        width: 100%;
    }
}

.banner-img-container {
    position: relative;
    border-radius: 180px 180px 0 0;
    overflow: hidden;
    border: 3px double var(--color-gold);
    padding: 6px;
    width: 350px;
    height: 420px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.5);
    background-color: rgba(255, 255, 255, 0.05);
    transition: var(--transition-smooth);
}

@media (max-width: 1024px) {
    .banner-img-container {
        width: 270px;
        height: 330px;
        border-radius: 140px 140px 0 0;
    }
}

@media (max-width: 767px) {
    .banner-img-container {
        width: 250px;
        height: 310px;
        border-radius: 130px 130px 0 0;
    }
}

.banner-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 174px 174px 0 0;
    transition: var(--transition-smooth);
}

@media (max-width: 1024px) {
    .banner-img-container img {
        border-radius: 134px 134px 0 0;
    }
}

@media (max-width: 767px) {
    .banner-img-container img {
        border-radius: 124px 124px 0 0;
    }
}

.banner-img-container:hover img {
    transform: scale(1.05);
}

/* Back decorative arch behind model image */
.banner-arch-bg {
    position: absolute;
    width: 440px;
    height: 440px;
    border: 1px solid rgba(197, 168, 128, 0.12);
    border-radius: 50%;
    right: 5%;
    top: 10%;
    z-index: 1;
}

@media (max-width: 1024px) {
    .banner-arch-bg {
        width: 320px;
        height: 320px;
    }
}


/* ==========================================================================
   Collections Section (Circular Category Links)
   ========================================================================== */
.section-header {
    text-align: center;
    padding: 60px 20px 40px;
}

.section-title {
    font-size: 32px;
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
    margin-bottom: 8px;
    color: var(--color-dark);
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background-color: var(--color-dark);
}

.section-subtitle {
    font-size: 14px;
    color: rgba(46, 30, 28, 0.6);
    letter-spacing: 1px;
}

.collections-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 0 5% 40px;
    overflow-x: auto;
    scrollbar-width: none; /* Hide standard firefox scrollbar */
}

.collections-row::-webkit-scrollbar {
    display: none; /* Hide Chrome/Safari scrollbar */
}

.collection-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    min-width: 220px;
}

.collection-circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 3px solid #E8A08F; /* Soft Coral/Pink 🌸 */
    overflow: hidden;
    margin-bottom: 18px;
    transition: var(--transition-smooth);
    background-color: var(--color-light);
    box-shadow: 0 8px 24px rgba(232, 160, 143, 0.25);
}

.collection-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-smooth);
}

.collection-card p {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--color-dark);
    transition: var(--transition-smooth);
}

@media (max-width: 768px) {
    .collection-circle {
        width: 150px;
        height: 150px;
        border-width: 3px;
        margin-bottom: 12px;
    }
    .collection-card {
        min-width: 150px;
    }
    .collection-card p {
        font-size: 12px;
    }
}

.collection-card:hover .collection-circle,
.collection-card.active .collection-circle {
    border-color: var(--color-terracotta);
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 10px 28px rgba(164, 93, 59, 0.35);
}

.collection-card:hover .collection-circle img {
    transform: scale(1.08);
}

.collection-card:hover p,
.collection-card.active p {
    color: var(--color-terracotta);
}

.collection-card.active .collection-circle {
    border-color: var(--color-hover);
    box-shadow: 0 0 0 3px rgba(224, 152, 145, 0.15);
}

/* ==========================================================================
   Product Grid Section
   ========================================================================== */
/* ==========================================================================
   Product Grid Section (with Filters & Controls)
   ========================================================================== */
.products-section {
    padding: 60px 5% 80px;
}

.shop-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(232, 185, 171, 0.4);
    padding-bottom: 25px;
}

.search-wrapper {
    position: relative;
    flex-grow: 1;
    max-width: 380px;
    min-width: 250px;
}

.search-input {
    width: 100%;
    padding: 12px 20px 12px 45px;
    border: 1px solid var(--color-blush);
    background-color: var(--color-light);
    border-radius: 30px;
    font-family: inherit;
    font-size: 13px;
    color: var(--color-dark);
    transition: var(--transition-smooth);
}

.search-input:focus {
    outline: none;
    border-color: var(--color-hover);
    box-shadow: 0 4px 15px rgba(224, 152, 145, 0.15);
}

.search-icon-inside {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(46, 30, 28, 0.4);
    font-size: 14px;
}

.sort-wrapper {
    position: relative;
}

.sort-select {
    padding: 12px 40px 12px 25px;
    border: 1px solid var(--color-blush);
    background-color: var(--color-light);
    border-radius: 30px;
    font-family: inherit;
    font-size: 13px;
    color: var(--color-dark);
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%232E1E1C' 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 18px center;
    transition: var(--transition-smooth);
}

.sort-select:focus {
    outline: none;
    border-color: var(--color-hover);
}

.wishlist-btn-overlay {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    color: rgba(46, 30, 28, 0.4);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 12;
    transition: var(--transition-smooth);
    font-size: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
    border: none;
}

.wishlist-btn-overlay:hover {
    background-color: #FFFFFF;
    color: var(--color-hover);
    transform: scale(1.1);
}

.wishlist-btn-overlay.active {
    color: #E09891;
}

.star-rating {
    display: flex;
    gap: 3px;
    color: #FFC107;
    font-size: 11px;
    margin-bottom: 8px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
    transition: var(--transition-smooth);
}

.product-card {
    background-color: var(--color-light);
    border: 1px solid rgba(232, 185, 171, 0.3);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: var(--transition-smooth);
    border-radius: 0;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.06);
    border-color: var(--color-blush);
}

.product-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: var(--color-hover);
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 4px 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    z-index: 10;
}

.product-image-container {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
    background-color: #fafafa;
}

.product-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-smooth);
}

.product-card:hover .product-image-container img {
    transform: scale(1.06);
}

.product-overlay-actions {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 15px;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    transition: var(--transition-smooth);
    opacity: 0;
}

.product-card:hover .product-overlay-actions {
    bottom: 0;
    opacity: 1;
}

.quick-view-btn {
    background-color: var(--color-light);
    color: var(--color-dark);
    padding: 8px 15px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.quick-view-btn:hover {
    background-color: var(--color-hover);
    color: white;
}

.product-details {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-category {
    font-size: 11px;
    color: rgba(46, 30, 28, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.product-title {
    font-family: var(--font-heading);
    font-size: 16px;
    color: var(--color-dark);
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-price-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
}

.product-price {
    font-size: 16px;
    font-weight: bold;
    color: var(--color-hover);
}

.product-compare-price {
    font-size: 13px;
    color: rgba(46, 30, 28, 0.4);
    text-decoration: line-through;
}

/* ==========================================================================
   Why Choose Us Section
   ========================================================================== */
.why-choose-us {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 80px 8%;
    border-top: 1px solid var(--color-blush);
    border-bottom: 1px solid var(--color-blush);
}

.choose-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
}

.choose-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.choose-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 1px dashed var(--color-hover);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    color: var(--color-hover);
    font-size: 24px;
}

.choose-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.choose-desc {
    font-size: 13px;
    color: rgba(46, 30, 28, 0.6);
    line-height: 1.6;
    max-width: 250px;
}

/* ==========================================================================
   Footer Section
   ========================================================================== */
footer {
    background-color: #2E1E1C; /* Dark luxury brown */
    color: var(--color-base);
    padding: 70px 8% 30px;
    font-size: 14px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-bottom: 50px;
}

.footer-col h4 {
    color: #FFFFFF;
    margin-bottom: 25px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-brand {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    margin: -10px 0 20px;
}

.footer-logo {
    display: block;
    width: 132px;
    height: 58px;
    object-fit: contain;
    object-position: left center;
    margin: 0;
    filter: brightness(1.22) contrast(1.08) drop-shadow(0 1px 0 rgba(232, 160, 143, 0.16));
}

.footer-brand span {
    color: rgba(247, 237, 225, 0.92);
    font-family: var(--font-heading);
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
}

.footer-col p {
    color: rgba(230, 211, 205, 0.7);
    line-height: 1.7;
    margin-bottom: 15px;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(230, 211, 205, 0.7);
}

.footer-links a:hover {
    color: var(--color-hover);
    padding-left: 5px;
}

.footer-bottom {
    border-top: 1px solid rgba(230, 211, 205, 0.1);
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: rgba(230, 211, 205, 0.5);
}

@media (max-width: 767px) {
    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

/* ==========================================================================
   Shopping Cart Sidebar
   ========================================================================== */
.cart-sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-smooth);
}

.cart-sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

.cart-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 380px;
    height: 100vh;
    background-color: var(--color-light);
    z-index: 1001;
    box-shadow: -5px 0 25px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 400px) {
    .cart-sidebar {
        width: 100%;
    }
}

.cart-sidebar-overlay.active .cart-sidebar {
    right: 0;
}

.cart-header {
    padding: 25px;
    border-bottom: 1px solid var(--color-base);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-title {
    font-size: 18px;
    font-weight: 600;
}

.cart-close-btn {
    font-size: 22px;
    color: var(--color-dark);
}

.cart-close-btn:hover {
    color: var(--color-hover);
}

.cart-items {
    flex-grow: 1;
    overflow-y: auto;
    padding: 20px;
}

.cart-item {
    display: flex;
    gap: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(230, 211, 205, 0.4);
}

.cart-item-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border: 1px solid var(--color-base);
}

.cart-item-info {
    flex-grow: 1;
}

.cart-item-title {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
}

.cart-item-price {
    font-size: 13px;
    color: var(--color-hover);
    font-weight: bold;
    margin-bottom: 8px;
}

.cart-item-qty {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
}

.qty-btn {
    width: 22px;
    height: 22px;
    border: 1px solid var(--color-base);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-base);
    font-size: 12px;
}

.qty-btn:hover {
    background-color: var(--color-blush);
}

.cart-item-remove {
    font-size: 16px;
    color: rgba(46, 30, 28, 0.4);
    align-self: center;
}

.cart-item-remove:hover {
    color: red;
}

.cart-footer {
    padding: 25px;
    border-top: 1px solid var(--color-base);
    background-color: rgba(230, 211, 205, 0.2);
}

.cart-total-row {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.checkout-btn {
    width: 100%;
    padding: 14px;
    background-color: var(--color-hover);
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    box-shadow: 0 4px 15px rgba(224, 152, 145, 0.2);
}

.checkout-btn:hover {
    background-color: var(--color-dark);
}

/* ==========================================================================
   Product Detail & Checkout Modals (Unified Design)
   ========================================================================== */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-smooth);
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-container {
    background-color: var(--color-light);
    width: 100%;
    max-width: 800px;
    max-height: 90vh;
    border-radius: 0;
    position: relative;
    overflow-y: auto;
    transform: scale(0.9);
    transition: var(--transition-smooth);
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

.modal-overlay.active .modal-container {
    transform: scale(1);
}

.modal-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: var(--color-dark);
    z-index: 10;
}

.modal-close-btn:hover {
    color: var(--color-hover);
}

.account-modal-container {
    max-width: 520px;
}

.account-panel {
    padding: 42px 34px 34px;
}

.account-panel-copy {
    color: rgba(61, 34, 25, 0.72);
    font-size: 14px;
    line-height: 1.7;
    margin: 14px 0 22px;
}

.account-action-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.account-action-card {
    display: flex;
    min-height: 132px;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 18px;
    border: 1px solid rgba(232, 160, 143, 0.58);
    border-radius: 8px;
    background: rgba(247, 237, 225, 0.72);
    color: var(--color-dark);
    text-align: left;
    cursor: pointer;
}

.account-action-card i {
    color: var(--color-terracotta);
    font-size: 22px;
}

.account-action-card strong {
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.account-action-card span {
    color: rgba(61, 34, 25, 0.64);
    font-size: 12px;
    line-height: 1.45;
}

.account-action-card:hover {
    border-color: var(--color-terracotta);
    background: #FFFDF8;
}

.account-admin-note {
    margin-top: 18px;
    color: rgba(61, 34, 25, 0.58);
    font-size: 12px;
    line-height: 1.6;
}

/* Product Detail Inside Modal */
.product-detail-layout {
    display: flex;
}

@media (max-width: 767px) {
    .product-detail-layout {
        flex-direction: column;
    }

    .account-panel {
        padding: 42px 22px 26px;
    }

    .account-action-grid {
        grid-template-columns: 1fr;
    }

    .account-action-card {
        min-height: 106px;
    }
}

.product-detail-img {
    flex: 1.1;
    max-height: 450px;
    overflow: hidden;
    background-color: #fafafa;
}

.product-detail-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-detail-content {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {
    .product-detail-content {
        padding: 25px;
    }
}

.detail-category {
    font-size: 11px;
    color: rgba(46, 30, 28, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.detail-title {
    font-family: var(--font-heading);
    font-size: 24px;
    color: var(--color-dark);
    margin-bottom: 15px;
}

.detail-price-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.detail-price {
    font-size: 22px;
    font-weight: bold;
    color: var(--color-hover);
}

.detail-compare-price {
    font-size: 16px;
    color: rgba(46, 30, 28, 0.4);
    text-decoration: line-through;
}

.detail-desc {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(46, 30, 28, 0.7);
    margin-bottom: 30px;
}

.detail-actions {
    display: flex;
    gap: 15px;
    margin-top: auto;
}

@media (max-width: 480px) {
    .detail-actions {
        flex-direction: column;
    }
}

.action-btn {
    flex: 1;
    padding: 14px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.add-cart-btn {
    border: 1px solid var(--color-dark);
    color: var(--color-dark);
}

.add-cart-btn:hover {
    background-color: var(--color-dark);
    color: white;
}

.buy-now-btn {
    background-color: var(--color-hover);
    color: white;
}

.buy-now-btn:hover {
    background-color: var(--color-dark);
}

/* ==========================================================================
   Checkout Modal Elements
   ========================================================================== */
.checkout-modal-layout {
    padding: 40px;
}

.checkout-steps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
}

.checkout-steps::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color-base);
    z-index: 1;
}

.step-indicator {
    background-color: var(--color-light);
    border: 2px solid var(--color-base);
    color: rgba(46, 30, 28, 0.5);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    z-index: 2;
    transition: var(--transition-smooth);
}

.step-indicator.active {
    border-color: var(--color-hover);
    background-color: var(--color-hover);
    color: white;
}

.step-indicator.completed {
    border-color: var(--color-dark);
    background-color: var(--color-dark);
    color: white;
}

.checkout-step-panel {
    display: none;
}

.checkout-step-panel.active {
    display: block;
    animation: fadeIn 0.4s ease;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: var(--color-dark);
}

.form-input {
    width: 100%;
    padding: 12px;
    border: 1px solid var(--color-blush);
    background-color: var(--color-base);
    color: var(--color-dark);
    font-family: inherit;
    border-radius: 0;
}

.form-input:focus {
    outline: none;
    border-color: var(--color-hover);
    background-color: white;
}

.payment-method-selectors {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.payment-method-btn {
    flex: 1;
    padding: 15px;
    border: 1px solid var(--color-blush);
    text-align: center;
    font-weight: 600;
    font-size: 13px;
}

.payment-method-btn.active {
    border-color: var(--color-hover);
    background-color: rgba(224, 152, 145, 0.1);
    color: var(--color-hover);
}

/* UPI Scan Setup */
.upi-scan-container {
    text-align: center;
    padding: 20px;
    background-color: #fafafa;
    border: 1px dashed var(--color-blush);
    margin-bottom: 20px;
}

.upi-qrcode {
    width: 180px;
    height: 180px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0 auto 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #888;
}

/* Thank You screen */
.success-screen {
    text-align: center;
    padding: 40px 20px;
}

.success-icon {
    font-size: 60px;
    color: green;
    margin-bottom: 20px;
}

#success-invoice-details {
    width: 100%;
}

.invoice-summary {
    width: 100%;
    text-align: left;
    margin-top: 26px;
    border-top: 1px solid var(--color-blush);
    padding-top: 22px;
}

.invoice-title {
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: var(--color-dark);
    border-bottom: 1px solid var(--color-blush);
    padding-bottom: 8px;
    letter-spacing: 0.4px;
}

.invoice-customer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 22px;
    font-size: 13px;
    color: rgba(61, 34, 25, 0.8);
    margin-bottom: 24px;
    line-height: 1.65;
}

.invoice-customer-grid p {
    margin: 0 0 3px;
    overflow-wrap: anywhere;
}

.invoice-items {
    margin-bottom: 24px;
}

.invoice-section-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(61, 34, 25, 0.55);
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.invoice-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px dotted var(--color-blush);
    padding: 12px 0;
}

.invoice-product {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.invoice-thumb {
    width: 54px;
    height: 54px;
    object-fit: cover;
    border: 1px solid var(--color-blush);
    border-radius: 3px;
    flex: 0 0 auto;
}

.invoice-item-copy {
    min-width: 0;
}

.invoice-product-title {
    font-weight: 700;
    font-size: 13px;
    color: var(--color-dark);
    margin: 0 0 3px;
    line-height: 1.35;
}

.invoice-product-meta {
    font-size: 12px;
    color: rgba(61, 34, 25, 0.6);
    margin: 0;
}

.invoice-line-price {
    font-weight: 700;
    font-size: 13px;
    color: var(--color-hover);
    margin: 0;
    white-space: nowrap;
}

.invoice-total-box {
    background-color: rgba(247, 237, 225, 0.55);
    padding: 18px;
    border-radius: 6px;
    font-size: 13px;
    border: 1px solid var(--color-blush);
    line-height: 1.8;
}

.invoice-total-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
}

.invoice-free-shipping {
    color: #158000;
}

.invoice-total-final {
    border-top: 1px dashed var(--color-blush);
    margin-top: 12px;
    padding-top: 12px;
    font-size: 16px;
    font-weight: 800;
}

.invoice-total-final span:last-child {
    color: var(--color-hover);
}

.invoice-print-row {
    display: flex;
    justify-content: center;
    margin-top: 28px;
    margin-bottom: 18px;
}

.invoice-print-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: auto;
    min-width: 210px;
    padding: 12px 24px;
    font-size: 12px;
    border-radius: 999px;
    letter-spacing: 1px;
    line-height: 1;
}

.success-screen > .checkout-btn {
    margin-top: 0;
}

@media (max-width: 560px) {
    .success-screen {
        padding: 28px 8px;
    }

    .invoice-customer-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .invoice-item {
        align-items: flex-start;
    }

    .invoice-thumb {
        width: 48px;
        height: 48px;
    }

    .invoice-total-box {
        padding: 16px;
    }

    .invoice-total-final {
        font-size: 15px;
    }

    .invoice-print-btn {
        min-width: 190px;
    }
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Contact Us Styling */
.contact-section {
    padding: 80px 8%;
    background-color: var(--color-light);
}

.contact-layout {
    display: flex;
    gap: 50px;
}

@media (max-width: 767px) {
    .contact-layout {
        flex-direction: column;
    }
}

.contact-info {
    flex: 1;
}

.contact-form {
    flex: 1.2;
}

/* Admin Dashboard Styling */
.admin-body {
    background-color: #f7f3f2;
}

.admin-header {
    background-color: #2E1E1C;
    color: white;
    padding: 15px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.admin-nav-links {
    display: flex;
    list-style: none;
    gap: 20px;
}

.admin-container {
    padding: 40px 5%;
}

.admin-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.stat-card {
    background: white;
    padding: 25px;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    border-left: 4px solid var(--color-hover);
}

.stat-val {
    font-size: 28px;
    font-weight: bold;
    color: var(--color-dark);
    margin-top: 5px;
}

.admin-layout-columns {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}

@media (max-width: 1024px) {
    .admin-layout-columns {
        grid-template-columns: 1fr;
    }
}

.admin-panel-card {
    background: white;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.admin-inventory-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-height: 760px;
    overflow-y: auto;
    padding-right: 6px;
}

.admin-inventory-item {
    padding: 14px 0 16px;
    border-bottom: 1px solid rgba(164, 93, 59, 0.14);
}

.admin-inventory-summary {
    display: flex;
    align-items: center;
    gap: 15px;
}

.admin-inventory-summary > img {
    flex: 0 0 58px;
    width: 58px !important;
    height: 58px !important;
    object-fit: cover;
    border: 1px solid rgba(164, 93, 59, 0.24) !important;
    border-radius: 4px;
}

.admin-inventory-summary h4 {
    max-width: 100%;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-product-editor {
    margin-top: 14px;
    padding: 14px;
    background: rgba(247, 237, 225, 0.56);
    border: 1px solid rgba(164, 93, 59, 0.14);
    border-radius: 4px;
}

.admin-product-editor summary {
    cursor: pointer;
    color: var(--color-hover);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.admin-product-editor form {
    margin-top: 15px;
}

.admin-edit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.admin-file-input {
    background: transparent;
    padding: 10px 0;
}

@media (max-width: 640px) {
    .admin-panel-card {
        padding: 20px;
    }

    .admin-inventory-summary {
        align-items: flex-start;
    }

    .admin-edit-grid {
        grid-template-columns: 1fr;
    }

}

.admin-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.admin-table th, .admin-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #eee;
    font-size: 13px;
}

.admin-table th {
    background-color: #fcfcfc;
    font-weight: 600;
}

.admin-table tr:hover {
    background-color: #fafafa;
}

.badge-payment {
    padding: 4px 8px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 3px;
}

.badge-payment.paid { background-color: #d4edda; color: #155724; }
.badge-payment.pending { background-color: #fff3cd; color: #856404; }

.btn-sm {
    padding: 5px 10px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-danger {
    background-color: #dc3545;
    color: white;
}
.btn-danger:hover {
    background-color: #bd2130;
}

.btn-primary {
    background-color: var(--color-hover);
    color: white;
}
.btn-primary:hover {
    background-color: var(--color-dark);
}

/* ==========================================================================
   VOYLLA PRODUCT FEED LAYOUT SYSTEM
   ========================================================================== */

/* 1. Shop container layout structure */
.shop-layout-container {
    display: flex;
    gap: 40px;
    margin-top: 30px;
    align-items: flex-start;
    position: relative;
    width: 100%;
}

/* 2. Top feed toolbar styling */
.feed-toolbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(232, 185, 171, 0.4);
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 13px;
    font-family: inherit;
    color: var(--color-dark);
}

.feed-breadcrumbs {
    font-size: 12px;
    letter-spacing: 0.5px;
    color: rgba(46, 30, 28, 0.6);
}

.feed-breadcrumbs a {
    color: var(--color-dark);
    text-decoration: none;
    transition: var(--transition-smooth);
}

.feed-breadcrumbs a:hover {
    color: var(--color-hover);
}

.feed-breadcrumbs span {
    font-weight: 600;
}

.feed-toolbar-actions {
    display: flex;
    align-items: center;
    gap: 25px;
}

.view-as-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.view-as-container span {
    font-size: 12px;
    color: rgba(46, 30, 28, 0.7);
    margin-right: 5px;
}

.view-btn {
    background: none;
    border: 1px solid var(--color-blush);
    color: rgba(46, 30, 28, 0.4);
    padding: 6px 9px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 13px;
    transition: var(--transition-smooth);
}

.view-btn:hover, .view-btn.active {
    color: var(--color-hover);
    border-color: var(--color-hover);
    background-color: var(--color-base);
}

.items-per-page-wrapper, .sort-by-wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: rgba(46, 30, 28, 0.7);
}

/* 3. Left Sidebar Filter accordion styles */
.shop-sidebar {
    width: 260px;
    flex-shrink: 0;
    background: #FFFFFF;
    border: 1px solid var(--color-blush);
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(46, 30, 28, 0.03);
    position: sticky;
    top: 100px;
    z-index: 10;
}

.sidebar-header {
    display: none; /* Only shown on mobile filter drawer */
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--color-blush);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.sidebar-header h3 {
    font-family: var(--font-heading);
    font-size: 16px;
    color: var(--color-dark);
}

.close-sidebar-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: var(--color-dark);
}

.filter-accordion {
    border-bottom: 1px solid rgba(232, 185, 171, 0.3);
    padding: 15px 0;
}

.filter-accordion:last-child {
    border-bottom: none;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: var(--font-heading);
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    color: var(--color-dark);
    text-transform: uppercase;
}

.accordion-header i {
    font-size: 10px;
    transition: transform 0.3s ease;
    color: rgba(46, 30, 28, 0.5);
}

.filter-accordion.active .accordion-header i {
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
    opacity: 0;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
}

.filter-accordion.active .accordion-content {
    max-height: 250px;
    opacity: 1;
    margin-top: 12px;
    overflow-y: auto;
}

.filter-checkbox-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: rgba(46, 30, 28, 0.8);
    cursor: pointer;
    transition: color 0.2s ease;
    text-align: left;
    width: 100%;
}

.filter-checkbox-label input[type="checkbox"] {
    accent-color: var(--color-hover);
    cursor: pointer;
}

.filter-checkbox-label:hover {
    color: var(--color-hover);
}

/* 4. Right Content panel */
.shop-feed-panel {
    flex-grow: 1;
    min-width: 0;
}

.mobile-filter-trigger-btn {
    display: none;
}

/* 5. Dynamic grid column templates */
.products-grid.cols-2 {
    grid-template-columns: repeat(2, 1fr);
}

.products-grid.cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

.products-grid.cols-4 {
    grid-template-columns: repeat(4, 1fr);
}

.products-grid.cols-5 {
    grid-template-columns: repeat(5, 1fr);
}

/* 6. Product Card styling enhancements (Voylla Redesign) */
.product-card {
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid var(--color-blush);
    border-radius: 6px;
    transition: var(--transition-smooth);
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(224, 152, 145, 0.12);
}

.product-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: #D35B53; /* Red discount sale badge */
    color: #FFFFFF;
    padding: 4px 8px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 2px;
    z-index: 10;
    letter-spacing: 0.5px;
}

.product-details {
    padding: 12px 5px 0 5px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.product-title {
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--color-dark);
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-category {
    font-size: 10px;
    color: rgba(46, 30, 28, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-price-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 2px;
}

.product-price {
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: bold;
    color: var(--color-dark);
}

.product-compare-price {
    font-family: var(--font-heading);
    font-size: 11px;
    text-decoration: line-through;
    color: rgba(46, 30, 28, 0.4);
}

/* Card bottom actions row (solid CTA + round heart) */
.product-card-actions-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    padding: 0 5px 5px 5px;
}

.feed-add-cart-btn {
    flex-grow: 1;
    background-color: var(--color-hover);
    color: #FFFFFF;
    border: none;
    padding: 8px 10px;
    font-family: var(--font-heading);
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
    cursor: pointer;
    transition: var(--transition-smooth);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.feed-add-cart-btn:hover {
    background-color: var(--color-dark);
    box-shadow: 0 4px 10px rgba(46, 30, 28, 0.15);
}

.feed-wishlist-circle-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--color-blush);
    background-color: #FFFFFF;
    color: rgba(46, 30, 28, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
    transition: var(--transition-smooth);
    flex-shrink: 0;
}

.feed-wishlist-circle-btn:hover {
    border-color: var(--color-hover);
    color: var(--color-hover);
    background-color: var(--color-base);
}

.feed-wishlist-circle-btn.active {
    background-color: var(--color-hover);
    color: #FFFFFF;
    border-color: var(--color-hover);
}

/* ==========================================================================
   PRODUCT DETAIL / QUICK VIEW MODAL
   ========================================================================== */
#detail-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(30, 20, 18, 0.75);
    backdrop-filter: blur(6px);
    z-index: 100000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: 15px;
}

#detail-modal.active {
    opacity: 1;
    visibility: visible;
}

.modal-container {
    background: #FFFFFF;
    border-radius: 12px;
    width: 100%;
    max-width: 820px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    padding: 30px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
    -webkit-overflow-scrolling: touch;
}

.close-modal-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    color: var(--color-dark);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
    line-height: 1;
}

.product-detail-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}

.product-detail-img img {
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.product-detail-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
}

.detail-category {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--color-hover);
    font-weight: 700;
}

.detail-title {
    font-family: var(--font-heading);
    font-size: 22px;
    color: var(--color-dark);
    margin: 0;
}

.detail-price-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.detail-price {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-dark);
}

.detail-compare-price {
    font-size: 16px;
    color: #888888;
    text-decoration: line-through;
}

.detail-desc {
    font-size: 13px;
    color: #555555;
    line-height: 1.6;
}

.detail-actions {
    display: flex;
    gap: 12px;
    margin-top: 15px;
}

.detail-actions .action-btn {
    flex: 1;
    padding: 12px 18px;
    border-radius: 6px;
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: var(--transition-smooth);
}

.detail-actions .add-cart-btn {
    background-color: var(--color-dark);
    color: #FFFFFF;
    border: none;
}

.detail-actions .add-cart-btn:hover {
    background-color: var(--color-hover);
}

.detail-actions .buy-now-btn {
    background-color: var(--color-hover);
    color: #FFFFFF;
    border: none;
}

.detail-actions .buy-now-btn:hover {
    background-color: var(--color-dark);
}

.feed-quickview-circle-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--color-blush);
    background-color: #FFFFFF;
    color: var(--color-dark);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
    transition: var(--transition-smooth);
    flex-shrink: 0;
}

.feed-quickview-circle-btn:hover {
    border-color: var(--color-hover);
    color: var(--color-hover);
    background-color: var(--color-base);
}

.mobile-quickview-pill {
    display: none;
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(46, 30, 28, 0.85);
    color: #FFFFFF;
    font-family: var(--font-body);
    font-size: 9px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 12px;
    border: 1px solid rgba(230, 211, 205, 0.4);
    backdrop-filter: blur(4px);
    z-index: 5;
    cursor: pointer;
}

/* ==========================================================================
   COMPREHENSIVE RESPONSIVE STYLES & MEDIA QUERIES
   ========================================================================== */

/* Navbar links mobile active style */
.nav-links.active {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--color-base);
    padding: 20px;
    border-bottom: 1px solid var(--color-blush);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    z-index: 9999;
}

@media (max-width: 1200px) {
    .products-grid.cols-5, .products-grid.cols-4 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .navbar {
        padding: 15px 4%;
    }
    .shop-layout-container {
        gap: 20px;
    }
    .shop-sidebar {
        width: 220px;
    }
    .products-grid.cols-5, .products-grid.cols-4, .products-grid.cols-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    .contact-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .why-choose-us .choose-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .navbar {
        padding: 12px 15px;
    }
    
    .nav-logo img {
        height: 40px;
    }
    
    .nav-links {
        display: none;
    }
    
    .dropdown-menu {
        display: none;
        position: static !important;
        transform: none !important;
        box-shadow: none !important;
        border: none !important;
        background-color: rgba(255, 255, 255, 0.6) !important;
        margin-top: 10px !important;
        padding: 8px 0 !important;
        border-radius: 6px !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    .dropdown-menu.open-mobile,
    .nav-links li.show-dropdown .dropdown-menu {
        display: block !important;
    }
    
    .dropdown-menu a {
        padding: 8px 15px !important;
        font-size: 13px !important;
        color: var(--color-dark) !important;
    }
    
    .mobile-quickview-pill {
        display: inline-flex;
        align-items: center;
        gap: 4px;
    }
    
    .nav-actions {
        gap: 12px;
    }
    
    .mobile-toggle {
        display: block !important;
        font-size: 20px;
    }
    
    .shop-layout-container {
        flex-direction: column;
    }
    
    .collections-row {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }
    
    .collection-card {
        flex-shrink: 0;
        width: 80px;
    }
    
    .feed-toolbar-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .feed-toolbar-actions {
        width: 100%;
        justify-content: space-between;
        gap: 10px;
        flex-wrap: wrap;
    }
    
    .view-as-container {
        display: none; /* Hide grid column switcher on mobile */
    }
    
    /* Hide filter button and sidebar completely on mobile as requested */
    .mobile-filter-trigger-btn {
        display: none !important;
    }
    
    .shop-sidebar {
        display: none !important;
    }
    
    .sidebar-backdrop {
        display: none !important;
    }
    
    /* Quick View Modal Mobile Image Fix */
    #detail-modal .product-detail-layout {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
    }
    
    #detail-modal .product-detail-img {
        width: 100% !important;
        text-align: center !important;
    }
    
    #detail-modal .product-detail-img img {
        width: 100% !important;
        max-height: 260px !important;
        object-fit: contain !important;
        border-radius: 10px !important;
        margin: 0 auto !important;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }
    
    .sidebar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 18px 20px;
        background-color: var(--color-base);
        border-bottom: 1px solid var(--color-blush);
    }
    
    .sidebar-header h3 {
        font-family: var(--font-heading);
        font-size: 16px;
        font-weight: 700;
        color: var(--color-dark);
        margin: 0;
    }
    
    .close-sidebar-btn {
        font-size: 26px;
        color: var(--color-dark);
        background: none;
        border: none;
        cursor: pointer;
        padding: 0 5px;
        line-height: 1;
    }
    
    .sidebar-body {
        flex: 1;
        overflow-y: auto;
        padding: 20px;
        -webkit-overflow-scrolling: touch;
    }
    
    .sidebar-footer {
        display: flex;
        gap: 10px;
        padding: 15px 20px;
        background-color: #FFFFFF;
        border-top: 1px solid var(--color-blush);
        box-shadow: 0 -4px 15px rgba(0,0,0,0.05);
    }
    
    .btn-clear-filters {
        flex: 1;
        padding: 10px;
        border: 1px solid var(--color-blush);
        background-color: var(--color-base);
        color: var(--color-dark);
        font-family: var(--font-body);
        font-size: 11px;
        font-weight: 600;
        border-radius: 4px;
        text-transform: uppercase;
        cursor: pointer;
    }
    
    .btn-apply-filters {
        flex: 2;
        padding: 10px;
        border: none;
        background-color: var(--color-dark);
        color: #FFFFFF;
        font-family: var(--font-heading);
        font-size: 11px;
        font-weight: 700;
        border-radius: 4px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        cursor: pointer;
    }
    
    .products-grid.cols-4, .products-grid.cols-3, .products-grid.cols-2, .products-grid.cols-5 {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .modal-container {
        width: 95%;
        max-width: 100%;
        max-height: 90vh;
        padding: 20px 15px;
        margin: 10px auto;
        overflow-y: auto;
    }
    
    .cart-sidebar {
        width: 100%;
        max-width: 360px;
    }
    
    .admin-stats-grid {
        grid-template-columns: 1fr;
    }
    
    .admin-layout-columns {
        grid-template-columns: 1fr;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .navbar {
        padding: 8px 10px;
    }
    
    .nav-logo img {
        height: 32px;
        max-width: 100px;
    }
    
    .nav-actions {
        gap: 10px;
    }
    
    .nav-btn {
        font-size: 15px;
        min-width: 26px;
        height: 26px;
        padding: 0 2px;
    }
    
    .cart-count {
        top: -3px;
        right: -3px;
        font-size: 8px;
        min-width: 13px;
        height: 13px;
        padding: 0 2px;
    }
    
    .why-choose-us .choose-grid {
        grid-template-columns: 1fr;
    }
    
    .products-grid.cols-4, .products-grid.cols-3, .products-grid.cols-2, .products-grid.cols-5 {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .product-title {
        font-size: 11px;
    }
    
    .product-price {
        font-size: 12px;
    }
    
    .feed-add-cart-btn {
        padding: 6px 8px;
        font-size: 10px;
    }
    
    .feed-wishlist-circle-btn {
        width: 28px;
        height: 28px;
        font-size: 11px;
    }
}

/* Micro screens (e.g. 264px to 340px) */
@media (max-width: 340px) {
    .navbar {
        padding: 6px 6px;
    }
    
    .nav-logo img {
        height: 26px;
        max-width: 75px;
    }
    
    .nav-actions {
        gap: 6px;
    }
    
    .nav-btn {
        font-size: 13px;
        min-width: 22px;
        height: 22px;
        padding: 0;
    }
    
    .cart-count {
        top: -3px;
        right: -3px;
        font-size: 7px;
        min-width: 12px;
        height: 12px;
        padding: 0 1px;
    }
    
    .products-grid.cols-4, .products-grid.cols-3, .products-grid.cols-2, .products-grid.cols-5 {
        grid-template-columns: 1fr; /* Single card column on ultra-narrow viewports */
    }
}

/* ==========================================================================
   SajDhaj 2026 Storefront Polish
   Reference-led ecommerce refinement using the requested warm ivory,
   terracotta, and soft coral palette.
   ========================================================================== */
:root {
    --color-base: #F7EDE1;
    --color-terracotta: #A45D3B;
    --color-coral: #E8A08F;
    --color-blush: #E8A08F;
    --color-hover: #A45D3B;
    --color-hover-dark: #84472C;
    --color-dark: #3D2219;
    --color-light: #FFFDF8;
    --shadow-soft: 0 18px 45px rgba(61, 34, 25, 0.08);
}

html {
    scroll-behavior: smooth;
    background: var(--color-base);
}

body {
    background:
        radial-gradient(circle at 12% 18%, rgba(232, 160, 143, 0.18), transparent 26rem),
        linear-gradient(180deg, #F7EDE1 0%, #F8F0E7 48%, #F7EDE1 100%);
}

body.no-scroll {
    overflow: hidden;
}

body.preloader-active {
    overflow: hidden;
}

.top-shipping-bar {
    min-height: 38px;
    background: var(--color-terracotta);
    color: #FFFFFF;
    padding: 8px 16px;
    letter-spacing: 2.4px;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.14);
}

.top-shipping-bar .shipping-star {
    color: #FFFFFF;
    opacity: 0.9;
}

.navbar {
    min-height: 124px;
    padding: 18px 5.4%;
    display: grid;
    grid-template-columns: minmax(330px, 1fr) auto minmax(330px, 1fr);
    background: rgba(247, 237, 225, 0.97);
    border-bottom: 1px solid rgba(232, 160, 143, 0.24);
}

.navbar.scrolled {
    min-height: 86px;
    padding: 10px 5.4%;
    background: rgba(247, 237, 225, 0.98);
    box-shadow: 0 10px 34px rgba(61, 34, 25, 0.08);
}

.mobile-toggle {
    grid-column: 1;
    grid-row: 1;
}

.nav-links {
    justify-self: start;
    gap: clamp(14px, 1.75vw, 30px);
}

.nav-links a {
    position: relative;
    font-size: 12px;
    letter-spacing: 1.45px;
    color: #4A2A20;
    white-space: nowrap;
}

.nav-links .active-link::after,
.nav-links a:hover::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    height: 1px;
    background: var(--color-terracotta);
}

.nav-logo {
    grid-column: 2;
    justify-self: center;
    display: flex;
    align-items: center;
}

.nav-logo img {
    width: min(250px, 24vw);
    height: 72px;
    max-width: none;
    object-fit: cover;
    object-position: center;
    filter: drop-shadow(0 4px 8px rgba(61, 34, 25, 0.08));
}

.navbar.scrolled .nav-logo img {
    width: min(200px, 21vw);
    height: 58px;
}

.nav-actions {
    justify-self: end;
    gap: clamp(14px, 1.9vw, 28px);
}

.nav-icon-btn {
    min-width: 42px;
    min-height: 46px;
    color: #4A2A20;
}

.nav-icon-btn i {
    font-size: 25px;
}

.nav-icon-label {
    font-size: 9px;
    letter-spacing: 1.15px;
}

.cart-count {
    background: var(--color-terracotta);
    border: 1px solid rgba(255, 255, 255, 0.75);
}

.hero-banner {
    border-bottom: 0;
    background: var(--color-base);
}

.hero-banner::after {
    display: none;
    content: none;
}

.banner-img-fluid {
    width: 100%;
    height: auto;
    min-height: 0;
    object-fit: contain;
    object-position: center;
}

.features-bar-section {
    padding: 0 5%;
    background: rgba(247, 237, 225, 0.96);
    border-top: 1px solid rgba(232, 160, 143, 0.28);
    border-bottom: 1px solid rgba(232, 160, 143, 0.32);
}

.features-container {
    max-width: 1320px;
    gap: 0;
}

.feature-item {
    min-height: 142px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    padding: 24px 18px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
}

.feature-item + .feature-item {
    border-left: 1px solid rgba(61, 34, 25, 0.16);
}

.feature-item:hover {
    transform: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.24);
}

.feature-icon {
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    color: var(--color-terracotta);
    font-size: 30px;
}

.feature-text h4 {
    max-width: 180px;
    margin: 0 auto 4px;
    color: #1F1410;
    font-size: 13px;
    line-height: 1.35;
    letter-spacing: 1.1px;
}

.feature-text p {
    font-size: 12px;
    color: rgba(61, 34, 25, 0.68);
}

.section-header {
    padding: 72px 20px 40px;
}

.section-header::before {
    content: 'SajDhaj';
    display: block;
    margin-bottom: 2px;
    color: var(--color-terracotta);
    font-family: 'Cinzel Decorative', 'Cinzel', serif;
    font-size: 14px;
    letter-spacing: 1px;
    opacity: 0.72;
}

.section-title {
    font-size: clamp(31px, 4.6vw, 48px);
    line-height: 1.1;
    color: #4A261B;
}

.section-title::after {
    width: 88px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--color-terracotta), transparent);
}

.section-subtitle {
    max-width: 460px;
    margin: 10px auto 0;
    color: rgba(61, 34, 25, 0.74);
    font-family: var(--font-heading);
    font-size: 15px;
    line-height: 1.55;
    letter-spacing: 0;
}

.collections-section {
    background: linear-gradient(180deg, rgba(247, 237, 225, 0.98), rgba(255, 253, 248, 0.24));
}

.collections-row {
    max-width: 1280px;
    margin: 0 auto;
    gap: clamp(22px, 3.4vw, 48px);
    padding-bottom: 58px;
}

.collection-card {
    min-width: 190px;
}

.collection-circle {
    width: clamp(156px, 15vw, 220px);
    height: clamp(156px, 15vw, 220px);
    border: 4px solid var(--color-coral);
    background: #F5E6D8;
    box-shadow: 0 15px 34px rgba(164, 93, 59, 0.13);
}

.collection-card:hover .collection-circle,
.collection-card.active .collection-circle {
    border-color: var(--color-terracotta);
    box-shadow: 0 0 0 5px rgba(232, 160, 143, 0.28), 0 18px 42px rgba(164, 93, 59, 0.16);
}

.collection-card p {
    color: #3D2219;
}

.products-section {
    padding: 50px 5% 88px;
    background: rgba(255, 253, 248, 0.42);
}

.feed-toolbar-container {
    max-width: 1380px;
    margin: 0 auto 28px;
    border-color: rgba(232, 160, 143, 0.42);
}

.feed-toolbar-actions {
    row-gap: 12px;
}

.sort-select,
.search-input {
    background-color: rgba(255, 253, 248, 0.92) !important;
    border-color: rgba(232, 160, 143, 0.7) !important;
    border-radius: 6px !important;
}

.shop-layout-container {
    max-width: 1380px;
    margin: 0 auto;
}

.shop-sidebar {
    background: rgba(255, 253, 248, 0.88);
    border: 1px solid rgba(232, 160, 143, 0.56);
    box-shadow: var(--shadow-soft);
}

.accordion-header {
    color: #4A261B;
}

.filter-checkbox-label input[type="checkbox"] {
    width: 15px;
    height: 15px;
}

.mobile-filter-trigger-btn,
.btn-apply-filters,
.btn-clear-filters,
.banner-btn,
.checkout-btn,
.feed-add-cart-btn,
.quick-view-btn,
.action-btn {
    border-radius: 5px;
}

.products-grid {
    gap: clamp(16px, 2vw, 28px);
}

.product-card {
    border: 1px solid rgba(232, 160, 143, 0.46);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.96);
    box-shadow: 0 10px 26px rgba(61, 34, 25, 0.05);
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 38px rgba(61, 34, 25, 0.1);
    border-color: var(--color-coral);
}

.product-image-container {
    aspect-ratio: 1 / 1.16;
    height: auto;
    background: #F1E4D8;
    border-radius: 5px;
}

.product-image-container img {
    object-position: center;
}

.product-badge {
    background: var(--color-terracotta);
    border-radius: 999px;
}

.quick-view-btn {
    color: var(--color-terracotta);
    border: 1px solid rgba(164, 93, 59, 0.22);
}

.star-rating {
    color: #B98544;
}

.product-title {
    min-height: 42px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-price {
    color: #4A261B;
}

.feed-add-cart-btn,
.banner-btn,
.checkout-btn,
.btn-apply-filters,
.buy-now-btn {
    background: var(--color-terracotta);
    color: #FFFFFF;
    box-shadow: 0 10px 20px rgba(164, 93, 59, 0.18);
}

.feed-add-cart-btn:hover,
.banner-btn:hover,
.checkout-btn:hover,
.btn-apply-filters:hover,
.buy-now-btn:hover {
    background: var(--color-hover-dark);
    color: #FFFFFF;
}

.feed-wishlist-circle-btn,
.feed-quickview-circle-btn {
    border-color: var(--color-coral);
    color: #4A261B;
}

.why-choose-us {
    background: linear-gradient(180deg, rgba(247, 237, 225, 0.94), rgba(255, 253, 248, 0.74));
    border-color: rgba(232, 160, 143, 0.35);
}

.choose-grid,
.contact-layout,
.footer-grid {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.choose-item {
    padding: 28px 18px;
    border: 1px solid rgba(232, 160, 143, 0.42);
    background: rgba(255, 253, 248, 0.58);
    border-radius: 8px;
}

.choose-icon {
    border-color: var(--color-coral);
    color: var(--color-terracotta);
}

.contact-section {
    background: #FFFDF8;
}

.contact-info,
.contact-form {
    padding: 30px;
    border: 1px solid rgba(232, 160, 143, 0.42);
    border-radius: 8px;
    background: rgba(247, 237, 225, 0.54);
}

footer {
    background: #3D2219;
}

.cart-sidebar {
    background: #FFFDF8;
}

.cart-header,
.cart-footer {
    background: var(--color-base);
    border-color: rgba(232, 160, 143, 0.45);
}

.modal-container {
    border-radius: 8px;
    background: #FFFDF8;
}

.modal-close-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(247, 237, 225, 0.86);
}

.product-detail-img {
    background: #F1E4D8;
}

.form-input {
    border-radius: 5px;
}

.sajdaaj-toast {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 200000;
    max-width: min(340px, calc(100vw - 32px));
    padding: 14px 18px;
    background: #3D2219;
    color: #FFFFFF;
    border: 1px solid rgba(232, 160, 143, 0.48);
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(61, 34, 25, 0.25);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2px;
    opacity: 0;
    transform: translateY(14px);
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.sajdaaj-toast.show {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1280px) {
    .navbar {
        min-height: 102px;
        grid-template-columns: auto 1fr auto;
        padding: 14px 4%;
    }

    .nav-links {
        display: none;
    }

    .mobile-toggle {
        display: block;
        font-size: 28px;
    }

    .nav-logo {
        grid-column: 2;
    }

    .nav-logo img {
        width: 195px;
        height: 62px;
        max-width: 34vw;
    }

    .nav-actions {
        grid-column: 3;
    }

    .nav-links.active {
        position: fixed;
        top: 140px;
        left: 0;
        width: min(330px, 86vw);
        height: calc(100vh - 140px);
        padding: 28px;
        background: var(--color-base);
        border-right: 1px solid rgba(232, 160, 143, 0.58);
        box-shadow: 16px 0 36px rgba(61, 34, 25, 0.14);
        z-index: 3000;
    }

    .navbar.scrolled + .nav-links.active,
    .navbar.scrolled .nav-links.active {
        top: 124px;
        height: calc(100vh - 124px);
    }
}

@media (max-width: 900px) {
    .features-container {
        grid-template-columns: 1fr;
        max-width: 520px;
    }

    .feature-item {
        min-height: 88px;
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
        padding: 18px 12px;
        border-left: 0 !important;
        border-bottom: 1px solid rgba(61, 34, 25, 0.13);
    }

    .feature-item:last-child {
        border-bottom: 0;
    }

    .feature-text h4,
    .feature-text p {
        max-width: none;
        margin-left: 0;
    }

    .feed-toolbar-actions {
        justify-content: flex-start;
    }

    .mobile-filter-trigger-btn {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        gap: 9px;
        width: 100%;
        padding: 13px 18px;
        background: var(--color-terracotta);
        color: #FFFFFF;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.8px;
    }

    .shop-sidebar {
        display: flex !important;
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 2001;
        width: min(360px, 88vw);
        height: 100vh;
        max-height: 100vh;
        padding: 0;
        flex-direction: column;
        transition: left 0.32s ease;
        border-radius: 0;
    }

    .shop-sidebar.open {
        left: 0;
    }

    .sidebar-backdrop {
        display: block !important;
        position: fixed;
        inset: 0;
        z-index: 2000;
        background: rgba(61, 34, 25, 0.45);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.25s ease, visibility 0.25s ease;
    }

    .sidebar-backdrop.active {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 768px) {
    .top-shipping-bar {
        min-height: 48px;
        padding: 8px 18px;
        line-height: 1.35;
        font-size: 11px;
    }

    .navbar {
        min-height: 82px;
        padding: 10px 14px;
    }

    .nav-logo img {
        width: 150px;
        height: 50px;
        max-width: 42vw;
    }

    .nav-icon-btn {
        min-width: 29px;
        min-height: 36px;
    }

    .nav-icon-btn i {
        font-size: 22px;
    }

    .nav-actions {
        gap: 12px;
    }

    .nav-icon-label {
        display: none;
    }

    .nav-links.active {
        top: 130px;
        height: calc(100vh - 130px);
    }

    .section-header {
        padding: 46px 18px 28px;
    }

    .collections-row {
        justify-content: flex-start;
        gap: 20px;
        padding: 0 18px 44px;
    }

    .collection-card {
        width: 155px;
        min-width: 155px;
    }

    .collection-circle {
        width: 148px;
        height: 148px;
    }

    .products-section {
        padding: 38px 16px 62px;
    }

    .products-grid.cols-4,
    .products-grid.cols-3,
    .products-grid.cols-2,
    .products-grid.cols-5 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .product-card {
        padding: 8px;
    }

    .product-details {
        padding: 11px 3px 0;
    }

    .product-title {
        min-height: 38px;
        font-size: 12px;
        line-height: 1.45;
    }

    .product-card-actions-row {
        gap: 7px;
        padding: 0 2px 4px;
    }

    .feed-add-cart-btn {
        min-height: 36px;
        padding: 7px;
        font-size: 10px;
        letter-spacing: 0.3px;
    }

    .feed-wishlist-circle-btn {
        width: 34px;
        height: 34px;
    }

    .why-choose-us {
        padding: 48px 16px;
    }

    .choose-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .contact-section {
        padding: 50px 16px;
    }

    .contact-info,
    .contact-form {
        padding: 22px;
    }

    .modal-overlay {
        align-items: flex-start;
        padding: 12px;
        overflow-y: auto;
    }

    .modal-container {
        padding: 0;
        width: 100%;
        max-height: none;
    }

    .checkout-modal-layout {
        padding: 28px 18px;
    }
}

@media (max-width: 560px) {
    .nav-actions .nav-icon-btn:nth-child(2),
    .nav-actions .nav-icon-btn:nth-child(3) {
        display: none;
    }

    .mobile-toggle {
        font-size: 25px;
    }

    .nav-logo img {
        width: 132px;
        height: 46px;
        max-width: 44vw;
    }

    .banner-img-fluid {
        height: auto;
        object-position: center top;
    }

    .feature-icon {
        width: 48px;
        font-size: 28px;
    }

    .feed-toolbar-container,
    .feed-toolbar-actions {
        align-items: stretch;
        width: 100%;
    }

    .items-per-page-wrapper,
    .sort-by-wrapper {
        flex: 1 1 140px;
        justify-content: space-between;
    }

    .items-per-page-wrapper .sort-select,
    .sort-by-wrapper .sort-select {
        min-width: 0 !important;
        width: 100%;
    }

    .star-rating span {
        display: none;
    }
}

@media (max-width: 380px) {
    .nav-logo img {
        width: 116px;
        height: 42px;
        max-width: 42vw;
    }

    .nav-actions {
        gap: 8px;
    }

    .nav-icon-btn i {
        font-size: 20px;
    }

    .banner-img-fluid {
        height: auto;
    }

    .products-grid.cols-4,
    .products-grid.cols-3,
    .products-grid.cols-2,
    .products-grid.cols-5 {
        gap: 10px;
    }
}

/* SajDhaj image logo sizing controls.
   Change these width/height values to resize the header logo. */
:root {
    --sajdhaj-logo-width: 120px;
    --sajdhaj-logo-height: 66px;
    --sajdhaj-logo-scrolled-width: 120px;
    --sajdhaj-logo-scrolled-height: 66px;
    --sajdhaj-logo-tablet-width: 145px;
    --sajdhaj-logo-tablet-height: 46px;
    --sajdhaj-logo-mobile-width: 124px;
    --sajdhaj-logo-mobile-height: 42px;
}

.nav-logo {
    min-width: var(--sajdhaj-logo-width);
    height: var(--sajdhaj-logo-height);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nav-logo::before,
.nav-logo::after {
    display: none !important;
    content: none !important;
}

.nav-logo img {
    display: block !important;
    width: var(--sajdhaj-logo-width) !important;
    height: var(--sajdhaj-logo-height) !important;
    max-width: none !important;
    object-fit: cover;
    object-position: center;
    filter: none;
}

.navbar.scrolled .nav-logo {
    min-width: var(--sajdhaj-logo-scrolled-width);
    height: var(--sajdhaj-logo-scrolled-height);
}

.navbar.scrolled .nav-logo img {
    width: var(--sajdhaj-logo-scrolled-width) !important;
    height: var(--sajdhaj-logo-scrolled-height) !important;
}

@media (max-width: 1280px) {
    .nav-logo {
        min-width: var(--sajdhaj-logo-tablet-width);
        height: var(--sajdhaj-logo-tablet-height);
    }

    .nav-logo img {
        width: var(--sajdhaj-logo-tablet-width) !important;
        height: var(--sajdhaj-logo-tablet-height) !important;
    }
}

@media (max-width: 768px) {
    .nav-logo {
        min-width: var(--sajdhaj-logo-mobile-width);
        height: var(--sajdhaj-logo-mobile-height);
    }

    .nav-logo img {
        width: var(--sajdhaj-logo-mobile-width) !important;
        height: var(--sajdhaj-logo-mobile-height) !important;
    }
}

/* Publish-ready navigation, filters, and collection circle refinements */
:root {
    --sajdhaj-logo-width: 112px;
    --sajdhaj-logo-height: 60px;
    --sajdhaj-logo-scrolled-width: 108px;
    --sajdhaj-logo-scrolled-height: 58px;
    --sajdhaj-logo-tablet-width: 132px;
    --sajdhaj-logo-tablet-height: 44px;
    --sajdhaj-logo-mobile-width: 118px;
    --sajdhaj-logo-mobile-height: 40px;
}

.navbar {
    min-height: 88px !important;
    padding: 10px clamp(20px, 4.5vw, 72px) !important;
    grid-template-columns: minmax(250px, 1fr) auto minmax(250px, 1fr);
}

.navbar.scrolled {
    min-height: 78px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.nav-links {
    gap: clamp(18px, 2vw, 34px);
}

.collections-row {
    padding: 8px clamp(18px, 4vw, 48px) 64px;
    max-width: min(1280px, 100%);
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-width: none;
}

.collections-row::-webkit-scrollbar {
    display: none;
}

.collection-card {
    overflow: visible;
}

.collection-card {
    padding: 8px 8px 0;
    transform-origin: center;
}

.collection-circle {
    overflow: hidden;
    box-sizing: border-box;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.collection-card:hover {
    transform: translateY(-3px);
}

.collection-card:hover .collection-circle,
.collection-card.active .collection-circle {
    transform: none;
}

.sidebar-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    width: 100%;
    box-sizing: border-box;
}

.sidebar-footer .btn-clear-filters,
.sidebar-footer .btn-apply-filters {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    min-height: 42px;
    min-width: 0;
    padding: 0 12px !important;
    border-radius: 6px !important;
    line-height: 1.1;
    white-space: nowrap;
    text-align: center;
    box-sizing: border-box;
}

.btn-clear-filters {
    border: 1px solid var(--color-coral) !important;
    background: #FFFDF8 !important;
    color: var(--color-terracotta) !important;
    box-shadow: none !important;
    flex: 0 0 100px;
    font-size: 12px !important;
    font-weight: 700 !important;
}

.btn-clear-filters:hover {
    background: rgba(232, 160, 143, 0.16) !important;
    color: var(--color-hover-dark) !important;
}

.btn-apply-filters {
    border: 1px solid var(--color-terracotta) !important;
    background: var(--color-terracotta) !important;
    color: #FFFFFF !important;
    flex: 1 1 auto;
    min-width: 126px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}

.btn-apply-filters:hover {
    background: var(--color-hover-dark) !important;
    border-color: var(--color-hover-dark) !important;
}

.policy-page {
    min-height: 100vh;
    padding: 40px 18px 64px;
    background: var(--color-base);
}

.policy-logo {
    display: flex;
    justify-content: center;
    margin: 0 auto 24px;
}

.policy-logo img {
    width: 128px;
    height: 62px;
    object-fit: cover;
}

.policy-card {
    width: min(860px, 100%);
    margin: 0 auto;
    padding: clamp(26px, 4vw, 52px);
    border: 1px solid rgba(232, 160, 143, 0.42);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.92);
    box-shadow: 0 18px 44px rgba(61, 34, 25, 0.08);
}

.policy-kicker {
    color: var(--color-terracotta);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.policy-card h1,
.policy-card h2 {
    color: #4A261B;
    font-family: var(--font-heading);
}

.policy-card h1 {
    margin: 8px 0 18px;
    font-size: clamp(32px, 5vw, 52px);
    line-height: 1.05;
}

.policy-card h2 {
    margin: 26px 0 8px;
    font-size: 20px;
}

.policy-card p {
    color: rgba(61, 34, 25, 0.76);
    font-size: 15px;
    line-height: 1.75;
}

.policy-card a {
    color: var(--color-terracotta);
    font-weight: 700;
}

@media (max-width: 1280px) {
    .navbar {
        min-height: 82px !important;
        grid-template-columns: auto 1fr auto;
    }
}

@media (max-width: 768px) {
    .navbar {
        min-height: 74px !important;
        padding: 8px 14px !important;
    }

    .collections-row {
        padding: 6px 18px 48px;
        scroll-padding-inline: 18px;
    }

    .collection-card {
        width: 142px;
        min-width: 142px;
    }

    .collection-circle {
        width: 132px;
        height: 132px;
        border-width: 3px;
    }

}

@media (max-width: 380px) {
    .collection-card {
        width: 126px;
        min-width: 126px;
    }

    .collection-circle {
        width: 118px;
        height: 118px;
    }
}

/* Responsive Desi Jharoka preloader */
#jharoka-overlay {
    inset: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    min-height: 100svh;
    padding: max(14px, env(safe-area-inset-top)) max(14px, env(safe-area-inset-right)) max(14px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
}

.skip-intro-btn {
    top: max(14px, env(safe-area-inset-top));
    right: max(14px, env(safe-area-inset-right));
    padding: 8px 16px;
    border-radius: 999px;
    font-size: clamp(9px, 1.7vw, 11px);
    letter-spacing: clamp(1px, 0.25vw, 2px);
}

.jharoka-code-wrapper {
    width: min(92vw, 560px);
    height: min(82dvh, 720px);
    max-height: calc(100dvh - 96px);
    aspect-ratio: 600 / 780;
}

.royal-vector-jharoka-svg {
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    transform-origin: center;
}

.jharoka-floating-brand {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: clamp(18px, 5vw, 34px);
    pointer-events: none;
}

.jharoka-brand-title {
    font-size: clamp(34px, 8vw, 56px);
    letter-spacing: clamp(1.5px, 0.55vw, 4px);
    max-width: 100%;
    overflow-wrap: normal;
}

.jharoka-brand-subtitle {
    font-size: clamp(8px, 1.75vw, 11px);
    letter-spacing: clamp(2px, 0.65vw, 4px);
    margin-bottom: clamp(6px, 1.4vw, 10px);
}

.jharoka-brand-tagline {
    font-size: clamp(8px, 1.75vw, 11px);
    letter-spacing: clamp(1.5px, 0.48vw, 3px);
}

.jharoka-brand-divider {
    gap: clamp(8px, 2vw, 12px);
    margin: clamp(8px, 1.8vw, 12px) 0;
}

.jharoka-brand-divider .line {
    width: clamp(28px, 10vw, 48px);
}

@media (max-width: 768px) {
    #jharoka-overlay {
        padding: max(12px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
    }

    .skip-intro-btn {
        padding: 7px 13px;
    }

    .jharoka-code-wrapper {
        width: min(90vw, 390px);
        height: min(76dvh, 560px);
        max-height: calc(100dvh - 86px);
    }

    .jharoka-floating-brand {
        padding: 22px;
    }
}

@media (max-width: 420px) {
    .jharoka-code-wrapper {
        width: min(92vw, 340px);
        height: min(72dvh, 500px);
        max-height: calc(100dvh - 84px);
    }

    .jharoka-brand-title {
        font-size: clamp(28px, 9.5vw, 36px);
    }

    .jharoka-brand-subtitle,
    .jharoka-brand-tagline {
        font-size: 8px;
    }
}

@media (max-height: 560px) and (orientation: landscape) {
    .skip-intro-btn {
        top: 10px;
        right: 10px;
        padding: 6px 12px;
    }

    .jharoka-code-wrapper {
        width: min(56vw, 360px);
        height: calc(100dvh - 28px);
        max-height: 430px;
    }

    .jharoka-brand-title {
        font-size: clamp(24px, 5vw, 34px);
    }

    .jharoka-brand-subtitle,
    .jharoka-brand-tagline {
        font-size: 7px;
        letter-spacing: 1.5px;
    }

    .jharoka-brand-divider {
        margin: 6px 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hanging-pearl-drop {
        animation: none;
    }

    #jharoka-overlay,
    .royal-vector-jharoka-svg,
    .jharoka-floating-brand,
    .revealed-content {
        transition-duration: 0.01ms !important;
    }
}

/* ==========================================================================
   Requested mobile storefront fixes - 2026-07-30
   ========================================================================== */
.footer-brand {
    margin-bottom: 20px;
}

.footer-logo {
    width: 150px;
    height: 70px;
}

.footer-brand span {
    display: none !important;
}

body.no-scroll {
    overflow: hidden;
}

@media (max-width: 1280px) {
    .nav-links.active {
        position: fixed;
        top: 130px;
        left: 0;
        width: min(310px, 84vw);
        height: auto;
        min-height: 0;
        max-height: calc(100dvh - 142px);
        overflow-y: auto;
        gap: 22px;
        padding: 28px 26px;
        background: var(--color-base);
        border-right: 1px solid rgba(232, 160, 143, 0.58);
        box-shadow: 16px 0 36px rgba(61, 34, 25, 0.14);
    }

    .nav-links.active a {
        display: inline-flex;
        min-height: 32px;
        align-items: center;
    }
}

@media (max-width: 900px) {
    .mobile-filter-trigger-btn {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        gap: 9px;
        width: 100%;
        min-height: 52px;
        padding: 13px 18px;
        border: 1px solid var(--color-terracotta);
        border-radius: 7px;
        background: var(--color-terracotta);
        color: #FFFFFF;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.08em;
    }

    .shop-sidebar {
        display: flex !important;
        position: fixed;
        top: 0;
        left: -100% !important;
        z-index: 2601;
        width: min(360px, 88vw);
        height: 100dvh;
        max-height: 100dvh;
        padding: 0;
        flex-direction: column;
        border-radius: 0;
        transform: none !important;
        transition: left 0.3s ease;
    }

    .shop-sidebar.open {
        left: 0 !important;
        transform: none !important;
    }

    .sidebar-backdrop {
        display: block !important;
        position: fixed;
        inset: 0;
        z-index: 2600;
        background: rgba(61, 34, 25, 0.45);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.25s ease, visibility 0.25s ease;
    }

    .sidebar-backdrop.active {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 768px) {
    .navbar {
        min-height: 88px;
        overflow: visible;
    }

    .nav-logo {
        min-width: 154px;
        height: 62px;
        overflow: visible;
    }

    .nav-logo img,
    .navbar.scrolled .nav-logo img {
        width: 154px !important;
        height: 58px !important;
        max-width: 44vw;
        object-fit: contain;
        object-position: center;
    }

    .nav-links.active {
        top: 136px;
        width: min(300px, 86vw);
        max-height: calc(100dvh - 148px);
    }

    #detail-modal {
        align-items: flex-start;
        padding: 10px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    #detail-modal .modal-container {
        width: calc(100vw - 20px);
        max-width: calc(100vw - 20px);
        max-height: calc(100dvh - 20px);
        overflow-x: hidden;
        overflow-y: auto;
        border-radius: 8px;
    }

    #detail-modal .product-detail-layout {
        display: flex !important;
        width: 100%;
        min-width: 0;
        flex-direction: column !important;
        gap: 0 !important;
    }

    #detail-modal .product-detail-img {
        width: 100% !important;
        max-height: 34dvh;
        min-height: 210px;
        flex: none;
        background: #F1E4D8;
    }

    #detail-modal .product-detail-img img {
        width: 100% !important;
        height: 100% !important;
        max-height: 34dvh !important;
        object-fit: contain !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    #detail-modal .product-detail-content {
        width: 100%;
        min-width: 0;
        padding: 22px 18px 26px;
    }

    #detail-modal .detail-title {
        font-size: clamp(25px, 8.2vw, 34px);
        line-height: 1.18;
    }

    #detail-modal .detail-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .why-choose-us .choose-grid {
        gap: 12px;
    }

    .choose-item {
        min-height: 0;
        padding: 24px 18px;
    }
}

@media (max-width: 420px) {
    .nav-logo {
        min-width: 142px;
        height: 58px;
    }

    .nav-logo img,
    .navbar.scrolled .nav-logo img {
        width: 142px !important;
        height: 54px !important;
        max-width: 43vw;
    }

    .nav-links.active {
        top: 132px;
        width: min(292px, 86vw);
        padding: 24px;
    }

    #detail-modal .product-detail-img {
        min-height: 190px;
    }
}

/* Hard mobile drawer/menu override for hosted mobile browsers. */
@media (max-width: 1280px) {
    .navbar {
        position: sticky !important;
        top: 0 !important;
        overflow: visible !important;
        z-index: 5000 !important;
    }

    .nav-links {
        display: none !important;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: none !important;
        height: calc(100dvh - 88px) !important;
        min-height: 0 !important;
        max-height: calc(100dvh - 88px) !important;
        margin: 0 !important;
        padding: 34px 32px !important;
        transform: none !important;
        overflow-y: auto !important;
        background: var(--color-base) !important;
        border: 1px solid rgba(232, 160, 143, 0.58) !important;
        border-left: 0 !important;
        border-right: 0 !important;
        box-shadow: 16px 18px 36px rgba(61, 34, 25, 0.14) !important;
        z-index: 5100 !important;
    }

    .nav-links.active {
        display: flex !important;
        flex-direction: column !important;
        gap: 26px !important;
        left: 0 !important;
        right: 0 !important;
        top: 100% !important;
    }
}

@media (max-width: 420px) {
    .nav-links {
        height: calc(100dvh - 82px) !important;
        max-height: calc(100dvh - 82px) !important;
        padding: 34px 28px !important;
    }
}

@media (max-width: 900px) {
    .mobile-filter-trigger-btn {
        display: flex !important;
        pointer-events: auto !important;
        position: relative !important;
        z-index: 10 !important;
    }

    .shop-sidebar {
        display: flex !important;
        position: fixed !important;
        inset: 0 auto 0 0 !important;
        width: min(360px, 90vw) !important;
        height: 100dvh !important;
        max-height: 100dvh !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: translate3d(-105%, 0, 0) !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        z-index: 100001 !important;
        transition: transform 0.28s ease !important;
    }

    .shop-sidebar.open {
        transform: translate3d(0, 0, 0) !important;
    }

    .sidebar-backdrop {
        display: block !important;
        position: fixed !important;
        inset: 0 !important;
        z-index: 100000 !important;
        background: rgba(61, 34, 25, 0.48) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    .sidebar-backdrop.active {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }
}

body.loaded-reveal .revealed-content {
    transform: none !important;
}

.footer-bottom {
    justify-content: center;
    text-align: center;
}
