body:has(fd-header){--header-height: var(--fd-shell-height, 64px) !important;--header-group-height: var(--fd-shell-height, 64px) !important;--transparent-header-offset-boolean: 0 !important}#header-group:has(fd-header){position:sticky;top:0;z-index:60;flex-shrink:0}.fd-shell-section{flex-shrink:0}.fd-shell{display:block;background:var(--fd-surface);color:var(--fd-text);font-family:var(--fd-font-body)}.fd-shell__bar{display:grid;grid-template-columns:minmax(88px,1fr) auto minmax(88px,1fr);align-items:center;gap:0;min-height:4rem;max-width:var(--fd-content-max);margin-inline:auto;padding:.25rem var(--fd-page-gutter)}.fd-shell a{color:inherit;text-decoration:none}.fd-shell button{font-family:var(--fd-font-body);color:inherit;cursor:pointer}.fd-shell__icon{-webkit-appearance:none;appearance:none;display:inline-flex;justify-content:center;align-items:center;width:2.75rem;min-width:2.75rem;min-height:2.75rem;padding:.625rem;border:0;border-radius:0;background:transparent;line-height:1}.fd-shell__icon svg{width:1.25rem;height:1.25rem;flex-shrink:0}.fd-shell__actions{display:flex;align-items:center}.fd-shell__logo{display:flex;justify-content:center;align-items:center;min-height:2.75rem;width:112px;max-width:100%}.fd-shell__logo img{width:100%;height:auto;object-fit:contain}.fd-shell.fd-env-light .fd-shell__logo img{filter:brightness(0)}.fd-shell.fd-env-dark .fd-shell__logo img{filter:brightness(0) invert(1)}.fd-shell__inline{display:none}.fd-shell__cart{display:flex;justify-self:end}.fd-shell__cart-icon{position:relative;display:block;--cart-bubble-background: var(--fd-text);--cart-bubble-text: var(--fd-surface)}.fd-shell__cart-icon .cart-bubble{position:absolute;top:-.6rem;right:-.7rem}.fd-shell__cart-icon .cart-bubble__text{font-family:var(--fd-font-body);font-size:.6875rem}.fd-shell__panel{position:fixed;inset:0 auto 0 0;margin:0;width:100%;max-width:100%;height:100dvh;max-height:100dvh;padding:max(1rem,env(safe-area-inset-top)) var(--fd-page-gutter) max(2rem,env(safe-area-inset-bottom));border:0;border-radius:0;overflow-y:auto;overscroll-behavior:contain;background:var(--fd-surface);color:var(--fd-text);font-family:var(--fd-font-body)}.fd-shell__panel:not([open]){display:none}.fd-shell__panel[open]{animation:fd-shell-enter var(--fd-motion-drawer) ease-out}.fd-shell__panel::backdrop{background:#00000073}.fd-shell__panel-top{display:flex;justify-content:space-between;align-items:start;gap:1rem;padding-bottom:1.5rem}.fd-shell__panel-top h2{margin:.5rem 0 0;font-family:var(--fd-font-body);font-size:1rem;line-height:1.4;font-weight:500}.fd-shell__navigation ul{list-style:none;margin:0;padding:0}.fd-shell__navigation>ul>li{padding-block:.25rem}.fd-shell__navigation>ul>li>a{display:flex;align-items:center;min-height:2.75rem;padding-block:.35rem;font:400 clamp(1.75rem,4vw,2.25rem)/1.2 var(--fd-font-display);overflow-wrap:anywhere}.fd-shell__collection-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center}.fd-shell__subnav{grid-column:1 / -1;padding-block:.5rem 1rem!important}.fd-shell__subnav[hidden]{display:none}.fd-shell__subnav a{display:flex;align-items:center;min-height:2.75rem;font-size:1rem;padding-inline-start:1rem}.fd-shell__utilities{margin-top:2rem;border-top:1px solid var(--fd-divider);padding-top:1.5rem;display:grid;gap:1.5rem}.fd-shell__utilities h3{font:500 .875rem/1.4 var(--fd-font-body);letter-spacing:var(--fd-tracking-label);margin:0 0 .5rem;color:var(--fd-text-muted)}.fd-shell__utilities a,.fd-shell__utilities button,.fd-shell__back{display:flex;align-items:center;min-height:2.75rem;padding:.5rem 0;border:0;background:transparent;text-align:start;font-size:1rem;line-height:1.4;flex-wrap:wrap;gap:.4rem}.fd-shell__utilities .fd-shell__utility-child{padding-inline-start:1rem}.fd-shell__current-locale{color:var(--fd-text-muted)}.fd-shell__localization{display:grid;gap:.75rem}.fd-shell__localization label{font-size:1rem}.fd-shell__localization select{width:100%;min-width:0;min-height:3.25rem;padding:.75rem;border:1px solid var(--fd-text);border-radius:0;color:var(--fd-text);background:var(--fd-surface);font:inherit;margin-bottom:1rem}.fd-shell__apply{min-height:3.25rem;border:1px solid var(--fd-text);border-radius:0;padding:.75rem 1rem;background:var(--fd-text);color:var(--fd-surface)!important;font-size:1rem}.fd-shell__back{margin-top:1.5rem}.fd-shell :is(a,button):hover{text-decoration:underline;text-underline-offset:.2em}body:has(fd-header){--fd-gift-sticky-top: var(--header-height);--fd-wardrobe-sticky-top: var(--header-height)}html[scroll-lock]:has(fd-header) .page-wrapper{overflow:hidden}@media(min-width:48em){.fd-shell__logo{width:140px}.fd-shell__panel{width:480px;padding-inline:2rem}}@media(min-width:75em){body:has(fd-header){--fd-shell-height: 80px}.fd-shell__bar{min-height:5rem;grid-template-columns:160px minmax(0,1fr) 88px 44px;gap:.5rem}.fd-shell__logo{width:160px;grid-column:1;grid-row:1}.fd-shell__inline{display:flex;width:max-content;justify-self:center;justify-content:center;gap:clamp(1rem,2vw,2rem);grid-column:2;grid-row:1}.fd-shell__inline a{white-space:nowrap;display:flex;align-items:center;min-height:2.75rem;font-size:1rem}.fd-shell__leading{grid-column:3;grid-row:1}.fd-shell__search{order:-1}.fd-shell__cart{grid-column:4;grid-row:1}.fd-shell__panel{width:520px}.fd-shell[data-compact] .fd-shell__bar{grid-template-columns:minmax(88px,1fr) auto minmax(88px,1fr)}.fd-shell[data-compact] .fd-shell__inline{visibility:hidden;position:absolute;pointer-events:none}.fd-shell[data-compact] .fd-shell__leading{grid-column:1}.fd-shell[data-compact] .fd-shell__logo{grid-column:2}.fd-shell[data-compact] .fd-shell__cart{grid-column:3}.fd-shell[data-compact] .fd-shell__search{order:0}}@keyframes fd-shell-enter{0%{transform:translate(-1rem);opacity:0}to{transform:translate(0);opacity:1}}.fd-shell__welcome{position:fixed;top:0;right:0;bottom:0;left:0;margin:auto;width:min(32rem,calc(100vw - 2.5rem));max-height:calc(100dvh - 3rem);padding:clamp(2rem,5vw,3.5rem);border:0;border-radius:0;background:var(--fd-surface);color:var(--fd-text);overflow:auto}.fd-shell__welcome::backdrop{background:#0000007a}.fd-shell__welcome-close{position:absolute;right:.5rem;top:.5rem}.fd-shell__welcome h2{margin:0 0 2rem;font:400 clamp(2rem,4vw,3rem)/1.1 var(--fd-font-display);max-width:15ch}.fd-shell__language-choices{display:grid;gap:.75rem}.fd-shell__language-choices button{min-height:52px;padding:1rem;text-align:start;background:transparent;color:inherit;border:1px solid var(--fd-divider);font:inherit;cursor:pointer}.fd-shell__language-choices button[aria-current]{border-color:currentColor}.fd-shell__welcome :focus-visible{outline:2px solid currentColor;outline-offset:4px}.fd-shell .fd-shell__welcome h2{text-transform:none;letter-spacing:-.02em}
/*# sourceMappingURL=/cdn/shop/t/11/assets/fd-shell.css.map */
