Complicated product photo scraping

This site has some dynamic code which prevents me from scraping the pictures. What I'm after is to scrape the main picture (the larger pop-up-photo) but also scrape the photos that are available in the carousel below.
Please help! :slight_smile:

Url: https://se.yamaha.com/sv/products/musical_instruments/drums/el_drums/drum_kits/dtx502_series/index.html

Sitemap:
{"_id":"ytest2","startUrl":["https://se.yamaha.com/sv/products/musical_instruments/drums/el_drums/drum_kits/dtx502_series/index.html"],"selectors":[{"id":"Product list","type":"SelectorElement","parentSelectors":["_root"],"selector":"div.product-lineup-full-width:nth-of-type(n+5) .container-fluid > div","multiple":true,"delay":0},{"id":"Product id","type":"SelectorText","parentSelectors":["Product list"],"selector":".hidden-xs span.product-name","multiple":false,"regex":"","delay":0},{"id":"Product text","type":"SelectorText","parentSelectors":["Product list"],"selector":".col-xs-12 > p","multiple":false,"regex":"","delay":0}]}

You can get the images by using '.active a'. They are in the 'href' attribute.

Thank you so much for fast response. Is there any chance you could update my Sitemap? Not sure I understood