Element Click Selector Mystery

Hi - I use the webscraper Chrome plug-in every day but this very simple thing I cannot work out. Maybe I am having brainfart or something! I stripped out all of the stuff I need to scrape so it makes a very simple sitemap. Clicking on picture icon brings up a new page, with a new product code....for this example, I just want the scraper to scrape the codes....brainfart?

Url: Zilco Europe | Marathon Bridle

Sitemap:
{"_id":"Zilco","startUrl":["https://www.zilco.eu/products/Z269001"],"selectors":[{"clickActionType":"real","clickElementSelector":"img.av-scs-swatch","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","id":"variantlink","multiple":false,"parentSelectors":["_root"],"selector":"div.av-product-right","type":"SelectorElementClick"},{"id":"sku","multiple":false,"parentSelectors":["variantlink"],"regex":"","selector":"div.av-product-code","type":"SelectorText"}]}

brainfart over----its was Click element uniqueness---choosing unique css selector over unique text fixed it....