.product-card{background:var(--bg-l);border-radius:var(--border-radius);transition:var(--transition);box-shadow:0 0 10px var(--shadow);position:relative;overflow:hidden}.product-card-image-container{background:var(--bg-d);width:100%;height:250px;padding:1rem;display:flex}.product-card-image{background:var(--bg);object-fit:cover;cursor:pointer;border-radius:10px;width:100%;height:100%}.product-card-badge-container{z-index:2;gap:8px;display:flex;position:absolute;top:10px;left:10px}.product-card-badge{border-radius:50px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.7rem;font-weight:600;display:flex}.product-card-new-badge{background:var(--color-accent-500);color:#fff}.product-card-best-badge{color:#fff;background:#ff4d4f}.product-card-details{padding:1rem}.product-card-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;cursor:pointer;margin:.5rem 0;font-size:1rem;font-weight:600;overflow:hidden}.product-card-name:hover{text-decoration:underline}.product-card-category{opacity:.7;margin-bottom:.5rem;font-size:.8rem}.product-card-rating{align-items:center;gap:.25rem;margin:.5rem 0;display:flex}.product-card-full-star,.product-card-half-star{color:#ffc107;font-size:.6rem}.product-card-empty-star{color:#ddd;font-size:.6rem}.product-card-flame{color:#ffc107}.product-card-review-count{opacity:.7;margin-left:.25rem;font-size:.6rem}.product-card-price-container{margin:.75rem 0}.product-card-price{color:var(--primary);font-size:1.2rem;font-weight:700}.product-card-old-price{opacity:.5;margin-left:.5rem;font-size:.9rem;text-decoration:line-through}.product-card-delivery{opacity:.7;align-items:center;gap:.5rem;margin:.5rem 0;font-size:.8rem;display:flex}.product-card-truck-icon{color:var(--primary)}.product-card-actions{border-top:1px solid var(--border);justify-content:space-between;gap:.5rem;margin-top:1rem;padding-top:1rem;display:flex}.product-card-cart-button{background:var(--primary);color:#fff;cursor:pointer;transition:var(--transition);border:none;border:2px solid var(--primary);border-radius:5px;justify-content:center;align-items:center;gap:.5rem;width:fit-content;padding:.5rem 1rem;display:flex}.product-card-wishlist-button{aspect-ratio:1;background:var(--bg-d);border-radius:var(--border-radius);cursor:pointer;width:40px;transition:var(--transition);color:var(--bg-l);border:none;place-items:center;display:grid}.product-card-wishlist-button:hover{color:#ff4d4f}
