I’d like to add some space underneath my product price.
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;
