Need a page refresh everytime a variant changes to get the correct code to load

Hello @Bambusbasis ,

First check the variant option you have with craft theme is using select box (drop-down) or radio buttons or something else. If theme is is using select box or radio button then pick the class name and replace it with

single-option-selector

Next step check field have same name

[name="id"]

if in your theme case its different please replace it too.

Thanks