Alex or A Hall burst onto the slopestyle, big air and street skiing scene with his never before seen levels of spin and grab combinations. Based out of Salt Lake City, you can find A Hall out at street spots the night before flying overseas for a World Cup.
{%- 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 %}