.product-grid{display:grid;grid-template-columns:repeat(4,1fr);column-gap:12px;row-gap:8px;margin:0;padding:4.5rem 0 0;list-style:none;grid-auto-flow:dense}@media screen and (max-width: 989px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 749px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 479px){.product-grid{grid-template-columns:1fr}}.grid__item{position:relative;width:100%}.grid__item--span-2{grid-column:span 2}@media screen and (max-width: 989px){.grid__item--span-2{grid-column:span 2}}@media screen and (max-width: 749px){.grid__item--span-2{grid-column:span 2}}@media screen and (max-width: 479px){.grid__item--span-2{grid-column:1 / -1}}.product-card{position:relative;display:flex;flex-direction:column;height:100%}.product-card__media-wrapper{position:relative;height:480px;overflow:hidden}.product-card__media{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .3s ease-in-out}.product-card__media--secondary{opacity:0}.product-card:hover .product-card__media--secondary{opacity:1}.product-card__info{padding:1rem 0;text-align:left}.product-card__title{margin:0 0 .5rem;font-size:1.1rem;font-weight:500}.product-card__vendor{margin:0 0 .5rem;font-size:.9rem;color:rgba(var(--color-foreground),.75)}.product-card__price{margin:.5rem 0;font-size:1.1rem;font-weight:500;text-align:left}
/*# sourceMappingURL=/cdn/shop/t/25/assets/component-product-grid.css.map */
