@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');

:root {
    --sun-ink: #24231f;
    --sun-muted: #746f66;
    --sun-paper: #f7f4ee;
    --sun-card: #fffdf9;
    --sun-line: #e6dfd3;
    --sun-accent: #b65d3a;
    --sun-accent-dark: #914528;
    --sun-olive: #66705a;
    --sun-shadow: 0 18px 50px rgba(45, 39, 30, .09);
    --primary: #b65d3a;
    --hov-primary: #914528;
}

html { scroll-behavior: smooth; }
body {
    color: var(--sun-ink) !important;
    background: var(--sun-paper) !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 15px;
    line-height: 1.65;
}
/* Prevent font-family and font-weight overrides on icons */
.la, .las, .lar, .lad, .lab, .fa, .fas, .far, .fal, .fad, .fab {
    font-family: inherit;
}
.la, .las, .fas, .fa {
    font-family: 'Line Awesome Free', 'Font Awesome 5 Free', 'Font Awesome 6 Free', 'FontAwesome' !important;
    font-weight: 900 !important;
}
.lar, .far {
    font-family: 'Line Awesome Free', 'Font Awesome 5 Free' !important;
    font-weight: 400 !important;
}
.lab, .fab {
    font-family: 'Line Awesome Brands', 'Font Awesome 5 Brands' !important;
    font-weight: 400 !important;
}

h1, h2, h3, h4, h5, h6, .section-head h2 {
    color: var(--sun-ink) !important;
    font-family: 'Playfair Display', Georgia, serif !important;
    letter-spacing: -.025em;
}
a { transition: color .25s ease, opacity .25s ease, transform .25s ease; }
.container { max-width: 1280px; }
.bg-white { background-color: var(--sun-card) !important; }
.gry-bg, .bg-light { background-color: var(--sun-paper) !important; }
.border, .border-top, .border-bottom, .border-left, .border-right { border-color: var(--sun-line) !important; }

