Web Scraper only showing one iteration

Hello all,
I'm trying to scrape an eCommerce site for name, price, size, and color. Everything appears to be working well except color. For some reason, web scraper only pulls one color and leaves the rest null. Any help would be appreciated.

Sitemap:
{"_id":"target_name_color_size_price","startUrl":["https://www.target.com/c/outdoor-cushions-decor-patio-garden/-/N-5xtoxZsd93dZq643leg0skr?Nao=[0-216:24]"],"selectors":[{"id":"scroll_page","type":"SelectorElementScroll","parentSelectors":["_root"],"selector":".Col-favj32-0 > div.Row-uds8za-0 a.styles__StyledTitleLink-mkgs8k-5, .LazyLoadedGridItem__LazyLoadFlexMaxWidth-a5u7bd-0 a.styles__StyledTitleLink-mkgs8k-5","multiple":true,"delay":2000},{"id":"link_selector","type":"SelectorLink","parentSelectors":["_root"],"selector":".Col-favj32-0 > div.Row-uds8za-0 a.styles__StyledTitleLink-mkgs8k-5, .LazyLoadedGridItem__LazyLoadFlexMaxWidth-a5u7bd-0 a.styles__StyledTitleLink-mkgs8k-5","multiple":true,"delay":0},{"id":"element_wrapper_1","type":"SelectorElementClick","parentSelectors":["link_selector"],"selector":"body","multiple":true,"delay":2000,"clickElementSelector":".fjGrMy img","clickType":"clickOnce","discardInitialElements":"discard-when-click-element-exists","clickElementUniquenessType":"uniqueCSSSelector"},{"id":"element_wrapper_2","type":"SelectorElementClick","parentSelectors":["element_wrapper_1"],"selector":"parent","multiple":true,"delay":2000,"clickElementSelector":"button.StyledButton-qhksha-0","clickType":"clickOnce","discardInitialElements":"discard-when-click-element-exists","clickElementUniquenessType":"uniqueCSSSelector"},{"id":"name","type":"SelectorText","parentSelectors":["element_wrapper_2"],"selector":"[itemprop='name'] span","multiple":false,"regex":"","delay":0},{"id":"color","type":"SelectorText","parentSelectors":["element_wrapper_2"],"selector":"span[data-test='variationThemeLabel-Mink']","multiple":false,"regex":"","delay":0},{"id":"size","type":"SelectorText","parentSelectors":["element_wrapper_2"],"selector":"[data-test='variationTheme-size'] span","multiple":false,"regex":"","delay":0},{"id":"price","type":"SelectorText","parentSelectors":["element_wrapper_2"],"selector":"div.style__PriceFontSize-sc-17wlxvr-0","multiple":false,"regex":"","delay":0}]}