Make space between Variant button and Quantity title the same as between Variant title and button

Hi @MiguelMaya , you can follow these steps:

Step 1: Go to Online storeThemesEdit code

Step 2: find to section-main-product.css

Step 3: Add snippet code below to the bottom of the file

variant-selects {
    margin-bottom: 1.2rem !important;
}

.product—thumbnail .product-form__quantity {
    margin-top: 1.2rem !important
}

Result: