/* Force mobile menu on all screen sizes */ @media (min-width: 1024px) { .header-menu-nav--visible { display: none !important; } .header-menu-toggle { display: block !important; } }