Web Scraper - load more

Describe the problem.
i am trying to scrape the Hinode web site all things run smoothly except the result is only extracted from the first page. i think that is because of load more button i am trying to make pagination from the load more button but no thing work?

https://www.hinode.com.br/

{"_id":"feminino","startUrl":["https://www.hinode.com.br/"],"selectors":[{"id":"categ","type":"SelectorLink","parentSelectors":["_root"],"selector":"li.e-header__sub:nth-of-type(2) > a","multiple":true,"delay":0},{"id":"subi","type":"SelectorLink","parentSelectors":["categ"],"selector":".e-header__sub--dropdown-featured a[title='Mulher']","multiple":true,"delay":0},{"id":"load","type":"SelectorElementClick","parentSelectors":["subi"],"selector":".n16colunas li","multiple":true,"delay":0,"clickElementSelector":"div#x-infinityScroll","clickType":"clickMore","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueCSSSelector"},{"id":"product","type":"SelectorLink","parentSelectors":["load"],"selector":".e-product__name a","multiple":true,"delay":0},{"id":"name","type":"SelectorText","parentSelectors":["product"],"selector":"div.fn","multiple":false,"regex":"","delay":0}]}

Please help me! What am I doing wrong?

I made some changes, but it still didn't work, please ask for your help!
This work is very urgent, so I ask your help.

{"_id":"raspagem","startUrl":["https://www.hinode.com.br/fragrancia/"],"selectors":[{"id":"categoria-link","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.item-link[title='Mulher']","multiple":false,"delay":0},{"id":"item","type":"SelectorLink","parentSelectors":["categoria-link","pagination-link"],"selector":".vitrine .vitrine .e-product__name a","multiple":true,"delay":0},{"id":"nome","type":"SelectorText","parentSelectors":["item"],"selector":"div.fn","multiple":false,"regex":"","delay":0},{"id":"preço","type":"SelectorText","parentSelectors":["item"],"selector":".skuBestPrice","multiple":false,"regex":"","delay":0},{"id":"pagination-link","type":"SelectorElement","parentSelectors":["_root","pagination-link"],"selector":"div.x-show-more, div#x-infinityScroll","multiple":false,"delay":0}]}