/* ZOC_LUXURY_SHOP_DESKTOP_FILTER_GUARD_V38
 * The mobile filter toolbar is created by the shared mobile shell at every viewport width.
 * It must remain available on mobile and be absent on desktop where the filter sidebar is already visible.
 */
@media (min-width:981px){
  html body .zoc-lsf-mobile-shop-toolbar,
  html body .zoc-lsf-filter-overlay,
  html body .lsf-shop-sidebar>.zoc-lsf-filter-head,
  html body .lsf-shop-sidebar .zoc-lsf-filter-open,
  html body .lsf-shop-sidebar .zoc-lsf-results-jump{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
  }
}
