.product-card{border-radius:14px;overflow:hidden;cursor:pointer;text-decoration:none;transition:transform .35s ease,box-shadow .35s ease}.product-card:hover .quick-add-btn{opacity:1;transform:translateY(0)}.product-card:hover .product-image{transform:scale(1.05)}.product-card.grid{display:flex;flex-direction:column;gap:.5rem}.product-card.grid .product-content{padding:1rem 1rem 1.5rem}.product-card.grid .product-image-container{aspect-ratio:1}.product-card.list{display:grid;grid-template-columns:200px 1fr;gap:1.5rem}@media(max-width:640px){.product-card.list{grid-template-columns:120px 1fr;gap:1rem}}.product-card.list .product-image-container{aspect-ratio:1}.product-card.list .product-content{padding:1rem 1rem 1rem 0}.product-card .product-image-container{position:relative;aspect-ratio:1/1.15;overflow:hidden}.product-card .product-image-container .image-inner{width:100%;height:100%}.product-card .product-image-container .product-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card .badge-container{position:absolute;top:.5rem;left:.5rem;display:flex;flex-direction:column;gap:.25rem;z-index:2}.product-card .badge-container .badge{padding:6px 12px;font-size:.7rem;font-weight:600;border-radius:999px;backdrop-filter:blur(6px);background:hsla(0,0%,100%,.9);color:#111}.product-card .badge-container .badge.discount{background:#ef4444;color:#fff}.product-card .badge-container .badge.featured{background:#111827;color:#fff}.product-card .wishlist-btn{position:absolute;top:.5rem;right:.5rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:hsla(0,0%,100%,.95);border:1px solid rgba(0,0,0,.05);cursor:pointer;z-index:3;color:#111827;transition:background .25s ease,transform .25s ease}.product-card .wishlist-btn:hover{background:#fff;transform:scale(1.05)}.product-card .wishlist-btn.active{color:#ef4444}.product-card .quick-add-btn{position:absolute;bottom:.5rem;left:.5rem;right:.5rem;padding:.75rem;background:#111827;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;opacity:0;transform:translateY(10px);transition:all .3s;z-index:2}.product-card .product-content{padding:1.2rem 1.2rem 1.4rem}.product-card .product-content .product-brand-link{display:block;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#111827;text-decoration:none;margin-bottom:6px;transition:opacity .2s}.product-card .product-content .product-brand-link:hover{opacity:.7}.product-card .product-content .product-subtitle{font-size:.7rem;letter-spacing:.12em;color:#6b7280;margin-bottom:6px}.product-card .product-content .product-title{font-size:1.2rem;font-weight:500;line-height:1.4;margin-bottom:10px;color:#111827;min-height:2em;overflow:hidden}.product-card .product-content .product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.product-card .product-content .product-rating .stars{display:flex;gap:2px}.product-card .product-content .product-rating .rating-text{font-size:.875rem;font-weight:500}.product-card .product-content .product-rating .review-count{font-size:.75rem;color:#6b7280}.product-card .product-content .product-price{display:flex;align-items:center;gap:10px}.product-card .product-content .product-price .current-price{font-size:1.05rem;font-weight:600;color:#111827}.product-card .product-content .product-price .original-price{font-size:.85rem;opacity:.6;text-decoration:line-through;color:#6b7280}.product-card .list-actions{margin-top:1rem}.product-card .list-actions .add-to-cart-btn,.product-card .list-actions .notify-btn{padding:.75rem 1.5rem;background:#111827;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem}.product-card .list-actions .add-to-cart-btn:disabled,.product-card .list-actions .notify-btn:disabled{background:#9ca3af;cursor:not-allowed}