Scrape variants with prices

Hey Guys!

I'm new to the whole webscraping world and I'm having trouble with one of my sitemaps.
I think it is a very basic problem, but I just can't seem to figure it out.

I want to scrape the different product options like XS,S,M, etc. and the corresponding prices.

I tried to use Element Click, but I think I chose the wrong click selector.

Would highly appreciate if one of you could help me out!

Url: https://www.emmyundpepe.com/shop.html

Sitemap:
{"_id":"emmy_pepe","startUrl":["https://www.emmyundpepe.com/shop.html"],"selectors":[{"id":"category","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.itemlinkwrap","multiple":true,"delay":0},{"id":"sub_category","type":"SelectorLink","parentSelectors":["category"],"selector":"a.itemlinkwrap","multiple":true,"delay":0},{"id":"product","type":"SelectorLink","parentSelectors":["sub_category"],"selector":"a.itemlinkwrap","multiple":true,"delay":0},{"id":"title","type":"SelectorText","parentSelectors":["product"],"selector":"h1","multiple":false,"regex":"","delay":0},{"id":"descr","type":"SelectorText","parentSelectors":["product"],"selector":"div[itemprop='description']","multiple":true,"regex":"","delay":0},{"id":"element_click","type":"SelectorElementClick","parentSelectors":["product"],"selector":"div.attributesWraper","multiple":false,"delay":0,"clickElementSelector":"select.attr_select","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"price","type":"SelectorText","parentSelectors":["element_click"],"selector":"span[itemprop='price']","multiple":false,"regex":"","delay":0}]}