HMTL script for read more button

So i have set up a HTML so that when the text “read more” is clicked- it opens up the collapsible content description at the bottom

I have managed to make it work in the past but this time -it’s not working

Any help would be great - thanks

https://the-body-shop-nordic.myshopify.com/

https://the-body-shop-nordic.myshopify.com/products/himalayan-charcoal-purifying-glow-mask

ubahdo

thank you

this is my code

href=“javascript:e=document.querySelector(‘.collapsible-trigger’);if(e){e.scrollIntoView(true);if(!e.matches(‘.is-open’))e.click()}”>…read more

any update?