.site-header{position:sticky;top:0;z-index:40;border-bottom:1px solid var(--line-soft);background:linear-gradient(180deg,rgba(var(--color-surface),.92),rgba(var(--color-surface),.84)),rgba(var(--color-surface),.88);box-shadow:0 10px 28px #12100f09;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.site-header__service{border-bottom:1px solid var(--line-soft)}.site-header__service-inner{min-height:2.6rem;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:var(--space-xs) var(--space-md);padding:var(--space-2xs) 0;font-family:var(--font-ui-family);font-size:var(--type-xxs);text-transform:uppercase;letter-spacing:.16em;font-weight:var(--weight-medium);color:rgb(var(--color-muted))}@media screen and (max-width:749px){.site-header__service-inner{min-height:2rem;justify-content:center;overflow:hidden;white-space:nowrap;text-align:center;padding:.35rem 0}.site-header__service-inner span:not(:first-child){display:none}}.site-header__main{min-height:4.3rem;display:grid;align-items:center;grid-template-columns:1fr auto 1fr;gap:var(--space-md)}@media screen and (max-width:749px){.site-header__main{min-height:var(--mobile-header-height);grid-template-columns:1fr auto 1fr;gap:var(--space-xs)}}.site-header__left{display:flex;align-items:center;justify-content:flex-start;gap:var(--space-2xs)}.site-header__logo{font-family:var(--font-heading-family);font-size:clamp(1.28rem,2vw,1.95rem);letter-spacing:.24em;font-weight:var(--weight-semibold);text-transform:uppercase;display:flex;align-items:center;justify-content:center;justify-self:center;grid-column:2}.site-header__logo img{display:block;width:auto;height:auto;max-width:min(100%,30rem);max-height:5.6rem;object-fit:contain}@media screen and (max-width:749px){.site-header__logo{font-size:var(--type-h4);letter-spacing:.16em;justify-self:center;max-width:min(92vw,21rem)}.site-header__logo img{max-width:100%;max-height:4.4rem;width:auto}}.site-header__subnav a:hover{color:rgb(var(--color-text))}.site-header__subnav-wrap{display:block;border-top:1px solid var(--line-soft);background:rgba(var(--color-surface),.48)}.site-header__subnav{display:flex;justify-content:center;gap:var(--space-md);padding:var(--space-sm) 0}.site-header__subnav a{font-family:var(--font-ui-family);text-transform:uppercase;letter-spacing:.14em;font-size:var(--type-xs);font-weight:var(--weight-medium);color:rgba(var(--color-text),.54)}.site-header__subnav--combined{display:flex;align-items:center;justify-content:center;gap:var(--space-md)}.site-header__linkline,.site-header__subnav--combined{display:flex;align-items:center;gap:var(--cluster-gap);flex-wrap:wrap}.site-header__linkline{flex:0 1 100%;justify-content:center}.site-header__linkline--single-row{flex-wrap:nowrap;overflow:visible;white-space:nowrap;scrollbar-width:none;padding-bottom:.15rem}.site-header__linkline--single-row::-webkit-scrollbar{display:none}.site-header__linkline a{font-family:var(--font-ui-family);text-transform:uppercase;letter-spacing:.14em;font-size:var(--type-xs);font-weight:var(--weight-medium);color:rgba(var(--color-text),.54);transition:color .18s ease}.site-header__nav-item{position:relative;display:inline-flex;align-items:center}.site-header__collections-menu{position:absolute;top:calc(100% + .65rem);left:50%;z-index:45;display:grid;min-width:min(18rem,82vw);padding:.55rem;border:1px solid rgba(var(--color-text),.1);border-radius:var(--radius-card);background:linear-gradient(180deg,rgba(var(--color-surface),.98),rgba(var(--color-surface),.94)),rgb(var(--color-surface));box-shadow:0 24px 54px #12100f1f;opacity:0;pointer-events:none;transform:translate(-50%,.35rem);transition:opacity .16s ease,transform .16s ease}.site-header__collections-menu:before{content:"";position:absolute;left:0;right:0;bottom:100%;height:.8rem}.site-header__collections-menu a{display:flex;align-items:center;min-height:2.8rem;padding:.72rem .85rem;border-radius:calc(var(--radius-card) - 4px);color:rgba(var(--color-text),.68);letter-spacing:.11em;white-space:nowrap}.site-header__collections-menu a:hover,.site-header__collections-menu a:focus-visible{background:rgba(var(--color-text),.045);color:rgb(var(--color-text))}.site-header__nav-item--collections:hover .site-header__collections-menu,.site-header__nav-item--collections:focus-within .site-header__collections-menu{opacity:1;pointer-events:auto;transform:translate(-50%)}.site-header__linkline a:hover,.site-header__subnav a:hover{color:rgba(var(--color-text),.88)}.site-header__mobile-toggle{display:none}.site-header__mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;min-height:100dvh;pointer-events:none;opacity:0;visibility:hidden;background:rgba(var(--color-surface),.98);transition:opacity var(--motion-duration-base) var(--motion-ease-soft),visibility 0s linear var(--motion-duration-base)}.site-header__mobile-menu.is-open{pointer-events:auto;opacity:1;visibility:visible;transition-delay:0s}.site-header__mobile-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(var(--color-surface),.92)}.site-header__mobile-panel{position:absolute;right:0;top:0;bottom:0;min-height:100dvh;height:100dvh;width:min(390px,100dvw);max-width:100dvw;background:rgb(var(--color-surface));padding:calc(var(--space-md) + var(--safe-top)) calc(var(--space-md) + var(--safe-right)) calc(var(--space-lg) + var(--safe-bottom)) var(--space-md);display:grid;gap:var(--space-md);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;border-left:1px solid var(--line-soft);box-shadow:-24px 0 56px #12100f14;box-sizing:border-box}@media screen and (max-width:749px){.site-header,.site-header__mobile-menu,.site-header__mobile-panel,.site-header__subnav-wrap{max-width:100dvw}.site-header__mobile-panel{left:0;right:0;width:100%;max-width:100%;min-height:100dvh;height:100dvh;overflow-x:clip;border-left:0;box-shadow:none;padding:calc(max(var(--space-md),1rem) + var(--safe-top)) calc(max(var(--space-md),1rem) + var(--safe-right)) calc(var(--space-lg) + var(--safe-bottom)) calc(max(var(--space-md),1rem) + var(--safe-left))}}.site-header__mobile-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);padding-bottom:var(--space-sm);border-bottom:1px solid var(--line-soft)}.site-header__mobile-close{min-width:var(--mobile-touch-target);min-height:var(--mobile-touch-target)}.site-header__mobile-section,.site-header__mobile-links{display:grid;gap:var(--space-sm)}.site-header__mobile-links a{font-family:var(--font-ui-family);min-height:var(--mobile-touch-target);padding:.85rem 0;border-radius:0;border:var(--border-soft);text-transform:none;letter-spacing:.01em;font-size:var(--text-sm);font-weight:var(--weight-medium);background:transparent;display:flex;align-items:center;justify-content:flex-start;border-width:0 0 1px 0}@media screen and (max-width:1199px){.site-header__mobile-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-xs)}.site-header__mobile-links a{min-width:0;min-height:3rem;padding:.8rem .85rem;justify-content:center;text-align:center;line-height:1.35}}@media screen and (max-width:749px){.site-header__mobile-menu{background:rgb(var(--color-surface))}.site-header__mobile-overlay{background:rgba(var(--color-surface),.98)}.site-header__mobile-links{grid-template-columns:1fr;gap:0}.site-header__mobile-links a{min-height:3.2rem;padding:.9rem 0;justify-content:flex-start;text-align:left}}@media screen and (max-width:359px){.site-header__mobile-links{grid-template-columns:1fr}}@media screen and (min-width:750px)and (max-width:1199px){.site-header__subnav{padding:.65rem 0}.site-header__linkline{flex-wrap:nowrap;justify-content:center;overflow:visible;white-space:nowrap;scrollbar-width:none;padding-bottom:.2rem}.site-header__linkline::-webkit-scrollbar{display:none}}.site-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;grid-column:3}@media screen and (max-width:749px){.site-header__left{gap:.25rem}.site-header__actions{gap:.3rem}.site-header__account{display:none}.site-header__actions .btn,.site-header__left .btn{min-width:var(--mobile-touch-target);min-height:var(--mobile-touch-target);padding:.55rem .75rem}.site-header__actions .btn span,.site-header__left .btn span{display:none!important}.site-header__actions .btn svg,.site-header__left .btn svg{margin:0}.site-header__mobile-toggle{display:inline-flex}.site-header__subnav-wrap{display:block}}@media screen and (max-width:389px){.site-header__search{display:none}.site-header__logo{max-width:min(58vw,10.5rem)}}.site-header__search{display:inline-flex}.site-header__cart-fallback{display:none}.site-header__mobile-grid{display:grid;gap:.55rem}.site-header__mobile-grid a{border:var(--border-subtle);border-radius:var(--radius-button);background:rgba(var(--color-surface),.9);padding:.66rem 1rem;text-transform:uppercase;letter-spacing:.22em;font-size:var(--type-xs);box-shadow:var(--shadow-xs)}@media screen and (max-width:749px){.site-header__mobile-grid a{min-height:2.65rem;display:flex;align-items:center;justify-content:center;text-align:center;letter-spacing:.18em}}.site-header--dense .site-header__service{display:none}@media screen and (min-width:1200px){.site-header__mobile-menu{display:none!important}}@media screen and (max-width:1199px){.site-header__subnav-wrap--combined{display:block}}@media screen and (max-width:749px){.site-header__subnav-wrap--combined{display:block}.site-header__subnav{justify-content:center;padding:.55rem 0}.site-header__linkline{justify-content:center;overflow-x:auto;padding-inline:var(--mobile-gutter);text-align:center}.site-header__collections-menu{display:none}}html.no-js .site-header__cart-trigger{display:none}html.no-js .site-header__cart-fallback{display:inline-flex}
/*# sourceMappingURL=/cdn/shop/t/66/assets/component-header.css.map */
