Selected options are sending to wrong product in cart. I think my id's are messed up.

I added removable options to remove ingredients. This works when I add it to the product page. As you can see in the first 2 images below it allows me to send the selected options to the cart. However, when I add the same feature to the “Featured Product” section, and two on the same page, it does not add the selected options to the second item, it adds it to the first.

When I select options for another product, it does not send them with that product, but when I leave theme selected and go to the first product again, it sends those selected options to that product.

This code is in featured-product.liquid on the Brooklyn theme. It is repeating for each product. I am pretty sure the issue is with the id’s or input types but I am not sure what I need to change to make this correct.


              

              {% for item in removeableOptions %}
              

              {% endfor %}