Why is my product title not bold on mobile version?

It is only bold on the desktop version of my website, on mobile it is not bolded. Thank You!

https://charmente.com/products/foldabletravelbag

theme.liquid file, after element in Online Store > Themes > Edit code

And find

#MainContent .product__title h1 {
    font-weight: 700 !important;
}

Remove the !important keyword.

Please add this code to your


If have any questions let me know so I can clarify, and if not, and you’d like to work together please feel free to message me directly.

Hey

I have the same problem Its bold on Pc but not in the mobile.

I did that:

theme.liquid file, after element in Online Store > Themes > Edit code

but i couldnt found that:

#MainContent .product__title h1 { font-weight: 700 !important; }

How can I make the product title on mobile Bold? (theme Dawn)