.header-wrapper{display:none!important}custom-header{display:block;position:relative;width:100%;z-index:10;background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-family:var(--font-body-family);transition:background-color .3s ease,box-shadow .3s ease}custom-header.custom-header--sticky{position:sticky;top:0}custom-header.custom-header--transparent{background:transparent;box-shadow:none}custom-header.custom-header--transparent .custom-header__menu-link,custom-header.custom-header--transparent .custom-header__logo-text,custom-header.custom-header--transparent .custom-header__icon,custom-header.custom-header--transparent .custom-header__hamburger-line,custom-header.custom-header--transparent .custom-header__caret{color:var(--ch-transparent-text)}custom-header.custom-header--transparent .custom-header__hamburger-line{background-color:var(--ch-transparent-text)}custom-header.custom-header--transparent.custom-header--scrolled{background:rgb(var(--color-background));box-shadow:0 1px rgba(var(--color-foreground),.08)}custom-header.custom-header--transparent.custom-header--scrolled .custom-header__menu-link,custom-header.custom-header--transparent.custom-header--scrolled .custom-header__logo-text,custom-header.custom-header--transparent.custom-header--scrolled .custom-header__icon,custom-header.custom-header--transparent.custom-header--scrolled .custom-header__caret{color:rgb(var(--color-foreground))}custom-header.custom-header--transparent.custom-header--scrolled .custom-header__hamburger-line{background-color:rgb(var(--color-foreground))}.custom-header__inner{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:1.6rem;max-width:var(--ch-max-width);margin:0 auto;padding-top:var(--ch-pad-top);padding-bottom:var(--ch-pad-bottom);padding-left:calc(5rem + var(--ch-pad-left));padding-right:calc(5rem + var(--ch-pad-right))}.custom-header__inner--split{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;column-gap:2rem}.custom-header__menu-col{display:flex;align-items:center;min-width:0}.custom-header__menu-col--left{justify-content:flex-start;gap:var(--ch-menu-gap)}.custom-header__menu-col--right{justify-content:flex-end;gap:2.8rem}.custom-header__inner--split .custom-header__logo{justify-self:center}.custom-header__nav--left{justify-content:flex-start}.custom-header__nav--right{justify-content:flex-end}.custom-header__nav--left .custom-header__menu-list,.custom-header__nav--right .custom-header__menu-list{justify-content:flex-start;flex-wrap:nowrap}.custom-header__logo-link{display:flex;align-items:center;text-decoration:none;color:rgb(var(--color-foreground))}.custom-header__logo-image--desktop{display:block;width:var(--ch-logo-width-desktop);height:auto}.custom-header__logo-image--mobile{display:none;width:var(--ch-logo-width-mobile);height:auto}.custom-header__logo-text{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:2.2rem;letter-spacing:.02em}.custom-header__nav{flex:1 1 auto;display:flex;justify-content:center}.custom-header__menu-list{display:flex;align-items:center;gap:var(--ch-menu-gap);list-style:none;margin:0;padding:0}.custom-header__menu-item{position:relative}.custom-header__menu-link{display:inline-flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;font-family:var(--font-body-family);font-size:1.4rem;font-weight:500;letter-spacing:.01em;text-transform:uppercase;text-decoration:none;color:rgb(var(--color-foreground));padding:.5rem 0}.custom-header__menu-link:hover{opacity:.7}.custom-header__caret{transition:transform .2s ease}.custom-header__menu-item--has-dropdown.is-open .custom-header__caret,.custom-header__menu-link--toggle[aria-expanded=true] .custom-header__caret{transform:rotate(180deg)}.custom-header__dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%,8px);min-width:200px;margin:0;padding:1.2rem 0;list-style:none;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.08);box-shadow:0 8px 24px #00000014;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s;z-index:20}.custom-header__menu-item--has-dropdown.is-open .custom-header__dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)}.custom-header__dropdown-link{display:block;padding:.7rem 2rem;font-size:1.35rem;text-decoration:none;color:rgb(var(--color-foreground));white-space:nowrap}.custom-header__dropdown-link:hover{opacity:.7}.custom-header__icons{display:flex;align-items:center;gap:1.6rem}.custom-header__icon{position:relative;display:inline-flex;color:rgb(var(--color-foreground));text-decoration:none}.custom-header__cart-count{position:absolute;top:-6px;right:-8px;min-width:16px;height:16px;padding:0 3px;border-radius:50%;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:1rem;line-height:16px;text-align:center}.custom-header__mobile-toggle{display:none}.custom-header__hamburger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;padding:0;background:none;border:none;cursor:pointer}.custom-header__hamburger-line{display:block;width:100%;height:2px;background-color:rgb(var(--color-foreground));transition:transform .25s ease,opacity .2s ease}.is-drawer-open .custom-header__hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.is-drawer-open .custom-header__hamburger-line:nth-child(2){opacity:0}.is-drawer-open .custom-header__hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.custom-header__drawer{position:fixed;top:0;left:0;bottom:0;width:min(360px,86vw);background:rgb(var(--color-background));color:rgb(var(--color-foreground));transform:translate(-100%);transition:transform .3s ease;z-index:100;display:flex;flex-direction:column;overflow-y:auto}.is-drawer-open .custom-header__drawer{transform:translate(0)}.custom-header__drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s;z-index:90}.is-drawer-open .custom-header__drawer-overlay{opacity:1;visibility:visible}.custom-header__drawer-header{display:flex;align-items:center;justify-content:space-between;padding:2rem;border-bottom:1px solid rgba(var(--color-foreground),.08)}.custom-header__drawer-title{font-family:var(--font-heading-family);font-size:1.6rem;text-transform:uppercase;letter-spacing:.05em}.custom-header__drawer-close{display:flex;background:none;border:none;cursor:pointer;color:rgb(var(--color-foreground));padding:.4rem}.custom-header__drawer-header-icons{display:flex;align-items:center;gap:1.6rem}.custom-header__drawer-account{display:flex;color:rgb(var(--color-foreground));text-decoration:none}.custom-header__drawer-list{list-style:none;margin:0;padding:1rem 0}.custom-header__drawer-link{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.3rem 2rem;background:none;border:none;cursor:pointer;text-align:left;text-decoration:none;font-family:var(--font-body-family);font-size:1.6rem;color:rgb(var(--color-foreground))}.custom-header__drawer-submenu{list-style:none;margin:0;padding:0 0 1rem;max-height:0;overflow:hidden;transition:max-height .25s ease}.custom-header__drawer-item--has-dropdown.is-open .custom-header__drawer-submenu{max-height:1000px}.custom-header__drawer-sublink{display:block;padding:1rem 2rem 1rem 3.2rem;text-decoration:none;font-size:1.4rem;color:rgb(var(--color-foreground));opacity:.75}@media screen and (max-width:989px){.custom-header__nav{display:none}.custom-header__mobile-toggle{display:flex;align-items:center}.custom-header__logo-image--desktop{display:none}.custom-header__logo-image--mobile{display:block}.custom-header__icons{gap:1.2rem}.custom-header__icon--account{display:none}}@media screen and (max-width:749px){.custom-header__inner,.custom-header__inner--split{padding-left:calc(1.5rem + var(--ch-pad-left));padding-right:calc(1.5rem + var(--ch-pad-right))}}@media screen and (min-width:990px){.custom-header__logo-image--mobile,.custom-header__drawer,.custom-header__drawer-overlay{display:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-custom-header.css.map */
