.customer-shop-module__bnPPhW__shopContainer{--color-bg:#fff;--color-text:#000;--color-muted:#f5f5f5;--color-gray:#888;--color-border:#eaeaea;--color-dark:#111;background-color:var(--color-bg);color:var(--color-text);min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif}.customer-shop-module__bnPPhW__shopHero{background-color:var(--color-dark);color:#fff;text-align:center;padding:5rem 5% 4rem;position:relative;overflow:hidden}.customer-shop-module__bnPPhW__shopHero:before{content:"";background:radial-gradient(circle,#ffffff08 0%,#0000 70%);width:200%;height:200%;animation:8s ease-in-out infinite customer-shop-module__bnPPhW__subtlePulse;position:absolute;top:-50%;left:-50%}@keyframes customer-shop-module__bnPPhW__subtlePulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.customer-shop-module__bnPPhW__shopHeroTitle{text-transform:uppercase;letter-spacing:-.03em;z-index:1;margin-bottom:.75rem;font-size:3.5rem;font-weight:800;position:relative}.customer-shop-module__bnPPhW__shopHeroSub{opacity:.7;letter-spacing:.02em;z-index:1;font-size:1.1rem;font-weight:300;position:relative}.customer-shop-module__bnPPhW__categoryBar{border-bottom:1px solid var(--color-border);background:var(--color-bg);z-index:100;justify-content:space-around;gap:.5rem;padding:1.5rem 5%;display:flex;position:sticky;top:68px}.customer-shop-module__bnPPhW__categorys{display:flex;overflow-x:scroll}.customer-shop-module__bnPPhW__categorys::-webkit-scrollbar{display:none}.customer-shop-module__bnPPhW__shopSearchWrapper{flex:1;align-items:center;min-width:180px;max-width:320px;display:flex}.customer-shop-module__bnPPhW__shopSearchInput{border:2px solid var(--color-border);width:100%;height:42px;color:var(--color-text);background:var(--color-bg);border-radius:50px;outline:none;padding:0 1rem;font-family:inherit;font-size:.85rem;transition:border-color .2s}.customer-shop-module__bnPPhW__shopSearchInput:focus{border-color:var(--color-text)}.customer-shop-module__bnPPhW__categoryTab{border:2px solid var(--color-border);color:var(--color-gray);text-transform:uppercase;letter-spacing:.1em;cursor:pointer;z-index:20;background:0 0;border-radius:50px;margin-left:7px;padding:.65rem 2rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .3s}.customer-shop-module__bnPPhW__categoryTab:hover{border-color:#000}.customer-shop-module__bnPPhW__categoryTabActive{background-color:var(--color-text);color:var(--color-bg);border-color:var(--color-text)}.customer-shop-module__bnPPhW__shopLayout{gap:2rem;max-width:1400px;margin:0 auto;padding:2rem 2%;display:flex}.customer-shop-module__bnPPhW__filterSidebar{border:1px solid var(--color-border);background:var(--color-bg);border-radius:12px;flex-shrink:0;width:260px;height:fit-content;padding:1.5rem;position:sticky;top:140px}.customer-shop-module__bnPPhW__filterTitle{text-transform:uppercase;letter-spacing:.05em;justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:1.1rem;font-weight:700;display:flex}.customer-shop-module__bnPPhW__clearFilters{color:var(--color-gray);cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:.75rem;text-decoration:underline;transition:color .2s}.customer-shop-module__bnPPhW__clearFilters:hover{color:var(--color-text)}.customer-shop-module__bnPPhW__filterGroup{margin-bottom:1.75rem}.customer-shop-module__bnPPhW__filterGroupLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text);margin-bottom:.75rem;font-size:.8rem;font-weight:700}.customer-shop-module__bnPPhW__filterOption{cursor:pointer;color:#555;align-items:center;gap:.6rem;padding:.4rem 0;font-size:.9rem;transition:color .2s;display:flex}.customer-shop-module__bnPPhW__filterOption:hover{color:var(--color-text)}.customer-shop-module__bnPPhW__filterCheckbox{accent-color:#000;cursor:pointer;width:16px;height:16px}.customer-shop-module__bnPPhW__priceRange{align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.customer-shop-module__bnPPhW__priceInput{border:1px solid var(--color-border);text-align:center;border-radius:6px;outline:none;width:100%;padding:.5rem;font-family:inherit;font-size:.85rem;transition:border-color .2s}.customer-shop-module__bnPPhW__priceInput:focus{border-color:var(--color-text)}.customer-shop-module__bnPPhW__priceSep{color:var(--color-gray);font-weight:600}.customer-shop-module__bnPPhW__sortSelect{border:1px solid var(--color-border);background:var(--color-bg);cursor:pointer;border-radius:6px;outline:none;width:100%;padding:.6rem .75rem;font-family:inherit;font-size:.85rem;transition:border-color .2s}.customer-shop-module__bnPPhW__sortSelect:focus{border-color:var(--color-text)}.customer-shop-module__bnPPhW__filterToggleBtn{background:var(--color-text);color:var(--color-bg);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;border:none;border-radius:50px;align-items:center;gap:.5rem;margin:1rem auto;padding:.7rem 1.5rem;font-family:inherit;font-size:.85rem;font-weight:600;display:none}.customer-shop-module__bnPPhW__filterToggleBtn svg{width:16px;height:16px}.customer-shop-module__bnPPhW__filterOverlay,.customer-shop-module__bnPPhW__filterCloseBtn{display:none}@media (min-width:769px){.customer-shop-module__bnPPhW__shopLayout{--filter-panel-width:260px;grid-template-columns:var(--filter-panel-width) minmax(0, 1fr);align-items:start;display:grid;position:relative}.customer-shop-module__bnPPhW__filterSidebar{max-height:calc(100vh - 178px);width:var(--filter-panel-width);position:sticky;top:158px;overflow-y:auto}.customer-shop-module__bnPPhW__productArea{margin-left:0}}.customer-shop-module__bnPPhW__productArea{flex:1;min-width:0}.customer-shop-module__bnPPhW__resultCount{color:var(--color-gray);margin-bottom:1.5rem;font-size:.9rem;font-weight:400}.customer-shop-module__bnPPhW__resultCountBold{color:var(--color-text);font-weight:700}.customer-shop-module__bnPPhW__productGrid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.customer-shop-module__bnPPhW__productCard{background:var(--color-bg);border:1px solid var(--color-border);cursor:pointer;border-radius:12px;flex-direction:column;height:100%;transition:transform .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden}.customer-shop-module__bnPPhW__productPlaceholder{pointer-events:none;visibility:hidden}.customer-shop-module__bnPPhW__productCard:hover{transform:translateY(-6px);box-shadow:0 12px 40px #0000001a}.customer-shop-module__bnPPhW__productCard:focus-visible{outline:3px solid var(--color-text);outline-offset:4px}.customer-shop-module__bnPPhW__cardImageWrap{background-color:var(--color-muted);width:100%;padding-top:120%;position:relative;overflow:hidden}.customer-shop-module__bnPPhW__cardImage{object-fit:cover;width:100%;height:100%;transition:transform .5s;position:absolute;top:0;left:0}.customer-shop-module__bnPPhW__productCard:hover .customer-shop-module__bnPPhW__cardImage{transform:scale(1.05)}.customer-shop-module__bnPPhW__cardBadge{background:var(--color-text);color:var(--color-bg);text-transform:uppercase;letter-spacing:.1em;border-radius:4px;padding:.3rem .7rem;font-size:.65rem;font-weight:700;position:absolute;top:12px;left:12px}.customer-shop-module__bnPPhW__cardBadgeSoldOut{color:#111;background:#f5f5f5;border:1px solid #111}.customer-shop-module__bnPPhW__quickAddBtn{background:var(--color-bg);border:1px solid var(--color-border);cursor:pointer;opacity:0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;bottom:12px;right:12px;transform:translateY(8px);box-shadow:0 2px 8px #0000001a}.customer-shop-module__bnPPhW__quickAddBtn svg{width:18px;height:18px}.customer-shop-module__bnPPhW__productCard:hover .customer-shop-module__bnPPhW__quickAddBtn{opacity:1;transform:translateY(0)}.customer-shop-module__bnPPhW__quickAddBtn:hover{background:var(--color-text);color:var(--color-bg);border-color:var(--color-text)}.customer-shop-module__bnPPhW__quickAddBtn:disabled,.customer-shop-module__bnPPhW__addToCartBtn:disabled{cursor:not-allowed;opacity:.55}.customer-shop-module__bnPPhW__cardBody{flex-direction:column;flex:1;padding:1rem 1.15rem 1.25rem;display:flex}.customer-shop-module__bnPPhW__cardCategory{text-transform:uppercase;letter-spacing:.1em;color:var(--color-gray);margin-bottom:.35rem;font-size:.7rem;font-weight:600}.customer-shop-module__bnPPhW__cardName{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.6em;margin:0 0 .2rem;font-size:1rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.customer-shop-module__bnPPhW__cardBrand{color:var(--color-gray);margin-bottom:.75rem;font-size:.8rem;font-weight:500}.customer-shop-module__bnPPhW__cardPriceRow{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.customer-shop-module__bnPPhW__cardPrice{font-size:1.1rem;font-weight:800}.customer-shop-module__bnPPhW__cardPriceOld{color:var(--color-gray);margin-left:.5rem;font-size:.85rem;font-weight:400;text-decoration:line-through}.customer-shop-module__bnPPhW__cardRating{color:var(--color-gray);align-items:center;gap:.2rem;font-size:.8rem;display:flex}.customer-shop-module__bnPPhW__starFilled{color:#000}.customer-shop-module__bnPPhW__cardActions{gap:.5rem;margin-top:auto;display:flex}.customer-shop-module__bnPPhW__addToCartBtn{background:var(--color-text);color:var(--color-bg);border:2px solid var(--color-text);text-transform:uppercase;letter-spacing:.08em;cursor:pointer;border-radius:6px;flex:1;padding:.65rem;font-family:inherit;font-size:.78rem;font-weight:700;transition:all .25s}.customer-shop-module__bnPPhW__addToCartBtn:hover{color:var(--color-text);background:0 0}.customer-shop-module__bnPPhW__paginationWrap{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:.75rem;width:100%;max-width:520px;margin:2rem auto 0;display:grid}.customer-shop-module__bnPPhW__paginationBtn{background:var(--color-text);min-width:0;min-height:46px;color:var(--color-bg);border:2px solid var(--color-text);text-transform:uppercase;letter-spacing:.08em;cursor:pointer;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-family:inherit;font-size:.8rem;font-weight:700;transition:background-color .25s,border-color .25s,color .25s,transform .25s;display:inline-flex}.customer-shop-module__bnPPhW__paginationBtn:first-child{color:var(--color-text);border-color:var(--color-border);background:0 0}.customer-shop-module__bnPPhW__paginationBtn:hover:not(:disabled){transform:translateY(-2px)}.customer-shop-module__bnPPhW__paginationBtn:first-child:hover:not(:disabled){background:var(--color-muted);border-color:var(--color-text)}.customer-shop-module__bnPPhW__paginationBtn:last-child:hover:not(:disabled){background:#333}.customer-shop-module__bnPPhW__paginationBtn:focus-visible{outline-offset:3px;outline:3px solid #00000038}.customer-shop-module__bnPPhW__paginationBtn:disabled{background:var(--color-muted);border-color:var(--color-border);color:var(--color-gray);cursor:not-allowed;opacity:1}.customer-shop-module__bnPPhW__paginationInfo{background:var(--color-muted);color:var(--color-gray);text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;border-radius:50px;padding:.7rem .95rem;font-size:.85rem;font-weight:700}.customer-shop-module__bnPPhW__noResults{text-align:center;grid-column:1/-1;height:80dvh;padding:5rem 2rem}.customer-shop-module__bnPPhW__noResultsIcon{margin-bottom:1rem;font-size:3rem}.customer-shop-module__bnPPhW__noResultsText{margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.customer-shop-module__bnPPhW__noResultsSub{color:var(--color-gray);font-size:.95rem}.customer-shop-module__bnPPhW__cartOverlay{z-index:2000;opacity:0;visibility:hidden;background:#00000080;width:100%;height:100%;transition:all .3s;position:fixed;top:0;left:0}.customer-shop-module__bnPPhW__cartOverlayOpen{opacity:1;visibility:visible}.customer-shop-module__bnPPhW__cartDrawer{background:var(--color-bg);z-index:2001;flex-direction:column;width:420px;max-width:90vw;height:100%;transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-8px 0 30px #0000001a}.customer-shop-module__bnPPhW__cartDrawerOpen{transform:translate(0)}.customer-shop-module__bnPPhW__cartHeader{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:1.5rem 1.75rem;display:flex}.customer-shop-module__bnPPhW__cartTitle{text-transform:uppercase;letter-spacing:.05em;font-size:1.2rem;font-weight:700}.customer-shop-module__bnPPhW__cartCount{color:var(--color-gray);font-size:.9rem;font-weight:400}.customer-shop-module__bnPPhW__cartCloseBtn{cursor:pointer;background:0 0;border:none;padding:.25rem;transition:transform .2s;display:flex}.customer-shop-module__bnPPhW__cartCloseBtn:hover{transform:scale(1.15)}.customer-shop-module__bnPPhW__cartCloseBtn svg{width:22px;height:22px}.customer-shop-module__bnPPhW__cartItems{flex:1;padding:1rem 1.75rem;overflow-y:auto}.customer-shop-module__bnPPhW__cartItem{border-bottom:1px solid var(--color-border);gap:1rem;padding:1rem 0;display:flex}.customer-shop-module__bnPPhW__cartItemImage{object-fit:cover;background:var(--color-muted);border-radius:8px;width:80px;height:100px}.customer-shop-module__bnPPhW__cartItemInfo{flex-direction:column;flex:1;justify-content:center;display:flex}.customer-shop-module__bnPPhW__cartItemName{margin-bottom:.25rem;font-size:.95rem;font-weight:600}.customer-shop-module__bnPPhW__cartItemPrice{margin-bottom:.5rem;font-size:.9rem;font-weight:700}.customer-shop-module__bnPPhW__cartItemSize{color:var(--color-gray);text-transform:uppercase;margin-bottom:.35rem;font-size:.78rem;font-weight:600}.customer-shop-module__bnPPhW__cartItemQty{align-items:center;gap:.75rem;display:flex}.customer-shop-module__bnPPhW__qtyBtn{border:1px solid var(--color-border);cursor:pointer;background:0 0;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.customer-shop-module__bnPPhW__qtyBtn:hover{background:var(--color-text);color:var(--color-bg);border-color:var(--color-text)}.customer-shop-module__bnPPhW__qtyValue{text-align:center;min-width:20px;font-size:.9rem;font-weight:600}.customer-shop-module__bnPPhW__cartRemoveBtn{cursor:pointer;color:var(--color-gray);background:0 0;border:none;align-self:flex-start;margin-top:.3rem;font-family:inherit;font-size:.75rem;text-decoration:underline;transition:color .2s}.customer-shop-module__bnPPhW__cartRemoveBtn:hover{color:#c00}.customer-shop-module__bnPPhW__cartEmpty{text-align:center;color:var(--color-gray);padding:4rem 1rem}.customer-shop-module__bnPPhW__cartEmptyIcon{margin-bottom:1rem;font-size:3rem}.customer-shop-module__bnPPhW__cartEmptyText{font-size:1.05rem;font-weight:500}.customer-shop-module__bnPPhW__cartFooter{border-top:1px solid var(--color-border);padding:1.5rem 1.75rem}.customer-shop-module__bnPPhW__cartTotal{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.customer-shop-module__bnPPhW__cartTotalLabel{text-transform:uppercase;letter-spacing:.05em;font-size:1rem;font-weight:600}.customer-shop-module__bnPPhW__cartTotalPrice{font-size:1.3rem;font-weight:800}.customer-shop-module__bnPPhW__checkoutBtn{background:var(--color-text);width:100%;color:var(--color-bg);text-transform:uppercase;letter-spacing:.1em;cursor:pointer;border:none;border-radius:6px;padding:1rem;font-family:inherit;font-size:.9rem;font-weight:700;transition:all .3s}.customer-shop-module__bnPPhW__checkoutBtn:hover{background:#333;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.customer-shop-module__bnPPhW__cartBadge{position:relative}.customer-shop-module__bnPPhW__cartBadgeCount{background:var(--color-text);color:var(--color-bg);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.6rem;font-weight:700;display:flex;position:absolute;top:-6px;right:-6px}.customer-shop-module__bnPPhW__toast{background:var(--color-text);color:var(--color-bg);z-index:3000;opacity:0;pointer-events:none;border-radius:50px;padding:.85rem 2rem;font-size:.9rem;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;bottom:2rem;left:50%;transform:translate(-50%)translateY(100px);box-shadow:0 4px 20px #0000004d}.customer-shop-module__bnPPhW__toastVisible{opacity:1;transform:translate(-50%)translateY(0)}.customer-shop-module__bnPPhW__sizeOverlay{z-index:2600;background:#0000008c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.customer-shop-module__bnPPhW__sizeDialog{background:var(--color-bg);border-radius:8px;width:100%;max-width:420px;padding:1.25rem;box-shadow:0 18px 60px #00000038}.customer-shop-module__bnPPhW__sizeHeader{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:1rem;display:flex}.customer-shop-module__bnPPhW__sizeTitle{text-transform:uppercase;margin:0;font-size:1rem;font-weight:800}.customer-shop-module__bnPPhW__sizeProductName{color:var(--color-gray);margin:.35rem 0 0;font-size:.9rem;font-weight:600}.customer-shop-module__bnPPhW__sizeCloseBtn{border:1px solid var(--color-border);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.customer-shop-module__bnPPhW__sizeCloseBtn svg{width:18px;height:18px}.customer-shop-module__bnPPhW__optionGroupLabel{color:var(--color-gray);text-transform:uppercase;margin-top:1rem;font-size:.78rem;font-weight:800}.customer-shop-module__bnPPhW__sizeOptions{grid-template-columns:repeat(auto-fit,minmax(82px,1fr));gap:.65rem;padding:.65rem 0 1.25rem;display:grid}.customer-shop-module__bnPPhW__sizeOption{background:var(--color-bg);border:2px solid var(--color-border);color:var(--color-text);cursor:pointer;text-transform:uppercase;border-radius:6px;min-height:44px;padding:.55rem;font-family:inherit;font-size:.85rem;font-weight:800;transition:all .2s}.customer-shop-module__bnPPhW__sizeOption:hover,.customer-shop-module__bnPPhW__sizeOptionActive{background:var(--color-text);border-color:var(--color-text);color:var(--color-bg)}.customer-shop-module__bnPPhW__variantSelectWrap{padding:.65rem 0 1.25rem}.customer-shop-module__bnPPhW__variantSelect{appearance:none;background:linear-gradient(45deg, transparent 50%, var(--color-text) 50%) calc(100% - 20px) 50% / 7px 7px no-repeat, linear-gradient(135deg, var(--color-text) 50%, transparent 50%) calc(100% - 15px) 50% / 7px 7px no-repeat, var(--color-bg);border:2px solid var(--color-border);color:var(--color-text);cursor:pointer;text-transform:uppercase;border-radius:6px;width:100%;min-height:46px;padding:.65rem 2.75rem .65rem .85rem;font-family:inherit;font-size:.9rem;font-weight:800}.customer-shop-module__bnPPhW__variantSelect:focus{border-color:var(--color-text);outline:none}.customer-shop-module__bnPPhW__quantityGroup{border-top:1px solid var(--color-border);flex-direction:column;gap:.65rem;padding:0 0 1.25rem;display:flex}.customer-shop-module__bnPPhW__quantityLabel{color:var(--color-text);text-transform:uppercase;font-size:.8rem;font-weight:800}.customer-shop-module__bnPPhW__quantityControl{grid-template-columns:44px minmax(70px,1fr) 44px;align-items:center;max-width:220px;display:grid}.customer-shop-module__bnPPhW__quantityBtn{background:var(--color-bg);border:2px solid var(--color-border);color:var(--color-text);cursor:pointer;justify-content:center;align-items:center;height:44px;font-family:inherit;font-size:1rem;font-weight:800;display:flex}.customer-shop-module__bnPPhW__quantityBtn:first-child{border-radius:6px 0 0 6px}.customer-shop-module__bnPPhW__quantityBtn:last-child{border-radius:0 6px 6px 0}.customer-shop-module__bnPPhW__quantityBtn:hover:not(:disabled){background:var(--color-text);border-color:var(--color-text);color:var(--color-bg)}.customer-shop-module__bnPPhW__quantityBtn:disabled{cursor:not-allowed;opacity:.5}.customer-shop-module__bnPPhW__quantityInput{border:2px solid var(--color-border);color:var(--color-text);text-align:center;border-left:0;border-right:0;width:100%;height:44px;font-family:inherit;font-size:.95rem;font-weight:800}.customer-shop-module__bnPPhW__quantityInput:focus{outline:none}.customer-shop-module__bnPPhW__sizeActions{gap:.75rem;display:flex}.customer-shop-module__bnPPhW__sizeCancelBtn,.customer-shop-module__bnPPhW__sizeOkBtn{cursor:pointer;text-transform:uppercase;border-radius:6px;flex:1;min-height:44px;font-family:inherit;font-size:.85rem;font-weight:800}.customer-shop-module__bnPPhW__sizeCancelBtn{border:2px solid var(--color-border);color:var(--color-text);background:0 0}.customer-shop-module__bnPPhW__sizeOkBtn{background:var(--color-text);border:2px solid var(--color-text);color:var(--color-bg)}.customer-shop-module__bnPPhW__sizeOkBtn:disabled{cursor:not-allowed;opacity:.55}@media (max-width:1024px){.customer-shop-module__bnPPhW__productGrid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.customer-shop-module__bnPPhW__shopLayout{--filter-panel-width:220px}.customer-shop-module__bnPPhW__filterSidebar{width:220px}.customer-shop-module__bnPPhW__shopHeroTitle{font-size:2.8rem}}@media (max-width:768px){.customer-shop-module__bnPPhW__shopHero{padding:3.5rem 5% 3rem}.customer-shop-module__bnPPhW__shopHeroTitle{font-size:2.2rem}.customer-shop-module__bnPPhW__shopHeroSub{font-size:.95rem}.customer-shop-module__bnPPhW__categoryBar{background:var(--color-bg);border-bottom:1px solid var(--color-border);z-index:100;grid-template-columns:1fr auto auto;grid-template-areas:"search filters cart""categories categories categories";align-items:center;gap:.75rem;padding:.75rem 1rem;display:grid;position:sticky;top:60px}.customer-shop-module__bnPPhW__shopSearchWrapper{grid-area:search;width:100%;max-width:none}.customer-shop-module__bnPPhW__cartButtonWrapper{grid-area:cart}.customer-shop-module__bnPPhW__categorys{-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:none;grid-area:categories;gap:.5rem;width:100%;padding:.2rem 0;display:flex;overflow-x:auto}.customer-shop-module__bnPPhW__categorys::-webkit-scrollbar{display:none}.customer-shop-module__bnPPhW__categoryTab{white-space:nowrap;flex-shrink:0;margin:0;padding:.5rem 1rem;font-size:.75rem}.customer-shop-module__bnPPhW__filterToggleBtn{color:var(--color-text);border:2px solid var(--color-border);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background:0 0;border-radius:50px;grid-area:filters;align-items:center;gap:.4rem;margin:0;padding:.5rem 1rem;font-family:inherit;font-size:.75rem;font-weight:600;transition:all .3s;display:flex}.customer-shop-module__bnPPhW__filterToggleBtn:hover{border-color:#000}.customer-shop-module__bnPPhW__filterToggleBtn svg{width:14px;height:14px}.customer-shop-module__bnPPhW__filterSidebar{z-index:1500;border:none;border-right:1px solid var(--color-border);background:var(--color-bg);border-radius:0;width:320px;max-width:85vw;height:100%;padding:2.5rem 1.5rem 6rem;transition:transform .35s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:8px 0 30px #0000001a}.customer-shop-module__bnPPhW__filterSidebarOpen{transform:translate(0)}.customer-shop-module__bnPPhW__filterOverlay{z-index:1499;background:#00000080;width:100%;height:100%;position:fixed;top:0;left:0}.customer-shop-module__bnPPhW__filterOverlayOpen{display:block}.customer-shop-module__bnPPhW__filterCloseBtn{background:var(--color-bg);border:1px solid var(--color-border);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.customer-shop-module__bnPPhW__filterCloseBtn:hover{background:var(--color-muted);border-color:var(--color-text)}.customer-shop-module__bnPPhW__filterCloseBtn svg{width:20px;height:20px;color:var(--color-text)}.customer-shop-module__bnPPhW__shopLayout{padding:1rem 3%}.customer-shop-module__bnPPhW__productGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}.customer-shop-module__bnPPhW__cardBody{padding:.75rem .85rem 1rem}.customer-shop-module__bnPPhW__cardName{font-size:.85rem}.customer-shop-module__bnPPhW__cardPrice{font-size:.95rem}.customer-shop-module__bnPPhW__cardPriceOld{font-size:.75rem}.customer-shop-module__bnPPhW__cardActions{flex-direction:column;gap:.35rem}.customer-shop-module__bnPPhW__addToCartBtn{padding:.55rem;font-size:.7rem}}@media (max-width:480px){.customer-shop-module__bnPPhW__shopHeroTitle{font-size:1.8rem}.customer-shop-module__bnPPhW__categoryTab{white-space:nowrap;flex-shrink:0;padding:.45rem .85rem;font-size:.7rem}.customer-shop-module__bnPPhW__productGrid{grid-template-columns:repeat(2,1fr);gap:.6rem}.customer-shop-module__bnPPhW__cardBody{padding:.6rem .7rem .85rem}.customer-shop-module__bnPPhW__cardName{font-size:.8rem}.customer-shop-module__bnPPhW__cardActions{gap:.3rem}.customer-shop-module__bnPPhW__cartDrawer{width:100vw;max-width:100vw}}@media (max-width:400px){.customer-shop-module__bnPPhW__categoryBar{grid-template-columns:1fr 1fr;grid-template-areas:"search search""filters cart""categories categories";gap:.5rem;padding:.5rem}.customer-shop-module__bnPPhW__filterToggleBtn{justify-content:center;width:100%;padding:.45rem .75rem}.customer-shop-module__bnPPhW__cartButtonWrapper{width:100%}.customer-shop-module__bnPPhW__cartBadge{justify-content:center;align-items:center;gap:.3rem;width:100%;margin:0;padding:.45rem .75rem;display:flex}.customer-shop-module__bnPPhW__productGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.customer-shop-module__bnPPhW__productCard{border-radius:8px;min-width:0}.customer-shop-module__bnPPhW__productCard:hover{box-shadow:none;transform:none}.customer-shop-module__bnPPhW__productCard:hover .customer-shop-module__bnPPhW__cardImage{transform:none}.customer-shop-module__bnPPhW__cardBadge{max-width:calc(100% - 14px);padding:.25rem .45rem;font-size:.55rem;top:7px;left:7px}.customer-shop-module__bnPPhW__quickAddBtn{display:none}.customer-shop-module__bnPPhW__cardActions{display:block}.customer-shop-module__bnPPhW__addToCartBtn{letter-spacing:.03em;width:100%;min-height:36px;padding:.45rem .2rem;font-size:.62rem}.customer-shop-module__bnPPhW__shopLayout{padding:.8rem .5rem 1rem}.customer-shop-module__bnPPhW__resultCount{margin-bottom:.75rem;font-size:.78rem}.customer-shop-module__bnPPhW__paginationWrap{gap:.4rem;margin-top:1.25rem}.customer-shop-module__bnPPhW__paginationBtn{letter-spacing:.03em;gap:.3rem;min-height:40px;padding:.5rem .35rem;font-size:.65rem}.customer-shop-module__bnPPhW__paginationInfo{letter-spacing:.03em;padding:.6rem .5rem;font-size:.65rem}.customer-shop-module__bnPPhW__cardBody{min-width:0;padding:.55rem .5rem .65rem}.customer-shop-module__bnPPhW__cardCategory{letter-spacing:.06em;text-overflow:ellipsis;white-space:nowrap;margin-bottom:.2rem;font-size:.58rem;overflow:hidden}.customer-shop-module__bnPPhW__cardName{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.6em;font-size:.78rem;line-height:1.3;display:-webkit-box;overflow:hidden}.customer-shop-module__bnPPhW__cardBrand{text-overflow:ellipsis;white-space:nowrap;margin-bottom:.5rem;font-size:.68rem;overflow:hidden}.customer-shop-module__bnPPhW__cardPriceRow{margin-bottom:.55rem}.customer-shop-module__bnPPhW__cardPriceRow>div{flex-wrap:wrap;gap:.15rem .3rem;min-width:0;display:flex}.customer-shop-module__bnPPhW__cardPrice{font-size:.82rem}.customer-shop-module__bnPPhW__cardPriceOld{margin-left:0;font-size:.65rem}}
.customer-loading-module__xZFaIa__loadingPage{color:#0a0a0a;z-index:9999;background:#fff;flex-direction:column;justify-content:center;align-items:center;font-family:Inter,sans-serif;display:flex;position:fixed;inset:0;overflow:hidden}.customer-loading-module__xZFaIa__brandWrap{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.customer-loading-module__xZFaIa__brandTitle{letter-spacing:.25em;text-transform:uppercase;margin:0;font-size:2.2rem;font-weight:800;animation:2s cubic-bezier(.4,0,.6,1) infinite customer-loading-module__xZFaIa__pulseOpacity;position:relative}.customer-loading-module__xZFaIa__progressTrack{background:#0000001a;border-radius:2px;width:140px;height:2px;position:relative;overflow:hidden}.customer-loading-module__xZFaIa__progressBar{transform-origin:0;background:#0a0a0a;width:100%;height:100%;animation:1.5s cubic-bezier(.65,0,.35,1) infinite customer-loading-module__xZFaIa__progressLoad;position:absolute;top:0;left:0}.customer-loading-module__xZFaIa__subText{text-transform:uppercase;letter-spacing:.15em;color:#666;margin-top:.5rem;font-size:.75rem;font-weight:600;animation:2s cubic-bezier(.4,0,.6,1) .2s infinite customer-loading-module__xZFaIa__pulseOpacity}@keyframes customer-loading-module__xZFaIa__progressLoad{0%{transform-origin:0;transform:scaleX(0)}49%{transform-origin:0;transform:scaleX(1)}50%{transform-origin:100%;transform:scaleX(1)}to{transform-origin:100%;transform:scaleX(0)}}@keyframes customer-loading-module__xZFaIa__pulseOpacity{0%,to{opacity:1}50%{opacity:.3}}
