.product__cards{display:flex;flex-wrap:wrap;gap:1rem}.product__cards .product__card{display:flex;background-color:var(--clr-primary-light);border-radius:var(--border-radius-xl);padding:1.25rem;flex-direction:column;flex:0 0 auto;width:100%;justify-content:space-between}@media (min-width:576px){.product__cards .product__card{width:calc(50% - 1rem)}}@media (min-width:992px){.product__cards .product__card{width:calc(33.3333% - 1rem)}}@media (min-width:1200px){.product__cards .product__card{width:calc(25% - 1rem)}}.product__cards .product__card--footer,.product__cards .product__card--content{display:flex;flex-direction:column;width:100%}.product__cards .product__card--content{gap:1rem}.product__cards .product__card--footer{gap:2rem}.product__cards .product__card .price strong,.product__cards .product__card .price span{font-size:1.75rem}