How can I un-bold the comparable price on all my product pages?

Hi

I want to change the old comparable price (in gray as below) to normal instead of Bold

I want to un-bold only the comparable price (no change on current selling price)

I want to apply this in all: my Collection lists, Home page, Product page
https://azkadenia.myshopify.com/

Any idea ?

hii, @3azzzeh
Paste this code on top of the stylesheet.css file.

span.price-item.price-item--regular {
    font-weight: 800 !important;
    color: #F4CD6F !important;
}

Thank You.