@Maygin_Theresa welcome to the Shopify Community,
You just need to add a conditional logic to the collection list template in the theme files
Online Store > Edit Theme Code > Theme files > collection-list.json
{% if collection.products_count != 0 %}
no collection will show untill it have products.
{% else %}
all the products will load if they have products.
{% endif %}
Thanks
thanks
