.product-card-grid{display:block;text-decoration:none;color:rgb(var(--color-text));transition:transform .3s ease}.product-card-grid__link{position:relative;text-decoration:none;display:block}.product-card-grid__image-container{position:relative;width:100%;aspect-ratio:var(--aspect-ratio-w, 1) / var(--aspect-ratio-h, 1);overflow:hidden;margin-bottom:var(--space-2);border:1px dotted transparent;display:block;background-color:#f6f6f6;isolation:isolate}.product-card-grid__image-container>.product-card-grid__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;transition:transform .3s ease}.product-card-grid__image--hover{opacity:0;transition:opacity .3s ease}.product-card-grid a: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{color:rgb(var(--color-text));margin-bottom:var(--space-1);line-height:1.25}.product-card-grid__title[class*=headline-style-]{margin-bottom:var(--space-1);line-height:1.25}.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-family:var(--text-font-family);font-size:var(--text-size-small);font-weight:var(--font-weight-normal, 400);line-height:1.25;color:rgb(var(--color-text))}.product-card-grid__price-wrapper .price{color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit}.product-card-grid__badges{position:absolute;top:var(--space-2);z-index:1;display:flex;flex-direction:column;gap:var(--space-1);pointer-events:none}.product-card-grid__badges--right{right:var(--space-2);left:auto;align-items:flex-end}.product-card-grid__badges--left{left:var(--space-2);right:auto;align-items:flex-start}.product-card-grid__badge{display:flex;justify-content:center;align-items:center;background-color:rgb(var(--color-brand-1));text-transform:uppercase;font-size:var(--text-size-tiny);color:rgb(var(--color-base-text-2));padding-left:var(--space-2);padding-right:var(--space-2);padding-top:var(--space-1);padding-bottom:var(--space-1);font-family:var(--tertiary-font-family);font-weight:var(--font-weight-semi-bold);letter-spacing:.5px}.product-card-grid__badges--left .product-card-grid__badge{background-color:rgb(var(--color-base-background-2));color:rgb(var(--color-base-text-1))}
/*# sourceMappingURL=/cdn/shop/t/2/assets/product-card-grid.css.map */
