.custom-menu{--menu-accent: #d81b1b;--menu-ink: #222222;--menu-muted: #666666;--menu-border: #e6edf2;--menu-soft: #eef5f8;--menu-panel: #f2f8fb;display:block;position:relative;z-index:50;color:var(--menu-ink);font-family:var(--navigation-font-family, var(--body-font-family))}.custom-menu.is-open{z-index:55}.custom-menu__bar{border-bottom:1px solid #e2e2e2;background:#fff}.custom-menu__inner{display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;height:80px;min-height:80px}.custom-menu button{font-family:inherit}.custom-menu [hidden]{display:none!important}.custom-menu__all{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:space-between;gap:14px;height:56px;min-height:56px;width:164px;padding:0 18px 0 16px;border:0;border-radius:4px;background:var(--menu-accent);color:#fff;font-size:1.35rem;font-weight:800;line-height:1.1;cursor:pointer}.custom-menu__hamburger{position:relative;width:22px;height:14px;flex:0 0 22px;border-top:2px solid currentColor;border-bottom:2px solid currentColor}.custom-menu__hamburger:before{content:"";position:absolute;top:4px;left:0;width:22px;border-top:2px solid currentColor}.custom-menu__shortcuts{display:contents}.custom-menu__shortcut{flex:0 0 auto;display:flex;min-width:0;box-sizing:border-box;padding:0 6px;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:#222;font-size:1.25rem;font-weight:800;line-height:1.15;text-align:center;text-decoration:none}.custom-menu__shortcut:nth-child(n+8){display:none}.custom-menu__shortcut:last-child{align-items:flex-end;padding-right:0}.custom-menu__shortcut:hover{color:var(--menu-accent)}.custom-menu__shortcut-icon{display:grid;place-items:center;width:36px;height:36px;color:currentColor}.custom-menu__shortcut-icon svg{display:block;width:36px;height:36px}.custom-menu__shortcut-icon img{display:block;width:38px;height:38px;object-fit:contain}.custom-menu__shortcut-text{display:block;max-width:100%;overflow-wrap:anywhere}.custom-menu__overlay{visibility:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:390;background:#00000094;opacity:0;transition:opacity .18s ease,visibility .18s ease}.custom-menu__drawer{visibility:hidden;position:fixed;top:0;bottom:0;left:0;z-index:400;display:grid;grid-template-columns:316px minmax(360px,494px);width:min(810px,calc(100vw - 32px));max-width:100vw;height:100vh;height:100dvh;min-height:0;background:#fff;box-shadow:8px 0 32px #0003;opacity:0;transform:translate3d(-24px,0,0);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.custom-menu.is-open .custom-menu__overlay,.custom-menu.is-open .custom-menu__drawer{visibility:visible;opacity:1;transform:translateZ(0)}.custom-menu__rail{display:flex;flex-direction:column;min-width:0;min-height:0;overflow:hidden;border-right:1px solid var(--menu-border);background:#fff}.custom-menu__header{display:flex;align-items:center;justify-content:space-between;min-height:62px;padding:0 16px 0 22px;border-bottom:1px solid var(--menu-border)}.custom-menu__header h2,.custom-menu__panel-header h3{margin:0;color:#222;font-family:var(--heading-font-family, var(--body-font-family));font-weight:800;letter-spacing:0}.custom-menu__header h2{font-size:2rem}.custom-menu__close{display:grid;place-items:center;width:42px;height:42px;padding:0;border:0;background:transparent;color:#777;cursor:pointer}.custom-menu__close svg{width:18px;height:18px}.custom-menu__back{display:flex;align-items:center;gap:8px;min-height:44px;padding:0 20px;border:0;border-bottom:1px solid var(--menu-border);background:#fff;color:#222;font-size:1.35rem;font-weight:800;cursor:pointer}.custom-menu__back svg{width:16px;height:16px}.custom-menu__status{padding:16px 22px;color:var(--menu-muted);font-size:1.35rem}.custom-menu__list{flex:1 1 auto;min-height:0;margin:0;padding:20px 16px 22px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;list-style:none}.custom-menu__item{margin:0;display:grid;grid-template-columns:minmax(0,1fr);border-bottom:1px solid var(--menu-border)}.custom-menu__item--has-children{grid-template-columns:minmax(0,1fr) 48px}.custom-menu__item-button,.custom-menu__item-link{display:flex;align-items:center;min-height:51px;border:0;background:#fff;color:#111;font-size:1.35rem;font-weight:800;line-height:1.2;text-align:left;text-decoration:none;cursor:pointer}.custom-menu__item-link{min-width:0;padding:0 12px}.custom-menu__item-button{justify-content:center;width:48px;padding:0}.custom-menu__item.is-active .custom-menu__item-link,.custom-menu__item.is-active .custom-menu__item-button{background:var(--menu-soft)}.custom-menu__item-arrow{color:#222}.custom-menu__item-arrow svg{width:14px;height:14px}.custom-menu__panel{min-width:0;min-height:0;padding:38px 32px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:var(--menu-panel)}.custom-menu__panel-header{display:block;margin-bottom:18px}.custom-menu__panel-header h3{font-size:2.8rem;line-height:1.1}.custom-menu__panel-header a{display:none}.custom-menu__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 32px}.custom-menu__tile{display:flex;min-width:0;flex-direction:column;align-items:center;gap:12px;color:#2a2a2a;font-size:1.35rem;font-weight:800;line-height:1.2;text-align:center;text-decoration:none;border:0;background:transparent;cursor:pointer}.custom-menu__tile-media{display:grid;place-items:center;width:112px;max-width:100%;aspect-ratio:1;border-radius:6px;background:#fff;color:#111;font-size:2.4rem;font-weight:900;overflow:hidden}.custom-menu__tile-media img{display:block;width:100%;height:100%;object-fit:contain}.custom-menu__tile:hover{color:var(--menu-accent)}.custom-menu__tile--view-all .custom-menu__tile-media{background:#fff;color:#111;font-size:1.7rem}body.custom-menu-lock{overflow:hidden}@media(max-width:1023px){.custom-menu__inner{height:auto;min-height:0;gap:8px;padding-top:8px;padding-bottom:8px}.custom-menu__all{flex:0 0 150px;width:150px;min-height:48px;padding-right:14px;padding-left:14px;font-size:1.25rem}.custom-menu__shortcuts{gap:6px}.custom-menu__shortcut{min-height:58px;padding:4px;font-size:1.1rem}.custom-menu__shortcut:nth-child(n+4){display:none}.custom-menu__shortcut-icon,.custom-menu__shortcut-icon svg{width:30px;height:30px}}@media(max-width:768px){.custom-menu__inner{padding-right:var(--gutter-sm, 20px);padding-left:var(--gutter-sm, 20px)}.custom-menu__all{display:none!important}.custom-menu__drawer{grid-template-columns:minmax(0,1fr);width:100vw}.custom-menu__rail{border-right:0}.custom-menu__panel{display:none}.custom-menu__list{padding-top:8px}.custom-menu__item-button,.custom-menu__item-link{min-height:50px;font-size:1.4rem}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/custom-nav.css.map */
