/**
 * BestHost storefront — shared fixes loaded after per-brand theme.css on every shop.
 * Hides legacy mobile-menu checkbox when old cached HTML still includes it.
 */
.gs-mobile-nav-toggle,
#gs-mobile-nav-toggle {
  display: none !important;
  visibility: hidden !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
}
