FinSweets CMS filter not working

Hello!

I have implemented Sweet JS CMS filter

It does not seem to be working and not sure why.
https://preview.webflow.com/preview/tqe-2-0?utm_medium=preview_link&utm_source=designer&utm_content=tqe-2-0&preview=e529d2eb4a70c58af828306c22adf956&pageId=61674b38ef6719e7cc394d30&workflow=preview

https://tqe-2-0.webflow.io/product-pages

<script src="https://cdn.finsweet.com/files/cmslibrary-v1.8.js"></script>
<script>
(function() {
var fsComponent = new FsLibrary('.products-collection')

var myFilters = [
  {
    filterWrapper: '.filter-option-container',
    filterType: 'exclusive'
  },
  {
    filterWrapper: '.filter-option-container--attribute',
    filterType: 'multi'
  }
]

fsComponent.filter({
  filterArray: myFilters,
  activeClass: 'filter-active'	
})
})();

Maybe I did not implement the code correctly?

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