/* Shared header */
.announcement-bar {
    background: var(--sun-ink) !important;
    color: #f2eadf !important;
    padding: 9px 15px !important;
    letter-spacing: .18em !important;
}
.header-premium {
    background: rgba(255, 253, 249, .96) !important;
    border-color: var(--sun-line) !important;
    padding: 10px 0 !important;
    backdrop-filter: blur(18px);
}
.header-main-row { height: 68px !important; }
.header-premium .container-fluid { padding-left: 30px !important; padding-right: 30px !important; }
.header-left { flex: 0 0 170px; }
.header-center { flex: 1 1 auto; }
.header-right { flex: 0 0 auto; gap: 4px; }
.header-premium .logo { display: flex; align-items: center; }
.logo-img { width: 145px !important; max-width: 145px !important; max-height: 62px !important; }
.desktop-nav .header-bottom-list { justify-content: center; gap: clamp(16px, 2vw, 32px) !important; }
.desktop-nav ul, .header-cart-wrapper ul { list-style: none !important; margin: 0; padding: 0; }
.desktop-nav .header-bottom-list > li { position: relative; list-style: none !important; }
.desktop-nav .nav-link-item {
    color: var(--sun-ink) !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: .09em !important;
    white-space: nowrap;
    line-height: 1 !important;
}
.desktop-nav .nav-link-item::after { background: var(--sun-accent) !important; }
.header-action-btn, .header-action-text { color: var(--sun-ink) !important; }
.header-action-btn {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0 !important;
    border-radius: 50%;
}
.header-action-btn:hover { background: #eee9df; }
.header-action-btn:hover, .header-action-text:hover { color: var(--sun-accent) !important; }
.header-cart-wrapper > a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px;
}
.header-cart-wrapper > a img { width: 25px !important; height: 25px !important; object-fit: contain; }
.header-cart-wrapper > a .my-cart { display: none !important; }
.header-cart-wrapper > a .total-pro {
    position: absolute !important;
    top: 0 !important;
    right: -1px !important;
    display: grid !important;
    place-items: center;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px;
    border-radius: 50%;
    background: var(--sun-accent) !important;
    color: #fff !important;
    font-size: 10px !important;
    line-height: 1 !important;
}
.header-cart-wrapper > .ht-dropdown { right: 0 !important; left: auto !important; }
.header-cart-wrapper > .ht-dropdown {
    position: absolute !important;
    top: calc(100% + 14px) !important;
    width: 320px;
    padding: 16px !important;
    background: var(--sun-card) !important;
    border: 1px solid var(--sun-line);
    border-radius: 4px;
    box-shadow: var(--sun-shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all .2s ease;
    z-index: 100001;
}
.header-cart-wrapper:hover > .ht-dropdown,
.header-cart-wrapper > .ht-dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.desktop-nav .ht-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    padding: 20px !important;
    background: var(--sun-card);
    border: 1px solid var(--sun-line);
    box-shadow: var(--sun-shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all .2s ease;
    z-index: 100001;
}
.desktop-nav li:hover > .ht-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.header-action-btn i, .search-submit-btn i { font-size: 23px; line-height: 1; }
.mobile-menu-hamburger-btn { display: none !important; }
.search-bar-overlay { background: var(--sun-card) !important; }
.search-form { border-color: var(--sun-accent) !important; }
.custom-mobile-drawer { background: var(--sun-card) !important; }

/* Homepage */
.hero-slide { height: min(72vh, 720px) !important; }
.hero-slide::before { background: linear-gradient(90deg, rgba(24, 23, 20, .72), rgba(24, 23, 20, .15) 72%) !important; }
.hero-slide .hero-content { max-width: 650px !important; padding-left: 7vw !important; }
.hero-content .badge-tag, .section-head .label {
    background: transparent !important;
    color: #d99576 !important;
    font-family: 'DM Sans', sans-serif !important;
    letter-spacing: .2em !important;
    padding: 0 !important;
}
.hero-content h1 {
    color: #fff !important;
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: clamp(42px, 6vw, 78px) !important;
    font-weight: 600 !important;
    line-height: 1.04 !important;
}
.hero-content p { font-size: 17px !important; max-width: 560px; }
.hero-btn, .newsletter-form button {
    background: var(--sun-accent) !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.hero-btn:hover, .newsletter-form button:hover { background: var(--sun-accent-dark) !important; }
.trust-bar { background: var(--sun-ink) !important; }
.trust-bar .trust-item i { color: #d99576 !important; }
.trust-bar .trust-item h6 { color: #fff !important; font-family: 'DM Sans', sans-serif !important; letter-spacing: 0; }
.category-section, .flat-section, .partners-section { background: var(--sun-paper) !important; padding: 90px 0 !important; }
.products-section, .stats-section { background: #eee9df !important; padding: 90px 0 !important; }
.section-head { margin-bottom: 50px !important; }
.section-head h2 { font-size: clamp(32px, 4vw, 50px) !important; font-weight: 600 !important; }
.section-head p { color: var(--sun-muted) !important; }
.cat-card, .flat-card, .si-product-card { border-radius: 2px !important; box-shadow: none !important; }
.cat-card:hover, .flat-card:hover, .si-product-card:hover { box-shadow: var(--sun-shadow) !important; }
.cat-card img { height: 310px !important; }
.cat-card .cat-overlay { padding: 26px !important; }
.cat-card .cat-overlay span, .flat-card .flat-label {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 24px !important;
}
.cat-card .cat-overlay .cat-arrow { background: var(--sun-accent) !important; }
.si-product-card { background: var(--sun-card) !important; }
.si-product-card .si-img-wrap { height: 280px !important; background: #f0ece4 !important; }
.si-product-card .si-body { padding: 20px !important; }
.si-product-card .si-body .si-title { font-family: 'Playfair Display', Georgia, serif; font-size: 17px !important; }
.si-product-card .si-body .si-price { color: var(--sun-accent) !important; }
.si-product-card .si-body .si-add-cart { background: var(--sun-ink) !important; border-radius: 3px !important; }
.si-product-card .si-body .si-add-cart:hover { background: var(--sun-accent) !important; }
.video-banner-section { min-height: 540px !important; background-attachment: fixed !important; }
.video-play-btn .play-circle { border-radius: 50% !important; }
.testimonials-section { background: var(--sun-ink) !important; padding: 90px 0 !important; }
.newsletter-section { background: var(--sun-olive) !important; padding: 70px 0 !important; }
.newsletter-form input { border-radius: 4px !important; }

/* Commerce pages and forms */
section.mb-4.pt-4, section.mb-4.pt-3, section.gry-bg, section.pt-5 { padding-top: 55px !important; }
.breadcrumb {
    background: transparent !important;
    font-size: 12px;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.card, .modal-content, .aiz-card-box, .collapse-sidebar > .bg-white, .collapse-sidebar .border {
    border: 1px solid var(--sun-line) !important;
    border-radius: 6px !important;
    box-shadow: none !important;
}
.modal-content { overflow: hidden; background: var(--sun-card) !important; }
.aiz-card-box.iafa-product-card {
    background: var(--sun-card) !important;
    border-radius: 4px !important;
    padding: 0 !important;
}
.iafa-product-card .position-relative.img-fit { background: #f0ece4; }
.iafa-product-card .p-2, .iafa-product-card .p-md-3 { padding: 18px !important; }
.iafa-product-card h3 { font-family: 'Playfair Display', Georgia, serif !important; font-size: 16px !important; }
.iafa-product-card .text-primary, .text-primary { color: var(--sun-accent) !important; }
.iafa-product-card .cart-btn { background: var(--sun-accent) !important; }
.aiz-p-hov-icon a { background: var(--sun-card) !important; color: var(--sun-ink) !important; }

/* Product cards */
/* Product cards */
.sunrise-product-card, .si-product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: var(--sun-card) !important;
    border: 1px solid #efeae0 !important;
    border-radius: 12px !important;
    box-shadow: 0 6px 18px rgba(36, 35, 31, 0.02) !important;
    transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), 
                border-color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}
.sunrise-product-card:hover, .si-product-card:hover {
    transform: translateY(-8px) !important;
    border-color: var(--sun-accent) !important;
    box-shadow: 0 20px 40px rgba(182, 93, 58, 0.08) !important;
}
.sunrise-product-media, .si-product-card .si-img-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 0.92 !important;
    background: #fdfbf9 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #efeae0;
}
.sunrise-product-image-link { display: block; width: 100%; height: 100%; }
.sunrise-product-media img, .si-product-card .si-img-wrap img {
    width: 100% !important;
    height: 100% !important;
    padding: 16px !important;
    object-fit: contain !important;
    mix-blend-mode: multiply;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}
.sunrise-product-card:hover .sunrise-product-media img,
.si-product-card:hover .si-img-wrap img {
    transform: scale(1.06) !important;
}
.sunrise-product-badges, .si-product-card .si-badges {
    position: absolute !important;
    top: 14px !important;
    left: 14px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    z-index: 5;
}
.sunrise-product-badge, .si-product-card .si-badges span {
    padding: 4px 10px !important;
    background: rgba(36, 35, 31, 0.9) !important;
    color: #fff !important;
    border-radius: 4px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.sunrise-product-badge.sale, .si-product-card .si-badges .badge-sale {
    background: rgba(182, 93, 58, 0.95) !important;
}
.sunrise-product-badge.wholesale, .si-product-card .si-badges .badge-hot {
    background: rgba(102, 112, 90, 0.95) !important;
}
.sunrise-product-actions, .si-product-card .si-quick-actions {
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    opacity: 0 !important;
    transform: translateX(12px) !important;
    transition: opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), 
                transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    z-index: 5;
}
.sunrise-product-card:hover .sunrise-product-actions,
.si-product-card:hover .si-quick-actions {
    opacity: 1 !important;
    transform: translateX(0) !important;
}
.sunrise-product-actions button, .si-product-card .si-quick-actions a {
    display: grid !important;
    place-items: center !important;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    border: 1px solid rgba(182, 93, 58, 0.12) !important;
    border-radius: 50% !important;
    background: rgba(255, 253, 249, 0.9) !important;
    color: var(--sun-ink) !important;
    cursor: pointer !important;
    box-shadow: 0 4px 12px rgba(45, 39, 30, 0.06) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease !important;
    text-decoration: none !important;
}
.sunrise-product-actions button:hover, .si-product-card .si-quick-actions a:hover {
    background: var(--sun-accent) !important;
    color: #fff !important;
    border-color: var(--sun-accent) !important;
    transform: scale(1.08) !important;
}
.sunrise-product-actions button i, .si-product-card .si-quick-actions a i,
.sunrise-product-actions button svg, .si-product-card .si-quick-actions a svg {
    font-size: 18px !important;
    width: 18px !important;
    height: 18px !important;
    line-height: 1 !important;
    color: inherit !important;
}
.sunrise-product-body, .si-product-card .si-body {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 22px !important;
    background: var(--sun-card) !important;
}
.sunrise-product-body h3, .si-product-card .si-body .si-title {
    min-height: 46px !important;
    margin: 0 0 10px 0 !important;
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    letter-spacing: -0.01em !important;
}
.sunrise-product-body h3 a, .si-product-card .si-body .si-title a {
    display: -webkit-box !important;
    overflow: hidden !important;
    color: var(--sun-ink) !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    text-decoration: none !important;
    transition: color 0.25s ease !important;
}
.sunrise-product-body h3 a:hover, .si-product-card .si-body .si-title a:hover {
    color: var(--sun-accent) !important;
}
.sunrise-product-price, .si-product-card .si-body .si-price {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    gap: 8px !important;
    margin-bottom: 18px !important;
    font-family: 'DM Sans', sans-serif !important;
}
.sunrise-product-price del, .si-product-card .si-body .si-price del {
    color: #9b958b !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}
.sunrise-product-price strong, .si-product-card .si-body .si-price strong {
    color: var(--sun-accent) !important;
    font-size: 17px !important;
    font-weight: 700 !important;
}
.sunrise-product-cart, .si-product-card .si-body .si-add-cart {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin-top: auto !important;
    padding: 12px 18px !important;
    border: 1.5px solid var(--sun-ink) !important;
    border-radius: 6px !important;
    background: transparent !important;
    color: var(--sun-ink) !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}
.sunrise-product-cart:hover, .sunrise-product-cart.active,
.si-product-card .si-body .si-add-cart:hover {
    background: var(--sun-ink) !important;
    color: #fff !important;
    border-color: var(--sun-ink) !important;
}
.sunrise-product-cart i, .si-product-card .si-body .si-add-cart i,
.sunrise-product-cart svg, .si-product-card .si-body .si-add-cart svg {
    font-size: 15px !important;
    width: 15px !important;
    height: 15px !important;
    transition: transform 0.3s ease !important;
}
.sunrise-product-cart:hover i, .si-product-card .si-body .si-add-cart:hover i,
.sunrise-product-cart:hover svg, .si-product-card .si-body .si-add-cart:hover svg {
    transform: translateX(4px) !important;
}
.form-control, .bootstrap-select .dropdown-toggle {
    min-height: 46px;
    border: 1px solid var(--sun-line) !important;
    border-radius: 4px !important;
    background: var(--sun-card) !important;
}
.form-control:focus {
    border-color: var(--sun-accent) !important;
    box-shadow: 0 0 0 3px rgba(182, 93, 58, .12) !important;
}
.btn {
    border-radius: 4px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 700 !important;
}
.btn-primary {
    background: var(--sun-accent) !important;
    border-color: var(--sun-accent) !important;
    color: #fff !important;
}
.btn-primary:hover { background: var(--sun-accent-dark) !important; border-color: var(--sun-accent-dark) !important; }
.pagination .page-link { border-radius: 50% !important; }

/* Legacy footer */
.footer-widget { background: var(--sun-ink) !important; }

/* New footer */
.sunrise-footer { color: #d9d1c5; background: var(--sun-ink); }
.sunrise-footer-cta { background: #dfd4c3; color: var(--sun-ink); padding: 70px 0; }
.sunrise-eyebrow { display: block; color: var(--sun-accent-dark); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 12px; }
.sunrise-footer-cta h2 { font-size: clamp(32px, 4vw, 52px); font-weight: 600; margin: 0; max-width: 760px; }
.sunrise-footer-cta-btn { display: inline-flex; align-items: center; gap: 14px; background: var(--sun-ink); color: #fff !important; padding: 16px 24px; border-radius: 3px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.sunrise-footer-cta-btn:hover { background: var(--sun-accent); transform: translateY(-2px); }
.sunrise-footer-main { padding: 76px 0 28px; }
.sunrise-footer-logo img { width: 190px; max-height: 70px; object-fit: contain; filter: brightness(0) invert(1); }
.sunrise-footer-intro { color: #aaa196; max-width: 360px; margin: 24px 0; }
.sunrise-footer h3 { color: #fff !important; font-family: 'DM Sans', sans-serif !important; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 24px; }
.sunrise-footer ul { list-style: none; padding: 0; margin: 0; }
.sunrise-footer li { margin-bottom: 11px; }
.sunrise-footer a { color: #aaa196; }
.sunrise-footer a:hover { color: #fff; }
.sunrise-footer-socials { display: flex; gap: 10px; }
.sunrise-footer-socials a { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid #4a4741; border-radius: 50%; color: #fff; font-size: 17px; }
.sunrise-contact-list li { display: flex; align-items: flex-start; gap: 10px; }
.sunrise-contact-list i { color: #d99576; font-size: 18px; margin-top: 4px; }
.sunrise-footer-bottom { display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid #403d38; margin-top: 60px; padding-top: 24px; color: #817b72; font-size: 12px; }
.sunrise-footer-bottom div { display: flex; gap: 22px; }

@media (max-width: 991px) {
    body { 
        padding-top: 60px !important;
        padding-bottom: 72px !important; /* Space for bottom navigation */
    }
    .header-premium {
        background: rgba(255, 253, 249, .98) !important;
        height: 60px !important;
        padding: 0 15px !important;
    }
    .header-main-row {
        height: 60px !important;
        position: relative !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
    }
    .header-left {
        display: contents !important; /* Lets logo and hamburger position independently in header row */
    }
    .header-premium .logo {
        order: 1 !important;
        position: static !important;
        transform: none !important;
        margin: 0 !important;
        z-index: 100001 !important;
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center !important;
    }
    .logo-img {
        max-height: 38px !important;
        width: auto !important;
    }
    .header-premium .header-right {
        order: 2 !important;
        position: static !important;
        transform: none !important;
        margin: 0 0 0 auto !important; /* Push icons to the right, before hamburger */
        z-index: 100002 !important;
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        flex: 0 0 auto !important;
    }
    .mobile-menu-hamburger-btn {
        order: 3 !important;
        position: static !important;
        transform: none !important;
        margin: 0 0 0 12px !important; /* Gap to the right of cart */
        z-index: 100002 !important;
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        color: var(--sun-ink) !important;
    }
    .header-premium .header-action-btn {
        width: 38px !important;
        height: 38px !important;
        font-size: 20px !important;
        display: inline-grid !important;
        place-items: center !important;
        background: transparent !important;
        border: none !important;
    }
    .header-premium .header-action-btn:hover {
        background: rgba(0, 0, 0, 0.05) !important;
    }
    .hero-slide { height: 520px !important; }
    .hero-slide .hero-content { padding: 0 24px !important; }
    .hero-content h1 { font-size: 44px !important; }
    .video-banner-section { background-attachment: scroll !important; }

    /* Mobile Bottom Navigation Bar Styles */
    .mobile-bottom-nav {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 62px !important;
        background: rgba(255, 253, 249, 0.97) !important;
        backdrop-filter: blur(20px) !important;
        -webkit-backdrop-filter: blur(20px) !important;
        border-top: 1px solid var(--sun-line) !important;
        display: flex !important;
        justify-content: space-around !important;
        align-items: center !important;
        z-index: 9999 !important;
        padding-bottom: env(safe-area-inset-bottom) !important;
        box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.04) !important;
    }
    .mobile-bottom-nav-item {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        color: var(--sun-muted) !important;
        text-decoration: none !important;
        font-size: 10px !important;
        font-family: 'DM Sans', sans-serif !important;
        font-weight: 500 !important;
        gap: 4px !important;
        flex: 1 !important;
        height: 100% !important;
        transition: color 0.2s ease !important;
    }
    .mobile-bottom-nav-item svg {
        color: var(--sun-muted) !important;
        transition: color 0.2s ease, transform 0.2s ease !important;
    }
    .mobile-bottom-nav-item:hover,
    .mobile-bottom-nav-item.active {
        color: var(--sun-accent) !important;
    }
    .mobile-bottom-nav-item:hover svg,
    .mobile-bottom-nav-item.active svg {
        color: var(--sun-accent) !important;
        transform: translateY(-1px) !important;
    }
}
@media (max-width: 767px) {
    /* Section Headings */
    .section-head {
        margin-bottom: 28px !important;
    }
    .section-head h2 {
        font-size: 24px !important;
        line-height: 1.3 !important;
        margin-bottom: 8px !important;
    }
    .section-head p {
        font-size: 13px !important;
        line-height: 1.5 !important;
    }

    /* Hero Slide text optimization */
    .hero-slide {
        height: 380px !important;
    }
    .hero-slide .hero-content {
        padding: 0 20px !important;
        max-width: 100% !important;
    }
    .hero-content h1 {
        font-size: 28px !important;
        line-height: 1.15 !important;
    }
    .hero-content p {
        font-size: 14px !important;
        margin-bottom: 16px !important;
        line-height: 1.5 !important;
    }
    .hero-btn {
        padding: 10px 22px !important;
        font-size: 13px !important;
    }

    /* Category Overlay text */
    .cat-card img {
        height: 185px !important;
    }
    .cat-card .cat-overlay {
        padding: 16px !important;
    }
    .cat-card .cat-overlay span {
        font-size: 16px !important;
    }

    /* Trust Bar Single Line with Horizontal Scroll on Mobile */
    .trust-bar .row {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: visible !important;
        margin: 0 !important;
        padding: 12px 0 !important;
    }
    .trust-bar .row > div {
        flex: 0 0 25% !important;
        max-width: 25% !important;
        padding: 0 2px !important;
    }
    .trust-bar .trust-item {
        border-right: 1px solid rgba(255,255,255,.1) !important;
        border-bottom: none !important;
        border-top: none !important;
        border-left: none !important;
        padding: 4px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        height: 100% !important;
        gap: 6px !important;
        text-decoration: none !important;
    }
    .trust-bar .trust-item i {
        font-size: 20px !important;
        color: #d99576 !important;
        flex-shrink: 0 !important;
        margin: 0 !important;
    }
    .trust-bar .trust-item h6 {
        font-size: 9px !important;
        color: #fff !important;
        font-family: 'DM Sans', sans-serif !important;
        letter-spacing: 0.02em !important;
        text-transform: uppercase !important;
        margin: 0 !important;
        line-height: 1.2 !important;
        font-weight: 700 !important;
        word-break: break-word !important;
    }
    .trust-bar .trust-item small {
        display: none !important;
    }
    .trust-bar .row > div:last-child .trust-item {
        border-right: none !important;
    }

    /* Product Cards Mobile Spacing */
    .sunrise-product-media, .si-product-card .si-img-wrap {
        aspect-ratio: 1 / 1 !important;
        height: auto !important;
    }
    .sunrise-product-body, .si-product-card .si-body {
        padding: 12px !important;
    }
    .sunrise-product-actions, .si-product-card .si-quick-actions {
        opacity: 1 !important;
        transform: none !important;
        position: absolute !important;
        top: 8px !important;
        right: 8px !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 6px !important;
    }
    .sunrise-product-actions button, .si-product-card .si-quick-actions a {
        width: 32px !important;
        height: 32px !important;
    }
    .sunrise-product-actions button svg, .si-product-card .si-quick-actions a svg {
        width: 14px !important;
        height: 14px !important;
    }
    .sunrise-product-body h3, .si-product-card .si-body .si-title {
        font-size: 13px !important;
        min-height: 36px !important;
        line-height: 1.3 !important;
        margin-bottom: 8px !important;
    }
    .sunrise-product-price strong, .si-product-card .si-body .si-price strong {
        font-size: 14px !important;
    }
    .sunrise-product-price del, .si-product-card .si-body .si-price del {
        font-size: 11px !important;
    }
    .sunrise-product-cart, .si-product-card .si-body .si-add-cart {
        padding: 10px 12px !important;
        font-size: 9px !important;
        border-radius: 4px !important;
        height: 38px !important;
    }

    /* Flat packages margin */
    .flat-card {
        margin-bottom: 20px !important;
    }
    .flat-card img {
        height: 160px !important;
    }
    .flat-card .flat-label {
        font-size: 16px !important;
        padding: 12px 16px !important;
    }

    /* Stats Bar Spacing on Mobile */
    .stat-item {
        padding: 8px !important;
    }
    .stat-item .stat-icon {
        width: 40px !important;
        height: 40px !important;
        margin-bottom: 8px !important;
    }
    .stat-item h5 {
        font-size: 20px !important;
        margin-bottom: 2px !important;
    }
    .stat-item p {
        font-size: 10px !important;
        letter-spacing: 0.5px !important;
    }

    /* Newsletter section mobile alignment */
    .newsletter-section {
        padding: 40px 0 !important;
        text-align: center !important;
    }
    .newsletter-section h2 {
        font-size: 22px !important;
        margin-bottom: 8px !important;
    }
    .newsletter-section p {
        font-size: 13px !important;
        margin-bottom: 20px !important;
    }
    .newsletter-form {
        flex-direction: column !important;
        width: 100% !important;
        gap: 10px !important;
        max-width: 100% !important;
    }
    .newsletter-form input {
        width: 100% !important;
        border-radius: 6px !important;
    }
    .newsletter-form button {
        width: 100% !important;
        padding: 12px 20px !important;
        border-radius: 6px !important;
    }

    /* Partner Logos */
    .partner-logo img {
        width: 100px !important;
        height: 60px !important;
    }

    /* Section Paddings */
    .category-section, .flat-section, .partners-section, .products-section, .testimonials-section {
        padding: 44px 0 !important;
    }
    .sunrise-footer-cta, .sunrise-footer-main {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}

/* Fixed/Sticky Filter Sidebar on Desktop */
@media (min-width: 1200px) {
    .aiz-filter-sidebar {
        position: sticky !important;
        top: 130px !important;
        max-height: calc(100vh - 160px) !important;
        overflow-y: auto !important;
        padding-right: 4px !important;
    }
    /* Hide scrollbar track but keep functionality */
    .aiz-filter-sidebar::-webkit-scrollbar {
        width: 6px;
    }
    .aiz-filter-sidebar::-webkit-scrollbar-track {
        background: transparent;
    }
    .aiz-filter-sidebar::-webkit-scrollbar-thumb {
        background: rgba(182, 93, 58, 0.2);
        border-radius: 3px;
    }
    .aiz-filter-sidebar::-webkit-scrollbar-thumb:hover {
        background: rgba(182, 93, 58, 0.4);
    }
}

/* ==========================================================================
   UI Bug Fixes: Overlapping Search Overlay, Bottom Nav & Cart Steps
   ========================================================================== */

/* 1. Search Bar Overlay Drop Down Below Header Fix */
.search-bar-overlay {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 100% !important;
    height: 76px !important;
    background: var(--sun-card) !important;
    border-bottom: 1px solid var(--sun-line) !important;
    box-shadow: 0 10px 30px rgba(36, 35, 31, 0.05) !important;
    z-index: 99998 !important; /* Below header links, above content page */
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-10px) !important;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), 
                opacity 0.3s ease, 
                visibility 0.3s ease !important;
    overflow: visible !important;
}

.header-premium.search-active .search-bar-overlay {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

/* 2. Stepper Progress Bar (Cart Steps) Styling */
.gutters-5.sm-gutters-10 .col > div {
    border-radius: 8px !important;
    border: 1px solid var(--sun-line) !important;
    background: var(--sun-card) !important;
    box-shadow: 0 4px 12px rgba(36, 35, 31, 0.02) !important;
    padding: 14px 8px !important;
    transition: all 0.3s ease !important;
    position: relative;
    overflow: hidden;
}

.gutters-5.sm-gutters-10 .col.active > div {
    border-color: var(--sun-accent) !important;
    background: rgba(182, 93, 58, 0.03) !important;
}

.gutters-5.sm-gutters-10 .col.active > div::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--sun-accent);
}

.gutters-5.sm-gutters-10 .col.done > div {
    border-color: var(--sun-olive) !important;
    background: rgba(102, 112, 90, 0.03) !important;
}

.gutters-5.sm-gutters-10 .col.done > div::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--sun-olive);
}

.border-bottom-6px {
    border-bottom-width: 0 !important;
}

.gutters-5.sm-gutters-10 .col i {
    font-size: 24px !important;
    line-height: 1 !important;
    margin-bottom: 6px !important;
    display: inline-block;
}

/* 3. Fix Stepper Icon Slide-In Layout Overflow */
.cart-animate {
    margin-left: 0 !important;
    margin-right: 0 !important;
    animation: cartStepSlide 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes cartStepSlide {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}


