{% comment %}
    This file is automatically added by the Klevu app
{% endcomment %}
<script type="text/javascript">
  if (typeof klevuProducts == 'undefined') {
    var klevuProducts = new Array();
  }
  
  klevuProducts.push({{ product.id }});
</script>
