Born in Alaska and raised in the PNW. Tim Durtschi learned to ski on the mountains we plan once in a lifetime trips to ski. Continually a primary feature in Teton Gravity Research videos Tim can be found most days hot lapping Corbett's in Jackson.
{%- assign swatch_styles = 'h-full w-full object-contain' -%}
{% if product.siblings.size > 0 %}
{% assign limit = 4 %}
{% if product.siblings.size > 4 %}
{% assign limit = 3 %}
{% endif %}
{% for sibling in product.siblings limit:limit%}
{% endfor %}
{% if product.siblings.size > 4 %}
{% if product.available == false %}
Sold Out
{% endif %}

+{{ product.siblings.size | minus: 4 }} More
{% endif %}
{% endif %}
{% for badge in productBadges | where: 'type', 'text'%}
{% if product.tags contains badge.tag %}
{{ badge.item }}
{% endif %}
{% endfor %}