#left-column .block-categories {
    padding: 30px 25px;
    background-color: var(--tertiary-backgound-color);
    border-radius: 10px;
}
#left-column .block-categories .category-top-menu .sous-categories-title {
    color: var(--text-color, #323232);
    font-family: var(--main-font);
    font-size: clamp(18px, calc(18px + 6 * ((100vw - 320px) / 1120)), 24px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
}
#left-column .block-categories .category-top-menu .sous-categories-title::after {
    content: '';
    position: absolute;
    bottom: -20px; 
    left: 0;
    width: 32px;
    height: 3px; 
    background-color: var(--main-color);
    border-radius: 10px;
}
#left-column .block-categories .category-top-menu .category-sub-menu {
    margin-top: 38px;
}
#left-column .block-categories .category-top-menu .category-sub-menu li a {
    color: var(--text-color, #323232);
    font-family: var(--main-font);
    font-size: clamp(13px, calc(13px + 2 * ((100vw - 320px) / 1120)), 15px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    border-bottom: solid 1px rgba(0, 0, 0, 0.10);
    padding-bottom: 15px;
    padding-top: 15px;
    text-transform: uppercase;
    margin: 0;
}
#left-column .block-categories .category-top-menu .category-sub-menu li::after {
    content: ">";
    position: absolute;
    color: var(--text-color, #323232);
    font-family: var(--main-font);
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
#left-column #search_filters_wrapper {
    padding: 30px 25px;
    background-color: var(--tertiary-backgound-color);
    border-radius: 10px;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
}
#left-column #search_filters_wrapper #search_filters {
    background-color: var(--tertiary-backgound-color);
    padding: 0;
}
#left-column #search_filters_wrapper #search_filters p.text-uppercase {
    color: var(--text-color, #323232);
    font-family: var(--main-font)!important;
    font-size: 24px!important;
    font-style: normal;
    font-weight: 600!important;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    margin: 0;
}
#left-column #search_filters_wrapper #search_filters p.text-uppercase::after {
    content: '';
    position: absolute;
    bottom: -20px; 
    left: 0;
    width: 32px;
    height: 3px; 
    background-color: var(--main-color);
    border-radius: 10px;
}
#left-column #search_filters_wrapper #search_filters .collapse a.select-title {
    background-color: #FFF;
}
#left-column #search_filters_wrapper #search_filters section.facet:first-of-type {
    margin-top: 38px;
}
#left-column #search_filters_wrapper #search_filters section.facet.clearfix {
    padding-top: 20px;
}
#left-column #search_filters_wrapper #search_filters section.facet p.facet-title {
    color: var(--text-color, #323232);
    font-family: var(--main-font)!important;
    font-size: 15px!important;
    font-style: normal;
    font-weight: 600!important;
    line-height: normal;
    text-transform: uppercase!important;
    margin-bottom: 20px;
}
#left-column #search_filters_wrapper #search_filters section.facet .facet-label a.search-link {
    text-align: left;
    color: var(--text-color, #323232);
    font-family: var(--main-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#left-column #search_filters_wrapper #search_filters section.facet .facet-label .custom-checkbox span.ps-shown-by-js {
    border-radius: 2px;
    border: 1px solid var(--Filets-clairs, #EBEBEB);
    background: #FFF;
}
#left-column #search_filters_wrapper #search_filters section.facet .collapse .select-title span {
    color: var(--text-color, #323232);
    font-family: var(--main-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}



/* Manufacturer listing: meme structure visuelle meme sans #search_filters_wrapper */
.manufacturer-listing-page #left-column #search_filters {
    padding: 30px 25px;
    background-color: var(--tertiary-backgound-color);
    border-radius: 10px;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
}

.facet-dropdown div.dropdown-menu {
    box-shadow: 5px 6px 13px 6px #00000033;
}

.manufacturer-listing-page #left-column #search_filters p.text-uppercase {
    color: var(--text-color, #323232);
    font-family: var(--main-font) !important;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    margin: 0;
}

.manufacturer-listing-page #left-column #search_filters p.text-uppercase::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 32px;
    height: 3px;
    background-color: var(--main-color);
    border-radius: 10px;
}

.manufacturer-listing-page #left-column #search_filters .collapse a.select-title {
    background-color: #FFF;
}

