.of-header-section{position:sticky;top:0;z-index:30}.of-header{border-bottom:.1rem solid rgba(var(--color-foreground),.12)}.of-header__inner{min-height:7.2rem;display:grid;grid-template-columns:auto minmax(16rem,auto) 1fr auto;align-items:center;gap:2.4rem}.of-header__brand{display:inline-flex;align-items:center;color:rgb(var(--color-foreground));text-decoration:none}.of-header__logo{display:block;width:auto;max-height:5rem}.of-header__shop-name{font-family:var(--font-heading-family);font-size:2.2rem;font-weight:var(--font-heading-weight)}.of-header__desktop-nav{justify-self:center}.of-header__menu{display:flex;align-items:center;gap:2.4rem}.of-header__menu-item{position:relative}.of-header__nav-link,.of-header__submenu-link,.of-header__mobile-link{color:rgb(var(--color-foreground));text-decoration:none}.of-header__nav-link{display:inline-flex;align-items:center;padding:2.4rem 0;font-size:1.5rem;cursor:pointer}.of-header__nav-link:hover,.of-header__submenu-link:hover,.of-header__mobile-link:hover{text-decoration:underline;text-underline-offset:.4rem}.of-header__dropdown>summary{list-style:none}.of-header__dropdown>summary::-webkit-details-marker,.of-header__mobile-nav>summary::-webkit-details-marker{display:none}.of-header__submenu{position:absolute;top:calc(100% - 1.2rem);left:50%;min-width:22rem;transform:translateX(-50%);padding:1rem;background:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.12);box-shadow:0 1rem 3rem rgba(var(--color-foreground),.08)}.of-header__submenu-link{display:block;padding:1rem 1.2rem;white-space:nowrap}.of-header__actions{display:flex;align-items:center;gap:.6rem;justify-self:end}.of-header__icon-link{position:relative;width:4.4rem;height:4.4rem;display:inline-flex;align-items:center;justify-content:center;color:rgb(var(--color-foreground));text-decoration:none;border:0;background:transparent;cursor:pointer}.of-header__icon-link .svg-wrapper{width:2rem;height:2rem}.of-header__search .header__icon{width:4.4rem;height:4.4rem;color:rgb(var(--color-foreground))}.of-header__search .header__icon .svg-wrapper{width:2rem;height:2rem}.of-header__cart-count{position:absolute;right:.2rem;top:.2rem;min-width:1.7rem;height:1.7rem;padding:0 .4rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-size:1rem;line-height:1}.of-header__mobile-nav{display:none;position:relative}.of-header__mobile-panel{position:absolute;top:calc(100% + 1.4rem);left:0;width:min(84vw,34rem);max-height:72vh;overflow:auto;padding:1rem;background:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.12);box-shadow:0 1rem 3rem rgba(var(--color-foreground),.08)}.of-header__mobile-link{display:block;width:100%;padding:1.2rem;font-size:1.6rem}.of-header__mobile-submenu{padding-left:1.4rem}@media screen and (max-width:989px){.of-header__inner{min-height:6.4rem;grid-template-columns:4.4rem 1fr auto;gap:1rem}.of-header__mobile-nav{display:block}.of-header__desktop-nav{display:none}.of-header__brand{justify-self:center}.of-header__logo{max-height:4.4rem}.of-header__actions{gap:0}}