Hi,
I can see that you completely altered the HTML of the page. That won't work.
If you look at the HTML of the original layout, you can see first the form of the product page, with all the divs with _main in their id. And you can see the second part with all the divs with a display:none style on them.
The characteristic system will replace the data in the _main divs with the data in the hidden divs based on what you select in the characteristic dropdowns so that you automatically see the data of the selected variant.
This also modifies the add to cart, product_id areas.
The way you modified the layout, that cannot work anymore and that's why you get that problem.