.product-card{display:flex;flex-direction:column;gap:var(--size-3);position:relative;transition:transform .2s ease}.product-card:hover{transform:translateY(-4px)}@media screen and (max-width: 768px){.product-card{gap:var(--size-2)}}.product-card__link{-webkit-text-decoration:none;text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:var(--size-3)}@media screen and (max-width: 768px){.product-card__link{gap:var(--size-2)}}.product-card__image-wrapper{position:relative;width:100%;background-color:var(--color-white);border-radius:var(--size-2);overflow:hidden;display:flex;align-items:center;justify-content:center;height:290px}@media (max-width: 767px){.product-card__image-wrapper{height:156px}}.product-card__image{width:100%;height:100%}.product-card__image img{width:100%;height:100%;object-fit:cover;object-position:center}.product-card__image--placeholder{display:flex;align-items:center;justify-content:center;background-color:var(--color-background-dark)}.product-card__placeholder-svg{width:100%;height:100%;opacity:.3}.product-card__content{display:flex;flex-direction:column;gap:var(--size-2)}h3.product-card__title{font-family:var(--body-font-family),sans-serif;font-size:var(--text-sm);font-weight:var(--font-weight-regular);line-height:20px;letter-spacing:.25px;color:var(--color-text);margin:0;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2}@media screen and (max-width: 768px){h3.product-card__title{-webkit-line-clamp:1}}.product-card__price{font-family:var(--body-font-family),sans-serif;font-size:var(--text-base);font-weight:var(--font-weight-medium);line-height:24px;letter-spacing:.5px;color:var(--color-text);margin:0}
/*# sourceMappingURL=/cdn/shop/t/267/assets/block-product-card.css.map */
