How to scrape this one: https://www.dentalpromotion.fr/

I'm trying to scrape this website. It goes well until i want to enter each product page. I tried every possible way to get the link, with and without wrappers but i still can't get it, even the paginations. The best I can get is 1 page to open at the very end of each subcategories. Any sugestion? Am i missing something?

Url: https://www.dentalpromotion.fr/

Sitemap:
{"_id":"dpidentalpromotion","startUrl":["https://www.dentalpromotion.fr/shop"],"selectors":[{"id":"Link","parentSelectors":["Pages","Souscategories","Link"],"paginationType":"auto","selector":"div.an_shop_article","type":"SelectorPagination"},{"id":"Pages","parentSelectors":["Souscategories"],"type":"SelectorLink","selector":"li:nth-of-type(n+3) a.an_page_link","multiple":true,"delay":0},{"id":"Nom","parentSelectors":["Link"],"type":"SelectorText","selector":".singleProductName h1","multiple":false,"delay":0,"regex":""},{"id":"marques","parentSelectors":["Link"],"type":"SelectorText","selector":".singleProductMark a","multiple":false,"delay":0,"regex":""},{"id":"RefFourni","parentSelectors":["Link"],"type":"SelectorText","selector":"div:nth-of-type(2) div.singleProductMetaValue","multiple":false,"delay":0,"regex":""},{"id":"barcode","parentSelectors":["Link"],"type":"SelectorText","selector":"div.singleProductMetas:nth-of-type(3) div.singleProductMetaValue","multiple":false,"delay":0,"regex":""},{"id":"OldpriceU","parentSelectors":["Link"],"type":"SelectorText","selector":".singleProductOldPrice span","multiple":false,"delay":0,"regex":""},{"id":"PriceU","parentSelectors":["Link"],"type":"SelectorText","selector":".singleProductPriceByUnit .singleProductCurrentPrice span","multiple":false,"delay":0,"regex":""},{"id":"Categories","parentSelectors":["_root"],"type":"SelectorLink","selector":".an_category_list > li > a","multiple":true,"delay":0},{"id":"Souscategories","parentSelectors":["Categories"],"type":"SelectorLink","selector":".an_show_child a","multiple":true,"delay":0},{"id":"Pricedegressive","parentSelectors":["Link"],"type":"SelectorText","selector":"div.singleProductTableRow:nth-of-type(n+3)","multiple":true,"delay":0,"regex":""}]}

I don't know if it will help anyone but the only solution i manage to find was to access the index, recuperate every product url and create multiple sitemaps from there (10000max Url as root)

If you have another solution, i'd love to know.
I hope this will help some of you anyway