custom-header{display:block;background-color:rgb(var(--color-background));width:100%;position:relative;z-index:100;border-bottom:1px solid transparent;transition:background-color .3s ease,border-color .3s ease}custom-header.custom-header--sticky{position:fixed;top:0;left:0;background-color:transparent}custom-header.custom-header--sticky.is-scrolled{background-color:rgba(var(--color-background),.9);border-bottom-color:rgba(var(--color-foreground),.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 20px #0000000d}custom-header.custom-header--sticky:has(.custom-header__nav.is-open){background-color:rgb(var(--color-background));border-bottom-color:rgb(var(--color-border))}.custom-header__wrapper{display:flex;align-items:center;justify-content:space-between;width:100%}.custom-header__logo-zone{display:flex;align-items:center}.custom-header__logo-link{text-decoration:none;display:inline-block;line-height:0;color:rgb(var(--color-foreground))}.custom-header__logo-img{display:block;height:auto;max-width:var(--logo-width)}.custom-header__logo-text{font-family:var(--font-body-family);font-weight:700;font-size:20px;color:rgb(var(--color-foreground));letter-spacing:-.5px}.custom-header__nav{display:none}.custom-header__menu-list{list-style:none;padding:0;margin:0;display:flex;align-items:center;gap:32px}.custom-header__link{font-family:var(--font-body-family);color:rgba(var(--color-foreground),.75);text-decoration:none;transition:color .2s ease-in-out;font-size:14px;font-weight:400;letter-spacing:-.01em}.custom-header__link:hover,.custom-header__link.is-active{color:rgb(var(--color-foreground));text-decoration:underline}.custom-header__actions{display:flex;align-items:center;gap:16px;position:relative}.custom-header__burger{display:flex;flex-direction:column;justify-content:space-between;width:22px;height:14px;background:transparent;border:none;cursor:pointer;padding:0;z-index:102}.custom-header__burger span{width:100%;height:1.5px;background-color:rgb(var(--color-foreground));transition:transform .2s ease,opacity .2s ease}.custom-header__burger[aria-expanded=true] span:nth-child(1){transform:translateY(6px) rotate(45deg)}.custom-header__burger[aria-expanded=true] span:nth-child(2){opacity:0}.custom-header__burger[aria-expanded=true] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}@media screen and (min-width:990px){.custom-header__nav{display:block}.custom-header__burger{display:none}}@media screen and (max-width:989px){.custom-header__nav{display:block;position:fixed;top:var(--header-height);right:0;width:100%;height:100vh;height:100dvh;background-color:rgb(var(--color-background));border-left:1px solid rgba(var(--color-foreground),.08);padding:80px 24px 32px;z-index:101;transform:translate(100%);transition:transform .35s cubic-bezier(.16,1,.3,1);overflow-y:auto;box-shadow:-10px 0 30px #0003}.custom-header__nav.is-open{transform:translate(0)}.custom-header__menu-list{flex-direction:column;align-items:flex-start;gap:24px;width:100%}.custom-header__link{font-size:18px;display:block;width:100%}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-header.css.map */
