.product-card{position:relative;display:flex;flex-direction:column;height:100%}.product-card__link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.product-card__media{position:relative;width:100%;overflow:hidden;background-color:rgba(var(--color-text),.05);border-radius:var(--border-radius)}.product-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__badge{position:absolute;top:1rem;left:1rem;z-index:1}.product-card__info{display:flex;flex-direction:column;flex:1;padding-top:1.5rem}.product-card__vendor{font-size:1.2rem;text-transform:uppercase;opacity:.7;margin-bottom:.5rem}.product-card__title{font-size:1.6rem;font-weight:500;margin:0 0 .8rem;line-height:1.4}.product-card__price{margin-top:auto}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media screen and (min-width:750px){.product-grid{gap:3rem}}@media screen and (min-width:990px){.product-grid--2-col{grid-template-columns:repeat(2,1fr)}.product-grid--3-col{grid-template-columns:repeat(3,1fr)}.product-grid--4-col{grid-template-columns:repeat(4,1fr)}.product-grid--5-col{grid-template-columns:repeat(5,1fr)}}.product-grid--mobile-1-col{grid-template-columns:1fr}@media screen and (max-width:749px){.product-grid--mobile-2-col{grid-template-columns:repeat(2,1fr)}}.price{display:flex;align-items:baseline;gap:.8rem;flex-wrap:wrap}.price__amount{font-size:1.6rem;font-weight:600}.price__compare{font-size:1.4rem;opacity:.6;text-decoration:line-through}.price--on-sale .price__amount{color:var(--color-secondary)}.price__availability{font-size:1.3rem;opacity:.7}
/*# sourceMappingURL=/cdn/shop/t/25/assets/component-product-card.css.map */
