.product-recommendations {
  display: block;
}

.product-recommendations__heading {
  margin: 0;
  margin-bottom: 3rem;
}
.product-slider .card-information__text.h5{
font-family: var(--font-roboto);
font-size: 14px;
color: rgb(var(--color-base-text)); 
letter-spacing: normal;
font-weight: 300;
}
.product-slider .card-information__wrapper > .price{
  font-family: var(--font-roboto);
  font-size: 13px; 
  letter-spacing: normal;
  font-weight: 400;
}
.product-slider .price__sale .price-item--regular{
  color: #de0101;
  font-weight: 300;
}
.product-slider .price__sale .price-item--sale{
  color: #de0101;
}



