/* Desktop Electronics mobile navigation visibility repair — v1.3.22 */
@media (max-width: 820px) {
  body.store > .header,
  body.store > .header .header-row {
    overflow: visible !important;
  }

  body.store > .header {
    contain: none !important;
  }

  body.store > .header nav {
    max-width: 100%;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
  }

  body.store > .header.open nav {
    display: flex !important;
  }
}

