Alright this would usually be a simple problem you just got a bit unlucky with the website, here's what to do:
To get the desired effect, do the following:
Use the "Extract data from web page" action, select at least two items, get their text for example and it should look like this:

once that is done go into the advanced options (bottom left corner of the panel that you see on the right in this image)
and here change the values seen as in the following image:

should look like this:

this allows you to get every single hyperlink to every product that was extracted from this page, so you can simply use a for loop with a "go to web page" action followed by another "extract data from web page" action to extract whatever data / text you want.
In essence the problem here was that the webpage was just too imbued and the selector had a hard time finding what it needed.
Hope this helps.