:root{--vp-header-h: 5.6rem}@media screen and (min-width:990px){:root{--vp-header-h: 7.2rem}}#MainContent{flex:1 0 auto}.section-header:has(>vp-header){position:relative;z-index:4;margin-bottom:0}.section-header:has(>vp-header[data-sticky=on-scroll-up]),.section-header:has(>vp-header[data-sticky=always]){position:sticky;top:0;transition:transform .35s ease}.section-header.vp-header-hidden{transform:translateY(-100%)}.vp-header{display:block;position:relative;color:rgb(var(--color-foreground));background:rgb(var(--color-background));transition:background-color .3s ease,color .3s ease}.vp-header__bar{position:relative;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:var(--vp-header-h);padding:0 .8rem}@media screen and (min-width:990px){.vp-header__bar{padding:0 2.4rem}}.vp-header__side{display:flex;align-items:center;min-width:0}.vp-header__side--right{justify-content:flex-end}@media screen and (min-width:990px){.vp-header__side--right{gap:2.4rem}}.vp-header__only-desktop{display:none!important}@media screen and (min-width:990px){.vp-header__only-desktop{display:inline-flex!important}.vp-header__only-mobile{display:none!important}}.vp-header__icon{display:inline-flex;align-items:center;justify-content:center;min-width:4.4rem;height:4.4rem;padding:0;border:0;background:none;color:inherit;text-decoration:none;cursor:pointer}@media screen and (min-width:990px){.vp-header__icon{min-width:0}.vp-header__menu-toggle{min-width:4.4rem;justify-content:flex-start}}.vp-icon{width:2.2rem;height:2.2rem;display:block}.vp-header__text-link{display:inline-flex;align-items:center;font-family:var(--font-body-family);font-size:1.1rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:inherit;text-decoration:none;white-space:nowrap;line-height:1}.vp-header a.vp-header__text-link:hover,.vp-header__icon:hover .vp-header__text-link{text-decoration:underline;text-underline-offset:.4rem}.vp-burger{position:relative;display:block;width:2.2rem;height:1.4rem}.vp-burger span{position:absolute;left:0;width:100%;height:1.3px;background:currentColor;transition:transform .3s ease,opacity .2s ease,top .3s ease}.vp-burger span:nth-child(1){top:0}.vp-burger span:nth-child(2){top:calc(50% - .65px)}.vp-burger span:nth-child(3){top:calc(100% - 1.3px)}.vp-header.menu-open .vp-burger span:nth-child(1){top:calc(50% - .65px);transform:rotate(45deg)}.vp-header.menu-open .vp-burger span:nth-child(2){opacity:0}.vp-header.menu-open .vp-burger span:nth-child(3){top:calc(50% - .65px);transform:rotate(-45deg)}.vp-header__logo{margin:0;line-height:0;font-size:inherit}.vp-header__logo-link{display:block;color:inherit;text-decoration:none}.vp-header__logo-img{display:block;width:var(--vp-logo-w);max-width:48vw;height:auto;transition:filter .3s ease}.vp-header--logo-black .vp-header__logo-img{filter:brightness(0)}.vp-header__logo-text{font-family:var(--font-heading-family);font-size:2.2rem;letter-spacing:.08em;text-transform:uppercase;line-height:1}.vp-header__cart{gap:.4rem;padding-right:.4rem}.vp-cart__count{font-family:var(--font-body-family);font-size:1.1rem;font-weight:500;line-height:1}.vp-cart__label{display:none}@media screen and (min-width:990px){.vp-header__cart{padding-right:0}.vp-cart__icon{display:none}.vp-cart__label{display:inline;font-family:var(--font-body-family);font-size:1.1rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;line-height:1}.vp-cart__count{letter-spacing:.12em}.vp-cart__count:before{content:"("}.vp-cart__count:after{content:")"}.vp-header__cart:hover .vp-cart__label{text-decoration:underline;text-underline-offset:.4rem}}.vp-search summary{list-style:none}.vp-search summary::-webkit-details-marker{display:none}.vp-search .search-modal{color:rgb(var(--color-foreground));background:rgb(var(--color-background))}.vp-header--transparent:not(.is-solid){background:transparent;color:#fff}.vp-header--transparent:not(.is-solid) .vp-header__logo-img{filter:brightness(0) invert(1)}.vp-header--transparent:not(.is-solid):before{content:"";position:absolute;top:0;right:0;bottom:-2rem;left:0;background:linear-gradient(to bottom,#00000038,#0000);pointer-events:none}@media(hover:hover){.vp-header--transparent:hover{background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.vp-header--transparent:hover:before{display:none}.vp-header--transparent:hover .vp-header__logo-img{filter:none}.vp-header--transparent.vp-header--logo-black:hover .vp-header__logo-img{filter:brightness(0)}}.vp-menu{position:fixed;left:0;right:0;top:var(--vp-menu-top, var(--vp-header-h));bottom:0;z-index:3;overflow-y:auto;overscroll-behavior:contain;background:var(--vp-menu-bg);color:var(--vp-menu-text);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility 0s linear .25s}.vp-header.menu-open .vp-menu{opacity:1;visibility:visible;transition:opacity .25s ease}.vp-menu__inner{display:flex;flex-direction:column;min-height:100%;padding-top:2.4rem;padding-bottom:3.2rem}@media screen and (min-width:990px){.vp-menu__inner{flex-direction:row;gap:6rem;padding:4rem 2.4rem 5rem;max-width:none}.vp-menu__nav{flex:0 0 36rem}}.vp-menu__list,.vp-menu__sub,.vp-menu__secondary,.vp-menu__cards{list-style:none;margin:0;padding:0}.vp-menu__link{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.7rem 0;border:0;background:none;color:inherit;font-family:var(--font-heading-family);font-weight:var(--vp-menu-weight);font-size:2rem;letter-spacing:.02em;line-height:1.2;text-transform:uppercase;text-align:left;text-decoration:none;cursor:pointer}@media screen and (min-width:990px){.vp-menu__link{font-size:2.2rem;padding:.6rem 0}}@media(hover:hover){.vp-menu__link:hover,.vp-menu__sublink:hover{text-decoration:underline;text-underline-offset:.4rem;text-decoration-thickness:1px}}.vp-menu__link.is-active,.vp-menu__sublink.is-active{text-decoration:underline;text-underline-offset:.4rem;text-decoration-thickness:1px}.vp-menu__plus{position:relative;width:1.2rem;height:1.2rem;flex:none}.vp-menu__plus:before,.vp-menu__plus:after{content:"";position:absolute;left:0;top:calc(50% - .5px);width:100%;height:1px;background:currentColor;transition:transform .25s ease}.vp-menu__plus:after{transform:rotate(90deg)}.vp-menu__link[aria-expanded=true] .vp-menu__plus:after{transform:rotate(0)}.vp-menu__sub{padding:.4rem 0 1.2rem}.vp-menu__sub--nested{padding:0 0 .4rem 1.2rem}.vp-menu__sublink{display:block;padding:.6rem 0;color:inherit;font-family:var(--font-body-family);font-size:1.3rem;letter-spacing:.1em;text-transform:uppercase;text-decoration:none}.vp-menu__secondary{margin-top:2.8rem;padding-top:2rem;border-top:1px solid currentColor;border-top-color:color-mix(in srgb,currentColor 15%,transparent)}.vp-menu__secondary a{display:block;padding:.5rem 0;color:inherit;font-size:1.2rem;letter-spacing:.1em;text-transform:uppercase;text-decoration:none}.vp-menu__secondary a:hover{text-decoration:underline;text-underline-offset:.4rem}.vp-menu__cards{display:flex;gap:.8rem;margin:3.2rem -1.5rem 0;padding:0 1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:1.5rem;scrollbar-width:none}.vp-menu__cards::-webkit-scrollbar{display:none}.vp-menu__card{flex:0 0 42%;scroll-snap-align:start}@media screen and (min-width:750px){.vp-menu__card{flex-basis:28%}}@media screen and (min-width:990px){.vp-menu__cards{flex:1;display:grid;grid-template-columns:repeat(auto-fill,minmax(18rem,1fr));align-content:start;gap:1.2rem;margin:0;padding:0;overflow:visible}}.vp-menu__card-link{display:block;color:inherit;text-decoration:none}.vp-menu__card-media{display:block;aspect-ratio:4 / 5;overflow:hidden;background:#0000000d}.vp-menu__card-media img,.vp-menu__card-media svg{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.vp-menu__card-link:hover img{transform:scale(1.03)}.vp-menu__card-title{display:block;margin-top:.8rem;font-size:1.1rem;letter-spacing:.12em;text-transform:uppercase}body.vp-menu-open{overflow:hidden}@media(prefers-reduced-motion:reduce){.vp-header,.vp-menu,.vp-burger span,.section-header:has(>vp-header){transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/35/assets/vp-header.css.map */
