.topbar{position:fixed;z-index:1000;top:0;right:0;left:0;width:100%;color:var(--black,#131313);background:transparent;border-bottom:1px solid transparent;transition:color .35s ease,background .35s ease,border-color .35s ease}
.topbar.is-docked{color:#fff;background:rgba(19,19,19,.96);border-color:rgba(255,255,255,.13)}
.topbar__inner{position:relative;display:flex;align-items:center;width:min(100% - 48px,1440px);height:64px;margin-inline:auto;transition:height .35s ease}
.topbar.is-docked .topbar__inner{height:56px}
.topbar .brand{position:relative;display:flex;width:148px;height:38px;flex:0 0 auto;align-items:center;transition:width .35s ease,height .35s ease}
.topbar .brand img{position:absolute;top:50%;left:0;display:block;width:auto;max-width:100%;height:auto;max-height:34px;transform:translateY(-50%);transition:opacity .35s ease,max-height .35s ease}
.topbar .brand__logo--dark{opacity:1}.topbar .brand__logo--light{opacity:0}.topbar .brand__logo--light.is-fallback{filter:grayscale(1) brightness(0) invert(1)}
.topbar.is-docked .brand{width:138px;height:34px}.topbar.is-docked .brand img{max-height:31px}.topbar.is-docked .brand__logo--dark{opacity:0}.topbar.is-docked .brand__logo--light{opacity:1}
.topbar .main-nav{position:relative;display:flex;align-items:center;gap:clamp(18px,1.75vw,32px);margin:auto}
.topbar .main-nav__item{position:relative;display:flex;align-self:stretch;align-items:center}
.topbar .main-nav a:after{display:none}
.topbar .main-nav a.main-nav__link{position:relative;display:flex;min-height:0;align-items:center;gap:5px;padding:22px 0;color:inherit;border:0;font-size:12px;font-weight:500;letter-spacing:.015em;text-decoration:none;text-transform:none;white-space:nowrap;transition:padding .35s ease}
.topbar.is-docked .main-nav a.main-nav__link{padding:18px 0}
.topbar .main-nav__products svg{width:11px;height:11px;fill:none;stroke:currentColor;stroke-width:1.2;transition:transform .25s ease}
.topbar .main-nav__item:hover .main-nav__products svg,.topbar .main-nav__item:focus-within .main-nav__products svg{transform:rotate(180deg)}
.topbar .main-nav__dropdown{position:absolute;top:calc(100% - 1px);left:-20px;display:grid;visibility:hidden;width:220px;padding:10px 20px 12px;color:var(--black,#131313);background:var(--paper,#f8f5f2);border:1px solid rgba(19,19,19,.09);box-shadow:0 18px 34px rgba(19,19,19,.1);opacity:0;transform:translate3d(0,9px,0);transition:opacity .22s ease,transform .28s cubic-bezier(.2,.7,.25,1),visibility .22s}
.topbar .main-nav__dropdown a{padding:12px 0;color:inherit;border-bottom:1px solid rgba(19,19,19,.1);font-size:12px;letter-spacing:.01em;text-decoration:none;text-transform:none;transition:color .18s ease,padding-left .22s ease}
.topbar .main-nav__dropdown a:last-child{border-bottom:0}.topbar .main-nav__dropdown a:hover,.topbar .main-nav__dropdown a:focus-visible{padding-left:6px;color:#77705f}
.topbar .main-nav__item:hover .main-nav__dropdown,.topbar .main-nav__item:focus-within .main-nav__dropdown{visibility:visible;opacity:1;transform:none}
.topbar .main-nav__indicator{position:absolute;right:auto;bottom:8px;left:0;display:block;width:var(--nav-indicator-width,0);height:1px;pointer-events:none;background:currentColor;opacity:0;transform:translate3d(var(--nav-indicator-x,0),0,0);transform-origin:left center;transition:width .42s cubic-bezier(.2,.7,.25,1),transform .48s cubic-bezier(.2,.7,.25,1),opacity .18s ease;will-change:width,transform}
.topbar .main-nav__indicator.is-visible{opacity:1}
.topbar__actions{display:flex;align-items:center;gap:4px;margin:0}
.topbar .icon-button{display:grid;width:40px;height:40px;padding:0;color:currentColor;background:transparent;border:0;border-radius:0;place-items:center}
.topbar .icon-button:hover,.topbar .icon-button:focus-visible{background:rgba(128,120,112,.1)}
.topbar .icon-button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.45}
.topbar .language-switcher{display:flex;align-items:center;gap:7px;margin-left:5px;color:inherit;font-size:12px;font-weight:500;letter-spacing:.06em}
.topbar .language-switcher span{font-size:11px;opacity:.35}.topbar .language-switcher button,.topbar .language-switcher a{padding:9px 3px;color:inherit;background:transparent;border:0;font:inherit;font-size:12px;text-decoration:none;opacity:.45}.topbar .language-switcher button:hover,.topbar .language-switcher button:focus-visible,.topbar .language-switcher button.is-active,.topbar .language-switcher a:hover,.topbar .language-switcher a:focus-visible,.topbar .language-switcher a.is-active{opacity:1}.topbar .language-switcher button.is-active,.topbar .language-switcher a.is-active{font-weight:600}
.topbar .language-dropdown{position:relative;margin-left:5px}.topbar .language-dropdown summary{display:flex;min-width:48px;height:40px;align-items:center;justify-content:center;gap:6px;font-size:11px;font-weight:600;letter-spacing:.06em;list-style:none;cursor:pointer}.topbar .language-dropdown summary::-webkit-details-marker{display:none}.topbar .language-dropdown summary svg{width:10px;fill:none;stroke:currentColor;stroke-width:1.2;transition:transform .2s}.topbar .language-dropdown[open] summary svg{transform:rotate(180deg)}.topbar .language-dropdown>div{position:absolute;top:calc(100% + 6px);right:0;display:grid;min-width:170px;padding:8px 14px;color:var(--black,#131313);background:var(--paper,#f8f5f2);border:1px solid rgba(19,19,19,.12);box-shadow:0 15px 35px rgba(19,19,19,.12)}.topbar .language-dropdown a{display:grid;padding:11px 2px;color:inherit;border-bottom:1px solid rgba(19,19,19,.1);grid-template-columns:32px 1fr;font-size:10px;text-decoration:none}.topbar .language-dropdown a:last-child{border:0}.topbar .language-dropdown a span{color:#8a847e;font-size:8px;letter-spacing:.08em}.topbar .language-dropdown a:hover,.topbar .language-dropdown a.is-active{color:#626957}
.topbar .menu-button,.topbar .mobile-nav{display:none}
@media(max-width:980px){.topbar .main-nav{gap:16px}.topbar .main-nav a.main-nav__link{font-size:10px}.topbar .brand{width:132px}.topbar .language-switcher,.topbar .language-switcher button{font-size:11px}}
@media(max-width:820px){.topbar__inner{width:calc(100% - 28px);height:58px}.topbar.is-docked .topbar__inner{height:54px}.topbar .brand{width:122px;height:31px}.topbar .brand img{max-height:28px}.topbar.is-docked .brand{width:116px;height:29px}.topbar.is-docked .brand img{max-height:27px}.topbar .main-nav{display:none!important}.topbar__actions{margin-left:auto}.topbar .menu-button{display:grid}.topbar .mobile-nav{position:absolute;top:58px;right:0;left:0;display:none;max-height:calc(100vh - 58px);overflow:auto;padding:12px 14px 20px;color:#fff;background:#131313;border-top:1px solid rgba(255,255,255,.12)}.topbar.is-docked .mobile-nav{top:54px}.topbar .mobile-nav.is-open{display:grid}.topbar .mobile-nav a,.topbar .mobile-nav__group>span{padding:14px 8px;color:inherit;border-bottom:1px solid rgba(255,255,255,.1);font-size:11px;letter-spacing:.08em;text-decoration:none;text-transform:uppercase}.topbar .mobile-nav__group{display:grid}.topbar .mobile-nav .mobile-nav__group a{padding-left:25px;color:rgba(255,255,255,.7);font-size:10px}}

/* Storefront product search */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.storefront-search{position:fixed;z-index:1600;inset:0;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .3s}.storefront-search.is-open{visibility:visible;opacity:1}.storefront-search__backdrop{position:absolute;inset:0;width:100%;height:100%;padding:0;background:rgba(12,12,11,.55);border:0;backdrop-filter:blur(5px);cursor:default}.storefront-search__panel{position:relative;display:grid;width:100%;max-height:min(88svh,900px);overflow:auto;padding:28px max(24px,calc((100% - 1440px)/2)) 54px;color:var(--black,#131313);background:var(--paper,#f8f5f2);box-shadow:0 30px 80px rgba(0,0,0,.18);transform:translateY(-30px);transition:transform .45s cubic-bezier(.2,.7,.25,1)}.storefront-search.is-open .storefront-search__panel{transform:none}.storefront-search__top{display:flex;align-items:center;justify-content:space-between;gap:25px}.storefront-search__top>p{display:flex;align-items:center;gap:13px;margin:0;color:#79736e;font-size:9px;font-weight:500;letter-spacing:.2em;text-transform:uppercase}.storefront-search__top>p span{width:33px;height:1px;background:currentColor}.storefront-search__top>button{display:grid;width:42px;height:42px;padding:0;color:inherit;background:transparent;border:1px solid rgba(19,19,19,.2);border-radius:50%;place-items:center;transition:color .2s,background .2s,transform .25s;cursor:pointer}.storefront-search__top>button:hover{color:#fff;background:#131313;transform:rotate(4deg)}.storefront-search__top svg{width:18px;fill:none;stroke:currentColor;stroke-width:1.3}.storefront-search__field{display:grid;margin-top:30px;padding-bottom:18px;border-bottom:1px solid rgba(19,19,19,.36);grid-template-columns:35px minmax(0,1fr) auto;align-items:center;gap:15px}.storefront-search__field>svg{width:26px;fill:none;stroke:currentColor;stroke-width:1.25}.storefront-search__field input{width:100%;padding:0;color:inherit;background:transparent;border:0;outline:0;font:400 clamp(28px,4vw,58px)/1.1 Montserrat,Arial,sans-serif;letter-spacing:-.045em}.storefront-search__field input::placeholder{color:#aaa39d;opacity:1}.storefront-search__shortcut{padding:6px 8px;color:#8b8580;border:1px solid rgba(19,19,19,.18);font-size:8px;letter-spacing:.08em}.storefront-search__meta{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 0 15px;color:#77716c;font-size:8px;letter-spacing:.16em;text-transform:uppercase}.storefront-search__results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.storefront-search__result{display:grid;min-width:0;grid-template-columns:132px minmax(0,1fr) 42px;align-items:center;gap:18px;padding:8px;color:inherit;background:#eee8e2;border:1px solid transparent;text-decoration:none;opacity:0;transform:translateY(9px);animation:search-result-in .42s cubic-bezier(.2,.7,.25,1) forwards;animation-delay:var(--search-delay,0ms);transition:border-color .2s,background .2s}.storefront-search__result:hover,.storefront-search__result:focus-visible{background:#e8e1da;border-color:rgba(19,19,19,.22);outline:0}.storefront-search__image{position:relative;display:grid;overflow:hidden;width:132px;aspect-ratio:4/3;background:#ded8d2;place-items:center}.storefront-search__image img{display:block;width:100%;height:100%;object-fit:contain;transition:transform .45s cubic-bezier(.2,.7,.25,1)}.storefront-search__result:hover .storefront-search__image img{transform:scale(1.04)}.storefront-search__image>span{color:#817b75;font-size:24px}.storefront-search__copy{display:grid;min-width:0;gap:8px}.storefront-search__copy strong{overflow:hidden;font-size:14px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.storefront-search__copy small{overflow:hidden;color:#817a74;font-size:8px;letter-spacing:.12em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.storefront-search__badge{width:max-content;padding:5px 7px;color:#fff;background:#626957;font-size:7px;letter-spacing:.1em;text-transform:uppercase}.storefront-search__arrow{display:grid;width:38px;height:38px;border:1px solid rgba(19,19,19,.18);border-radius:50%;place-items:center;transition:color .2s,background .2s}.storefront-search__arrow svg{width:16px;fill:none;stroke:currentColor;stroke-width:1.3}.storefront-search__result:hover .storefront-search__arrow{color:#fff;background:#131313}.storefront-search__empty{display:grid;min-height:220px;grid-column:1/-1;padding:35px;text-align:center;background:#eee8e2;place-content:center}.storefront-search__empty strong{font-size:18px;font-weight:500}.storefront-search__empty span{max-width:430px;margin-top:9px;color:#77716c;font-size:10px;line-height:1.7}.storefront-search__loader{display:grid;min-height:220px;grid-column:1/-1;place-content:center}.storefront-search__loader i{width:34px;height:34px;border:1px solid rgba(19,19,19,.2);border-top-color:#131313;border-radius:50%;animation:storefront-search-spin .7s linear infinite}.storefront-search-open{overflow:hidden}@keyframes storefront-search-spin{to{transform:rotate(360deg)}}@keyframes search-result-in{to{opacity:1;transform:none}}
@media(max-width:720px){.storefront-search__panel{min-height:100svh;max-height:100svh;padding:20px 14px 40px}.storefront-search__field{grid-template-columns:25px minmax(0,1fr);margin-top:30px;gap:10px}.storefront-search__field>svg{width:21px}.storefront-search__field input{font-size:clamp(25px,8vw,38px)}.storefront-search__shortcut{display:none}.storefront-search__results{grid-template-columns:1fr}.storefront-search__result{grid-template-columns:92px minmax(0,1fr) 34px;gap:12px}.storefront-search__image{width:92px}.storefront-search__arrow{width:32px;height:32px}.storefront-search__copy strong{font-size:12px}.storefront-search__top>button{width:38px;height:38px}}
@media(prefers-reduced-motion:reduce){.storefront-search,.storefront-search__panel,.storefront-search__result{transition:none;animation:none;opacity:1;transform:none}}
