.product-card-grid{display:block;text-decoration:none;color:inherit;transition:transform .3s ease;overflow:hidden}.product-card-grid__link{position:relative;text-decoration:none}.product-card-grid__image-container{position:relative;width:100%;padding-bottom:100%;overflow:hidden;margin-bottom:var(--space-4)}.product-card-grid__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card-grid__image--hover{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease}.product-card-grid:hover .product-card-grid__image--hover{opacity:1}.product-card-grid__content{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;flex-direction:column;gap:var(--space-4)}@media screen and (min-width: 768px){.product-card-grid__content{flex-direction:row}}.product-card-grid__details{width:100%;min-width:0}.product-card-grid__subtitle{margin-bottom:var(--space-2)}.product-card-grid__title{font-size:var(--text-size-small);margin-bottom:0}@media screen and (min-width: 768px){.product-card-grid__title{font-size:var(--headline-size-h5);max-width:73%}}.product-card-grid__price{font-weight:700}.product-card-grid__vendor{color:rgba(var(--color-text),.6);margin-bottom:var(--space-1)}.product-card-grid__price-wrapper{margin-top:0;display:flex;flex-direction:row;justify-content:space-between;font-size:var(--text-size-small)}@media screen and (min-width: 768px){.product-card-grid__price-wrapper{font-size:var(--headline-size-h5)}}.product-card-grid__sold-out-badge{display:none}.product-card-grid--sold-out .product-card-grid__sold-out-badge{display:block;position:absolute;right:var(--space-2);left:auto;top:var(--space-3);z-index:1;width:4.75rem;height:4.75rem;display:flex;justify-content:center;align-items:center}@media screen and (min-width: 768px){.product-card-grid--sold-out .product-card-grid__sold-out-badge{width:5.5rem;height:5.5rem}}.product-card-grid__sold-out-badge__text{position:absolute;left:0;right:0;top:.5rem;bottom:0;z-index:1;width:2rem;height:2.5rem;text-align:center;text-transform:uppercase;display:block;margin:auto;line-height:1;font-size:.85rem}@media screen and (min-width: 768px){.product-card-grid__sold-out-badge__text{font-size:var(--text-size-small);top:0;bottom:0;z-index:1;width:2.5rem;height:2.5rem}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/product-card-grid.css.map */
