a.product-card{width:100%;height:100%;border-radius:14px;overflow:hidden;background:var(--card-bg);box-shadow:0 1px 4px rgba(0,0,0,.06);transition:box-shadow .3s ease,transform .3s ease,border-color .3s ease;display:flex;flex-direction:column;border:1px solid var(--color-border);position:relative;text-decoration:none;color:inherit;cursor:pointer}a.product-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.1);border-color:rgba(15,76,117,.3);text-decoration:none}[data-theme=dark] a.product-card:hover{border-color:rgba(126,200,227,.3);box-shadow:0 8px 24px rgba(0,0,0,.3)}.product-image{height:auto;aspect-ratio:4/3;background:#f4f6f8;position:relative;overflow:hidden;flex-shrink:0}[data-theme=dark] .product-image{background:#1e2228}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;display:block}a.product-card:hover .product-image img{transform:scale(1.06)}.quick-view-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(15,76,117,.55));display:flex;align-items:center;justify-content:center;gap:6px;opacity:0;transition:opacity .3s ease}a.product-card:hover .quick-view-overlay{opacity:1}.quick-view-overlay svg{color:white;flex-shrink:0}.quick-view-text{font-weight:600;font-size:.78rem;letter-spacing:.6px}.product-badge,.quick-view-text{color:white;text-transform:uppercase}.product-badge{position:absolute;top:10px;left:10px;padding:3px 9px;border-radius:20px;font-size:.65rem;font-weight:700;z-index:10;letter-spacing:.5px}.sale-badge{background:#e53935}.new-badge{background:#2e7d32}.wishlist-btn{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.88);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;color:#e74c3c;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10;padding:0;box-shadow:0 1px 4px rgba(0,0,0,.12)}[data-theme=dark] .wishlist-btn{background:rgba(30,30,30,.88)}.wishlist-btn svg{stroke:#e74c3c;stroke-width:2;transition:all .2s ease}.wishlist-btn:hover{transform:scale(1.12);background:white}.wishlist-btn.active svg{stroke:#e74c3c;fill:#e74c3c}.product-info{padding:16px 20px 20px;display:flex;flex-direction:column;gap:8px;background:var(--card-bg);flex:1 1;min-height:0}.product-category-chip{font-size:.68rem;font-weight:600;color:#1b6ca8;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:1.2em;line-height:1.2}[data-theme=dark] .product-category-chip{color:#7ec8e3}.product-info h3{margin:0;font-size:1rem;color:var(--color-text-primary);font-weight:700;line-height:1.35;min-height:calc(2 * 1.35 * 1em);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.price-stock-row{display:flex;align-items:center;justify-content:space-between;gap:6px;min-height:1.35rem}.price-container{display:flex;align-items:baseline;gap:5px;flex-wrap:nowrap;min-width:0;flex:1 1}.price{font-size:1.2rem;font-weight:800;color:var(--color-primary-500,#0f4c75);margin:0;white-space:nowrap;flex-shrink:0}.original-price{font-size:.85rem;color:var(--color-text-tertiary);text-decoration:line-through;font-weight:400;white-space:nowrap;flex-shrink:1;min-width:0;overflow:hidden;text-overflow:ellipsis}.savings-badge{background:#e8f5e9;color:#2e7d32;font-size:.75rem;font-weight:700;padding:3px 8px;border-radius:4px;min-height:1.5em;line-height:1.5;align-self:flex-start}.savings-badge--empty{visibility:hidden}.stock-indicator{display:flex;align-items:center;gap:4px;font-size:.68rem;font-weight:600;flex-shrink:0}.stock-dot{width:6px;height:6px;border-radius:50%;background:#43a047;animation:pulse-stock 2.5s ease-in-out infinite}@keyframes pulse-stock{0%,to{opacity:1}50%{opacity:.4}}.stock-text{color:#43a047}.description{font-size:.85rem;color:var(--color-text-secondary);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:2px 0;min-height:calc(2 * 1.5 * .85rem)}.product-features{display:flex;flex-wrap:wrap;gap:4px}.feature-tag{background:var(--color-surface);color:var(--color-primary-500);padding:2px 7px;border-radius:4px;font-size:.65rem;font-weight:600;border:1px solid var(--color-border)}.add-to-cart-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px 16px;margin-top:auto;background:#0f4c75;color:white;border:none;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s ease,transform .15s ease,box-shadow .2s ease;letter-spacing:.3px}.add-to-cart-btn:hover{background:#1b6ca8;transform:translateY(-1px);box-shadow:0 4px 12px rgba(15,76,117,.25)}.add-to-cart-btn:active{transform:translateY(0);box-shadow:none}.add-to-cart-btn svg{flex-shrink:0}@keyframes pulse-badge{0%,to{opacity:1}50%{opacity:.8}}@media (max-width:768px){.product-image{aspect-ratio:4/3}.product-info{padding:10px 12px 12px;gap:6px}.product-info h3{font-size:.9rem;min-height:calc(2 * 1.35 * .9em)}.price{font-size:1.05rem}.add-to-cart-btn{padding:8px 12px;font-size:.82rem;border-radius:8px}.product-category-chip{font-size:.62rem}.description{display:none;min-height:0}.savings-badge{min-height:1.35em}}