/* Keep the complete mobile filter action reachable while its modal is open. */
@media (max-width: 760px) {
    body:has(#catalog-filter-dialog.is-open) [data-site-chat-host] {
        visibility: hidden !important;
        pointer-events: none !important;
    }
}
