
        :root {
            --brand-maroon: #6a0000;
            --brand-sienna: #BC7D3E;
            --glass-white: rgba(255, 255, 255, 0.45);
            --glass-border: rgba(255, 255, 255, 0.5);
        }

        /* Layout & Background */
        html, body {
            height: 100%;
            margin: 0;
            font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
        }

        body {
            display: flex;
            flex-direction: column;
            background: url('/theme/img/bg-three.png') no-repeat center center fixed;
            background-size: cover;
        }

        .main-wrapper { flex: 1 0 auto; }
        footer { flex-shrink: 0; }

        /* FLOATING GLASS NAVBAR STYLES */
        .navbar-os {
            background: rgba(255, 255, 255, 0.6);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            border: 1px solid rgba(255, 255, 255, 0.4);
            padding: 0.8rem 2rem;
            /* border-radius: 50px; */
            margin: 20px 1%;
            z-index: 1050;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
        }

        .brand-logo-box {
            background: var(--brand-maroon); color: white; width: 40px; height: 40px;
            display: flex; align-items: center; justify-content: center; border-radius: 12px;
        }

        .nav-link { font-weight: 700 !important; color: #000 !important; }

        /* Glassmorphism Panels */
        .glass-panel {
            background: var(--glass-white);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border: 1px solid var(--glass-border);
            border-radius: 25px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
        }

        .section-label {
            color: var(--brand-sienna);
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 0.8rem;
            display: block;
            margin-bottom: 10px;
        }

        /* Product Cards */
        .product-card {
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            overflow: hidden;
            border: 1px solid transparent;
            height: 100%;
        }

        .product-card:hover {
            transform: translateY(-12px);
            background: rgba(255, 255, 255, 0.8);
            border-color: var(--brand-sienna);
        }

        .product-img-box {
            background: rgba(255, 255, 255, 0); border-radius: 18px; padding: 20px;
            margin-bottom: 15px; height: 200px;
            display: flex; align-items: center; justify-content: center;
        }

        /* Buttons */
        .btn-maroon {
            background: var(--brand-maroon); color: white; border-radius: 10px;
            padding: 12px 25px; font-weight: 600; border: none;
        }
        .btn-maroon:hover { background: #8a0000; color: white; }

        .btn-sienna-outline {
            border: 2px solid var(--brand-maroon); color: var(--brand-maroon);
            border-radius: 10px; font-weight: 700;
        }
        .btn-sienna-outline:hover { background: var(--brand-maroon); color: white; }

        /* Banner */
        .hero-banner {
            background: linear-gradient(135deg, rgba(106, 0, 0, 0.9), rgba(188, 125, 62, 0.8)),
                        url('/theme/img/banner-two.png');
            background-size: cover; border-radius: 30px; padding: 80px 50px; color: white;
        }

        /* MOBILE RESPONSIVE FIXES */
        @media (max-width: 991px) {
            .navbar-os { margin: 10px; border-radius: 20px; padding: 10px 15px; }
            .navbar-collapse {
                background: rgba(255, 255, 255, 0.98);
                border-radius: 20px; margin-top: 15px; padding: 20px;
            }
            .hero-banner { padding: 40px 20px; text-align: center; }
            .display-3 { font-size: 2.8rem; }
            .px-5 { px-3 !important; }
        }
/* Sidebar Filter Styling */
.filter-sidebar {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    border: 1px solid var(--glass-border);
    padding: 25px;
    position: sticky;
    top: 100px;
    transition: all 0.3s ease;
}

.filter-title {
    font-weight: 800;
    color: var(--brand-maroon);
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
    margin-bottom: 15px;
    border-bottom: 2px solid rgba(188, 125, 62, 0.2);
    padding-bottom: 5px;
}

/* Custom Checkbox Colors */
.form-check-input:checked {
    background-color: var(--brand-maroon);
    border-color: var(--brand-maroon);
}

.form-range::-webkit-slider-thumb {
    background: var(--brand-maroon);
}

/* Mobile Filter Slide-in */
@media (max-width: 991px) {
    .filter-sidebar {
        position: fixed;
        top: 0;
        left: -100%;
        height: 100%;
        width: 280px;
        z-index: 2000;
        border-radius: 0;
        box-shadow: 10px 0 30px rgba(0,0,0,0.1);
    }
    .filter-sidebar.active {
        left: 0;
    }

}
.text-maroon{
      color: var(--brand-maroon);
}
.bg-maroon{
    background-color: var(--brand-maroon);
}
/* Sidebar Setup */
#cartOffcanvas {
    width: 380px;
    max-width: 85vw;
    z-index: 2000 !important; /* Ensure it stays on top */
    background-color: #fff;
}

/* Typography matching the Screenshot */
.text-maroon { color: #800000 !important; }
.bg-maroon { background-color: #800000 !important; }

.tracking-wider {
    letter-spacing: 1.5px;
}

.extra-small {
    font-size: 0.75rem;
}

/* Header Close Button styling */
.btn-close {
    background-size: 0.8rem;
    opacity: 0.7;
}

/* Items hr styling to match the screenshot underline */
hr {
    border-top: 1px solid #800000;
    opacity: 0.15 !important;
}

/* Buttons */
.btn-maroon {
    background-color: #800000;
    color: white;
    border: none;
    font-size: 0.9rem;
    transition: all 0.3s;
}

.btn-maroon:hover {
    background-color: #5a0000;
    color: white;
    box-shadow: 0 4px 12px rgba(128, 0, 0, 0.25);
}

/* Scrollbar styling (matching your OS feel) */
.offcanvas-body::-webkit-scrollbar {
    width: 4px;
}
.offcanvas-body::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 10px;
}
