product-card{display:grid;gap:var(--space-s);grid-template-rows:max-content auto;grid-template-areas:"image" "header"}product-card header{display:grid;gap:0 var(--gutter-width);grid-area:header;grid-template-areas:"main-link" "colors";grid-template-rows:auto var(--space-s)}product-card header a{display:grid;gap:0 var(--gutter-width);grid-template-areas:"title" "price";grid-template-rows:1fr auto;height:100%}product-card h3{grid-area:title;overflow:hidden;text-overflow:ellipsis}product-card .price{grid-area:price}product-card .colors{grid-area:colors;margin-block-start:var(--space-xs)}product-card .image{grid-area:image}@media screen and (max-width: 749px){product-card .price{margin-block-start:calc(var(--space-xs) / 2)}product-card .colors{margin-block-start:var(--space-xs)}}@media screen and (min-width: 990px){product-card{gap:var(--space-m)}product-card header a{align-items:baseline;grid-template-columns:1fr auto;grid-template-rows:auto max-content;grid-template-areas:"title  price" "colors colors"}}product-card .stacked-images .image:nth-child(2){opacity:0}@media (hover: hover){product-card:not(.no-hover):hover .stacked-images .image:nth-child(1){opacity:0}product-card:not(.no-hover):hover .stacked-images .image:nth-child(2){opacity:1}}@media (prefers-reduced-motion: no-preference){product-card .image{transition:var(--duration-short) var(--transition-ease-default)}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/component-product-card.css.map */
