.product-card{display:flex;flex-direction:column;height:100%;transition:transform .25s var(--ease-out)}.product-card:active{transform:scale(.985)}@media(hover:hover){.product-card:hover{transform:translateY(-2px)}.product-card:hover .product-card__image{transform:scale(1.02)}}.product-card__media{position:relative;display:block;width:100%;max-width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#eef1f4;border:1px solid var(--color-border);border-radius:12px;box-shadow:0 8px 22px #1a1f260d}.product-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center;transition:transform .5s var(--ease-out)}.product-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:.4}.product-card__placeholder svg{width:60%;height:auto}.product-card__badge{position:absolute;top:.65rem;left:.65rem;z-index:1}.product-card__info{padding-top:.75rem;display:flex;flex-direction:column;gap:.35rem;flex:1}.product-card__title{font-family:var(--font-body);font-size:.9rem;font-weight:600;letter-spacing:0;text-transform:none;line-height:1.35}.product-card__title a:hover{color:var(--color-accent)}.product-card__link{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none}.product-card__link:hover{color:inherit}.product-card__link .product-card__title{display:block}.product-card__link .product-card__desc{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.product-card__desc{margin:0;font-size:.78rem;line-height:1.4;color:var(--color-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__price,.product-card .price{margin-top:auto;font-size:.95rem}
/*# sourceMappingURL=/cdn/shop/t/4/assets/component-product-card.css.map */
