.product-price {
  display: flex;
}

.product-price--sale {
  margin-left: 1ex;
  color: var(--color-sale-price);
}
