Multi scrape problem - City Gross vs ICA

Im trying to monitor grocery prices using multi scrape.
I try this out by collecting prices from two different stores.
ICA works fine, city gross always responds “Unavailable”.
Any who can help out?

Logs say:
yoghurt # yoggi # Unable to scrape data: Could not find a tag for given selector

multiscrape:
  - name: icalök
    resource: https://handlaprivatkund.ica.se/stores/1004492/products/Extra-Fin-Prinskorv-75-kötthalt-480g-ICA/1506427
    scan_interval: 3600
    sensor:
      - unique_id: icalok
        select: ".text__Text-sc-6l1yjp-0"

  - name: yoghurt
    resource: https://www.citygross.se/matvaror/mejeri-ost-och-agg/yoghurt/arla-ko-mild-yoghurt-naturell-3-procent-p101288872_ST
    scan_interval: 3600
    sensor:
      - unique_id: cgyoghurt
        name: yoggi
        select: ".value__integer-wrapper"