/* Keep desktop dropdown edges aligned with the storefront content. */
@media (min-width:1200px){
.electro-header-nav-band .electro-header-nav-row{max-width:1400px}
.electro-header-nav-band .electro-main-mega-menu{left:15px!important;right:15px!important;width:calc(100% - 30px)!important;min-width:0!important;max-width:calc(100% - 30px)!important;border-radius:0 0 12px 12px;overflow:hidden;box-shadow:0 12px 24px rgba(25,46,68,.14)}
.electro-header-nav-band .electro-main-mega-grid{grid-template-columns:minmax(0,1fr) 220px;gap:24px;min-height:220px;max-height:min(430px,calc(100vh - 240px));padding:24px;overflow:auto;overscroll-behavior:contain}
.electro-header-nav-band .electro-main-mega-columns{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;min-width:0}
.electro-header-nav-band .electro-main-mega-title{font-size:13px;line-height:1.5;margin-bottom:10px;overflow-wrap:anywhere}
.electro-header-nav-band .electro-main-mega-links .u-header__sub-menu-nav-link{font-size:13px;overflow-wrap:anywhere}
.electro-header-nav-band .electro-main-mega-visual{height:172px;max-height:172px;aspect-ratio:auto;background:#fff;border-radius:8px}
.electro-header-nav-band .electro-main-mega-visual img{max-width:100%;max-height:100%;object-fit:contain}
}

