How to reduce Add to cart width

To reduce add to cart button width on Squarespace, you can use this code to Custom CSS box.

/* Reduce Add to Cart width */
.ProductItem .sqs-add-to-cart-button-wrapper {
    max-width: 150px;
}

Result: