How do I make the outline of the dropdown menu round and widen it to the side?

How do I make the outline of the dropdown menu round and widen it to the side?

I want the width to be the same as “add to cart”. Please give me a tip!!

my website is lgbtqstyles.com // mohtse

Hello @swoo0105

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.product-form__input .select {
    max-width: 44rem !important;
}
.select:after {
    border-radius: 17px !important;
}