Buy me a coffee

Variant-Button same row

section.plp-grid-add-to-cart {
    display: grid !important;
    grid-template-columns: repeat(3,1fr) !important;
}
.tweak-products-add-to-cart-button .products.collection-content-wrapper .plp-grid-add-to-cart .product-variants {
    grid-column: ~"1 / 3";
}
.tweak-products-add-to-cart-button .products.collection-content-wrapper .plp-grid-add-to-cart .variant-select-wrapper {
    min-height: 70px !important;
}