.dorsa-header-root{position:sticky;top:0;z-index:80;width:100%;color:var(--dh-text);transform:translateY(0);transition:transform var(--dh-speed) cubic-bezier(.22,.72,.18,1)}.dorsa-header-root.is-static{position:relative}.dorsa-header-root.is-hidden:not(.is-nav-open){transform:translateY(calc(-100% - 2px))}.dorsa-header-root *{box-sizing:border-box}.dorsa-header-surface{position:relative;width:100%;background:var(--dh-top-bg);border-bottom:1px solid transparent;backdrop-filter:blur(var(--dh-blur)) saturate(var(--dh-sat));-webkit-backdrop-filter:blur(var(--dh-blur)) saturate(var(--dh-sat));transition:background var(--dh-speed) ease,border-color var(--dh-speed) ease,box-shadow var(--dh-speed) ease}.dorsa-header-root.is-scrolled .dorsa-header-surface,.dorsa-header-root.is-nav-open .dorsa-header-surface{background:var(--dh-scroll-bg);border-bottom-color:var(--dh-border);box-shadow:var(--dh-shadow)}.dorsa-header-bar{position:relative;width:min(100%,var(--dh-max));height:var(--dh-h);margin:auto;padding:0 var(--dh-pad);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;transition:height var(--dh-speed) cubic-bezier(.22,.72,.18,1)}.dorsa-header-left,.dorsa-header-actions{display:flex;align-items:center;min-width:0}.dorsa-header-left{justify-self:start}.dorsa-header-actions{justify-self:end;gap:var(--dh-icon-gap)}.dorsa-header-logo{position:absolute;left:50%;top:50%;z-index:2;transform:translate(-50%,-50%);width:var(--dh-logo);max-width:34vw;display:flex;align-items:center;justify-content:center;color:inherit;text-decoration:none}.dorsa-header-logo img{display:block;width:100%;height:auto}.dorsa-header-wordmark{font-size:19px;font-weight:760;line-height:1;letter-spacing:-.045em}.dorsa-header-menu,.dorsa-header-icon,.dorsa-header-root .header__icon,.dorsa-header-app{width:40px;height:40px;min-width:40px;display:grid;place-items:center;margin:0;padding:0;border:0;border-radius:0;background:transparent;color:inherit;box-shadow:none;text-decoration:none;cursor:pointer}.dorsa-header-menu{position:relative;-webkit-appearance:none;appearance:none}.dorsa-header-menu-lines,.dorsa-header-menu-lines:before,.dorsa-header-menu-lines:after{display:block;width:21px;height:1.4px;background:currentColor;transition:transform var(--dh-speed) ease,opacity var(--dh-speed) ease}.dorsa-header-menu-lines{position:relative}.dorsa-header-menu-lines:before,.dorsa-header-menu-lines:after{content:"";position:absolute;left:0}.dorsa-header-menu-lines:before{top:-6px}.dorsa-header-menu-lines:after{top:6px}.dorsa-header-root.is-nav-open .dorsa-header-menu-lines{background:transparent}.dorsa-header-root.is-nav-open .dorsa-header-menu-lines:before{transform:translateY(6px) rotate(45deg)}.dorsa-header-root.is-nav-open .dorsa-header-menu-lines:after{transform:translateY(-6px) rotate(-45deg)}.dorsa-header-menu-label{display:var(--dh-menu-label);margin-left:8px;font-size:10px;font-weight:650;letter-spacing:.11em;text-transform:uppercase}.dorsa-header-menu.has-label{width:auto;grid-template-columns:40px auto}.dorsa-header-root .header__search{display:block;line-height:0}.dorsa-header-root .header__icon:before,.dorsa-header-root .header__icon:after{display:none!important}.dorsa-header-root .svg-wrapper,.dorsa-header-root .header__icon svg{width:var(--dh-icon);height:var(--dh-icon)}.dorsa-header-root .header__icon--cart .svg-wrapper,.dorsa-header-root .header__icon--cart svg{width:calc(var(--dh-icon) + 2px);height:calc(var(--dh-icon) + 2px)}.dorsa-header-app{overflow:visible}.dorsa-header-app>*{margin:0!important}.dorsa-header-root .cart-count-bubble{position:absolute;top:4px;right:1px;min-width:15px;height:15px;padding:0 4px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.82);border-radius:999px;background:var(--dh-accent);color:#fff;font-size:8px;font-weight:700}.dorsa-header-root .cart-count-bubble.dot{width:8px;min-width:8px;height:8px;padding:0;top:7px;right:5px;border:0}.dorsa-header-root .cart-count-bubble.minimal{border:0;background:transparent;color:var(--dh-text);top:1px;right:-2px}.dorsa-inline-nav{height:var(--dh-inline-h);display:var(--dh-inline-display);align-items:center;justify-content:center;border-top:1px solid color-mix(in srgb,var(--dh-border) 55%,transparent);overflow:hidden;transition:height var(--dh-speed) ease,opacity var(--dh-speed) ease,transform var(--dh-speed) ease}.dorsa-header-root.is-scrolled.hide-inline .dorsa-inline-nav{height:0;opacity:0;transform:translateY(-4px);pointer-events:none}.dorsa-inline-nav-inner{width:min(100%,var(--dh-max));height:100%;margin:auto;padding:0 var(--dh-pad);display:flex;align-items:center;justify-content:center;gap:28px}.dorsa-inline-nav a,.dorsa-inline-nav button{position:relative;padding:0 0 4px;border:0;background:transparent;color:inherit;font:inherit;font-size:var(--dh-nav-size);font-weight:520;letter-spacing:var(--dh-nav-track);text-decoration:none;text-transform:var(--dh-nav-case);cursor:pointer}.dorsa-inline-nav a:after,.dorsa-inline-nav button:after{content:"";position:absolute;left:50%;right:50%;bottom:0;height:1px;background:var(--dh-accent);transition:left .25s ease,right .25s ease}.dorsa-inline-nav a:hover:after,.dorsa-inline-nav a:focus-visible:after,.dorsa-inline-nav button:hover:after,.dorsa-inline-nav button:focus-visible:after{left:0;right:0}.dorsa-nav-backdrop{position:fixed;inset:var(--dh-stack,72px) 0 0;z-index:78;padding:0;border:0;background:#100e0c2e;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--dh-speed) ease,visibility var(--dh-speed) step-end}.dorsa-nav-sheet{position:fixed;left:0;right:0;top:var(--dh-stack,72px);z-index:79;overflow:hidden;color:var(--dh-text);background:var(--dh-nav-bg);border-bottom:1px solid var(--dh-border);box-shadow:0 30px 70px #120f0c1f;backdrop-filter:blur(calc(var(--dh-blur) + 8px)) saturate(var(--dh-sat));-webkit-backdrop-filter:blur(calc(var(--dh-blur) + 8px)) saturate(var(--dh-sat));opacity:0;visibility:hidden;transform:translateY(-10px);pointer-events:none;transition:opacity var(--dh-speed) ease,transform var(--dh-speed) cubic-bezier(.22,.72,.18,1),visibility var(--dh-speed) step-end}.dorsa-nav-desktop{width:min(100%,var(--dh-max));min-height:500px;max-height:min(72vh,720px);margin:auto;padding:34px var(--dh-pad) 38px;display:grid;grid-template-columns:190px minmax(300px,1fr) minmax(330px,var(--dh-preview-w));gap:34px}.dorsa-nav-primary{padding-right:24px;border-right:1px solid color-mix(in srgb,var(--dh-border) 65%,transparent)}.dorsa-nav-kicker{margin:0 0 17px;color:var(--dh-muted);font-size:8px;font-weight:670;letter-spacing:.17em;text-transform:uppercase}.dorsa-nav-primary-list{display:grid;gap:4px}.dorsa-nav-tab,.dorsa-nav-direct{width:100%;min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0;border:0;background:transparent;color:var(--dh-muted);font:inherit;font-size:11px;font-weight:520;letter-spacing:.08em;text-decoration:none;text-transform:var(--dh-nav-case);cursor:pointer;transition:color .2s ease,transform .2s ease}.dorsa-nav-tab:hover,.dorsa-nav-tab:focus-visible,.dorsa-nav-tab.active,.dorsa-nav-direct:hover,.dorsa-nav-direct:focus-visible{color:var(--dh-text);transform:translate(2px)}.dorsa-nav-content{min-width:0;overflow-y:auto}.dorsa-nav-panel[hidden]{display:none!important}.dorsa-nav-panel-head{margin-bottom:20px;display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.dorsa-nav-title{margin:0;font-family:var(--font-heading-family,Georgia,serif);font-size:clamp(25px,2.6vw,42px);font-weight:500;line-height:.98;letter-spacing:-.04em}.dorsa-nav-viewall{padding-bottom:3px;border-bottom:1px solid currentColor;color:var(--dh-muted);font-size:9px;letter-spacing:.1em;text-decoration:none;text-transform:uppercase}.dorsa-nav-links{border-top:1px solid color-mix(in srgb,var(--dh-border) 48%,transparent)}.dorsa-nav-row{padding:15px 0 14px;border-bottom:1px solid color-mix(in srgb,var(--dh-border) 48%,transparent)}.dorsa-nav-row-main{display:flex;align-items:center;justify-content:space-between;gap:18px;color:inherit;text-decoration:none}.dorsa-nav-row-title{font-size:clamp(15px,1.25vw,19px);font-weight:470;line-height:1.05;letter-spacing:-.02em;transition:transform .2s ease,color .2s ease}.dorsa-nav-row-main:hover .dorsa-nav-row-title,.dorsa-nav-row-main:focus-visible .dorsa-nav-row-title{color:var(--dh-accent);transform:translate(3px)}.dorsa-nav-grandchildren{margin-top:8px;display:flex;flex-wrap:wrap;gap:8px 14px}.dorsa-nav-grandchildren a{color:var(--dh-muted);font-size:9px;text-decoration:none}.dorsa-nav-grandchildren a:hover{color:var(--dh-text)}.dorsa-nav-preview{position:relative;min-height:420px;overflow:hidden;border-left:1px solid color-mix(in srgb,var(--dh-border) 40%,transparent);background:linear-gradient(145deg,#ffffff6b,#f0ebe42e)}.dorsa-nav-figure{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;opacity:0;visibility:hidden;transform:scale(1.018);transition:opacity .36s ease,transform .7s cubic-bezier(.22,.72,.18,1),visibility .36s step-end}.dorsa-nav-figure.active{opacity:1;visibility:visible;transform:scale(1);transition:opacity .36s ease,transform .7s cubic-bezier(.22,.72,.18,1),visibility 0s}.dorsa-nav-figure img{width:100%;height:100%;display:block;object-fit:cover}.dorsa-nav-figure[data-pos=top] img{object-position:center top}.dorsa-nav-figure[data-pos=bottom] img{object-position:center bottom}.dorsa-nav-figure[data-pos=left] img{object-position:left center}.dorsa-nav-figure[data-pos=right] img{object-position:right center}.dorsa-nav-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#09080705 18%,rgba(9,8,7,var(--dh-preview-overlay)))}.dorsa-nav-figure-copy{position:absolute;left:24px;right:24px;bottom:24px;z-index:2;color:#fff}.dorsa-nav-figure-kicker{margin:0 0 7px;color:#ffffffb8;font-size:8px;font-weight:670;letter-spacing:.17em;text-transform:uppercase}.dorsa-nav-figure-title{margin:0;font-family:var(--font-heading-family,Georgia,serif);font-size:clamp(24px,2.3vw,38px);font-weight:500;line-height:.98;letter-spacing:-.035em}.dorsa-nav-figure-caption{max-width:410px;margin:9px 0 0;color:#fffc;font-size:10px;line-height:1.45}.dorsa-nav-fallback{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center}.dorsa-nav-fallback span{color:color-mix(in srgb,var(--dh-accent) 45%,transparent);font-family:var(--font-heading-family,Georgia,serif);font-size:clamp(40px,5vw,80px);letter-spacing:-.05em}.dorsa-nav-mobile{display:none}.dorsa-mobile-group{border-bottom:1px solid color-mix(in srgb,var(--dh-border) 50%,transparent)}.dorsa-mobile-group>summary{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:18px;list-style:none;cursor:pointer}.dorsa-mobile-group>summary::-webkit-details-marker{display:none}.dorsa-mobile-group-title,.dorsa-mobile-direct{font-family:var(--font-heading-family,Georgia,serif);font-size:22px;font-weight:500;letter-spacing:-.025em}.dorsa-mobile-plus{position:relative;width:14px;height:14px}.dorsa-mobile-plus:before,.dorsa-mobile-plus:after{content:"";position:absolute;left:50%;top:50%;width:12px;height:1px;background:currentColor;transform:translate(-50%,-50%);transition:transform .2s ease}.dorsa-mobile-plus:after{transform:translate(-50%,-50%) rotate(90deg)}.dorsa-mobile-group[open] .dorsa-mobile-plus:after{transform:translate(-50%,-50%)}.dorsa-mobile-links{padding:2px 0 18px;display:grid;gap:4px}.dorsa-mobile-link{min-height:62px;display:grid;grid-template-columns:var(--dh-mobile-img) minmax(0,1fr) 18px;align-items:center;gap:13px;padding:7px 0;color:inherit;text-decoration:none}.dorsa-mobile-link.no-image{grid-template-columns:minmax(0,1fr) 18px}.dorsa-mobile-img{width:var(--dh-mobile-img);height:var(--dh-mobile-img);overflow:hidden;background:#00000008}.dorsa-mobile-img img{width:100%;height:100%;object-fit:cover;display:block}.dorsa-mobile-link-title{display:block;font-size:13px;font-weight:520;line-height:1.18}.dorsa-mobile-link-meta{display:block;margin-top:4px;color:var(--dh-muted);font-size:8px}.dorsa-mobile-direct{min-height:58px;display:flex;align-items:center;justify-content:space-between;color:inherit;border-bottom:1px solid color-mix(in srgb,var(--dh-border) 50%,transparent);text-decoration:none}.dorsa-mobile-footer{padding-top:22px;display:flex;flex-wrap:wrap;gap:12px 18px}.dorsa-mobile-footer a{color:var(--dh-muted);font-size:9px;letter-spacing:.08em;text-decoration:none;text-transform:uppercase}.dorsa-header-root button:focus-visible,.dorsa-header-root a:focus-visible,.dorsa-header-root summary:focus-visible{outline:1px solid var(--dh-accent);outline-offset:3px}.dorsa-nav-lock{overflow:hidden}@media(max-width:1100px)and (min-width:750px){.dorsa-nav-desktop{grid-template-columns:150px minmax(260px,1fr) minmax(300px,38%);gap:24px}.dorsa-inline-nav-inner{gap:18px}}@media(max-width:749px){.dorsa-header-root{--dh-icon:var(--dh-icon-mobile);--dh-h:var(--dh-h-mobile);--dh-h-compact:var(--dh-h-compact-mobile);--dh-logo:var(--dh-logo-mobile);--dh-pad:var(--dh-pad-mobile)}.dorsa-header-actions{gap:0}.dorsa-header-menu-label{display:none!important}.dorsa-header-menu.has-label{width:40px;display:grid;grid-template-columns:1fr}.dorsa-inline-nav{display:none!important}.dorsa-nav-backdrop{display:none}.dorsa-nav-sheet{bottom:0;overflow-y:auto;border-radius:0;box-shadow:none}.dorsa-nav-desktop{display:none}.dorsa-nav-mobile{display:block;padding:16px var(--dh-pad-mobile) 36px}.dorsa-mobile-eyebrow{margin:4px 0 12px;color:var(--dh-muted);font-size:7px;font-weight:680;letter-spacing:.17em;text-transform:uppercase}}.section-header:has(.dorsa-header-root),.section-header.shopify-section-group-header-group:has(.dorsa-header-root){position:sticky!important;top:0!important;z-index:90!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;overflow:visible!important;background:transparent!important;transition:none!important}.section-header:has(.dorsa-header-root.is-static),.section-header.shopify-section-group-header-group:has(.dorsa-header-root.is-static){position:relative!important;top:auto!important}.section-header:has(.dorsa-header-root).shopify-section-header-hidden,.section-header:has(.dorsa-header-root).shopify-section-header-sticky,.section-header:has(.dorsa-header-root).animate{top:0!important;transition:none!important}@media screen and (max-width:768px){.section-header:has(.dorsa-header-root),.section-header.shopify-section-group-header-group:has(.dorsa-header-root){background:transparent!important}}.dorsa-header-root{position:relative!important;z-index:90;display:block;width:100%;max-width:100%;color:var(--dh-text);transform:none!important;transition:none!important}.dorsa-header-root *,.dorsa-header-root *:before,.dorsa-header-root *:after{box-sizing:border-box}.dorsa-header-surface{position:relative;z-index:2;width:100%;transform:translateY(0);color:var(--dh-text);border-bottom:1px solid transparent;background:linear-gradient(180deg,#ffffff57,#ffffff1f 35%,#ffffff06),var(--dh-top-bg)!important;box-shadow:inset 0 1px #ffffffdb,inset 0 -1px #ffffff14;backdrop-filter:blur(var(--dh-blur)) saturate(var(--dh-sat));-webkit-backdrop-filter:blur(var(--dh-blur)) saturate(var(--dh-sat));transition:transform var(--dh-speed) cubic-bezier(.22,.72,.18,1),background var(--dh-speed) ease,border-color var(--dh-speed) ease,box-shadow var(--dh-speed) ease,backdrop-filter var(--dh-speed) ease,-webkit-backdrop-filter var(--dh-speed) ease}.dorsa-header-root.is-scrolled .dorsa-header-surface,.dorsa-header-root.is-nav-open .dorsa-header-surface{background:linear-gradient(180deg,#ffffff75,#ffffff29 38%,#ffffff09),var(--dh-scroll-bg)!important;border-bottom-color:var(--dh-border);box-shadow:var(--dh-shadow),inset 0 1px #fffffff0,inset 0 -1px #ffffff14;backdrop-filter:blur(calc(var(--dh-blur) + 3px)) saturate(var(--dh-sat));-webkit-backdrop-filter:blur(calc(var(--dh-blur) + 3px)) saturate(var(--dh-sat))}.dorsa-header-root.is-hidden:not(.is-nav-open) .dorsa-header-surface{transform:translateY(calc(-100% - 2px));pointer-events:none}.dorsa-header-root.is-nav-open .dorsa-header-surface{transform:translateY(0)!important;pointer-events:auto}.dorsa-header-bar{position:relative;width:min(100%,var(--dh-max));height:var(--dh-h);margin:0 auto;padding-inline:var(--dh-pad);display:grid;grid-template-columns:minmax(72px,1fr) auto minmax(72px,1fr);grid-template-areas:"left logo actions";align-items:center;transition:height var(--dh-speed) cubic-bezier(.22,.72,.18,1)}.dorsa-header-root.is-scrolled.is-compact .dorsa-header-bar{height:var(--dh-h-compact)}.dorsa-header-left{grid-area:left!important;grid-column:1!important;justify-self:start;display:flex;align-items:center}.dorsa-header-actions{grid-area:actions!important;grid-column:3!important;justify-self:end!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:var(--dh-icon-gap);min-width:0}.dorsa-header-logo{grid-area:logo!important;grid-column:2!important;justify-self:center!important;align-self:center!important;position:relative!important;left:auto!important;top:auto!important;transform:none!important;width:var(--dh-logo);max-width:28vw;margin:0!important;padding:0!important;display:inline-flex;align-items:center;justify-content:center}.dorsa-header-logo img{display:block;width:100%;height:auto;margin:0 auto}.dorsa-header-menu,.dorsa-header-icon,.dorsa-header-root .header__icon,.dorsa-header-app{width:40px;height:40px;min-width:40px;min-height:40px;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.dorsa-header-actions .header__search,.dorsa-header-root .header__search{display:grid!important;place-items:center!important;width:40px!important;height:40px!important;margin:0!important;padding:0!important;line-height:0}.dorsa-header-root .header__icon--cart{position:relative;margin-right:0!important}.dorsa-header-root .header__icon:before,.dorsa-header-root .header__icon:after{content:none!important;display:none!important}.dorsa-header-app>*,.dorsa-header-app .shopify-block{margin:0!important;padding:0!important}.dorsa-header-root .cart-count-bubble{position:absolute!important;top:3px!important;right:1px!important;bottom:auto!important;left:auto!important}.dorsa-header-root .cart-count-bubble.minimal{top:1px!important;right:-2px!important;bottom:auto!important;left:auto!important}.dorsa-nav-backdrop{position:fixed!important;inset:var(--dh-sheet-top, var(--dh-stack, 72px)) 0 0 0!important;z-index:1000!important;margin:0!important;padding:0!important;border:0!important;opacity:0;visibility:hidden;pointer-events:none;background:#110e0b26!important;backdrop-filter:blur(7px) saturate(110%);-webkit-backdrop-filter:blur(7px) saturate(110%);transition:opacity var(--dh-speed) ease,visibility var(--dh-speed) step-end}.dorsa-header-root.is-nav-open .dorsa-nav-backdrop{opacity:1;visibility:visible;pointer-events:auto;transition:opacity var(--dh-speed) ease,visibility 0s}.dorsa-nav-sheet{position:fixed!important;left:0!important;right:0!important;top:var( --dh-sheet-top, var(--dh-stack, 72px) )!important;z-index:1001!important;width:100vw!important;max-width:100vw!important;max-height:calc(100dvh - var( --dh-sheet-top, var(--dh-stack, 72px) ));overflow:hidden;border-top:1px solid rgba(255,255,255,.42);border-bottom:1px solid var(--dh-border);background:linear-gradient(145deg,#ffffff6b,#ffffff1c 42%,#ffffff09),var(--dh-nav-bg)!important;box-shadow:0 30px 80px #120f0c24,inset 0 1px #ffffffd1;backdrop-filter:blur(calc(var(--dh-blur) + 11px)) saturate(var(--dh-sat));-webkit-backdrop-filter:blur(calc(var(--dh-blur) + 11px)) saturate(var(--dh-sat));opacity:0;visibility:hidden;transform:translateY(-8px);pointer-events:none;transition:opacity var(--dh-speed) ease,transform var(--dh-speed) cubic-bezier(.22,.72,.18,1),visibility var(--dh-speed) step-end}.dorsa-header-root.is-nav-open .dorsa-nav-sheet{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;transition:opacity var(--dh-speed) ease,transform var(--dh-speed) cubic-bezier(.22,.72,.18,1),visibility 0s}.dorsa-nav-desktop{width:min(100%,var(--dh-max));height:min(600px,calc(100dvh - var(--dh-sheet-top, 72px) - 18px));min-height:min(480px,calc(100dvh - var(--dh-sheet-top, 72px) - 18px));margin:0 auto;padding:28px var(--dh-pad) 30px;grid-template-columns:180px minmax(300px,1fr) minmax(330px,var(--dh-preview-w));gap:32px}.dorsa-nav-primary{padding-right:22px;border-right:1px solid color-mix(in srgb,var(--dh-border) 55%,transparent)}.dorsa-nav-preview{border:1px solid rgba(255,255,255,.52);background:radial-gradient(circle at 30% 18%,color-mix(in srgb,var(--dh-accent) 11%,transparent),transparent 36%),linear-gradient(145deg,#ffffff6b,#eee9e224);box-shadow:inset 0 1px #ffffffc7,0 18px 50px #1c150f0b;backdrop-filter:blur(16px) saturate(125%);-webkit-backdrop-filter:blur(16px) saturate(125%)}.dorsa-nav-fallback span{font-size:clamp(34px,4vw,58px)!important;opacity:.72}@media screen and (max-width:749px){.dorsa-header-root{--dh-icon: var(--dh-icon-mobile);--dh-h: var(--dh-h-mobile);--dh-h-compact: var(--dh-h-compact-mobile);--dh-logo: var(--dh-logo-mobile);--dh-pad: var(--dh-pad-mobile)}.dorsa-header-bar{grid-template-columns:48px minmax(0,1fr) auto;grid-template-areas:"left logo actions";padding-inline:var(--dh-pad-mobile)}.dorsa-header-left{grid-column:1!important;width:40px}.dorsa-header-logo{grid-column:2!important;justify-self:center!important;width:var(--dh-logo-mobile);max-width:30vw}.dorsa-header-actions{grid-column:3!important;justify-self:end!important;gap:0!important}.dorsa-inline-nav,.dorsa-nav-backdrop{display:none!important}.dorsa-nav-sheet{bottom:0!important;height:calc(100dvh - var( --dh-sheet-top, var(--dh-stack,72px) ))!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain;background:linear-gradient(145deg,#ffffff80,#ffffff24 42%,#ffffff0a),var(--dh-nav-bg)!important;box-shadow:none!important;backdrop-filter:blur(calc(var(--dh-blur) + 13px)) saturate(var(--dh-sat));-webkit-backdrop-filter:blur(calc(var(--dh-blur) + 13px)) saturate(var(--dh-sat))}.dorsa-nav-mobile{min-height:100%;padding:18px var(--dh-pad-mobile) calc(34px + env(safe-area-inset-bottom,0px))}.dorsa-mobile-group>summary,.dorsa-mobile-direct{min-height:62px}.dorsa-mobile-link{min-height:68px}}@media screen and (max-width:420px){.dorsa-header-bar{grid-template-columns:42px minmax(0,1fr) auto;padding-inline:max(12px,var(--dh-pad-mobile))}.dorsa-header-menu,.dorsa-header-icon,.dorsa-header-root .header__icon,.dorsa-header-actions .header__search,.dorsa-header-app{width:36px!important;min-width:36px!important;height:40px!important}}body.dorsa-nav-lock{overflow:hidden!important}@media(prefers-reduced-motion:reduce){.dorsa-header-root *,.dorsa-header-root *:before,.dorsa-header-root *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media screen and (max-width:749px){.dorsa-header-bar{position:relative!important}.dorsa-header-logo{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;grid-column:auto!important;grid-row:auto!important;grid-area:auto!important;justify-self:auto!important;align-self:auto!important;z-index:3!important}.dorsa-header-left,.dorsa-header-actions{position:relative;z-index:4}}@media screen and (min-width:750px){.dorsa-header-root .header__icon--cart .svg-wrapper{width:40px!important;height:40px!important;overflow:visible!important}.dorsa-header-root .header__icon--cart svg{width:40px!important;height:40px!important;max-width:none!important;max-height:none!important}}.dorsa-nav-content,.dorsa-nav-sheet{scrollbar-width:none!important;-ms-overflow-style:none!important}.dorsa-nav-content::-webkit-scrollbar,.dorsa-nav-sheet::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}.dorsa-nav-arrow{position:relative;display:inline-block;width:16px;height:12px;min-width:16px;flex:0 0 16px;color:currentColor;transition:transform .22s cubic-bezier(.22,.72,.18,1),opacity .22s ease}.dorsa-nav-arrow:before{content:"";position:absolute;left:1px;right:1px;top:50%;height:1px;background:currentColor;transform:translateY(-50%)}.dorsa-nav-arrow:after{content:"";position:absolute;right:1px;top:50%;width:5px;height:5px;border-top:1px solid currentColor;border-right:1px solid currentColor;transform:translateY(-50%) rotate(45deg)}.dorsa-nav-tab:hover .dorsa-nav-arrow,.dorsa-nav-tab:focus-visible .dorsa-nav-arrow,.dorsa-nav-direct:hover .dorsa-nav-arrow,.dorsa-nav-direct:focus-visible .dorsa-nav-arrow,.dorsa-nav-row-main:hover .dorsa-nav-arrow,.dorsa-nav-row-main:focus-visible .dorsa-nav-arrow{transform:translate(2px)}@media screen and (max-width:749px){.dorsa-header-actions{position:static!important;z-index:4}.dorsa-header-actions>details-modal.header__search,.dorsa-header-actions>details-modal.header__search>details{position:static!important}.dorsa-header-root .header__search .search-modal{left:0!important;right:0!important;width:100%!important;max-width:none!important;min-width:100%!important}.dorsa-header-root .header__search .search-modal__content{width:100%!important;max-width:none!important;min-width:0!important}.dorsa-header-root .header__search .search-modal__form,.dorsa-header-root .header__search predictive-search.search-modal__form,.dorsa-header-root .header__search search-form.search-modal__form{width:100%!important;max-width:none!important;min-width:0!important}.dorsa-header-root .header__search .field{width:100%!important;min-width:0!important}.dorsa-header-root .header__search .search__input{width:100%!important;min-width:0!important;font-size:16px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.dorsa-header-root .header__search .predictive-search--header{left:0!important;right:0!important;width:100%!important;max-width:100%!important;min-width:100%!important}.dorsa-header-root .header__search .predictive-search__results-groups-wrapper,.dorsa-header-root .header__search .predictive-search__result-group,.dorsa-header-root .header__search .predictive-search__item-content{min-width:0!important}.dorsa-header-root .header__search .predictive-search__heading,.dorsa-header-root .header__search .predictive-search__item-heading,.dorsa-header-root .header__search .predictive-search__item{word-break:normal!important;overflow-wrap:normal!important}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/dorsa-header.css.map */
