.product-grid{margin-top:3.2rem;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media screen and (min-width:750px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:990px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-card{display:block;text-decoration:none;color:inherit}.product-card__image-wrapper{overflow:hidden;background:rgba(var(--color-foreground),.05);margin-bottom:1rem}.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__info{text-align:center}.product-card__title{font-size:1.8rem;font-weight:400;margin:0 0 .8rem}@media(min-width:750px){.product-card__title{font-size:1.8rem}}.product-card__price{font-size:1.6rem;color:var(--color-red)}.product-card__price--sale{color:var(--color-red);margin-right:.8rem}.product-card__price--compare{text-decoration:line-through;opacity:.6;font-size:1.4rem}.product-card__sold-out{margin-top:.8rem;font-size:1.4rem;color:rgba(var(--color-foreground),.6);text-transform:uppercase;letter-spacing:.1rem}.collection-empty,.collection-placeholder{padding:6.4rem 2rem;text-align:center;color:rgba(var(--color-foreground),.6)}.collection-placeholder p:first-child{font-size:1.8rem;color:var(--color-brown);margin-bottom:1rem}
/*# sourceMappingURL=/cdn/shop/t/4/assets/component-product-card.css.map */
