{% assign productImage = product.featured_image %} {% assign hoverImage = product.hover_image %} {% assign productTitle = product.title | split: ' - ' | first %} {% capture productImageRepsonsive %} {%- if productImage != blank -%} {%- if product.featured_image_width > 180 -%}{{ productImage | img_url: '180x' }} 180w {{ 180 | divided_by: product.featured_image_aspect_ratio | round }}h,{%- endif -%} {%- assign image_size = product.featured_image_width | append: 'x' -%} {{ productImage | img_url: image_size }} {%- endif -%} {% endcapture %} {% capture hoverImageRepsonsive %} {%- if hoverImage != blank -%} {%- if product.featured_image_width > 180 -%}{{ hoverImage | img_url: '180x' }} 180w {{ 180 | divided_by: product.featured_image_aspect_ratio | round }}h,{%- endif -%} {%- assign image_size = product.featured_image_width | append: 'x' -%} {{ hoverImage | img_url: image_size }} {%- endif -%} {% endcapture %} {% if item_style != 'minimal' %} {% if hoverImage != blank %}{% unless product.tags contains 'Graphic Overlay' or product.hover_image_alt contains 'swatch' %} {% endunless %}{% endif %} {% endif %} {% if item_style == 'minimal' %} {% endif %} {{ productTitle }} {% if show_siblings %} {% if product.siblings.size > 0 %} {% assign color_count = product.siblings.size | plus: 1 %} {{ color_count }} Color{% if color_count > 1 %}s{% endif %} {% else %} 1 Color {% endif %} {% endif %} {% if show_siblings and show_price %} - {% endif %} {% if show_price %} {{ product.price | money }} {% endif %} {% if item_style == 'minimal' %} {% endif %}
{% assign productImage = product.featured_image %} {% assign hoverImage = product.hover_image %} {% assign productTitle = product.title | split: ' - ' | first %} {% capture productImageRepsonsive %} {%- if productImage != blank -%} {%- if product.featured_image_width > 180 -%}{{ productImage | img_url: '180x' }} 180w {{ 180 | divided_by: product.featured_image_aspect_ratio | round }}h,{%- endif -%} {%- assign image_size = product.featured_image_width | append: 'x' -%} {{ productImage | img_url: image_size }} {%- endif -%} {% endcapture %} {% capture hoverImageRepsonsive %} {%- if hoverImage != blank -%} {%- if product.featured_image_width > 180 -%}{{ hoverImage | img_url: '180x' }} 180w {{ 180 | divided_by: product.featured_image_aspect_ratio | round }}h,{%- endif -%} {%- assign image_size = product.featured_image_width | append: 'x' -%} {{ hoverImage | img_url: image_size }} {%- endif -%} {% endcapture %} {% if item_style != 'minimal' %} {% if hoverImage != blank %}{% unless product.tags contains 'Graphic Overlay' or product.hover_image_alt contains 'swatch' %} {% endunless %}{% endif %} {% endif %} {% if item_style == 'minimal' %} {% endif %} {{ productTitle }} {% if show_siblings %} {% if product.siblings.size > 0 %} {% assign color_count = product.siblings.size | plus: 1 %} {{ color_count }} Color{% if color_count > 1 %}s{% endif %} {% else %} 1 Color {% endif %} {% endif %} {% if show_siblings and show_price %} - {% endif %} {% if show_price %} {{ product.price | money }} {% endif %} {% if item_style == 'minimal' %} {% endif %}
{% assign productImage = product.featured_image %} {% assign hoverImage = product.hover_image %} {% assign productTitle = product.title | split: ' - ' | first %} {% capture productImageRepsonsive %} {%- if productImage != blank -%} {%- if product.featured_image_width > 180 -%}{{ productImage | img_url: '180x' }} 180w {{ 180 | divided_by: product.featured_image_aspect_ratio | round }}h,{%- endif -%} {%- assign image_size = product.featured_image_width | append: 'x' -%} {{ productImage | img_url: image_size }} {%- endif -%} {% endcapture %} {% capture hoverImageRepsonsive %} {%- if hoverImage != blank -%} {%- if product.featured_image_width > 180 -%}{{ hoverImage | img_url: '180x' }} 180w {{ 180 | divided_by: product.featured_image_aspect_ratio | round }}h,{%- endif -%} {%- assign image_size = product.featured_image_width | append: 'x' -%} {{ hoverImage | img_url: image_size }} {%- endif -%} {% endcapture %} {% if item_style != 'minimal' %} {% if hoverImage != blank %}{% unless product.tags contains 'Graphic Overlay' or product.hover_image_alt contains 'swatch' %} {% endunless %}{% endif %} {% endif %} {% if item_style == 'minimal' %} {% endif %} {{ productTitle }} {% if show_siblings %} {% if product.siblings.size > 0 %} {% assign color_count = product.siblings.size | plus: 1 %} {{ color_count }} Color{% if color_count > 1 %}s{% endif %} {% else %} 1 Color {% endif %} {% endif %} {% if show_siblings and show_price %} - {% endif %} {% if show_price %} {{ product.price | money }} {% endif %} {% if item_style == 'minimal' %} {% endif %}