Accessing tags on product cards - only the first works

Short description of issue

I’m wanting to format cards (colors) based on product tags. I can access the first product’s tags, but not subsequent. :frowning:

Reproduction steps

Add code similar to this to the card-product.liquid file in your theme.
{% for tag in card_product.tags %}
{{ associated_tag }}
{% endfor %}

Only the first shows up.

Additional info

(note: more code where I match that against a color scheme, which I can show on request. But this should be enough to replicate.

What type of topic is this

Troubleshooting