/* MFD global product and product-card primary price styling v1.1 */
.productsummary__pricing > .productsummary__saleprice,
.productsummary__pricing > .productsummary__saleprice .productsummary__saleprice-text {
  color: #000 !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

.productcard__prices > .productcard__saleprice,
.productcard__prices > .productcard__saleprice .productcard__saleprice-text {
  color: #000 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

@supports selector(:has(*)) {
  .productsummary__pricing:not(:has(> .productsummary__saleprice)) > .productsummary__baseprice {
    color: #000 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
  }

  .productcard__prices:not(:has(> .productcard__saleprice)) > .productcard__baseprice {
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
  }
}
