WAIT: WooCommerce Cart remove button styling not working

If you style the remove button (e.g. the position) on a breakpoint on the woocommerce cart element, it gets applied only if you are logged in.
If you inspect the page when you are logged in, you see the styling is applied with the selector #brxe-abcde .product-remove {/styles/}

But if you inspect the page if you are logged out, the parent form id changes to something other than #brxe-abcde and the style does not get applied anymore.

Essentialy the id of the parent “form” element changes if you are not logged in, which prevents the style of the product remove button to be applied.

Hi Chris,
Thanks so much for your report!

Unfortunately, I cannot reproduce the issue. Would you be so kind as to provide a live link and a screencast using https://birdeatsbug.com or https://jam.dev showing and explaining what’s going on? Please use one of the tools mentioned, because they log every single step, making it possible to reproduce the issue.

Best regards,
timmse