.product-page {
  color: #000000;
}
.product-page .product-item {
  background-color: #ffffff;
}
.product-page .product-item img {
  max-width: 105px;
  max-height: 115px;
}
.product-page-price {
  font-family: "MagistralWebBook";
  font-weight: 600;
  font-size: 0.9em;
}
.product-page-discount {
  color: #EE1414;
}