Reduce space between product description and add to cart button in Dawn theme?

there is a blank space between the product description and the add to cart button. please help thank you

https://sunscapeshade.com/products/sunscape%E2%84%A2-canopy

@zunscape share screenshot and mark area.

Hi @zunscape
Step 1. Go to Admin → Online store → Theme > Edit code

Step 2. Search for the file base.css, theme.css, styles.css or theme.scss.liquid. And add this code snippet to the end of the file

div:has(>product-form.product-form), product-form.product-form {
    margin-top: -20px !important;
}

Step 3: Save your code and reload this page

***The result