.sidebar-title h2, .awf-filter-title {     
border-bottom: #dbdbdb solid 1px;
padding-bottom: 20px !important;
font-size: 25px;
color: #1A1A1A;
font-weight: 400; } 

.awf-filter-title-container{position: relative;margin: 0;}
.awf-collapse-btn{position:absolute;top:0;right:0;}
.awf-filters-container > ul > li {
padding: 16px 0px;
border-bottom: 1px solid #dbdbdb;
color: #1A1A1A;
}

.awf-collapsible-children .awf-parent-container::after {
    content: "\f107";
    top: 14px !important;
    font-size: 15px;
}

.awf-reset-btn { padding: 0px 30px;
    height: 40px;
    border: #1A1A1A solid 1px;
    font-size: 0.9rem; }
    .awf-collapse-btn::before {top:2px;}
    .awf-collapsed .awf-collapse-btn::before{top:3px;}

.wpcf7-form-control-wrap { width:100% !important; }
.awf-filters-1-1-container.awf-style-icons label::before { display:none; }
.widget_price_filter .ui-slider .ui-slider-handle, .bapf_slidr_main.ui-widget-content .ui-slider-handle, .berocket_filter_price_slider.ui-widget-content .ui-slider-handle, .slide.default .bapf_slidr_main .ui-state-default, .slide.default .bapf_slidr_main .ui-widget-header .ui-state-default, .slide.default .bapf_slidr_main.ui-widget-content .ui-state-default, .slide.default .berocket_filter_price_slider .ui-state-default, .slide.default .berocket_filter_price_slider .ui-widget-header .ui-state-default, .slide.default .berocket_filter_price_slider.ui-widget-content .ui-state-default, .noUi-handle { background-color:#849FBC !important; }

.awf-collapsible-children .awf-filter-container.awf-parent-container label {color:#1A1A1A;}

.awf-filters-container ul > ul > li {padding:12px 0}
.awf-filters-container ul > ul > li a{font-size:16px;}
.awf-collapsible-children .awf-parent-container:hover{background:transparent !important;}
.awf-collapsible-children .awf-parent-container:hover label{color:#849fbc;}
.awf-filter-wrapper{margin: 0 0 40px 0 !important;}
.awf-style-icons label::before, .awf-style-custom-terms label::before{margin: 2px 15px 0 1px;}


@media screen and (max-width: 1599.98px) {
    .awf-filter-title {
        border-bottom: #ccc solid 1px;
        padding-bottom: 15px;
    }
    .awf-filter-wrapper{margin: 0 0 20px 0 !important;}
}

@media screen and (max-width: 575.98px) {
    .sidebar{min-width:100%;max-width:100%;}
    .ProductListingSection .left{padding-bottom: 0;}
}

/* FAQ section — apply #dec1bf only to the OPEN state (header + answer), leaving the closed/collapsed header exactly as the theme originally styled it (white bg, #3F3F3F icon) until hovered */
.HomeSectionFAQ .accordion .accordion-item .accordion-header a:not(.collapsed) {
    background: #dec1bf;
    border-radius: 10px 10px 0 0;
}

.HomeSectionFAQ .accordion .accordion-item .accordion-header a:hover {
    background: #dec1bf;
}

.HomeSectionFAQ .accordion-body {
    background: #dec1bf;
}

/* FAQ section — grid-based collapse animation (replaces Bootstrap's height transition) */
.HomeSectionFAQ .faq-grid-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s ease;
}

.HomeSectionFAQ .faq-grid-wrapper.is-open {
    grid-template-rows: 1fr;
}

.HomeSectionFAQ .faq-grid-inner {
    overflow: hidden;
    min-height: 0;
}

/* FAQ section — chevron icon color for open/hover states only (closed stays the theme's original #3F3F3F) */
.HomeSectionFAQ .accordion .accordion-item .accordion-header a:not(.collapsed)::before,
.HomeSectionFAQ .accordion .accordion-item .accordion-header a:hover::before {
    color: #590002;
}

.HomeSectionFAQ .accordion .accordion-item .accordion-header a h3::after {
    background-color: #9b8786;
}

/* Hero banner — H2 subheadline sized down from the shared .pageTitle.lg scale, so it reads clearly as secondary to the new H1 */
.BannerSection .pageTitle.lg h1 {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.BannerSection .pageTitle.lg h2 {
    font-size: 32px;
    font-weight: 400;
    color: #F4B8B2 !important;
}
@media screen and (max-width: 1599.98px) {
    .BannerSection .pageTitle.lg h2 {
        font-size: 26px;
    }
}
@media screen and (max-width: 575.98px) {
    .BannerSection .pageTitle.lg h2 {
        font-size: 22px;
    }
}

.BannerSection .pageTitle.lg p {
    max-width: 620px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.85) !important;
    line-height: 1.6;
}