

/* CSS from section stylesheet tags */
.product__price .price-item--sale {
  font-weight: 700;
  color: #000;
}
.product__price .price-item--regular {
  text-decoration: line-through;
  color: #888;
  margin-right: 8px;
}