.product-card[data-v-4ee570a0]{color:inherit;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:box-shadow var(--transition),transform var(--transition);flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.product-card[data-v-4ee570a0]:focus-visible{outline:2px solid var(--dark-teal);outline-offset:3px}.product-card[data-v-4ee570a0]:hover{text-decoration:none;transform:translateY(-2px);box-shadow:0 6px 20px #0000001a}.product-card__img-wrap[data-v-4ee570a0]{aspect-ratio:3/2;background:var(--bg);position:relative;overflow:hidden}.product-card__img[data-v-4ee570a0]{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .35s}.product-card:hover .product-card__img[data-v-4ee570a0]{transform:scale(1.03)}.product-card__badge[data-v-4ee570a0]{text-transform:uppercase;letter-spacing:.05em;color:#fff;border-radius:20px;padding:.2rem .55rem;font-size:.7rem;font-weight:600;position:absolute;top:.6rem;right:.6rem}.product-card__badge--out[data-v-4ee570a0]{background:#c0392b}.product-card__badge--in[data-v-4ee570a0]{background:#27ae60}.product-card__discount-pill[data-v-4ee570a0]{background:var(--laser-red);color:#fff;letter-spacing:.04em;border-radius:20px;padding:.2rem .55rem;font-size:.72rem;font-weight:700;position:absolute;bottom:.6rem;left:.6rem}.product-card__body[data-v-4ee570a0]{flex-direction:column;flex:1;gap:.5rem;padding:1rem 1.1rem 1.2rem;display:flex}.product-card__name[data-v-4ee570a0]{color:var(--pine-blue);font-size:1rem;font-weight:700;line-height:1.3}.product-card__desc[data-v-4ee570a0]{color:var(--text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.product-card__footer[data-v-4ee570a0]{justify-content:space-between;align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.product-card__price-block[data-v-4ee570a0]{flex-direction:column;gap:.1rem;display:flex}.product-card__price-original[data-v-4ee570a0]{color:var(--text-muted);font-size:.82rem;font-weight:500;text-decoration:line-through}.product-card__price[data-v-4ee570a0]{color:var(--dark-teal);font-size:1.05rem;font-weight:700}.product-card__price--sale[data-v-4ee570a0]{color:var(--laser-red)}.product-card__cta[data-v-4ee570a0]{color:var(--text-muted);transition:color var(--transition);font-size:.82rem;font-weight:600}.product-card:hover .product-card__cta[data-v-4ee570a0]{color:var(--charred-black)}
