@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);body{background-color:#f8f9fa;font-family:'Inter',sans-serif;color:#1a1a1a}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:4px;padding:24px;height:100%;display:flex;flex-direction:column}.product-img-wrapper{width:100%;height:320px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;overflow:hidden}.product-img{max-width:100%;max-height:100%;object-fit:contain}.product-price{font-size:1.25rem;font-weight:700;color:#4b5563;margin-bottom:8px}.product-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:12px}.product-rating{display:flex;align-items:center;gap:8px;margin-bottom:14px}.product-rating .bi-star-fill{color:#ffc107}.product-rating .bi-star{color:#e0e0e0}.rating-text{font-size:.85rem;color:#9ca3af}.product-description{font-size:.95rem;color:#9ca3af;line-height:1.5;margin-bottom:24px}.size-label{font-size:.9rem;font-weight:600;color:#1f2937}.btn-size{background:#fff;border:1px solid #0f172a;color:#0f172a;border-radius:6px;width:40px;height:36px;font-size:.8rem;font-weight:600;text-transform:uppercase;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease}.btn-size:hover:not(:disabled) {background:#0f172a;color:#fff}.btn-size.disabled,.btn-size:disabled{border-color:#e5e7eb;color:#d1d5db;cursor:not-allowed;background:#fff}.product-actions{display:flex;gap:12px;margin-top:auto;padding-top:24px}.btn-add-cart{flex-grow:1;background:#1c1b1b;color:#fff;border:none;border-radius:6px;padding:12px 24px;font-size:.85rem;font-weight:700;letter-spacing:.5px;transition:background .2s ease}.btn-add-cart:hover{background:#2d2c2c}.btn-wishlist{background:#fff;border:1px solid #e5e7eb;border-radius:6px;width:46px;height:46px;display:flex;align-items:center;justify-content:center;color:#1c1b1b;font-size:1.2rem;transition:background .2s ease}.btn-wishlist:hover{background:#f9fafb;color:#dc3545;border-color:#f5c2c7}