/* Restore XStore's mobile filter entry point without touching desktop layout. */
@media (max-width:900px){
 body.woocommerce-shop .open-filters-btn,
 body.post-type-archive-product .open-filters-btn{
  display:flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;
 }
}
