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://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)