.daves-product-price {
    color: var(--darkgrey, #252525);
    display: inline-block;
    font-weight: 700;
    line-height: 1.15;
}

.daves-product-price .woocommerce-Price-amount,
.daves-product-price .woocommerce-Price-amount * {
    color: inherit !important;
    font-weight: inherit !important;
}

.daves-product-price--sale,
.daves-product-price--sale .woocommerce-Price-amount,
.daves-product-price--sale .woocommerce-Price-amount * {
    color: #be1d2d !important;
}
