Add to the top of product.liquid to hide hidden customizations product
{% if product.type == 'SHOPSTORM_HIDDEN_PRODUCT' %} Product is not available {% break %} {% endif %}