Dear community: help, I cannot scrape this page

I am not able to scrape the product pages of this site: https://cbdkaufen.com/cbd-oel-kaufen/

Usually I am getting all product links and then scrape the data of each page.

In this case nothing happens.

I already tried to use scroll and element select. But nothing works.

Url: https://cbdkaufen.com/cbd-oel-kaufen/

Sitemap:
{"_id":"cbdkaufen_com","startUrl":["https://cbdkaufen.com/cbd-oel-kaufen/"],"selectors":[{"id":"product_link","type":"SelectorLink","parentSelectors":["_root"],"selector":".vc_inner .name a, section:nth-of-type(n+6) .name a","multiple":true,"delay":0},{"id":"title","type":"SelectorText","parentSelectors":["product_link"],"selector":"h1","multiple":false,"regex":"","delay":0},{"id":"price","type":"SelectorText","parentSelectors":["product_link"],"selector":"span.woocommerce-Price-amount:last","multiple":false,"regex":"","delay":0},{"id":"short_summary","type":"SelectorText","parentSelectors":["product_link"],"selector":".woocommerce-product-details__short-description tbody","multiple":false,"regex":"","delay":0},{"id":"detail_text","type":"SelectorText","parentSelectors":["product_link"],"selector":"div.tab-content","multiple":false,"regex":"","delay":0},{"id":"product_option_standard_volume","type":"SelectorText","parentSelectors":["product_link"],"selector":"span.unit-base","multiple":false,"regex":"","delay":0},{"id":"image_primary_link","type":"SelectorImage","parentSelectors":["product_link"],"selector":"img.attachment-shop_single","multiple":false,"delay":0}]}

Could you elaborate on the 'nothing happens'? As it seems that the data is scraping just fine using your sitemap on my end.