.product-card{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-md);padding:var(--card-pad);flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.product-image{aspect-ratio:4/3;background:var(--gray-50);width:100%;margin-bottom:var(--space-md);justify-content:center;align-items:center;display:flex;position:relative}.product-card-actions-overlay{gap:var(--gap-2xs);opacity:0;z-index:2;flex-direction:column;transition:opacity .2s;display:flex;position:absolute;top:6px;right:6px}.product-card:hover .product-card-actions-overlay{opacity:1}.product-image img{object-fit:contain;max-width:90%;max-height:90%}.product-brand{color:var(--primary-red);text-transform:uppercase;font-size:.8rem;font-weight:700}.product-name{margin:var(--space-xs)0 var(--space-md);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.8rem;font-size:1.1rem;display:-webkit-box;overflow:hidden}.product-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.product-price{font-size:1.2rem;font-weight:800}.add-to-cart-btn{background:var(--dark);color:var(--white);padding:var(--btn-pad-y-sm)var(--btn-pad-x-sm);border-radius:var(--radius-sm);cursor:pointer;border:none;font-weight:600}.add-to-cart-btn:hover{background:var(--primary-red)}@media (max-width:768px){.product-card{padding:var(--space-sm)}.product-card:hover{transform:none}.product-card-actions-overlay{opacity:1}.product-name{-webkit-line-clamp:2;min-height:auto;font-size:.95rem}.product-price{font-size:1.05rem}.product-footer{gap:var(--space-xs);flex-direction:column;align-items:stretch}.add-to-cart-btn{text-align:center;justify-content:center;align-items:center;width:100%;min-height:44px;padding:.65rem 1rem;font-size:.85rem;display:flex}}@media (max-width:480px){.product-image{aspect-ratio:3/2}}
