@media (min-width: 1441px) {
    #search_filters .block_content .facet.clearfix{
        padding: 10px;
        border: 1px solid #E2E2E2;
        border-radius: 5px;
        margin: 10px 0;
    }
    #category-description {
        overflow: hidden;
        max-height: 350px;
        transition: max-height 0.5s ease;
    }
}
@media (min-width: 768px) and (max-width: 1440px) {
    #search_filters .block_content .facet.clearfix{
        padding: 10px;
        border: 1px solid #E2E2E2;
        border-radius: 5px;
        margin: 10px 0;
    }
    #category-description {
        overflow: hidden;
        max-height: 350px;
        transition: max-height 0.5s ease;
    }
}
@media (max-width: 767px) {
    #search_filters{
        padding: 30px !important;
    }
    #search_filters .block_content .facet.clearfix{
        padding: 0 10px 0 10px;
        border: 1px solid #E2E2E2;
        border-radius: 5px;
        margin: 10px 0;
    }
}
.facet-label   span.magnitude{
    color: #f0a500;
}
#subcategories{
    display: none !important;
}
#js-product-list-header .block-category.card.card-block .category-cover/*,#js-product-list-header .block-category.card.card-block #category-description*/{
    display: none !important;
}
.block-expand-overlay{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: auto;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 1));
}
#toggle-btn{
    background: rgba(105, 105, 115, 1);
    color: #ffffff;
    padding-right: 6px;
    padding-left: 6px;
    min-width: 20px;
    min-height: 20px;
    cursor: pointer;
    font-size: 12px;
    border-radius: 3px !important;
}
#toggle-btn::before{
    display: unset !important;
}
a#toggle-btn:hover {
    background: #f0a500;
}
.toggle-arrow{
    width: 15px;
}

.product-list-reviews .comments-nb{
    display: none;
}
.productscategory-products #productscategory-carousel .product-list-reviews > *:not(:first-child) {
    display: none;
}