Describe the problem.
There is a list of items on the page, and when you click the link, a pop-up shows up in the middle of the page. That pop-up is what I want to scrape data off of. I have put it in a wrapper, and attempting to grab the data off of it. The data preview works, and it works for multiple items - but the scraper is not extracting any data. I let it run all night, and still nothing. I have attempted this with, and without the wrapper. Would love any help that can be provided, and thank you for reading/helping 
Url: https://www.lego.com/en-us/pick-and-build/pick-a-brick?page=29&perPage=400&includeOutOfStock=true
Sitemap:
{"_id":"legopickabrick","startUrl":["https://www.lego.com/en-us/pick-and-build/pick-a-brick?page=1&perPage=400&includeOutOfStock=true"],"selectors":[{"id":"Pagination","paginationType":"auto","parentSelectors":["_root","Pagination"],"selector":"svg.fqhpzz.cEWHhy","type":"SelectorPagination"},{"id":"link","multiple":true,"parentSelectors":["_root","Pagination"],"selector":"span.ElementLeaf_elementTitle__xda82","type":"SelectorPopupLink"},{"id":"image","multiple":false,"parentSelectors":["wrapper"],"selector":"img.ElementImage_inModal__mNUJa","type":"SelectorImage"},{"id":"description","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"span.ElementModal_elementTitle__EGJHV","type":"SelectorText"},{"id":"color family","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"span:nth-of-type(2) span.Markup__StyledMarkup-nc8x20-0","type":"SelectorText"},{"id":"color","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"span:nth-of-type(3) span.Markup__StyledMarkup-nc8x20-0","type":"SelectorText"},{"id":"Category","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"span:nth-of-type(4) span.Markup__StyledMarkup-nc8x20-0","type":"SelectorText"},{"id":"sub category","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"span:nth-of-type(5) span.Markup__StyledMarkup-nc8x20-0","type":"SelectorText"},{"id":"element ID","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"span:nth-of-type(6) span.Markup__StyledMarkup-nc8x20-0","type":"SelectorText"},{"id":"design id","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"span:nth-of-type(7) span.Markup__StyledMarkup-nc8x20-0","type":"SelectorText"},{"id":"price","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":".httBwi span","type":"SelectorText"},{"id":"wrapper","multiple":true,"parentSelectors":["link"],"selector":"div.ElementModal_wrapper__fHMs2","type":"SelectorElement"}]}
