Selectors not moving from category

So I'm trying to create a sitemap to scrap prices for all the BMW models, I create a link selector for Models, working fine, under it name/trim/price text selector, but I get only same results for different Models category. Anyone can help? Thank you.

Url: BMW Fiyat Listesi

Sitemap:
{"_id":"BMW","startUrl":["Bilgi Güvenliği SOC | Erişim Engellendi ","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root"],"selector":"a.col-md-3","type":"SelectorLink"},{"id":"name","multiple":false,"parentSelectors":["model "],"regex":"","selector":"div#rpt1series_ctl00_divTitle","type":"SelectorText"},{"id":"trim","multiple":false,"parentSelectors":["wrapper_for_trim_price"],"regex":"","selector":"div.hardware.col-md-2","type":"SelectorText"},{"id":"price","multiple":false,"parentSelectors":["wrapper_for_trim_price"],"regex":"","selector":"div.col-md-2.col-xs-3","type":"SelectorText"},{"id":"wrapper_for_trim_price","multiple":true,"parentSelectors":["model "],"selector":"#seri1 div.DetailTable:nth-of-type(n+2)","type":"SelectorElement"}]}

Hi,

There is actually no need for any click or link selectors, as the data is initially loaded in the HTML. Please try the sitemap below:

{"_id":"BMW3","startUrl":["https://www.borusanotomotiv.com/bmw/stage2/fiyat-listesi/static-fiyat-listesi-v2.aspx"],"selectors":[{"id":"name","multiple":false,"parentSelectors":["Series-Wrapper"],"regex":"","selector":".NonBottom p","type":"SelectorText"},{"id":"trim","multiple":false,"parentSelectors":["wrapper_for_trim_price"],"regex":"","selector":"div.hardware.col-md-2","type":"SelectorText"},{"id":"price","multiple":false,"parentSelectors":["wrapper_for_trim_price"],"regex":"","selector":"div.col-md-2.col-xs-3","type":"SelectorText"},{"elementLimit":0,"id":"wrapper_for_trim_price","multiple":true,"parentSelectors":["Series-Wrapper"],"scroll":false,"selector":"div.DetailTable:nth-of-type(n+2)","type":"SelectorElement"},{"elementLimit":0,"id":"Series-Wrapper","multiple":true,"parentSelectors":["_root"],"scroll":false,"selector":"div.Series","type":"SelectorElement"}]}