Javascript doesn't work across multiple collection list items

Hi all,

I’ve got a collection list where each item contains an image and a file (thumbnail and image file). I’ve written the attached JS so that users can download the images on click of a button, however it only works for the first image in the collection (the most recent one).

Is there a way to make this JS work across all the collection items so all images can be downloaded?

Note: Event listeners are not triggering for the other items either.

Thank you for any suggestions.


Here is my site Read-Only: LINK
(how to share your site Read-Only link)