How to put a divider line on the product page

Hey I am building my store and I want two divider lines between the price, I will show the explanation down below.

LINK: https://e8aaa0-3.myshopify.com/products/body-cleanser?variant=41569514881161

PASSWORD: mohwhi

Hello

Please paste below given CSS in file base.css and Save

product-info .price {
    border-top: 1px solid #80808082;
    border-bottom: 1px solid #80808082;
    padding: 10px 0 8px;
}

Thanks

Hey thanks it works but do you also know how to make the price font size bigger?

Yes, please add the marked line where you have added the previous code

Don’t forget to like and accept the answer as solution.

Thanks