.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:768px){.product-grid{grid-template-columns:repeat(3,1fr);gap:24px}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-card{position:relative;display:block;text-decoration:none;color:inherit;group:true}.product-card__image-wrap{position:relative;aspect-ratio:1;overflow:hidden;background-color:var(--color-surface);border-radius:2px;margin-bottom:12px}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__sold-out{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background-color:#0009;z-index:5}.product-card__title{font-size:14px;font-weight:500;color:#fff;margin-bottom:4px;line-height:1.4}.product-card__price{font-size:13px;color:var(--color-text-muted)}.product-card__price--compare{color:var(--color-text-faint);text-decoration:line-through;margin-left:8px}@keyframes skeleton-pulse{0%,to{opacity:.3}50%{opacity:.6}}.product-card--skeleton .product-card__image-wrap{background-color:var(--color-surface);animation:skeleton-pulse 1.5s ease-in-out infinite}.product-card--skeleton .product-card__title,.product-card--skeleton .product-card__price{background-color:var(--color-surface);border-radius:2px;height:14px;animation:skeleton-pulse 1.5s ease-in-out infinite}.product-card--skeleton .product-card__title{width:70%}.product-card--skeleton .product-card__price{width:40%;margin-top:8px}
/*# sourceMappingURL=/cdn/shop/t/30/assets/component-product-card.css.map */
