
        /* ── Desktop: Sticky sidebar ── */
        @media (min-width: 992px) {
            .sticky-sidebar-inner {
                position: sticky;
                top: 75px;
                overflow-y: auto;
                scrollbar-width: none;
                padding-bottom: 30px;
            }
            .sticky-sidebar-inner::-webkit-scrollbar { display: none; }
        }

        /* Match the old h2 look now that .filters-title is a div (site-wide
           heading rule forced font-weight:normal on headings) */
        .filters-header .filters-title {
            font-weight: normal;
        }

        /* Former h1-h6 tags in the footer description, swapped for divs.
           Mirrors the site-wide heading rule (master.css: margin:0; padding:0;
           color:#07428e; font-weight:normal) plus browser-default heading sizes. */
        #bottom-description .bottom-description-heading {
            margin: 0;
            padding: 0;
            text-transform: none;
            font-weight: 600;
            color: #373737;
        }
        #bottom-description .bd-h1 { font-size: 2em; }
        #bottom-description .bd-h2 { font-size: 1.5em; }
        #bottom-description .bd-h3 { font-size: 1.17em; }
        #bottom-description .bd-h4 { font-size: 1em; }
        #bottom-description .bd-h5 { font-size: 0.83em; }
        #bottom-description .bd-h6 { font-size: 0.67em; }

        /* ── Sidebar sort section ── */
        .sidebar-sort-section {
            padding: 0 0 20px;
        }
        .sidebar-sort-section .sidebar-sort-title {
            font-size: 16px;
            color: #000;
            font-weight: 600;
            padding: 0 0 10px;
        }
        .sidebar-sort-section .sidebar-sort-select {
            width: 100%;
            display: block;
            height: 38px;
            padding: 0 30px 0 10px;
            color: #000;
            background: #fff;
            appearance: none;
            -webkit-appearance: none;
            cursor: pointer;
            border: 1px solid #e1e1e1;
            border-radius: 4px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23333' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: calc(100% - 12px) center;
        }

    


     .cc-suggest-input,.cc-cross-sell,.cc-reco-container,.cc-sliderRow-title{
        display: none!important;
    }
    


    .cc-ch-content{
        display: flex;
        justify-content: space-between;
        margin:20px 0;
    }
    .cc-ch-content .cc-cat-icon{
        flex:1 1 0;
        text-align: center;
    }
    @media(max-width:768px){
        .cc-ch-content .cc-cat-icon{
            flex: 0 0 calc(33.333% - 20px);
        }
        .cc-ch-content{
            flex-wrap: wrap;
            gap:10px;
        }
    }
    



            .cc-ct-section * {
                box-sizing: border-box;
            }

            .cc-ct-section {
                display: none;
                background: #fff;
                width: 100%;
                padding: 10px 0 10px;

                .cc-ct-slider {
                    div {
                        margin: auto;
                    }
                }

                .cc-ct-list {
                    position: relative;
                    text-align: center;
                    margin: 0 auto 0 0px;

                    img {
                        width: 75px;
                        border: 2px solid #b59d7c;
                        border-radius: 50%;
                        margin: 0 auto;
                    }

                    p {
                        display: block;
                        font-size: 12px;
                        font-weight: 600;
                        color: #000;
                        text-decoration: none;
                        margin: 10px auto 0;
                    }
                }
            }

            @media    only screen and (max-width: 480px) {
               
                .cc-ct-section {
                    .cc-ct-list {
                        p {
                            width: 95%;
                            margin: 7px auto 0;
                            line-height: 16px;
                        }

                        img {
                            width: 65px;
                        }
                    }
                }
            }

            @media    only screen and (max-width: 320px) {
                .cc-ct-section {
                    .cc-ct-list {
                        p {
                            width: 95%;
                            font-size: 10px;
                            line-height: 13px;
                        }

                        img {
                            width: 55px;
                        }
                    }
                }
            }
        
        @media(max-width: 768px) {
             .cc-ct-slider{
                    overflow-x: scroll!important;
                }
            .cc-main-header {
                display: none !important;
            }

            .header-left-area ul li a {
                font-size: 0px;
                padding: 0px;
            }

            .header-top-area .container .row {
                display: flex;
                align-items: center;
                padding: 15px 0px;
            }

            .header-right-area ul,
            .header-left-area ul {
                padding-left: 0px !important;
            }

            .header-right-area ul li a {
                padding: 0px 10px;
            }

            .header-right-area ul li>span {
                top: 0px;
            }

            .header-left-area {
                margin: 0px;
            }


            .logo-area {
                margin: 0px;
            }
        }

        @media(min-width: 768px) {
            .fake-menu {
                display: none;
            }

            .cc-intelli-search-mobile {
                display: none;
            }

            .header-top-area {
                display: none;
            }

        }

        .cc-main-header2 {
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: center;
        }

        .cc-logo-sec .logo-area {
            margin: 0px !important;
        }

        .cc-search-bar-sec {
            padding-left: 30px;
            padding-right: 10px;
        }

        .cc-suggest-block {
            width: 500px;
            margin: 0 auto;
        }

        .cc-suggest-input {
            position: relative;
            width: 100%;
        }

        .cc-suggest-input-block {
            display: flex;
            align-items: center;
            position: relative;
        }

        #cc-search-box {
            width: 100%;
            height: 31px;
            color: #000;
            font-size: 16px;
            padding: 7px;
            border: 1px solid #000;
            border-radius: 5px;
            box-shadow: none;
            background: #fff;
        }

        .cc-search-icon {
            background: #4c2237;
            height: 31px;
            cursor: pointer;
            width: 35px;
            position: absolute;
            right: 0px;
            top: 0px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        .cc-search-ico {
            width: 15px;
        }

        .cc-login-sec {
            display: flex;
            align-items: center;
        }


        .cc-login-sec .header-left-area {
            margin-top: 0px;
            margin-left: 20px;
        }

        .cc-login-sec .header-left-area ul li a {
            padding: 0px !important;
        }

        #sticky-header-2 .menu-area {
            /* text-align: left; */
            display: flex;
            align-items: center;
        }
        @media(max-width: 768px) {
            .cc-login-sec {
                display: none;
            }
        }
    


    .cc-ct-slider-container > div{
            width:11.1111% !important;
        }
        


        .faq-cat { max-width: 1100px; margin: 60px auto 20px; padding: 0 15px; }
        .faq-cat .faq-cat-title { font-size: 28px; color: #2C1810; font-weight: 600; margin: 0 0 8px; }
        .faq-cat .faq-cat-intro { color: #666; font-size: 15px; margin: 0 0 28px; }

        /* Tabs */
        .faq-cat .faq-tabs {
            display: flex; flex-wrap: nowrap; gap: 4px; margin-bottom: 32px;
            border-bottom: 2px solid #e0e0e0; overflow-x: auto; -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
        }
        .faq-cat .faq-tabs::-webkit-scrollbar { display: none; }
        .faq-cat .tab-btn {
            padding: 14px 22px; background: transparent; border: none; border-bottom: 3px solid transparent;
            cursor: pointer; font-size: 15px; color: #666; white-space: nowrap; transition: all .3s;
            position: relative; top: 2px;
        }
        .faq-cat .tab-btn:hover { color: #2C1810; }
        .faq-cat .tab-btn.active { color: #2C1810; border-bottom-color: #6B4C4C; font-weight: 600; }

        /* Panels */
        .faq-cat .faq-tab-content { display: none; }
        .faq-cat .faq-tab-content.active { display: block; }

        /* Accordion items */
        .faq-cat .accordion-item {
            background: #fff; border: 1px solid #e0e0e0; border-radius: 8px; margin-bottom: 16px; overflow: hidden;
        }
        .faq-cat .accordion-header {
            display: flex; justify-content: space-between; align-items: center; gap: 16px;
            padding: 20px 24px; cursor: pointer; transition: background-color .3s;
        }
        .faq-cat .accordion-header:hover { background-color: #f9f9f9; }
        .faq-cat .accordion-header h2,
        .faq-cat .accordion-header h3,
        .faq-cat .accordion-header h4 {
            font-size: 16px; line-height: 1.4; color: #2C1810; font-weight: 500; margin: 0;
        }
        .faq-cat .accordion-icon {
            flex: 0 0 32px; width: 32px; height: 32px; background: #f5f5f5; border-radius: 4px;
            display: flex; align-items: center; justify-content: center; font-size: 22px; line-height: 1; transition: all .3s;
        }
        .faq-cat .accordion-content { max-height: 0; overflow: hidden; transition: max-height .35s ease-out; }
        .faq-cat .accordion-item.active .accordion-content { max-height: 3000px; padding: 0 24px 24px; }
        .faq-cat .accordion-item.active .accordion-icon { transform: rotate(45deg); background: #6B4C4C; color: #fff; }
        .faq-cat .accordion-content p { color: #555; line-height: 1.8; font-size: 15px; margin: 0 0 12px; }
        .faq-cat .accordion-content p:last-child { margin-bottom: 0; }
        .faq-cat .accordion-content ul { margin: 0 0 12px; padding-left: 20px; list-style: disc; }
        .faq-cat .accordion-content li { color: #555; line-height: 1.8; font-size: 15px; margin-bottom: 6px; }
        .faq-cat .accordion-content li strong { color: #2C1810; }
        .faq-cat .accordion-content a { color: #6B4C4C; text-decoration: underline; }

        /* Product shelf inside an answer */
        .faq-cat .qa-shelf { margin-top: 20px; padding-top: 16px; border-top: 1px solid #eee; }
        .faq-cat .shelf-label {
            font-size: 12px; letter-spacing: .06em; text-transform: uppercase;
            color: #999; margin: 0 0 12px; font-weight: 600;
        }
        .faq-cat .accordion-content ul.shelf {
            list-style: none; margin: 0; padding: 0;
            display: flex; flex-wrap: wrap; gap: 10px;
        }
        .faq-cat .accordion-content ul.shelf > li {
            margin: 0; padding: 0; flex: 1 1 230px; max-width: 320px; list-style: none;
        }
        .faq-cat .accordion-content a.mini {
            display: flex; align-items: center; gap: 12px; height: 100%;
            padding: 10px 12px; border: 1px solid #e0e0e0; border-radius: 8px;
            background: #fff; text-decoration: none;
            transition: border-color .2s, box-shadow .2s, transform .2s;
        }
        .faq-cat .accordion-content a.mini:hover {
            border-color: #6B4C4C; box-shadow: 0 2px 10px rgba(0,0,0,.07);
            transform: translateY(-1px); text-decoration: none;
        }
        .faq-cat .accordion-content a.mini .thumb {
            flex: 0 0 56px; width: 56px; height: 56px; border-radius: 6px;
            object-fit: contain; background: #f7f7f7; display: block;
        }
        .faq-cat .accordion-content a.mini .mini-txt {
            display: flex; flex-direction: column; gap: 3px; min-width: 0;
        }
        .faq-cat .accordion-content a.mini b {
            font-size: 13px; font-weight: 600; color: #2C1810; line-height: 1.35;
            display: block; margin: 0;
        }
        .faq-cat .accordion-content a.mini .mini-price {
            font-size: 13px; color: #6B4C4C; font-weight: 700; display: block;
        }

        @media (max-width: 768px) {
            .faq-cat { margin-top: 40px; }
            .faq-cat .faq-cat-title { font-size: 22px; }
            .faq-cat .accordion-header { padding: 16px; }
            .faq-cat .accordion-item.active .accordion-content { padding: 0 16px 16px; }
        }

        @media (max-width: 480px) {
            .faq-cat .accordion-content ul.shelf > li { flex: 1 1 100%; max-width: none; }
        }
    


    /* Hide the reCAPTCHA v3 badge injected by the api.js loaded in the layout */
    .grecaptcha-badge {
        display: none;
    }
