Odd drop down problem

"Make" drop down is a little bit difficult because it has to be clicked open before it is possible to select make. So of course element click opens that but how to loop all possible selections in all drop downs? After selection of course magnifying glass has to be clicked to show products. My sitemap stops after only first selections. How to get it work?

Url: https://finder.koni.com/

Sitemap:
{"_id":"koni","startUrl":["https://finder.koni.com/"],"selectors":[{"clickActionType":"real","clickElementSelector":"li.MuiButtonBase-root","clickElementUniquenessType":"uniqueText","clickType":"clickMore","delay":1000,"discardInitialElements":"discard-when-click-element-exists","id":"valitse-merkki","multiple":true,"parentSelectors":["click-open"],"selector":"body","type":"SelectorElementClick"},{"clickActionType":"real","clickElementSelector":"span.MuiTouchRipple-root","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":1000,"discardInitialElements":"discard-when-click-element-exists","id":"Model","multiple":true,"parentSelectors":["valitse-merkki"],"selector":"_parent_","type":"SelectorElementClick"},{"clickActionType":"real","clickElementSelector":"span.MuiTouchRipple-root","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":1000,"discardInitialElements":"discard","id":"Type","multiple":true,"parentSelectors":["Model"],"selector":"_parent_","type":"SelectorElementClick"},{"clickActionType":"real","clickElementSelector":"li:nth-of-type(n+2) span","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"discard-when-click-element-exists","id":"Show","multiple":true,"parentSelectors":["Type"],"selector":"_parent_","type":"SelectorElementClick"},{"clickActionType":"real","clickElementSelector":".lds-ring span","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"discard-when-click-element-exists","id":"hae","multiple":false,"parentSelectors":["Show"],"selector":"_parent_","type":"SelectorElementClick"},{"clickActionType":"real","clickElementSelector":"div#makes","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":1000,"discardInitialElements":"discard-when-click-element-exists","id":"click-open","multiple":false,"parentSelectors":["_root"],"selector":"_parent_","type":"SelectorElementClick"},{"id":"application","multiple":false,"parentSelectors":["hae"],"regex":"","selector":"p.text-center.w-full","type":"SelectorText"}]}

Hi,

Unfortunately, it will not be possible to iterate through the dropdowns since the elements are removed from the HTML when a selection is made, thus breaking the sequence.