.SearchOverlay-module__Vwte0G__overlay{z-index:200;flex-direction:column;justify-content:flex-start;display:flex;position:fixed;inset:0}.SearchOverlay-module__Vwte0G__backdrop{cursor:default;background:#0000008c;border:none;width:100%;height:100%;padding:0;position:absolute;inset:0}.SearchOverlay-module__Vwte0G__panel{z-index:1;background:#fff;border-radius:14px;flex-direction:column;width:100%;max-width:640px;max-height:calc(100vh - 120px);margin:84px auto 0;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 80px #00000059}.SearchOverlay-module__Vwte0G__head{justify-content:space-between;align-items:center;padding:18px 22px 0;display:flex}.SearchOverlay-module__Vwte0G__title{font-family:var(--font-display), "Docs Fallback", Arial, sans-serif;letter-spacing:.12em;text-transform:uppercase;color:#111;margin:0;font-size:20px;font-weight:700}.SearchOverlay-module__Vwte0G__closeBtn{cursor:pointer;color:#111;background:0 0;border:none;justify-content:center;align-items:center;width:34px;height:34px;padding:0;display:flex}.SearchOverlay-module__Vwte0G__closeBtn svg{width:22px;height:22px}.SearchOverlay-module__Vwte0G__closeBtn:hover{opacity:.6}.SearchOverlay-module__Vwte0G__searchBox{background:#f7f7f7;border:1px solid #dcdcdc;border-radius:10px;align-items:center;gap:10px;height:52px;margin:18px 22px;padding:0 14px;transition:border-color .2s;display:flex}.SearchOverlay-module__Vwte0G__searchBox:focus-within{border-color:#111}.SearchOverlay-module__Vwte0G__searchIcon{color:#555;flex-shrink:0;width:20px;height:20px}.SearchOverlay-module__Vwte0G__input{color:#111;background:0 0;border:none;outline:none;flex:1;height:100%;font-family:inherit;font-size:16px}.SearchOverlay-module__Vwte0G__input::placeholder{color:#999}.SearchOverlay-module__Vwte0G__clearBtn{cursor:pointer;color:#888;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:flex}.SearchOverlay-module__Vwte0G__clearBtn svg{width:18px;height:18px}.SearchOverlay-module__Vwte0G__clearBtn:hover{color:#111}.SearchOverlay-module__Vwte0G__results{padding:0 22px 22px;overflow-y:auto}.SearchOverlay-module__Vwte0G__hint,.SearchOverlay-module__Vwte0G__empty{color:#666;text-align:center;margin:20px 0 30px;font-family:inherit;font-size:15px}.SearchOverlay-module__Vwte0G__list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.SearchOverlay-module__Vwte0G__resultItem{color:#111;border-radius:8px;align-items:center;gap:14px;padding:10px;text-decoration:none;transition:background-color .15s;display:flex}.SearchOverlay-module__Vwte0G__resultItem:hover{background:#f2f2f2}.SearchOverlay-module__Vwte0G__thumb{object-fit:cover;background:#f0f0f0;border-radius:8px;flex-shrink:0;width:56px;height:56px}.SearchOverlay-module__Vwte0G__meta{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.SearchOverlay-module__Vwte0G__resultTitle{font-family:var(--font-display), "Docs Fallback", Arial, sans-serif;letter-spacing:.02em;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.SearchOverlay-module__Vwte0G__resultCategory{letter-spacing:.06em;text-transform:uppercase;color:#888;font-size:12px}.SearchOverlay-module__Vwte0G__resultPrice{color:#111;white-space:nowrap;font-size:14px;font-weight:700}@media (max-width:640px){.SearchOverlay-module__Vwte0G__panel{border-radius:10px;max-height:calc(100vh - 40px);margin-top:20px;margin-left:12px;margin-right:12px}}
.NavBar-module__TrVNSq__header{width:100%;height:60px;transition:transform .3s var(--ease-regular), opacity .2s;justify-content:space-between;align-items:center;padding:0 30px;display:flex;position:fixed;top:0;left:0;z-index:99999!important;background-color:#fff!important}.NavBar-module__TrVNSq__hidden{opacity:0;transform:translateY(-60px)}.NavBar-module__TrVNSq__inner{display:contents;position:relative}.NavBar-module__TrVNSq__leftNav{align-items:center;gap:16px;display:flex}.NavBar-module__TrVNSq__navLink{text-transform:uppercase;color:#000;letter-spacing:normal;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:14px;font-weight:400;text-decoration:none}.NavBar-module__TrVNSq__navLink:hover{text-decoration:underline}.NavBar-module__TrVNSq__navList{align-items:center;gap:25px;margin:0;padding:0;list-style:none;display:flex}.NavBar-module__TrVNSq__navItem{position:relative}.NavBar-module__TrVNSq__dropdownMenu{z-index:10000;opacity:0;visibility:hidden;pointer-events:none;background-color:#fff;border-top:1px solid #eee;min-width:280px;margin:0;padding:24px;list-style:none;transition:opacity .25s,transform .25s,visibility .25s;position:absolute;top:100%;left:0;transform:translateY(4px);box-shadow:0 8px 16px #00000014}.NavBar-module__TrVNSq__dropdownMenu:before{content:"";width:100%;height:12px;position:absolute;top:-12px;left:0}.NavBar-module__TrVNSq__navItem:hover .NavBar-module__TrVNSq__dropdownMenu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.NavBar-module__TrVNSq__dropdownMenu li a{color:#111;text-transform:uppercase;letter-spacing:.03em;padding:12px 0;font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .2s;display:block}.NavBar-module__TrVNSq__dropdownMenu li a:hover{opacity:.6}.NavBar-module__TrVNSq__logo{text-decoration:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.NavBar-module__TrVNSq__brandLogoImg{object-fit:contain;width:auto;height:56px;display:block}.NavBar-module__TrVNSq__icons{align-items:center;gap:24px;margin:0;padding:0;list-style:none;display:flex}.NavBar-module__TrVNSq__rightIcons{z-index:50;color:#000;align-items:center;gap:24px;margin-left:auto;display:flex}.NavBar-module__TrVNSq__iconBtn{cursor:pointer;color:#000;opacity:1;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:opacity .2s;display:flex;position:relative}.NavBar-module__TrVNSq__iconBtn:hover{opacity:.75}.NavBar-module__TrVNSq__iconSvg{width:24px;height:24px}.NavBar-module__TrVNSq__cartBadge{color:#fff;background:#000;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-2px;right:-2px}.NavBar-module__TrVNSq__icon{width:20px;height:20px}.NavBar-module__TrVNSq__mobileIcon{width:24px;height:24px}.NavBar-module__TrVNSq__mobileBar{display:none}.NavBar-module__TrVNSq__mobileMenu{z-index:4;background:#fff;position:fixed;inset:0}.NavBar-module__TrVNSq__mobileMenuClose{cursor:pointer;color:#000;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:flex;position:absolute;top:16px;right:16px}.NavBar-module__TrVNSq__mobileList{flex-direction:column;gap:24px;margin:0;padding:80px 24px;list-style:none;display:flex}.NavBar-module__TrVNSq__mobileLink{text-transform:uppercase;color:#000;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-family:inherit;font-size:24px;font-weight:800;text-decoration:none}.NavBar-module__TrVNSq__mobileLink:hover{text-decoration:underline}.NavBar-module__TrVNSq__mobileSubToggle{text-transform:uppercase;color:#000;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:0;font-family:inherit;font-size:24px;font-weight:800;display:flex}.NavBar-module__TrVNSq__mobileChevron{flex-shrink:0;width:22px;height:22px;margin-left:12px;transition:transform .2s}.NavBar-module__TrVNSq__mobileChevronOpen{transform:rotate(180deg)}.NavBar-module__TrVNSq__mobileSubList{flex-direction:column;gap:14px;margin:0;padding:16px 0 4px 16px;list-style:none;display:flex}.NavBar-module__TrVNSq__mobileSubList a{text-transform:uppercase;color:#000;font-size:16px;font-weight:500;text-decoration:none}.NavBar-module__TrVNSq__mobileSubList a:active{opacity:.5}@media (max-width:1023.98px){.NavBar-module__TrVNSq__inner{display:none}.NavBar-module__TrVNSq__header{padding:0 16px}.NavBar-module__TrVNSq__mobileBar{justify-content:space-between;align-items:center;width:100%;height:60px;padding:0;display:flex}.NavBar-module__TrVNSq__mobileLogo{text-decoration:none;position:absolute;left:50%;transform:translate(-50%)}.NavBar-module__TrVNSq__mobileActions{align-items:center;gap:16px;margin-left:auto;display:flex}.NavBar-module__TrVNSq__logo{display:none}}@media (max-width:768px){.NavBar-module__TrVNSq__brandLogoImg{height:48px}}
.SiteFooter-module__95swvG__root{color:#fff;background:#000;border-top:1px solid #3f3f3f;padding:0 16px;font-size:14px;line-height:1.4}.SiteFooter-module__95swvG__main{display:none}.SiteFooter-module__95swvG__group{flex-direction:column;gap:42px;padding-right:24px;display:flex}.SiteFooter-module__95swvG__gname{text-transform:uppercase;margin:0;font-size:20px;font-weight:900;line-height:22px}.SiteFooter-module__95swvG__glinks{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.SiteFooter-module__95swvG__glink{color:#fff;text-transform:uppercase;font-size:14px;text-decoration:none}.SiteFooter-module__95swvG__glink:hover{text-decoration:underline}.SiteFooter-module__95swvG__moreWrap{display:contents}.SiteFooter-module__95swvG__more{color:#fff;cursor:pointer;text-transform:uppercase;background:0 0;border:none;align-self:start;padding:0;font-family:inherit;font-size:14px;font-weight:700;text-decoration:underline}.SiteFooter-module__95swvG__moreWrap[open] .SiteFooter-module__95swvG__more{display:none}.SiteFooter-module__95swvG__moreWrap[open] a{display:block}.SiteFooter-module__95swvG__moreWrap a{display:none}.SiteFooter-module__95swvG__newscol{flex-direction:column;gap:32px;padding-right:96px;display:flex}.SiteFooter-module__95swvG__newsForm{position:relative}.SiteFooter-module__95swvG__email{color:#fff;background:0 0;border:1px solid #454545;outline:none;width:100%;padding:16px 48px 14px 12px;font-family:inherit;font-size:16px}.SiteFooter-module__95swvG__flabel{text-transform:uppercase;color:#fff;pointer-events:none;font-size:14px;font-weight:700;position:absolute;top:16px;left:12px}.SiteFooter-module__95swvG__email:focus+.SiteFooter-module__95swvG__flabel,.SiteFooter-module__95swvG__email:not(:placeholder-shown)+.SiteFooter-module__95swvG__flabel{display:none}.SiteFooter-module__95swvG__sub{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:48px;display:flex;position:absolute;top:0;bottom:0;right:0}.SiteFooter-module__95swvG__sub svg{width:24px;height:24px;transform:rotate(90deg)}.SiteFooter-module__95swvG__social{gap:16px;margin:0;padding:0;list-style:none;display:flex}.SiteFooter-module__95swvG__social li a{color:#fff;transition:color .2s,opacity .2s;display:inline-flex}.SiteFooter-module__95swvG__social li a:hover{color:#d1d1d1;opacity:.75}.SiteFooter-module__95swvG__socIcon{fill:currentColor;width:20px;height:20px}.SiteFooter-module__95swvG__pay{flex-wrap:wrap;align-items:center;gap:8px;margin:0;padding:0;list-style:none;display:flex}.SiteFooter-module__95swvG__payIcon{fill:#fff;width:36px;height:24px}.SiteFooter-module__95swvG__cbIcon{width:auto;height:24px}.SiteFooter-module__95swvG__bigFooterLogoImg{object-fit:contain;width:100%;max-width:1200px;height:auto;display:block;margin:0 auto!important;padding-top:0!important;padding-bottom:0!important}.SiteFooter-module__95swvG__bottom{display:none}.SiteFooter-module__95swvG__bottomCol,.SiteFooter-module__95swvG__bottom{margin-bottom:0!important;padding:0!important}.SiteFooter-module__95swvG__locat{color:#fff;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;font-family:inherit;font-size:14px;display:flex}.SiteFooter-module__95swvG__copy{color:#7e7e7e;font-size:12px}.SiteFooter-module__95swvG__mobileMain{padding-bottom:8px;display:block}.SiteFooter-module__95swvG__acc{border-bottom:1px solid #3f3f3f}.SiteFooter-module__95swvG__msum{text-transform:uppercase;color:#fff;cursor:pointer;justify-content:space-between;align-items:center;padding:16px 0;font-size:16px;font-weight:700;list-style:none;display:flex}.SiteFooter-module__95swvG__msum::-webkit-details-marker{display:none}.SiteFooter-module__95swvG__msum svg{width:20px;height:20px;transition:transform .2s;transform:rotate(180deg)}.SiteFooter-module__95swvG__acc[open] .SiteFooter-module__95swvG__msum svg{transform:rotate(0)}.SiteFooter-module__95swvG__accBody{flex-direction:column;gap:12px;padding:4px 0 16px;display:flex}.SiteFooter-module__95swvG__mobileNews{flex-direction:column;gap:24px;padding:32px 0;display:flex}.SiteFooter-module__95swvG__mname{text-transform:uppercase;margin:0;font-size:20px;font-weight:900;line-height:22px}@media (min-width:1024px){.SiteFooter-module__95swvG__main{grid-template-columns:repeat(4,1fr);margin:96px 0 0;display:grid;margin-bottom:0!important;padding-bottom:0!important}.SiteFooter-module__95swvG__bottom{justify-content:space-between;align-items:center;display:flex}.SiteFooter-module__95swvG__mobileMain,.SiteFooter-module__95swvG__bottomCol{display:none}}@media (max-width:1023px){.SiteFooter-module__95swvG__bottomCol{border-top:1px solid #3f3f3f;flex-direction:column;align-items:flex-start;gap:8px;margin-top:8px;display:flex}}@media (max-width:768px){.SiteFooter-module__95swvG__bigFooterLogoImg{width:96%}}.SiteFooter-module__95swvG__mobileSocials{border-bottom:1px solid #3f3f3f;flex-direction:column;gap:20px;padding:24px 0;display:flex}
.CartDrawer-module__G0bl_q__overlay{z-index:50;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;background:#00000080;transition:opacity .3s;position:fixed;inset:0}.CartDrawer-module__G0bl_q__overlay.CartDrawer-module__G0bl_q__open{opacity:1;pointer-events:auto}.CartDrawer-module__G0bl_q__panel{z-index:50;background:#fff;flex-direction:column;width:100%;max-width:448px;height:100%;transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-8px 0 30px #00000026}.CartDrawer-module__G0bl_q__panel.CartDrawer-module__G0bl_q__open{transform:translate(0)}.CartDrawer-module__G0bl_q__header{border-bottom:1px solid #e5e5e5;flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.CartDrawer-module__G0bl_q__title{font-family:var(--font-display), "Docs Fallback", Arial, sans-serif;letter-spacing:.1em;margin:0;font-size:15px;font-weight:700}.CartDrawer-module__G0bl_q__closeBtn{cursor:pointer;color:#000;opacity:.6;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:opacity .2s;display:flex}.CartDrawer-module__G0bl_q__closeBtn:hover{opacity:1}.CartDrawer-module__G0bl_q__body{flex:1;padding:0 24px;overflow-y:auto}.CartDrawer-module__G0bl_q__empty{flex-direction:column;justify-content:center;align-items:center;gap:20px;height:100%;display:flex}.CartDrawer-module__G0bl_q__emptyText{color:#666;font-size:15px}.CartDrawer-module__G0bl_q__emptyBtn{color:#000;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #000;padding:12px 28px;font-size:12px;font-weight:700;transition:background .2s,color .2s}.CartDrawer-module__G0bl_q__emptyBtn:hover{color:#fff;background:#000}.CartDrawer-module__G0bl_q__list{margin:0;padding:0;list-style:none}.CartDrawer-module__G0bl_q__item{border-bottom:1px solid #eee;gap:16px;padding:20px 0;display:flex}.CartDrawer-module__G0bl_q__item:last-child{border-bottom:none}.CartDrawer-module__G0bl_q__thumb{object-fit:cover;background:#f5f5f5;border-radius:4px;flex-shrink:0;width:80px;height:96px}.CartDrawer-module__G0bl_q__details{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.CartDrawer-module__G0bl_q__name{letter-spacing:.05em;text-transform:uppercase;margin:0;font-size:13px;font-weight:700;line-height:1.3}.CartDrawer-module__G0bl_q__size{color:#888;margin:0;font-size:12px}.CartDrawer-module__G0bl_q__price{margin:4px 0 0;font-size:14px;font-weight:600}.CartDrawer-module__G0bl_q__qtyRow{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.CartDrawer-module__G0bl_q__qtyControls{border:1px solid #ddd;align-items:center;display:flex}.CartDrawer-module__G0bl_q__qtyBtn{cursor:pointer;color:#000;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;font-weight:500;transition:background .15s;display:flex}.CartDrawer-module__G0bl_q__qtyBtn:hover{background:#f5f5f5}.CartDrawer-module__G0bl_q__qtyValue{text-align:center;border-left:1px solid #ddd;border-right:1px solid #ddd;width:36px;font-size:13px;font-weight:600;line-height:32px}.CartDrawer-module__G0bl_q__trashBtn{cursor:pointer;color:#888;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex}.CartDrawer-module__G0bl_q__trashBtn:hover{color:#c00}.CartDrawer-module__G0bl_q__footer{border-top:1px solid #e5e5e5;flex-shrink:0;padding:20px 24px}.CartDrawer-module__G0bl_q__subtotalRow{justify-content:space-between;align-items:baseline;margin-bottom:8px;display:flex}.CartDrawer-module__G0bl_q__subtotalLabel{letter-spacing:.1em;font-size:12px;font-weight:700}.CartDrawer-module__G0bl_q__subtotalValue{font-size:18px;font-weight:700}.CartDrawer-module__G0bl_q__shippingNote{color:#888;text-align:center;margin:0 0 16px;font-size:11px}.CartDrawer-module__G0bl_q__checkoutBtn{text-align:center;color:#fff;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;background:#000;border:none;justify-content:center;align-items:center;width:100%;padding:16px;font-size:13px;font-weight:700;line-height:1;transition:background .2s;display:flex}.CartDrawer-module__G0bl_q__checkoutBtn:hover{background:#222}@media (max-width:480px){.CartDrawer-module__G0bl_q__panel{max-width:100%}.CartDrawer-module__G0bl_q__body{padding:0 16px}.CartDrawer-module__G0bl_q__header,.CartDrawer-module__G0bl_q__footer{padding:16px}}
