.product-card{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 1px 3px #11141e0f;transition:transform .22s cubic-bezier(.4,0,.2,1),box-shadow .22s cubic-bezier(.4,0,.2,1);font-family:Instrument Sans,sans-serif}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px #11141e1a}.product-card__clickable{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.product-card__image{position:relative;aspect-ratio:1 / 1;background:#f1f3f7;display:flex;align-items:center;justify-content:center;padding:18px}.product-card__image img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block;transition:transform .3s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-card__image img{transform:scale(1.04)}.product-card__badge,.product-card__sold-tag{position:absolute;top:12px;left:12px;font-size:11px;font-weight:700;letter-spacing:.02em;color:#fff;padding:3px 9px;border-radius:999px}.product-card__badge{background:#0b57d0}.product-card__sold-tag{background:#15161c}.product-card__info{display:flex;flex-direction:column;gap:4px;padding:14px 16px 18px;flex:1}.product-card__title{font-size:14.5px;font-weight:600;color:#15161c;line-height:1.35;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__price{margin-top:auto;padding-top:8px;font-size:15px;font-weight:700;color:#15161c;display:flex;align-items:baseline;gap:7px;flex-wrap:wrap}.product-card__price-from{font-size:12px;font-weight:600;color:#6e6e73}.product-card__price-was{font-size:13px;font-weight:500;color:#6e6e73;text-decoration:line-through}
/*# sourceMappingURL=/cdn/shop/t/10/assets/product-card.css.map */
