p.ps-product__price  {
color: blue !important;
}

.ps-product__price.sale {
    color: red;
}

.ps-product__price.sale del {
    color: blue;
}

.ps-product__badge{
      background-color: blue !important;

}
.ps-block--countdown-deal figure {
    background-color: blue !important;

}

div.ps-product__badges span.ps-product__badge{
    background-color: blue !important;
    color: white !important;
}