.product-card{flex-direction:column;height:100%;display:flex}.product-image-container{width:100%;padding-top:100%;position:relative;overflow:hidden}.product-image{object-fit:contain;width:100%;height:100%;transition:transform .5s;position:absolute;top:0;left:0}.product-card:hover .product-image{transform:scale(1.1)}.product-overlay{opacity:0;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.product-card:hover .product-overlay{opacity:1}.add-to-cart{opacity:0;transition:all .3s .1s;transform:translateY(20px)}.product-card:hover .add-to-cart{opacity:1;transform:translateY(0)}.product-badge{background:var(--accent-color);color:#000;text-transform:uppercase;z-index:2;border-radius:4px;padding:.25rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;left:1rem}.product-details{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.product-meta{justify-content:space-between;margin-bottom:.5rem;font-size:.875rem;display:flex}.product-category{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px}.product-rating{color:#fbbf24;font-weight:600}.product-title{flex-grow:1;margin-bottom:1rem;font-size:1.25rem}.product-price{color:var(--accent-color);font-size:1.5rem;font-weight:800}
