How can I remove the vertical line next to the filter dropdown?

Hello @adr5

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

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

button.collection__filters__toggle {
    border-right: none !important;
}
button.popout__toggle {
    border-right: none !important;
}