Cannot Get Link to Work

Hey,

I was wondering if anyone could help please
For the life of me, I could not get Link to work to get to individual product pages on this jumbo.com website. To begin with an Element Scroll is needed because it's a lazy load structure, but the problem is with adding a Link, it almost seems like each product entry is protected, as if it's an image rather than made of separate elements like every other site out there!

Sitemap below:
{"_id":"atp-jumbo(netherlands)","startUrl":["https://www.jumbo.com/producten/categorieen/vlees,-vis,-vegetarisch/vegetarisch,-vleesvervangers/"],"selectors":[{"id":"element","type":"SelectorElementScroll","parentSelectors":["_root"],"selector":"dl","multiple":true,"delay":0},{"id":"link","type":"SelectorLink","parentSelectors":["element"],"selector":"parent","multiple":false,"delay":0}]}

So I need to be able to extract the individual product page URLs, in order for me to start scraping various bits from each page.

Appreciate anyone who can help!