.product-price {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

.product-price__item--price {
  font-size: 16px;
  color: #000;
  line-height: 150%;
  letter-spacing: 0.25px;
  font-style: normal;
  text-transform: none;
}

.zg-sales-price.zg-sales-promotion-price {
  padding-right: 10px;
}

.zg-sales-price.zg-sales-promotion-price .product-price__item--price {
  color: #902A1F;
}

.zg-sales-promotion-throughline-price .product-price__item--price {
  font-weight: 300;
  text-decoration-line: line-through;
}
