With her smooth style and effortless tricks we could watch Giulia ride a slopestyle course all day. After dominating the competition circuit in her home country of Switzerland, Giulia quickly made the jump over seas where she now finds herself battling it out with the worlds best.
{%- 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 %}