.shop-module__-mQgjq__shopContainer{max-width:1200px;margin:0 auto;padding:6rem 2rem}.shop-module__-mQgjq__shopHeader{justify-content:space-between;align-items:flex-end;margin-bottom:5rem;display:flex}.shop-module__-mQgjq__cartBadge{background:var(--secondary);color:var(--primary);width:26px;height:26px;box-shadow:0 8px 16px rgba(var(--secondary-rgb),.4);border:2px solid #000;border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;font-weight:900;display:flex;position:absolute;top:-12px;right:-12px}.shop-module__-mQgjq__productGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2.5rem;padding-bottom:2rem;display:grid}.shop-module__-mQgjq__productCard{cursor:pointer;height:100%;color:inherit;background:#fff;border:1px solid #e5e7eb;border-radius:0;flex-direction:column;text-decoration:none;transition:all .5s cubic-bezier(.19,1,.22,1);display:flex;position:relative;overflow:hidden}.shop-module__-mQgjq__productCard:after{content:"";background:var(--secondary);z-index:20;width:0;height:5px;transition:width .4s cubic-bezier(.19,1,.22,1);position:absolute;top:0;left:0}.shop-module__-mQgjq__productCard:hover:after{width:100%}.shop-module__-mQgjq__productCard:hover{border-color:var(--secondary);transform:translateY(-12px);box-shadow:0 40px 80px -20px #00000026}.shop-module__-mQgjq__imageWrapper{background:#f8fafc;justify-content:center;align-items:center;height:300px;padding:2.5rem;display:flex;position:relative;overflow:hidden}.shop-module__-mQgjq__productImage{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;transition:transform .8s cubic-bezier(.23,1,.32,1)}.shop-module__-mQgjq__productCard:hover .shop-module__-mQgjq__productImage{transform:scale(1.05)}.shop-module__-mQgjq__categoryBadge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-transform:uppercase;color:#fff;letter-spacing:.15em;border-left:3px solid var(--secondary);z-index:10;background:#000000b3;padding:.5rem 1rem;font-size:.65rem;font-weight:900;position:absolute;top:1rem;left:1rem;box-shadow:0 10px 20px #0003}.shop-module__-mQgjq__highlightBadge{background:var(--secondary);color:var(--primary);text-transform:uppercase;letter-spacing:.15em;z-index:10;pointer-events:none;padding:.3rem .6rem;font-size:.6rem;font-weight:900;position:absolute;top:3.5rem;left:1rem;box-shadow:0 4px 10px #00000026}.shop-module__-mQgjq__productInfo{flex-direction:column;flex:1;padding:1.5rem;display:flex}.shop-module__-mQgjq__priceTag{background:var(--primary);color:#fff;letter-spacing:.05em;z-index:11;padding:.4rem .8rem;font-size:.85rem;font-weight:900;position:absolute;bottom:0;right:0}.shop-module__-mQgjq__productMeta{color:#94a3b8;text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:1rem;margin-bottom:.5rem;font-size:.75rem;font-weight:800;display:flex}.shop-module__-mQgjq__productName{color:#0f172a;text-transform:uppercase;margin-bottom:.75rem;font-size:1.2rem;font-weight:900;line-height:1.2;transition:color .3s}.shop-module__-mQgjq__productCard:hover .shop-module__-mQgjq__productName{color:var(--primary)}.shop-module__-mQgjq__productDescription{color:#6b7280;-webkit-line-clamp:2;line-clamp:2;opacity:.8;white-space:pre-line;-webkit-box-orient:vertical;margin-bottom:1.5rem;font-size:.875rem;line-height:1.6;display:-webkit-box;overflow:hidden}.shop-module__-mQgjq__viewProduct{text-transform:uppercase;letter-spacing:.2em;color:#0f172a;align-items:center;gap:.5rem;margin-top:auto;font-size:.75rem;font-weight:900;display:flex}.shop-module__-mQgjq__arrow{transition:transform .3s}.shop-module__-mQgjq__productCard:hover .shop-module__-mQgjq__arrow{transform:translate(5px)}.shop-module__-mQgjq__cartDrawerOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:3000;background:#0009;justify-content:flex-end;animation:.3s shop-module__-mQgjq__fadeIn;display:flex;position:fixed;inset:0}@keyframes shop-module__-mQgjq__fadeIn{0%{opacity:0}to{opacity:1}}.shop-module__-mQgjq__cartDrawer{background:#fff;flex-direction:column;width:100%;max-width:450px;height:100%;animation:.4s cubic-bezier(.23,1,.32,1) shop-module__-mQgjq__slideIn;display:flex;box-shadow:-20px 0 60px #0000001a}@keyframes shop-module__-mQgjq__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.shop-module__-mQgjq__drawerHeader{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:2rem;display:flex}.shop-module__-mQgjq__filterBar{-ms-overflow-style:none;scrollbar-width:none;gap:1rem;margin-bottom:4rem;padding:1rem .5rem 2rem;display:flex;overflow-x:auto}.shop-module__-mQgjq__filterBar::-webkit-scrollbar{display:none}.shop-module__-mQgjq__filterButton{white-space:nowrap;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#94a3b8;text-transform:uppercase;letter-spacing:.2em;cursor:pointer;background:#fffc;border:1px solid #e5e7eb;border-radius:0;padding:.8rem 2.2rem;font-size:.7rem;font-weight:900;transition:all .4s cubic-bezier(.23,1,.32,1);box-shadow:0 4px 12px #00000008}.shop-module__-mQgjq__filterButton:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-2px)}.shop-module__-mQgjq__filterButton.shop-module__-mQgjq__active{color:#fff;border-color:#000;border-left:4px solid var(--secondary);background:#000;box-shadow:0 20px 40px -10px #0003}.shop-module__-mQgjq__cartButton{color:#fff;background:#000;border:none;border-radius:0;align-items:center;gap:1.5rem;padding:1.2rem 2rem;transition:all .4s cubic-bezier(.23,1,.32,1);display:flex;position:relative;box-shadow:0 20px 40px -15px #0000004d}.shop-module__-mQgjq__cartButton:hover{transform:translateY(-4px);box-shadow:0 30px 60px -20px #0006}.shop-module__-mQgjq__cartButton .shop-module__-mQgjq__btnTextSection{flex-direction:column;align-items:flex-start;display:flex}.shop-module__-mQgjq__cartItems{flex:1;padding:2rem;overflow-y:auto}.shop-module__-mQgjq__cartItem{align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.shop-module__-mQgjq__itemImage{background:var(--surface-alt);border-radius:0;justify-content:center;align-items:center;width:70px;height:70px;font-size:1.5rem;display:flex;position:relative;overflow:hidden}.shop-module__-mQgjq__quantityControls{background:var(--surface-alt);border-radius:0;align-items:center;gap:1rem;padding:.4rem 1rem;display:flex}.shop-module__-mQgjq__drawerFooter{border-top:1px solid var(--border-light);background:var(--surface-alt);padding:2.5rem}.shop-module__-mQgjq__addToCartButton{background:var(--primary);text-transform:uppercase;letter-spacing:.2em;cursor:pointer;border:none;border-radius:0;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1rem;font-size:.75rem;font-weight:900;transition:all .4s cubic-bezier(.23,1,.32,1);display:flex;color:#fff!important}.shop-module__-mQgjq__addToCartButton:hover{background:var(--secondary);color:var(--primary)!important}.shop-module__-mQgjq__addToCartButton:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.shop-module__-mQgjq__shopHeader{flex-direction:column;align-items:flex-start;gap:2rem}.shop-module__-mQgjq__cartButton{align-self:flex-end}}.shop-module__-mQgjq__toastContainer{z-index:1100;animation:.3s cubic-bezier(.23,1,.32,1) shop-module__-mQgjq__toastSlideUp;position:fixed;bottom:2rem;left:50%;transform:translate(-50%)}@keyframes shop-module__-mQgjq__toastSlideUp{0%{opacity:0;transform:translate(-50%,2rem)}to{opacity:1;transform:translate(-50%)}}.shop-module__-mQgjq__toast{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;background:#000;border:1px solid #ffffff1a;border-radius:0;align-items:center;gap:1rem;padding:1rem 1.5rem;transition:all .2s;display:flex;box-shadow:0 20px 40px #0003}.shop-module__-mQgjq__toast:hover{transform:translateY(-2px)scale(1.02)}.shop-module__-mQgjq__toastCheck{background:#10b981;border-radius:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.shop-module__-mQgjq__quantityBox{background:#fff;border:1px solid #e2e8f0;align-items:center;gap:.5rem;padding:.25rem;transition:all .3s;display:flex;box-shadow:0 4px 12px #00000008}.shop-module__-mQgjq__quantityBox:hover{border-color:#000}.shop-module__-mQgjq__qtyButton{color:#000;cursor:pointer;background:#f8fafc;border:1px solid #f1f5f9;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s cubic-bezier(.23,1,.32,1);display:flex}.shop-module__-mQgjq__qtyButton:hover{color:#fff;background:#000;border-color:#000;transform:scale(1.05)}.shop-module__-mQgjq__wishlistBtn{color:#94a3b8;cursor:pointer;background:#fff;border:1px solid #e2e8f0;justify-content:center;align-items:center;width:60px;height:60px;transition:all .4s cubic-bezier(.23,1,.32,1);display:flex;position:relative;box-shadow:0 4px 12px #00000008}.shop-module__-mQgjq__wishlistBtn:hover{color:#ef4444;background:snow;border-color:#fee2e2;transform:translateY(-4px);box-shadow:0 10px 20px #ef44441a}.shop-module__-mQgjq__wishlistBtn:hover .shop-module__-mQgjq__heartIcon{fill:#ef4444;transform:scale(1.2)}.shop-module__-mQgjq__heartIcon{transition:all .4s cubic-bezier(.23,1,.32,1)}.shop-module__-mQgjq__statusBadge{color:#16a34a;text-transform:uppercase;letter-spacing:.1em;background:#f0fdf4;border:1px solid #dcfce7;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.7rem;font-weight:900;display:inline-flex}