.manufacturer-listing-page #left-column #search_filters section.facet:first-of-type {
    margin-top: 38px;
}

.manufacturer-listing-page #left-column #search_filters section.facet.clearfix {
    padding-top: 20px;
}

.manufacturer-listing-page #left-column #search_filters section.facet p.facet-title {
    color: var(--text-color, #323232);
    font-family: var(--main-font) !important;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    text-transform: uppercase !important;
    margin-bottom: 20px;
}

.manufacturer-listing-page #left-column #search_filters section.facet .facet-label a.search-link {
    text-align: left;
    color: var(--text-color, #323232);
    font-family: var(--main-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.manufacturer-listing-page #left-column #search_filters section.facet .facet-label .custom-checkbox span.ps-shown-by-js {
    border-radius: 2px;
    border: 1px solid var(--Filets-clairs, #EBEBEB);
    background: #FFF;
}

.manufacturer-listing-page #left-column #search_filters section.facet .collapse .select-title span {
    color: var(--text-color, #323232);
    font-family: var(--main-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (min-width: 551px) and (max-width: 1024px) {
    #left-column #search_filters_wrapper,
    .manufacturer-listing-page #left-column #search_filters {
        max-height: none;
        overflow: visible;
    }
}

@media (max-width: 550px) {
    #left-column #search_filters_wrapper {
        max-height: none;
        overflow: hidden;
        padding: 20px;
    }

    #left-column #search_filters_wrapper #search_filters p.text-uppercase {
        font-size: 20px !important;
        padding-right: 28px;
        cursor: pointer;
        user-select: none;
    }

    #left-column #search_filters_wrapper #search_filters p.text-uppercase::after {
        content: "\25BE";
        bottom: auto;
        left: auto;
        right: 0;
        top: 50%;
        width: auto;
        height: auto;
        background: none;
        border-radius: 0;
        transform: translateY(-50%);
        line-height: 1;
        transition: transform 0.2s ease;
    }

    #left-column #search_filters_wrapper.filters-mobile-collapsed #search_filters > :not(p.text-uppercase) {
        display: none;
    }

    #left-column #search_filters_wrapper.filters-mobile-collapsed #search_filter_controls {
        display: none !important;
    }

    #left-column #search_filters_wrapper.filters-mobile-expanded {
        max-height: calc(100vh - 120px);
        overflow-y: auto;
        overflow-x: hidden;
        overscroll-behavior: contain;
    }

    #left-column #search_filters_wrapper.filters-mobile-expanded #search_filters p.text-uppercase::after {
        transform: translateY(-50%) rotate(180deg);
    }

    .manufacturer-listing-page #left-column #search_filters {
        max-height: none;
        overflow: hidden;
        padding: 20px;
    }

    .manufacturer-listing-page #left-column #search_filters p.text-uppercase {
        display: block !important;
        font-size: 20px !important;
        padding-right: 28px;
        cursor: pointer;
        user-select: none;
    }

    .manufacturer-listing-page #left-column #search_filters p.text-uppercase::after {
        content: "\25BE";
        bottom: auto;
        left: auto;
        right: 0;
        top: 50%;
        width: auto;
        height: auto;
        background: none;
        border-radius: 0;
        transform: translateY(-50%);
        line-height: 1;
        transition: transform 0.2s ease;
    }

    .manufacturer-listing-page #left-column #search_filters.filters-mobile-collapsed > :not(p.text-uppercase) {
        display: none;
    }

    .manufacturer-listing-page #left-column #search_filters.filters-mobile-expanded {
        max-height: calc(100vh - 120px);
        overflow-y: auto;
        overflow-x: hidden;
        overscroll-behavior: contain;
    }

    .manufacturer-listing-page #left-column #search_filters.filters-mobile-expanded p.text-uppercase::after {
        transform: translateY(-50%) rotate(180deg);
    }
}