/* Market Box — hide huge category facet blocks above products */
[data-mbx-facet-hidden="1"],
.mbx-filters-after-products,
.mbx-bottom-category-filters,
.mbx-filter-toggle {
    display: none !important;
}

.mbx-category-facets-hidden .mbx-filters-after-products,
.mbx-category-facets-hidden .mbx-bottom-category-filters {
    display: none !important;
}
