Selected Style for Buttons Not Working

I have pre-built packages, which users can add to their Stripe carts on the first page of my form. Unfortunately, since there is a lot of overlap in the Stripe products being added between the packages, many of the buttons show up as selected at once when the user selects any package.

What would be the easiest fix for this?

You can find my form at Booking

Also, my form still takes a long time, sometimes up to 12 seconds, to load, even on fast internet. What can I do to reduce load times?

Hi Adam, I will help check your form.

Great, thanks! Let me know if you need any more info.

Hi Adam, thanks for waiting. Button styling with Stripe functionalities kind of sync with the cart/product status. The newer approach of moving the add to cart functions to the Proceed button works clearer in terms of flow and logic. This should also reduce the stress on loading times as actions are not duplicated on all buttons.

Yeah, I had to move everything to the proceed button, and I was unaware I was going to receive the added benefit of much faster loading times. It’s all working much better now.