.styles-module__nLCe9W__container{max-width:min(var(--store-max-width), calc(100% - 4 * var(--store-spacing)));padding:0 var(--store-spacing);margin:0 auto}.styles-module__nLCe9W__hero{background:linear-gradient(135deg, var(--store-primary) 0%, var(--store-accent) 100%);color:#fff;border-radius:var(--store-radius);align-items:center;min-height:420px;display:flex;position:relative;overflow:hidden}.styles-module__nLCe9W__heroCta{color:var(--store-primary);border-radius:var(--store-radius);font-weight:700;font-size:var(--store-fs-xl);background:#fff;padding:.75rem 1.75rem;text-decoration:none;transition:opacity .15s;display:inline-block}.styles-module__nLCe9W__heroCta:hover{opacity:.9}.styles-module__nLCe9W__categoryCard:hover{box-shadow:var(--store-shadow-md);transform:translateY(-2px)}.styles-module__nLCe9W__productSlider::-webkit-scrollbar{display:none}.styles-module__nLCe9W__productSlider>.styles-module__nLCe9W__productCard{scroll-snap-align:start;flex:none;width:220px}.styles-module__nLCe9W__productCard{color:var(--store-text);}.styles-module__nLCe9W__productCardSelected{box-shadow:inset 0 0 0 2px var(--store-accent);cursor:default}.styles-module__nLCe9W__productCardSelected:hover{box-shadow:inset 0 0 0 2px var(--store-accent)}.styles-module__nLCe9W__productCardOutOfStock{opacity:.55}.styles-module__nLCe9W__productCardOutOfStock .styles-module__nLCe9W__productName{text-decoration:line-through}.styles-module__nLCe9W__productImageWrap{background:var(--store-surface);border-radius:2px 2px 0 0;position:relative;}.styles-module__nLCe9W__productImageWrap:after{content:"";border-radius:inherit;pointer-events:none;z-index:1;background:#0000000d;position:absolute;inset:0}.styles-module__nLCe9W__productImage{}.styles-module__nLCe9W__productInfo{text-align:left;flex-direction:column;flex:1;align-items:flex-start;gap:.25rem;min-height:90px;padding:.5rem 1rem 0;display:flex}.styles-module__nLCe9W__productName{font-size:var(--store-fs-lg);color:#1f2937;font-weight:500;}.styles-module__nLCe9W__productPriceRow{grid-template-columns:auto auto;justify-content:center;align-items:center;gap:0 .25rem;width:100%;margin-top:1rem;display:grid}.styles-module__nLCe9W__productListPrice{}.styles-module__nLCe9W__productPriceRow .styles-module__nLCe9W__productListPrice{text-align:center;font-size:var(--store-fs-xs);grid-area:1/2}.styles-module__nLCe9W__productPriceRow .styles-module__nLCe9W__productPrice{text-align:center;grid-area:2/2}.styles-module__nLCe9W__productPrice{font-size:var(--store-fs-2xl);color:#111827;font-weight:600}.styles-module__nLCe9W__productPriceRow:has(.styles-module__nLCe9W__productListPrice) .styles-module__nLCe9W__productPrice{color:#16a34a}.styles-module__nLCe9W__productPriceRow .store-discount-rate{width:2.25rem;height:2rem;font-size:var(--store-fs-xs);color:#fff;background:#60a5fa;border-radius:.5rem;grid-area:1/1/span 2;justify-content:center;align-items:center;padding:0;font-weight:600;display:inline-flex}.styles-module__nLCe9W__brandLetter:hover{border-color:var(--store-accent);color:var(--store-accent)}.styles-module__nLCe9W__brandLetterActive,.styles-module__nLCe9W__brandLetterActive:hover{background:var(--store-accent);border-color:var(--store-accent);color:#fff;font-weight:700}.styles-module__nLCe9W__brandCard:hover{box-shadow:var(--store-shadow-md)}.styles-module__nLCe9W__brandInitial{background:linear-gradient(135deg, var(--store-primary), var(--store-accent));color:#fff;width:48px;height:48px;font-size:var(--store-fs-3xl);border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex}.styles-module__nLCe9W__headerInner{max-width:min(var(--store-max-width), calc(100% - 4 * var(--store-spacing)));padding:0 var(--store-spacing);height:var(--store-header-height);align-items:center;gap:var(--store-spacing);margin:0 auto;display:flex}.styles-module__nLCe9W__logo{font-family:var(--store-font-heading);font-weight:800;font-size:var(--store-fs-5xl);letter-spacing:-.02em;color:var(--store-text);min-width:max-content;height:100%;padding-right:var(--store-spacing);flex:none;justify-content:center;align-items:center;gap:.5rem;text-decoration:none;display:flex}.styles-module__nLCe9W__logo img{max-height:68px}.styles-module__nLCe9W__headerNav{flex:auto;align-items:center;min-width:0;height:100%;display:flex;overflow:hidden}@media (max-width:900px){.styles-module__nLCe9W__headerNav{display:none}}.styles-module__nLCe9W__navLink{cursor:pointer;text-overflow:ellipsis;height:100%;color:var(--store-text);font-family:inherit;font-size:var(--store-fs-base);text-transform:uppercase;letter-spacing:.02em;white-space:nowrap;background:0 0;border:none;align-items:center;padding:0 .75rem;font-weight:600;text-decoration:none;transition:color .15s,box-shadow .15s;display:flex;overflow:hidden}@media (min-width:1536px){.styles-module__nLCe9W__navLink{font-size:var(--store-fs-xl)}}.styles-module__nLCe9W__navLink:hover{color:var(--store-accent);box-shadow:inset 0 -2px 0 0 var(--store-accent)}.styles-module__nLCe9W__megaPanel{background:var(--store-surface);border-top:1px solid var(--store-border);padding:2rem max(var(--store-spacing), calc((100% - var(--store-max-width)) / 2 + var(--store-spacing)));z-index:200;grid-template-columns:repeat(5,minmax(0,1fr));gap:2.5rem 2rem;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.styles-module__nLCe9W__navItem:hover .styles-module__nLCe9W__megaPanel{display:grid}.styles-module__nLCe9W__megaLink{font-size:var(--store-fs-base);color:var(--store-text);padding:0;font-weight:600;text-decoration:none;transition:color .15s;display:block}.styles-module__nLCe9W__megaLink:hover{color:var(--store-accent)}.styles-module__nLCe9W__headerIconBtn{color:var(--store-text);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:color .15s;display:flex}.styles-module__nLCe9W__headerIconBtn:hover{color:var(--store-accent)}.styles-module__nLCe9W__searchPanel{background:var(--store-surface);border-top:1px solid var(--store-border);padding:1rem max(var(--store-spacing), calc((100% - var(--store-max-width)) / 2 + var(--store-spacing)));z-index:210;border-radius:0 0 1.5rem 1.5rem;position:absolute;top:100%;left:0;right:0;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.styles-module__nLCe9W__searchPanelInner{align-items:center;gap:.5rem;display:flex}.styles-module__nLCe9W__searchPanelInner>.store-search{border-radius:.5rem;flex:auto;min-width:0}.styles-module__nLCe9W__searchPanelInner>.store-search>button[type=submit]{display:none}.styles-module__nLCe9W__searchClose{background:var(--store-surface);border:1px solid var(--store-danger);width:44px;height:44px;color:var(--store-danger);cursor:pointer;border-radius:.5rem;flex:none;justify-content:center;align-items:center;transition:background .15s,border-color .15s;display:flex}.styles-module__nLCe9W__searchClose:hover{background:color-mix(in srgb, var(--store-danger) 8%, transparent);border-color:var(--store-danger)}.styles-module__nLCe9W__headerLink{color:var(--store-text);font-weight:600;font-size:var(--store-fs-base);white-space:nowrap;align-items:center;gap:.4rem;padding:.5rem;text-decoration:none;transition:color .15s;display:inline-flex}.styles-module__nLCe9W__headerLink:hover{color:var(--store-accent)}.styles-module__nLCe9W__headerLinkLabel{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.styles-module__nLCe9W__headerActions .store-cart-label{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.styles-module__nLCe9W__headerLinkLabelWide{}@media (min-width:1536px){.styles-module__nLCe9W__headerLinkLabelWide{clip-path:none;width:auto;height:auto;margin:0;position:static;overflow:visible}}@media (pointer:coarse){.styles-module__nLCe9W__headerIconBtn,.styles-module__nLCe9W__headerLink{min-width:44px;min-height:44px}}.styles-module__nLCe9W__headerActions{flex:1;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.styles-module__nLCe9W__cartBtn{color:var(--store-text);font-weight:600;font-size:var(--store-fs-base);background:0 0;align-items:center;gap:.4rem;padding:.5rem;text-decoration:none;transition:color .15s;display:flex}.styles-module__nLCe9W__cartBtn:hover{color:var(--store-accent)}.styles-module__nLCe9W__footer{color:#f5f5f5;margin-top:calc(var(--store-spacing) * 4);background:#000;border-top:none}.styles-module__nLCe9W__footerInner{max-width:min(var(--store-max-width), calc(100% - 4 * var(--store-spacing)));padding:calc(var(--store-spacing) * 2.5) var(--store-spacing);justify-content:space-between;align-items:flex-start;gap:calc(var(--store-spacing) * 2);flex-wrap:wrap;margin:0 auto;display:flex}.styles-module__nLCe9W__footerBrandCol{flex-direction:column;flex:0 260px;gap:.75rem;min-width:0;display:flex}.styles-module__nLCe9W__footerBrand{font-family:var(--store-font-heading);font-weight:800;font-size:var(--store-fs-4xl);letter-spacing:-.02em;color:#fff}.styles-module__nLCe9W__footerPay{margin-top:var(--store-spacing);padding-top:calc(var(--store-spacing) * 1.5);border-top:1px solid #ffffff2e;flex:1 0 100%;justify-content:center;align-items:center;gap:1.25rem;display:flex}.styles-module__nLCe9W__footerPayLogo{width:auto;height:32px}.styles-module__nLCe9W__footerInner .store-footer-menu{flex-wrap:wrap;flex:0 62%;justify-content:flex-end;gap:1.5rem 2.5rem;display:flex}.styles-module__nLCe9W__footerInner .store-footer-col{flex:1 1 0;min-width:150px}@media (max-width:1023px){.styles-module__nLCe9W__footerInner .store-footer-menu{flex-direction:column;flex:1 0 100%;row-gap:0}.styles-module__nLCe9W__footerInner .store-footer-col{border-bottom:1px solid #ffffff1f;min-width:0}}.styles-module__nLCe9W__footerPaySafe{color:#f5f5f5d9;font-size:var(--store-fs-base);align-items:center;gap:.4rem;display:inline-flex}.styles-module__nLCe9W__footerCopy{padding-top:var(--store-spacing);color:#f5f5f5b3;font-size:var(--store-fs-md);border-top:1px solid #f5f5f526;flex:1 0 100%}.styles-module__nLCe9W__homePage{max-width:none;padding:0 0 calc(var(--store-spacing) * 2);box-shadow:none;background:0 0;border-radius:0;min-height:60vh;margin:0}.styles-module__nLCe9W__slotRow{gap:calc(var(--store-spacing) * 2);align-items:flex-start;display:flex}.styles-module__nLCe9W__accountOuter{padding:2rem var(--store-spacing)}.styles-module__nLCe9W__accountPanel{background:var(--store-surface);border-radius:var(--store-radius);box-shadow:var(--store-shadow-sm);max-width:var(--store-max-width);padding:calc(var(--store-spacing) * 1.5);margin:0 auto}:is(.styles-module__nLCe9W__slotShell .layout-slot--sidebarLeft,.styles-module__nLCe9W__slotRow .layout-slot--sidebarLeft){flex:0 0 250px;order:1}:is(.styles-module__nLCe9W__slotShell .layout-slot--main,.styles-module__nLCe9W__slotRow .layout-slot--main){flex:1 1 0;order:2;min-width:0}:is(.styles-module__nLCe9W__slotShell .layout-slot--sidebarRight,.styles-module__nLCe9W__slotRow .layout-slot--sidebarRight){flex:0 0 250px;order:3}:is(.styles-module__nLCe9W__slotShell .styles-module__nLCe9W__container,.styles-module__nLCe9W__slotRow .styles-module__nLCe9W__container,.styles-module__nLCe9W__slotShell .store-section,.styles-module__nLCe9W__slotRow .store-section){max-width:none;margin:0;padding:0}@media (max-width:900px){.styles-module__nLCe9W__slotShell,.styles-module__nLCe9W__slotRow{flex-direction:column}:is(.styles-module__nLCe9W__slotShell .layout-slot--main,.styles-module__nLCe9W__slotRow .layout-slot--main){order:-1;width:100%}:is(.styles-module__nLCe9W__slotShell .layout-slot--sidebarLeft,.styles-module__nLCe9W__slotRow .layout-slot--sidebarLeft,.styles-module__nLCe9W__slotShell .layout-slot--sidebarRight,.styles-module__nLCe9W__slotRow .layout-slot--sidebarRight){flex:auto;width:100%}}.styles-module__nLCe9W__checkoutBody .checkout-flow{padding-left:0;padding-right:0}.styles-module__nLCe9W__productDetailPage{background:var(--store-surface);border-radius:var(--store-radius);box-shadow:var(--store-shadow-sm);min-height:60vh;max-width:var(--store-max-width);margin:var(--store-spacing) auto;padding:calc(var(--store-spacing) * 2) var(--store-spacing) calc(var(--store-spacing) * 3)}.styles-module__nLCe9W__productDetailPage .styles-module__nLCe9W__container{max-width:none;margin:0;padding:0}.styles-module__nLCe9W__productDetailPage .store-columns{max-width:none;margin:0 0 calc(var(--store-spacing) * 1.5) 0;column-gap:calc(var(--store-spacing) * 2.5);padding:0}.styles-module__nLCe9W__productDetailPage .styles-module__nLCe9W__productGallery{padding-top:0}.styles-module__nLCe9W__productDetailPage .styles-module__nLCe9W__productGalleryMain{max-width:none}.styles-module__nLCe9W__productDetailPage .styles-module__nLCe9W__productInfoPanel,.styles-module__nLCe9W__productDetailPage .styles-module__nLCe9W__productInfoEmpty{padding-top:0}@media (max-width:768px){.styles-module__nLCe9W__productDetailPage .styles-module__nLCe9W__productGalleryMain{max-width:480px;margin:0 auto}}.styles-module__nLCe9W__brandsPage{background:var(--store-surface);max-width:var(--store-max-width);margin:var(--store-spacing) auto;padding:calc(var(--store-spacing) * 1.5) var(--store-spacing);border-radius:var(--store-radius);box-shadow:var(--store-shadow-sm);min-height:60vh}.styles-module__nLCe9W__productGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1.25rem;max-width:none;}.styles-module__nLCe9W__productList .styles-module__nLCe9W__productCard{align-items:stretch;gap:calc(var(--store-spacing) * 1.5);padding:var(--store-spacing);border-bottom:1px solid var(--store-border);flex-direction:row;transition:background-color .15s}.styles-module__nLCe9W__productList .styles-module__nLCe9W__productCard:hover{background:#00000005}.styles-module__nLCe9W__productList>:last-child .styles-module__nLCe9W__productCard{border-bottom:0}.styles-module__nLCe9W__productList .styles-module__nLCe9W__productImageWrap{border-radius:var(--store-radius);flex-shrink:0;width:150px}.styles-module__nLCe9W__productList .styles-module__nLCe9W__productInfo{place-content:center space-between;column-gap:calc(var(--store-spacing) * 2.5);text-align:left;grid-template-columns:minmax(0,56ch) auto;row-gap:.35rem;min-height:0;padding:0;display:grid}.styles-module__nLCe9W__productList .styles-module__nLCe9W__productInfo>*{grid-column:1}.styles-module__nLCe9W__productList .styles-module__nLCe9W__productPriceRow{grid-area:1/2/-1;justify-content:end;align-self:center;width:auto;margin-top:0}.styles-module__nLCe9W__productList .styles-module__nLCe9W__productName{font-size:var(--store-fs-2xl);-webkit-line-clamp:3}.styles-module__nLCe9W__breadcrumbLink:hover{color:var(--store-primary)}.styles-module__nLCe9W__slotShell .layout-slot--main:has(>.styles-module__nLCe9W__filterSidebar){flex-wrap:wrap;align-items:center;display:flex}.styles-module__nLCe9W__filterSidebar{flex:none;order:1;grid-area:auto;padding:0}@media (min-width:640px){.styles-module__nLCe9W__filterSidebar{padding-left:1.5rem}}@media (max-width:1023px){.styles-module__nLCe9W__filterSidebar .store-filter-toggle-label{display:none}.styles-module__nLCe9W__categoryHeaderSection .catalog-toolbar-sort>span{display:none}}.styles-module__nLCe9W__categoryHeaderSection{flex:1 1 0;order:2;min-width:0;padding:0;}.styles-module__nLCe9W__categoryHeaderSection .catalog-toolbar-view button.is-active{background:var(--store-primary);color:#fff}.styles-module__nLCe9W__categoryHeaderSection .styles-module__nLCe9W__container{max-width:none;padding:0}.styles-module__nLCe9W__productSection{padding:calc(var(--store-spacing) * 1.5) 0 0;flex:1 0 100%;order:3;grid-area:auto;}.styles-module__nLCe9W__categoryHeaderSection .catalog-header-bar{gap:var(--store-spacing);flex-wrap:nowrap;margin-bottom:0}.styles-module__nLCe9W__categoryHeaderSection .styles-module__nLCe9W__pageTitle{flex:auto}.styles-module__nLCe9W__categoryHeaderSection .catalog-toolbar{flex:none;margin-bottom:0}.styles-module__nLCe9W__productGallery{gap:var(--store-spacing);padding:calc(var(--store-spacing) * 2) 0;flex-direction:column;display:flex}.styles-module__nLCe9W__productGalleryMain{background:var(--store-surface-soft);border:1px solid var(--store-border);border-radius:var(--store-radius);aspect-ratio:1;width:100%;max-width:480px;overflow:hidden}.styles-module__nLCe9W__productGalleryThumbs{flex-wrap:wrap;gap:.5rem;display:flex}.styles-module__nLCe9W__productGalleryThumbActive,.styles-module__nLCe9W__productGalleryVideoThumb.styles-module__nLCe9W__productGalleryThumbActive{opacity:1;border-color:var(--store-primary)}.styles-module__nLCe9W__productGalleryVideoThumb img{object-fit:cover;width:100%;height:100%;display:block}.styles-module__nLCe9W__productGalleryDot{border-radius:50%;}.styles-module__nLCe9W__productGalleryDotActive{}.styles-module__nLCe9W__productGalleryLeft{flex-direction:row;align-items:flex-start}.styles-module__nLCe9W__productGalleryLeft .styles-module__nLCe9W__productGalleryMain{flex:auto;max-width:none}.styles-module__nLCe9W__productGalleryLeft .styles-module__nLCe9W__productGalleryThumbs{flex-flow:column;flex:none;order:-1}@media (max-width:768px){.styles-module__nLCe9W__productGalleryLeft{flex-direction:column}.styles-module__nLCe9W__productGalleryLeft .styles-module__nLCe9W__productGalleryThumbs{flex-flow:wrap;order:0}}.styles-module__nLCe9W__productInfoEmpty{padding:calc(var(--store-spacing) * 2) 0}.styles-module__nLCe9W__productInfoBrand:hover{color:var(--store-primary)}.styles-module__nLCe9W__productInfoTitle{font-family:var(--store-font-heading);font-size:var(--store-fs-xl);color:var(--store-text);margin:0;font-weight:700;line-height:1.2}.styles-module__nLCe9W__productInfoPrice{font-size:var(--store-fs-5xl);color:var(--store-primary);font-weight:700}.styles-module__nLCe9W__brandCard{}.styles-module__nLCe9W__brandSlider{}.styles-module__nLCe9W__brandSliderArrow{}.styles-module__nLCe9W__brandSliderArrowNext{}.styles-module__nLCe9W__brandSliderArrowPrev{}.styles-module__nLCe9W__brandSliderWrap{}.styles-module__nLCe9W__brandLetter{}.styles-module__nLCe9W__breadcrumbLink{}.styles-module__nLCe9W__categoryCard{}.styles-module__nLCe9W__checkoutBody{}.styles-module__nLCe9W__navItem{flex:0 auto;min-width:0;height:100%;position:static;}.styles-module__nLCe9W__productGalleryVideoThumb{}.styles-module__nLCe9W__productInfoBrand{}.styles-module__nLCe9W__productInfoPanel{}.styles-module__nLCe9W__productList{}.styles-module__nLCe9W__productSlider{}.styles-module__nLCe9W__slotShell{max-width:min(var(--store-max-width), calc(100% - 4 * var(--store-spacing)));box-shadow:none;padding:calc(var(--store-spacing) * 2) 0 calc(var(--store-spacing) * 3);margin:0 auto;}@media (max-width:639px){.styles-module__nLCe9W__slotShell{padding-left:var(--store-spacing);padding-right:var(--store-spacing)}}@media (min-width:768px){.styles-module__nLCe9W__productGrid{grid-template-columns:repeat(var(--store-product-grid-columns,4), minmax(0, 1fr))}}@media (max-width:900px){.styles-module__nLCe9W__productGrid{max-width:none}}.styles-module__nLCe9W__templatePage{}@media (max-width:900px){.styles-module__nLCe9W__headerInner{flex-wrap:wrap;gap:.5rem;height:auto;min-height:56px;padding-top:.5rem;padding-bottom:.5rem}.styles-module__nLCe9W__logo{min-width:0;font-size:var(--store-fs-2xl);flex:auto;overflow:hidden}.styles-module__nLCe9W__logo img{max-height:40px}.styles-module__nLCe9W__headerActions{flex:none}.styles-module__nLCe9W__headerActions>a:not(.styles-module__nLCe9W__cartBtn){display:none}.styles-module__nLCe9W__headerActions>button:not(.store-account-toggle):not(.styles-module__nLCe9W__headerIconBtn):not(.styles-module__nLCe9W__cartBtn){display:none}.styles-module__nLCe9W__cartBtn{justify-content:center;min-width:44px;min-height:44px;padding:0}.styles-module__nLCe9W__hero{min-height:280px}}@media (max-width:640px){.styles-module__nLCe9W__hero{min-height:200px}.styles-module__nLCe9W__productList .styles-module__nLCe9W__productImageWrap{width:110px}.styles-module__nLCe9W__productList .styles-module__nLCe9W__productInfo{grid-template-columns:minmax(0,1fr)}.styles-module__nLCe9W__productList .styles-module__nLCe9W__productPriceRow{grid-area:auto/1;justify-content:start;margin-top:.5rem}}@media (max-width:900px){.styles-module__nLCe9W__footerInner{flex-direction:column;align-items:stretch}.styles-module__nLCe9W__footerCopy{flex:none}.styles-module__nLCe9W__slotShell,.styles-module__nLCe9W__slotRow,.styles-module__nLCe9W__homePage,.styles-module__nLCe9W__catalogPage,.styles-module__nLCe9W__brandsPage,.styles-module__nLCe9W__productDetailPage,.styles-module__nLCe9W__templatePage,.styles-module__nLCe9W__accountPanel{padding-left:max(var(--store-spacing), 16px);padding-right:max(var(--store-spacing), 16px)}.styles-module__nLCe9W__accountOuter{padding-left:0;padding-right:0}.styles-module__nLCe9W__footerInner{padding-left:max(var(--store-spacing), 16px);padding-right:max(var(--store-spacing), 16px)}}.styles-module__nLCe9W__breadcrumb{display:none}.styles-module__nLCe9W__pageTitle{font-size:var(--store-fs-base);color:var(--store-text);text-align:center;letter-spacing:0;font-weight:600}@media (min-width:768px){.styles-module__nLCe9W__pageTitle{font-size:var(--store-fs-xl)}}
