.card--product {
  --h3-font-size: 15px;
  --h3-line-height: 20px;
  --h3-font-weight: 700;
  --h3-margin-bottom: 0;
}
.card--product .card__title {
  min-height: 40px;
  margin-bottom: 10px;
}
.card--product .card__price {
  margin-bottom: 10px;
}
.card--product .card__image {
  background-color: #FF9EB166;
}
.card--product .card__content {
  position: relative;
  justify-content: flex-start;
}
.card--product .card__read-more {
  margin-top: auto;
  margin-bottom: 0px;
}
.card--product:nth-of-type(2n) .card__image {
  background-color: #928CD966;
}
