/* Custom: solid, bold pricing on product pages */
.price-list--product sale-price {
  color: rgb(var(--text-color));
  font-weight: 700;
}
