.products-wrapper{ margin-bottom: 40px; display: flex; flex-wrap: wrap; justify-content: space-between; row-gap: 40px; } .product__link{ text-decoration: none; display: inline-block; transition: opasity 0.4s ease-in; } .product__link:hover{ opacity: 0.8; } .product{ text-align: center; max-width: 270px; } .product__img{ display: block; margin-bottom: 12px; } .product__title{ margin: 0; margin-bottom: 12px; font-family: 'Playfair Display', serif; font-style: normal; font-weight: normal; font-size: 20px; line-height: 27px; color: #000000; } .product__price{ font-size: 14px; line-height: 19px; text-transform: uppercase; } .product__price-old{ color: #999999; margin-right: 10px; } .product__price-new{ font-weight: bold; color: #F72464; }