.product-card{min-width:0}.product-card__media{position:relative;display:block;aspect-ratio:4/5;overflow:hidden;border-radius:var(--radius-md);background:var(--surface)}.product-card__image{object-fit:cover;transition:transform .26s ease}.product-card:hover .product-card__image{transform:scale(1.025)}.product-card__placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(145deg,#f0efed,#dedbd5)}.product-card__placeholder span{font-size:clamp(3rem,8vw,6rem);font-weight:900;opacity:.12}.product-card__badge{position:absolute;top:12px;left:12px;z-index:1;padding:6px 9px;border-radius:999px;background:var(--accent);color:var(--accent-foreground);font-size:.7rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.product-card__content{padding-top:12px}.product-card__name{display:block;overflow:hidden;font-size:.94rem;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.product-card__price{display:flex;align-items:center;gap:8px;margin-top:6px;font-size:.9rem;font-weight:700}.product-card__sale-price{color:var(--danger)}.product-card__old-price{color:var(--muted);font-weight:500;text-decoration:line-through}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:28px 18px;gap:28px 18px}@media (max-width:1024px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:720px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 12px}}@media (max-width:390px){.product-grid{grid-template-columns:1fr}}