.shop-container{max-width:1200px;margin:0 auto;padding:2rem 2rem 4rem}.shop-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.shop-title{color:#f1f5f9;margin:0;font-size:2rem;font-weight:800}.shop-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px;display:grid}.shop-product-card{background:#1f2937;border:1px solid #374151;border-radius:16px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.shop-product-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000004d}.shop-card-image-link{text-decoration:none}.shop-card-image-wrapper{background:#111827;justify-content:center;align-items:center;width:100%;height:220px;display:flex;position:relative;overflow:hidden}.shop-card-image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.shop-product-card:hover .shop-card-image{transform:scale(1.05)}.shop-sale-badge{color:#fff;letter-spacing:.5px;background:#ef4444;border-radius:6px;padding:4px 10px;font-size:.75rem;font-weight:700;position:absolute;top:12px;right:12px}.shop-card-info{flex-direction:column;flex:1;padding:20px;display:flex}.shop-card-title-link{color:inherit;text-decoration:none}.shop-card-title{color:#fff;margin:0 0 10px;font-size:1.15rem;font-weight:600;line-height:1.3}.shop-card-description{color:#9ca3af;flex:1;margin-bottom:16px;font-size:.85rem;line-height:1.5}.shop-card-price{margin:0 0 16px;font-size:1.4rem;font-weight:700}.shop-card-price-sale{align-items:center;gap:12px;display:flex}.shop-price-current{color:#38bdf8}.shop-card-price-sale .shop-price-current{color:#f87171}.shop-price-original{color:#6b7280;font-size:1rem;font-weight:400;text-decoration:line-through}.shop-add-to-cart{color:#0f172a;cursor:pointer;background:#38bdf8;border:none;border-radius:10px;width:100%;padding:12px;font-size:1rem;font-weight:700;transition:all .2s}.shop-add-to-cart:hover{background:#7dd3fc}.shop-add-to-cart-added,.shop-add-to-cart-added:hover{background:#22c55e}.shop-empty{color:#9ca3af;text-align:center;padding:4rem 0;font-size:1.1rem}@media (max-width:768px){.shop-container{padding:1rem 1rem 3rem}.shop-title{font-size:1.5rem}.shop-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.shop-card-image-wrapper{height:180px}.shop-card-info{padding:16px}}@media (max-width:479px){.shop-grid{grid-template-columns:1fr;gap:16px}}
