While many of us are overcome with fear when perched atop a field of moguls, Jaelin is smiling. Drawing inspiration from her teammates and the next generation of female skiers, she looks to keep pushing her limits and claim more firsts.
{%- 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 %}