.mobile-filter-floating{display:none}
@media(max-width:640px){
  .conversion-tools .mobile-filter-toggle{display:none!important}
  .mobile-filter-floating{position:fixed!important;z-index:149;left:16px!important;top:auto!important;right:auto!important;bottom:max(18px,env(safe-area-inset-bottom))!important;display:flex!important;align-items:center;justify-content:center;gap:9px;width:auto!important;min-width:112px;height:48px;margin:0!important;padding:0 18px!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:999px!important;background:rgba(7,27,54,.96)!important;color:#fff!important;box-shadow:0 12px 34px rgba(7,27,54,.3)!important;transform:none;backdrop-filter:blur(12px);font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;transition:opacity .25s ease,transform .25s ease}
  .mobile-filter-floating svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6}
  body.filters-open .mobile-filter-floating,body.locked:not(.filters-open) .mobile-filter-floating,body.promotion-open .mobile-filter-floating,body.search-preview-open .mobile-filter-floating{opacity:0!important;pointer-events:none!important;transform:translateY(12px)!important}
}
