Stop clicking Load More after while

I'm trying to scrap some products in a brand site, let me describe the problem.

I'm using Element Click to load more products clicking the Load More button. The starting page shows about 30 products, i need to scrap about 500 products, when i try to "scrape" it loads sometimes until about 150 products and stop clicking Load More.

I'm posting my sitemap, for now it won't select any important data, i'm just trying to load all itens first.

Url: https://b2b.fh-as.dk/produkter?ID=5357&PageNum=1&ViewPageID=5357&PageSize=24&fg=Brand&fg=CatalogueGroup%20da&fg=Color&fg=IsNews&q=&Brand=Södahl&reset-filter-Catalogueda=true&reset-filter-Color=true&reset-filter-IsNews=true

Sitemap:
{"_id":"sodahl2","startUrl":["https://b2b.fh-as.dk/produkter?ID=5357&PageNum=1&ViewPageID=5357&PageSize=24&fg=Brand&fg=CatalogueGroup%20da&fg=Color&fg=IsNews&q=&Brand=Södahl&reset-filter-Catalogueda=true&reset-filter-Color=true&reset-filter-IsNews=true"],"selectors":[{"id":"element","type":"SelectorElementClick","parentSelectors":["_root"],"selector":".column-width-first .e-products-item-name a","multiple":true,"delay":"0","clickElementSelector":"a.btn-block","clickType":"clickMore","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueCSSSelector"}]}

Sorry about english mistakes and sorry if i post in wrong category.

For this site, you can separate the Click more and Scroller. Try this with with Page load delay: 5500

{"_id":"forum-fh-as","startUrl":["https://b2b.fh-as.dk/produkter?ID=5357&PageNum=1&ViewPageID=5357&PageSize=24&fg=Brand&fg=CatalogueGroup%20da&fg=Color&fg=IsNews&q=&Brand=S%C3%B6dahl&reset-filter-Catalogueda=true&reset-filter-Color=true&reset-filter-IsNews=true"],"selectors":[{"id":"Click Load More button 1","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.row a.btn-block:contains('Hent flere produkter')","multiple":false,"delay":"3300","clickElementSelector":"div.row a.btn-block:contains('Hent flere produkter')","clickType":"clickMore","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueHTMLText"},{"id":"Separate scroller","type":"SelectorElementScroll","parentSelectors":["_root"],"selector":"div > div.col-6:nth-of-type(n+8):nth-of-type(even)","multiple":true,"delay":"3800"},{"id":"Product links","type":"SelectorLink","parentSelectors":["_root"],"selector":"div.e-productlist .show-in-grid-only a","multiple":true }]}