.products-cards{text-align:center}.products-cards__cards{row-gap:20px}.products-cards__card,.products-cards__cards{display:flex;flex-wrap:wrap;justify-content:space-between}.products-cards__card{flex-direction:column;text-align:center}.products-cards__product-image{height:400px}.products-cards__product-image img{height:100%;object-fit:cover;width:100%}.products-cards__product-information{padding:24px 20px}.products-cards__product-description,.products-cards__product-information h5{margin-bottom:20px}.products-cards__product-price{margin-bottom:0}.products-cards__product-price-stars{align-items:center;display:flex;justify-content:space-between}.products-cards__show-more{margin-top:48px}.products-cards__show-more.disabled{opacity:.5;pointer-events:none}.products-cards__product-stars svg{margin:auto 4px}.products-cards__product-stars svg path{fill:var(--primary)}