Hi there @user12815
Happy to tell you that you can do this with the pre-selected filters option! You just need to add the different filter attributes to your widget’s installation code.
Here is the example of the installation code for the Kids page:
<script src="https://static.elfsight.com/platform/platform.js" data-use-service-core defer></script>
<div class="elfsight-app-WIDGET_ID" data-elfsight-app-lazy data-elfsight-app-filter-event-type="Kids"></div>
And here is the example of the code for the Women’s page:
<script src="https://static.elfsight.com/platform/platform.js" data-use-service-core defer></script>
<div class="elfsight-app-WIDGET_ID" data-elfsight-app-lazy data-elfsight-app-filter-event-type="Women"></div>
Note: Do not forget to replace WIDGET_ID with the ID of your own widget.
Check it out and let me know if it worked for you