Polar Shirts
{% if products.length > 1 %}{{ products.length }} results{% endif %}
- Polar Stripe Polo Shirt - Brown
- Polar Stripe Polo Shirt - Blueish Grey
- Polar Flannel Shirt - Brown
- Polar Emile Art Shirt - Yellow/Black
- Polar Big Boy Flannel Shirt - Rich Navy
- Polar Rib Henley Long Sleeve Shirt - Cloud White
- Polar Polo Shirt - Bordeaux
- Polar Polo Long Sleeve Shirt - Dark Green
- Polar Multistripe Polo Shirt - Soft Green
- Polar Heaven Long Sleeve Shirt - Black
- Polar Big Boy Shirt - Washed White
- Polar Flannel Shirt - Dark Olive
- Polar Polo Long Sleeve Shirt - Dark Olive
- Polar Mitchell Poplin Shirt - Blue
- Polar Polo Long Sleeve Shirt - Black
- Polar Stripe Polo Long Sleeve Shirt - Navy
{% unless total_pages == 1 or total_pages == 0 %}
{% endunless %}
{% assign active = 'dim' %}
{% if current_page == 1 %}
{% assign active = 'o-50 pointer-none' %}
{% endif %}
{% for i in pages %}
{% assign pageoffset = current_page | minus: i | abs %}
{% if pageoffset != 0 and pageoffset != 1 and pageoffset != 2 pageoffset != 3 %}{% continue %}{% endif %}
{% assign active = '' %}
{% if current_page == i %}
{% assign active = 'brand' %}
{% endif %}
{% assign last_page_shown = i %}
{% endfor %}
{% assign active = 'dim' %}
{% if current_page == total_pages %}
{% assign active = 'o-50 pointer-none' %}
{% endif %}
{% if last_page_shown != total_pages %}
...
{% endif %}
Loading Products