Add this to the bottom of your section-main-product.css and update “100%” to the percentage or ##px you want the width of your box to be:
.product-form__input {
max-width: 100% !important;
}
.product-form__input .select {
max-width: 100% !important;
}