Missing product-grid-item.liquid missing in Envy theme

I am trying to remove the

<a href="{{ product.url | within: current_collection }}" class="product-grid-item">

within: current_collection

and only have:

<a href="{{ product.url }}" class="product-grid-item">

but the theme I have “Envy” doesn’t have the snippets file that I need to find that code in.

How can I find the code where it would be in my theme?

From this article: https://community.shopify.com/c/Shopify-Discussion/Duplicate-Content-Same-Page-with-different-url/td-p/392224