/**
 * Shop sidebar: keep Category and Price filters expanded (no accordion).
 */

.elementor-widget-the7_product-categories.closed .dt-product-categories,
.elementor-widget-the7_product-categories .dt-product-categories,
.elementor-widget-the7_product-categories .the7-vertical-list {
	display: block !important;
}

.the7-product-price-filter.closed .filter-container,
.the7-product-price-filter .filter-container {
	display: block !important;
}

.elementor-widget-the7_product-categories .filter-toggle-icon,
.the7-product-price-filter .filter-toggle-icon {
	display: none !important;
}

.the7-product-categories.collapsible .filter-header,
.the7-product-price-filter.collapsible .filter-header {
	cursor: default;
	pointer-events: none;
}
