.product-card{display:flex;flex-direction:column;gap:var(--space-size-xs-s)}.product-card__header{background-color:var(--color-accent);position:relative}.product-card__image{width:100%}.product-card__tags{bottom:0;left:0;position:absolute}.product-card__body{display:flex;flex-direction:column;gap:var(--space-size-3xs-2xs)}.product-list{display:grid;gap:var(--space-size-xl) var(--grid-gutter)}@media screen and (min-width:480px){.product-list{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:720px){.product-list{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:960px){.product-list{grid-template-columns:repeat(4,1fr)}}
