.product-module__8u0nha__container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.product-module__8u0nha__backLink{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:2rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.product-module__8u0nha__backLink:hover{color:var(--accent)}.product-module__8u0nha__productLayout{grid-template-columns:1.2fr 1fr;align-items:start;gap:4rem;display:grid}.product-module__8u0nha__imageGallery{position:sticky;top:100px}.product-module__8u0nha__mainImage{aspect-ratio:4/3;background-color:var(--surface);border:1px solid var(--border);border-radius:20px;width:100%;margin-bottom:1rem;overflow:hidden}.product-module__8u0nha__mainImage img{object-fit:cover;width:100%;height:100%}.product-module__8u0nha__thumbnails{gap:1rem;display:flex}.product-module__8u0nha__thumbnail{cursor:pointer;border:2px solid #0000;border-radius:12px;width:80px;height:80px;transition:border-color .2s;overflow:hidden}.product-module__8u0nha__thumbnail:hover,.product-module__8u0nha__thumbnail.product-module__8u0nha__active{border-color:var(--accent)}.product-module__8u0nha__thumbnail img{object-fit:cover;width:100%;height:100%}.product-module__8u0nha__productInfo{padding-top:1rem}.product-module__8u0nha__category{color:var(--accent);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:.9rem;font-weight:700;display:block}.product-module__8u0nha__title{color:var(--text);margin:0 0 1rem;font-size:3rem;font-weight:800;line-height:1.2}.product-module__8u0nha__priceContainer{align-items:flex-end;gap:1rem;margin-bottom:2rem;display:flex}.product-module__8u0nha__price{color:var(--text);font-size:2.5rem;font-weight:800;line-height:1}.product-module__8u0nha__originalPrice{color:var(--text-muted);margin-bottom:.3rem;font-size:1.2rem;text-decoration:line-through}.product-module__8u0nha__discountBadge{color:#ef4444;background-color:#ef44441a;border-radius:20px;margin-bottom:.4rem;padding:.3rem .8rem;font-size:.9rem;font-weight:600}.product-module__8u0nha__description{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.8}.product-module__8u0nha__actions{gap:1rem;margin-bottom:3rem;display:flex}.product-module__8u0nha__addToCartBtn{background-color:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:.8rem;padding:1.2rem;font-size:1.1rem;font-weight:600;transition:opacity .2s,transform .1s;display:flex}.product-module__8u0nha__addToCartBtn:hover{opacity:.9}.product-module__8u0nha__addToCartBtn:active{transform:scale(.98)}.product-module__8u0nha__wishlistBtn{background-color:var(--surface);border:1px solid var(--border);width:60px;height:60px;color:var(--text-muted);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;transition:all .2s;display:flex}.product-module__8u0nha__wishlistBtn:hover{color:#ef4444;border-color:#ef4444}.product-module__8u0nha__features{border-top:1px solid var(--border);padding-top:2rem}.product-module__8u0nha__features h3{color:var(--text);margin:0 0 1.5rem;font-size:1.5rem}.product-module__8u0nha__featureList{grid-template-columns:1fr 1fr;gap:1rem;margin:0;padding:0;list-style:none;display:grid}.product-module__8u0nha__featureList li{color:var(--text);align-items:center;gap:.8rem;font-size:1.05rem;display:flex}.product-module__8u0nha__featureIcon{color:var(--accent)}@media (max-width:900px){.product-module__8u0nha__productLayout{grid-template-columns:1fr;gap:3rem}.product-module__8u0nha__imageGallery{position:static}}@media (max-width:768px){.product-module__8u0nha__title{font-size:2.2rem}.product-module__8u0nha__price{font-size:2rem}.product-module__8u0nha__actions{flex-direction:column}.product-module__8u0nha__wishlistBtn{width:100%}.product-module__8u0nha__featureList{grid-template-columns:1fr}}
.store-module__rrB6Va__container{max-width:1200px;margin:0 auto;padding:6rem 2rem}.store-module__rrB6Va__header{text-align:center;margin-bottom:4rem}.store-module__rrB6Va__title{background:linear-gradient(to right, var(--text), var(--text-muted));color:#0000;-webkit-background-clip:text;margin-bottom:1rem;font-size:3.5rem;font-weight:800}.store-module__rrB6Va__subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}.store-module__rrB6Va__storeLayout{align-items:flex-start;gap:3rem;display:flex}.store-module__rrB6Va__sidebar{background:var(--surface-glass);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--border-glass);box-shadow:var(--shadow-sm);border-radius:24px;flex:0 0 250px;padding:2rem;position:sticky;top:100px}.store-module__rrB6Va__sidebarTitle{color:var(--text);border-bottom:1px solid var(--border-glass);margin:0 0 1.5rem;padding-bottom:.5rem;font-size:1.2rem}.store-module__rrB6Va__filterGroup{margin-bottom:2rem}.store-module__rrB6Va__filterGroup h4{color:var(--text);margin:0 0 1rem;font-size:1rem}.store-module__rrB6Va__filterItem{color:var(--text-muted);cursor:pointer;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.store-module__rrB6Va__filterItem:hover{color:var(--accent)}.store-module__rrB6Va__filterItem input{accent-color:var(--accent);cursor:pointer;width:16px;height:16px}.store-module__rrB6Va__productsGrid{flex:1;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.store-module__rrB6Va__productCard{background:var(--surface-glass);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--border-glass);box-shadow:var(--shadow-sm);border-radius:24px;flex-direction:column;transition:all .4s cubic-bezier(.25,.8,.25,1);display:flex;overflow:hidden}.store-module__rrB6Va__productCard:hover{box-shadow:var(--shadow-lg);border-color:var(--border);background:var(--surface);transform:translateY(-8px)}.store-module__rrB6Va__imageWrapper{aspect-ratio:4/3;background-color:var(--bg);width:100%;position:relative;overflow:hidden}.store-module__rrB6Va__imageWrapper img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.store-module__rrB6Va__productCard:hover .store-module__rrB6Va__imageWrapper img{transform:scale(1.05)}.store-module__rrB6Va__badge{background-color:var(--accent);color:#fff;z-index:2;border-radius:20px;padding:.3rem .8rem;font-size:.8rem;font-weight:600;position:absolute;top:1rem;left:1rem}.store-module__rrB6Va__wishlistBtn{background:var(--surface-glass);width:36px;height:36px;-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--border-glass);color:var(--text-muted);cursor:pointer;z-index:2;border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;position:absolute;top:1rem;right:1rem}.store-module__rrB6Va__wishlistBtn:hover{color:#ef4444;background:#ef44441a;border-color:#ef4444;transform:scale(1.1)}.store-module__rrB6Va__productInfo{flex-direction:column;flex:1;padding:1.5rem;display:flex}.store-module__rrB6Va__productCategory{color:var(--accent);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.85rem;font-weight:600}.store-module__rrB6Va__productTitle{color:var(--text);margin:0 0 .5rem;font-size:1.2rem;font-weight:700;line-height:1.4}.store-module__rrB6Va__productDesc{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;margin:0 0 1.5rem;font-size:.95rem;display:-webkit-box;overflow:hidden}.store-module__rrB6Va__productFooter{border-top:1px solid var(--border-glass);justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;display:flex}.store-module__rrB6Va__priceContainer{flex-direction:column;display:flex}.store-module__rrB6Va__price{color:var(--text);font-size:1.4rem;font-weight:800}.store-module__rrB6Va__originalPrice{color:var(--text-muted);font-size:.9rem;text-decoration:line-through}.store-module__rrB6Va__addToCartBtn{background:var(--accent);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:99px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-weight:600;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;box-shadow:0 4px 10px #0066cc4d}.store-module__rrB6Va__addToCartBtn:hover{transform:translateY(-2px);box-shadow:0 6px 15px #06c6}.store-module__rrB6Va__addToCartBtn:active{transform:scale(.95)}@media (max-width:900px){.store-module__rrB6Va__storeLayout{flex-direction:column}.store-module__rrB6Va__sidebar{flex:none;width:100%;position:static}}@media (max-width:768px){.store-module__rrB6Va__title{font-size:2.5rem}.store-module__rrB6Va__productsGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}
