Hey @Drcontempo! The issue comes from how the code in the embed block is triggered.
Quoting Webflow support from this other thread
In Webflow, interactions and other JavaScript functions typically work on page load. However, when pagination is used and elements on the page are replaced without reloading it, these functions need to be restarted each time the page content changes.
To address this issue, you’ll need to ensure that the functions within the collection items are restarted whenever the page content changes. This might involve manually triggering these functions again after the pagination operation is completed or finding a way to bind these functions to elements dynamically so that they are applied to new elements loaded via pagination.
The best forward is to replicate the setup from the other thread and using the CMS Load/CMS Filter API to run a function on the items shown.