I'd like to add some space underneath my product price [SENSE THEME]

I’d like to add some space underneath my product price.

URL: https://lovelistic.com/

www.lovelistic.com

Nevermind guys i fixed it. For those seeking the asnwer;

Theme > Edit Code > section-main-product.css

Replace:

.product .price__container {
margin-bottom: 0.5rem;

With:

.product .price__container {
margin-bottom: 1.5rem;