Product images thumbnails acting like a link to the image file - Debut Theme

When I click the product image thumbnails they open in the window instead of just swapping the product image. I’ve been comparing my code in product-template.liquid with code from a site of mine where the functionality is working and I’m not seeing any difference in that part of the template. Any ideas why this might be happening?

Here’s the product page: https://strongfast.com/products/energy-bar

Found my problem. It’s always the smallest things that make a big difference. Right before the schema in in product-template.liquid there are some lines like this:

{% unless product == empty %}
  
  
{% endunless %}

Mine had spaces in it like this


{% endunless %}