{% for collection in collections %} {{ collection.name }} {% endfor %}

{{ product.title}}

Style # : {{ product.style_number }}

Suggested Retail Price

${{ product.price }}

{% if product.shell_fabric %}

Shell fabric

{{ product.shell_fabric }}

{% endif %} {% if product.insulation %}

Insulation

{{ product.insulation }}

{% endif %} {% if product.features %}

Features

{{ product.features }}

{% endif %} {% if product.content %}

Contents

{{ product.content }}

{% endif %} {% if technologies %}

Technology

{% for technology in technologies %} {% endfor %}
{% thumbnail technology.image "64" as im %} {{ technology.technologie_name }} {% endthumbnail %}

More details about our technology

{% endif %} {% if sizes %}

Size

{% for size in sizes %} {{ size.name }} {% endfor %} {% if product_categories.0.display_sizechart %} View size chart {% endif %}

{% endif %}