/** Shopify CDN: Minification failed

Line 16:0 Unexpected "{"
Line 16:1 Expected identifier but found "%"
Line 16:14 Unexpected "="
Line 16:89 Expected identifier but found "%"
Line 18:0 Unexpected "{"
Line 18:1 Expected identifier but found "%"
Line 19:0 Unexpected "{"
Line 19:1 Unexpected "{"
Line 19:3 Expected identifier but found "'customproductbuilder.css'"
Line 20:0 Unexpected "{"
... and 14 more hidden warnings

**/
{% comment %} == BEGIN CUSTOM PRODUCT BUILDER GENERATED CODE. DO NOT EDIT OR REMOVE. == {% endcomment %}

{% if product.type == 'cpb_product' %}
{{ 'customproductbuilder.css' | asset_url | stylesheet_tag }}
{{ 'customproductbuilder.js' | asset_url | script_tag }}
{% endif %}

{% comment %} == END CUSTOM PRODUCT BUILDER GENERATED CODE. DO NOT EDIT OR REMOVE. == {% endcomment %}

{% schema %}
{
"name": "customproductbuilder",
"settings": [],
"presets": [
{
"name": "customproductbuilder"
}
]
}
{% endschema %}