To adjust space between Product description - Price on Squarespace, you can use this code to Custom CSS box.
div.ProductItem-product-price, div.ProductItem-product-price .product-price {
margin-bottom: 1px !important;
}
div.ProductItem-details-excerpt p:first-child {
margin-top: 1px;
}
result