.product-cards .product-card__grid{display:grid;grid-gap:var(--grid-gutter)}@media(min-width:768px){.product-cards .product-card__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1140px){.product-cards .product-card__grid{grid-template-columns:repeat(3,1fr)}}.product-cards img{display:block}.product-cards .card__body{border-top:1px solid var(--border-grey-light);display:flex;flex-direction:column;padding:calc(var(--grid-gutter)*.75) calc(var(--grid-gutter)*.75) var(--grid-gutter)}.product-cards h2{font-size:var(--h3-font-size)}.product-cards .card__body-text{margin-bottom:calc(var(--grid-gutter)*.75)}.product-cards .card__body-text ul{margin-top:0}.product-cards .card__button-group{display:flex;flex-wrap:wrap;gap:20px;margin-top:auto}