.list-menu{list-style:none;padding:0;margin:0}.list-menu--inline{display:inline-flex;flex-wrap:wrap;gap:.4rem}.list-menu__item{display:flex;align-items:center}.custom-header{position:relative;z-index:400;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.custom-header[data-sticky=true].is-pinned{position:fixed;top:0;left:0;width:100%;box-shadow:0 2px 8px #00000026}.custom-header__spacer{height:0}.custom-header__topbar{background-color:rgb(var(--color-background-tertiary));border-bottom:1px solid rgb(var(--color-border))}.custom-header__topbar-inner{display:flex;justify-content:flex-end;padding-top:.8rem;padding-bottom:.8rem}.custom-header__topbar .menu-top-item:hover{cursor:pointer;color:rgb(var(--color-accent))}.custom-header__main{position:relative}.custom-header__main-inner{display:flex;align-items:center;gap:3.2rem;padding-top:1.6rem;padding-bottom:1.6rem}.custom-header__logo{display:block;flex-shrink:1;min-width:6rem}.custom-header__logo img{display:block;width:var(--custom-header-logo-width, 200px);max-width:100%;height:auto}@media screen and (max-width:959px){.custom-header__logo{flex-shrink:0}.custom-header__logo img{width:auto;height:30px;max-width:none}}.custom-header__logo-text{font-size:2.4rem;font-weight:700}.custom-header__nav{display:none}@media screen and (min-width:960px){.custom-header__nav{display:block;flex:1}.custom-header__icon--menu-toggle{display:none}.custom-header__button{display:block}}@media screen and (max-width:959px){.custom-header__button{display:none}}.custom-header__icon--menu-toggle{background:transparent;border:none}.custom-header--center-logo .custom-header__nav{order:1}.custom-header--center-logo .custom-header__logo{order:2;margin:0 auto}.custom-header--center-logo .header__icons{order:3}.custom-header--left-logo-second .custom-header__main-inner{gap:1.6rem}.list-menu-item.list-menu--submenu:not(.has-mega-menu){position:relative}.list-menu-item.is-open>.header__submenu{opacity:1;pointer-events:all}.list-menu-item.is-open>.header__menu-item svg{transform:rotate(180deg)}.custom-header__nav .list-menu-item:hover>.header__menu-item svg,.custom-header__nav .list-menu-item.is-open>.header__menu-item svg{color:rgb(var(--color-button-text))}.custom-header__mega-menu{position:fixed;top:0;left:0;z-index:20;width:100vw;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);transition:opacity var(--duration-default),visibility var(--duration-default),transform var(--duration-default)}.list-menu-item.has-mega-menu:hover>.custom-header__mega-menu,.list-menu-item.has-mega-menu:focus-within>.custom-header__mega-menu,.list-menu-item.has-mega-menu.is-open>.custom-header__mega-menu{opacity:1;visibility:visible;pointer-events:all;transform:translateY(0)}.custom-header__mega-menu-items{background-color:rgb(var(--color-background-secondary));border-top:1px solid rgb(var(--color-border));box-shadow:0 8px 24px #00000026}.custom-header__mega-menu-inner{padding-top:3.2rem;padding-bottom:3.2rem}.custom-header__mega-menu-grid{display:flex;gap:3.2rem;width:100%}.custom-header__mega-menu-links{flex:1 1 auto;min-width:0;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);gap:3.2rem}@media screen and (max-width:1279px){.custom-header__mega-menu-links{grid-auto-columns:calc((100% - 2 * 3.2rem) / 3);overflow-x:auto;overflow-y:hidden;padding-bottom:.8rem;scrollbar-width:thin}}.custom-header__mega-menu-promo{flex:0 0 28rem;width:28rem}.custom-header__mega-menu-promo-link{display:block;height:100%}.custom-header__mega-menu-group{margin-bottom:2rem}.custom-header__mega-menu-heading{color:rgb(var(--color-foreground-secondary));display:block;font-family:eurostile,sans-serif;font-weight:900;text-transform:uppercase;letter-spacing:.04em;font-size:1.8rem}.custom-header__mega-menu-heading:hover{color:rgb(var(--color-accent))}.custom-header__mega-menu-list{display:flex;flex-direction:column;gap:.6rem;margin-left:1.8rem}.custom-header__mega-menu-link{color:rgb(var(--color-foreground));font-size:1.5rem;text-decoration:none}.custom-header__mega-menu-link:hover{color:rgb(var(--color-accent))}.custom-header__mega-menu-promo-link img{display:block;width:100%;height:100%;object-fit:cover;border-radius:var(--border-radius-main, 4px)}.custom-header__drawer[hidden]{display:none}.custom-header__drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999}.custom-header__drawer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00000080}.custom-header__drawer-panel{position:absolute;top:0;left:0;bottom:0;width:32rem;max-width:85vw;overflow-y:auto;padding:2.4rem;transform:translate(-100%);transition:transform var(--duration-default)}.custom-header__drawer--dark .custom-header__drawer-panel{background-color:rgb(var(--secondary-background))}.custom-header__drawer.is-open .custom-header__drawer-panel{transform:translate(0)}.custom-header__drawer-header{display:flex;justify-content:flex-end;margin-bottom:1.6rem}.custom-header__drawer-item:not(:last-child){border-bottom:1px solid rgb(var(--color-border))}.custom-header__drawer-link{align-items:center;color:rgb(var(--color-foreground-secondary));cursor:pointer;font-family:eurostile,sans-serif;font-weight:900;display:flex;justify-content:space-between;list-style:none;padding:1.8rem 0;text-decoration:none;text-transform:uppercase}.custom-header__drawer-link::-webkit-details-marker{display:none}details[open]>.custom-header__drawer-link svg{transform:rotate(180deg)}.custom-header__drawer-sublist{display:flex;flex-direction:column;gap:.3rem;padding-bottom:1.8rem;padding-left:1.8rem}.custom-header__drawer-sublink{display:block;padding:.3rem 0;color:rgb(var(--color-foreground));text-decoration:none}.custom-header__drawer-promo{display:block;margin-top:2.4rem;border-radius:var(--border-radius-main, 4px);overflow:hidden}.custom-header__drawer-promo img{display:block;width:100%;height:auto}.custom-header__drawer-social{display:flex;align-items:center;gap:1.6rem;margin-top:2.4rem}.custom-header__drawer-social-link{display:flex;color:rgb(var(--color-foreground-secondary))}.custom-header__drawer-social-link .icon{width:2rem;height:2rem}.custom-header__drawer-panel .header__icon{background-color:transparent;border:none;padding:0}.custom-header__drawer-panel .header__icon .icon:not(.icon-search){color:rgb(var(--color-accent))}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-custom-header.css.map */
