{{item.product_title}}
{{item.variant_title}}
{{item.price | money }}
{% for prop in item.properties %}
{{prop | first }}: {{prop | last }}
{% endfor %}
{% capture excluded_products %}4570518356004,4702947868708,4856277958692,4984110252068,4984119197732,4846777729060,4674567536676,4810734698532,4570518454308,4570518978596,4967622737956,4998135119908,4998138003492,4967579746340,4570518847524,4674300149796,4984080039972,4984099799076,4666296008740,4570498138148,4570519470116,4570519437348,4570712014884,4570717421604,4570712244260,4570707722276,4570717323300,4570711588900,4570707656740,4570711130148,4570707329060{% endcapture %}
{% assign excluded_products = excluded_products | split: ',' %}
{% assign curr_id = item.product_id | append: '' %}
{% if excluded_products contains curr_id %}
Gift wrap is unavailable for this item.
{% else %}
{% endif %}