.product-card{flex-direction:column;height:100%;display:flex}.product-card-image{aspect-ratio:4/3;background:var(--bg1);width:100%;position:relative;overflow:hidden}.product-card-image img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-card-placeholder{width:100%;height:100%;color:var(--fg4);background:linear-gradient(135deg, var(--bg1), var(--bg2));justify-content:center;align-items:center;display:flex}.product-card-overlay{font-size:var(--font-size-lg);color:var(--red);text-transform:uppercase;background:#0009;justify-content:center;align-items:center;font-weight:700;display:flex;position:absolute;inset:0}.product-card-body{flex-direction:column;flex:1;padding:1.25rem;display:flex}.product-card-title{font-size:var(--font-size-lg);color:var(--fg0);margin-bottom:.4rem;font-weight:700}.product-card-desc-wrapper{margin-bottom:var(--space-sm)}.product-card-desc{font-size:var(--font-size-sm);color:var(--fg4);line-height:1.5}.desc-collapsed{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.desc-expanded{display:block}.desc-toggle-btn{color:var(--primary);font-size:var(--font-size-xs);cursor:pointer;font-weight:600;font-family:var(--font-family);background:0 0;border:none;margin-top:.25rem;padding:0}.desc-toggle-btn:hover{text-decoration:underline}.product-card-stock-info{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-md);flex-wrap:wrap;display:flex}.stock-tag,.sold-tag{font-size:var(--font-size-xs);border-radius:var(--radius-sm);padding:.2rem .5rem;font-weight:600}.stock-tag{color:var(--aqua);background:#8ec07c1f}.stock-low{color:var(--yellow);background:#fabd2f1f}.stock-out{color:var(--red);background:#fb49341f}.sold-tag{color:var(--blue);background:#83a5981f}.product-card-footer{justify-content:space-between;align-items:center;gap:var(--space-sm);margin-top:auto;display:flex}.product-card-price{align-items:baseline;gap:.25rem;display:flex}.price-currency{font-size:var(--font-size-sm);color:var(--fg4);font-weight:600}.price-value{font-size:var(--font-size-xl);color:var(--accent);font-weight:700}.product-add-btn{white-space:nowrap;flex-shrink:0}.btn-added{background:var(--green-dim)!important;box-shadow:none!important}@media (max-width:480px){.product-card-footer{flex-direction:column;align-items:flex-start}.product-add-btn{width:100%}}
