/* Online-aanbod / catalog filter page — loaded only when $needsCatalogFilters */

.product-sidebar .range-wrap .noUi-background { height: 0; }
.range-wrap .noUi-base { width: 100% !important; }
.range-wrap .slider-labels {
    width: 100%;
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.noUi-handle:before,
.noUi-handle:after { content: unset !important; }
.noUi-target { direction: ltr !important; transform: none !important; }
.noUi-horizontal .noUi-handle { right: auto !important; left: auto !important; }



@media (max-width: 991px) {
    .product-sidebar > .product-widget-item:not(:first-child),
    .product-sidebar .show-reset.mb-40 { display: none !important; }
}

@media (max-width: 767px) {
    .online-aanbod-section::before,
    .online-aanbod-section::after { display: none; }
}
