/* Product price color fix */
.product-information product-price .price,
.byjpt-catalog__price-current--sale {
  color: #000 !important;
  opacity: 1 !important;
}

.product-information product-price .compare-at-price,
.byjpt-catalog__price-compare {
  color: #d00000 !important;
  opacity: 1 !important;
}
