Why isn't my product page discount indicator working?

Hi everyone, on the product page my discount indicator doesn’t work when I choose percentage, it’s always 0. I also need to decrease the size a little bit and change the colors with red background and white letters.

link

password abc123

hii, @Tamires88
Paste this code on top of the theme.scss file.

s#ComparePrice-product-template {
    background-color: red !important;
    color: white !important;
    font-size: 20px !important;
}
span#ProductPrice-product-template {
    background-color: red !important;
    color: white !important;
    font-size: 20px !important;
}

Thank You.

hii, @Tamires88
Can you please tell me what you want with a discount?
Thank You.

Hi @Zworthkey Zworthkey, thanks for help.

Sry, but the code dont work. With the code I can change the colors, but the percentage calculation still doesn’t work.

I want to calculate in % how much the customer will save. In this case, the right is 25%

Hi @Zworthkey , can you help me?

thanks!