:root{--mega-menu-bg: #011C38;--mega-menu-text:rgb(255, 255, 255);--mega-menu-border: #020F20;--mega-menu-hover-bg: #020F20;--mega-menu-overlay: rgba(0, 0, 0, .5);--mega-menu-width: 400px;--mega-menu-transition: .3s cubic-bezier(.4, 0, .2, 1);--mega-menu-header-height: 60px}.custom-mega-menu__toggle--mobile{position:relative;z-index:1000;display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background:transparent;border:none;cursor:pointer;transition:opacity var(--mega-menu-transition)}@media screen and (max-width: 749px){.custom-mega-menu__toggle--mobile{display:flex}}.custom-mega-menu__toggle--mobile:hover{opacity:.7}.custom-mega-menu__toggle-icon{position:relative;display:flex;flex-direction:column;justify-content:space-between;width:24px;height:18px}.custom-mega-menu__toggle-icon span{display:block;width:100%;height:2px;background-color:var(--mega-menu-text);transition:transform var(--mega-menu-transition),opacity var(--mega-menu-transition)}.custom-mega-menu--open .custom-mega-menu__toggle--mobile{display:none}.custom-mega-menu__desktop-nav{display:none;position:relative;z-index:100}@media screen and (min-width: 750px){.custom-mega-menu__desktop-nav{display:block}}.custom-mega-menu__desktop-list{display:flex;align-items:center;gap:0;list-style:none;margin:0;padding:0}.custom-mega-menu__desktop-item{position:relative}.custom-mega-menu__desktop-link{display:flex;align-items:center;gap:8px;padding-right:20px;font-size:17px;font-weight:500;color:var(--mega-menu-text);text-decoration:none;background:transparent;border:none;cursor:pointer;transition:background-color var(--mega-menu-transition),color var(--mega-menu-transition);white-space:nowrap;font-family:inherit}.custom-mega-menu__map-pin-icon{flex-shrink:0}.custom-mega-menu__desktop-link:hover{color:#00f0b6}.custom-mega-menu__desktop-link[data-desktop-menu-trigger].active{background-color:var(--mega-menu-hover-bg)}.custom-mega-menu__nav{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999;visibility:hidden;pointer-events:none}.custom-mega-menu--open .custom-mega-menu__nav{visibility:visible;pointer-events:auto}.custom-mega-menu__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:var(--mega-menu-overlay);opacity:0;transition:opacity var(--mega-menu-transition)}.custom-mega-menu--open .custom-mega-menu__overlay{opacity:1}.custom-mega-menu__container{position:relative;width:100%;max-width:var(--mega-menu-width);height:100%;background-color:var(--mega-menu-bg);box-shadow:2px 0 8px #0000001a;transform:translate(-100%);transition:transform var(--mega-menu-transition);overflow:hidden;display:flex;flex-direction:column}.custom-mega-menu--open .custom-mega-menu__container{transform:translate(0)}.custom-mega-menu__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;min-height:var(--mega-menu-header-height);border-bottom:1px solid var(--mega-menu-border)}.custom-mega-menu__header-title{font-size:18px;font-weight:600;color:var(--mega-menu-text);margin:0}.custom-mega-menu__close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:transparent;border:none;cursor:pointer;color:var(--mega-menu-text);transition:opacity var(--mega-menu-transition)}.custom-mega-menu__close:hover{opacity:.6}.custom-mega-menu__panels{position:relative;flex:1;overflow:hidden}.custom-mega-menu__panel{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--mega-menu-bg);overflow-y:auto;overflow-x:hidden;transform:translate(100%);transition:transform var(--mega-menu-transition);-webkit-overflow-scrolling:touch}.custom-mega-menu__panel--active{transform:translate(0)}.custom-mega-menu__panel--previous{transform:translate(-30%)}.custom-mega-menu__panel-header{position:sticky;top:0;background-color:var(--mega-menu-bg);border-bottom:1px solid var(--mega-menu-border);padding:16px 20px;z-index:10}.custom-mega-menu__back{display:flex;align-items:center;gap:8px;padding:8px 0;background:transparent;border:none;font-size:14px;font-weight:500;color:var(--mega-menu-text);cursor:pointer;transition:opacity var(--mega-menu-transition);margin-bottom:8px}.custom-mega-menu__back:hover{opacity:.6}@media screen and (min-width: 750px){.custom-mega-menu__back--hide-on-desktop-open,.custom-mega-menu__panel[data-level="1"] .custom-mega-menu__panel-header{display:none}.custom-mega-menu__panel[data-level="2"] .custom-mega-menu__panel-header,.custom-mega-menu__panel[data-level="3"] .custom-mega-menu__panel-header{display:block}.custom-mega-menu__panel[data-level="2"] .custom-mega-menu__back,.custom-mega-menu__panel[data-level="3"] .custom-mega-menu__back{display:flex!important}}.custom-mega-menu__back svg{width:20px;height:20px}.custom-mega-menu__panel-title{display:none;margin:0;font-size:18px;font-weight:600;color:var(--mega-menu-text)}.custom-mega-menu__list{list-style:none;margin:0;padding:0}.custom-mega-menu__item{border-bottom:1px solid var(--mega-menu-border)}.custom-mega-menu__item:last-child{border-bottom:none}.custom-mega-menu__link{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;color:var(--mega-menu-text);text-decoration:none;font-size:18px;font-weight:500;transition:background-color var(--mega-menu-transition);cursor:pointer}.custom-mega-menu__link:hover{background-color:var(--mega-menu-hover-bg)}.custom-mega-menu__link span{flex:1}.custom-mega-menu__arrow{width:20px;height:20px;color:var(--mega-menu-text);opacity:.5;flex-shrink:0}.custom-mega-menu__item--has-children .custom-mega-menu__link{font-weight:500}.custom-mega-menu__panel::-webkit-scrollbar{width:6px}.custom-mega-menu__panel::-webkit-scrollbar-track{background:transparent}.custom-mega-menu__panel::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.custom-mega-menu__panel::-webkit-scrollbar-thumb:hover{background:#0000004d}body.custom-mega-menu-open{overflow:hidden}@media (max-width: 480px){:root{--mega-menu-width: 100%}.custom-mega-menu__container{max-width:100%}}@media (min-width: 768px){:root{--mega-menu-width: 420px}}.custom-mega-menu__toggle--mobile:focus-visible,.custom-mega-menu__close:focus-visible,.custom-mega-menu__back:focus-visible,.custom-mega-menu__link:focus-visible,.custom-mega-menu__desktop-link:focus-visible{outline:2px solid #0066ff;outline-offset:2px}@media (prefers-reduced-motion: reduce){.custom-mega-menu__container,.custom-mega-menu__panel,.custom-mega-menu__overlay,.custom-mega-menu__toggle-icon span,.custom-mega-menu__link,.custom-mega-menu__close,.custom-mega-menu__back,.custom-mega-menu__desktop-link{transition-duration:.01ms!important}}.custom-mega-menu,.custom-mega-menu__nav,.custom-mega-menu__container,.custom-mega-menu__panel{color-scheme:light}@media screen and (max-width: 749px){.header__icon--menu,.menu-drawer__navigation-icon,header-drawer,.header__heading-link,.headerDrawerContainer,.header__drawer{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/custom-mega-menu.css.map */
