@media (max-width: 991px) {}

body.woocommerce-page .sidebar-content aside.widget.widget_custom_html:has([data-selector="one-o-one-filtering"]) .widget-title {
	display: none;
}

body.woocommerce-page .sidebar-content aside.widget.widget_custom_html:not(:has([data-selector="one-o-one-filtering"][data-ready="true"])) {
	display: none;
}

body.woocommerce-page .sidebar-content aside.widget.widget_custom_html:is(:has([data-selector="one-o-one-filtering"][data-ready="true"])) {
	padding-top: 12px;
}

@media screen and (max-width: 920px) {
	#header .logo > a[rel="home"] img {}
}