
/*
| RR_HEADER_TABLET_SEARCH_JITTER_FIX_V9
| Prevents tablet/laptop micro shift while typing in search.
| V4 overlay remains mobile-only; V8 fixed card handles tablet/laptop.
| Floating cart untouched.
*/
@media (min-width: 641px) and (max-width: 1180px) {
    html body:not(.admin) .rr-central-storefront-header,
    html body:not(.admin) .rr-central-header-shell,
    html body:not(.admin) .rr-central-header-search,
    html body:not(.admin) .rr-search-suggestions {
        overflow-anchor: none !important;
    }

    html body:not(.admin).rr-header-search-overlay-open-v4::before {
        display: none !important;
        content: none !important;
    }
}
