{% if item.properties._image %} {% else %} {% endif %} {{item.product_title}} {% for option in item.options_with_values %} {% unless option.name == "Title" %} {{ option.name }}: {{ option.value }} {% endunless %} {% endfor %} – + Remove {% assign price = item.final_price %} {{price | money }}
{{ offer.prompt | newline_to_br }} {% for product in offer.products %} {% assign productIndex = forloop.index0 %} {% if product.in_cart %}{% continue %}{% endif %} {% unless offer.product_selection == 'all' %} {% if offer.products.size == 1 %} {% else %} {% endif %} {% endunless %} check {{ product.title }} {% assign discount_amount = 0 %} {% if offer.discount %} {% assign discount_amount = offer.discount | times: 0.01 | times: product.price %} {% endif %} {{ product.price | minus: discount_amount | money }} {% if product.variants.size > 1 %} Please select... {% for variant in product.variants %} {{ variant.title }} {% endfor %} {% else %} {% endif %} {% endfor %} Select No, thanks
{% if banner.desktop_width == 'md:col-span-3' or banner.desktop_width == 'md:col-span-4'%} {% assign desktop_pad = 'md:p-8' %} {% else %} {% assign desktop_pad = 'md:p-6' %} {% endif %} {{banner.heading}} {{banner.subheading}} {{banner.button}}
{% if product.hover_image_alt contains 'https' or forloop.index == -1 %} {% else %} {% endif %} {% assign productImage = product.featured_image | img_url: '600x' %} {% assign hoverImage = product.hover_image %} {% 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 -%} {%- if product.featured_image_width > 360 -%}{{ hoverImage | img_url: '360x' }} 360w {{ 360 | divided_by: product.featured_image_aspect_ratio | round }}h,{%- endif -%} {%- if product.featured_image_width > 540 -%}{{ hoverImage | img_url: '540x' }} 540w {{ 540 | divided_by: product.featured_image_aspect_ratio | round }}h,{%- endif -%} {%- if product.featured_image_width > 720 -%}{{ hoverImage | img_url: '720x' }} 720w {{ 720 | divided_by: product.featured_image_aspect_ratio | round }}h,{%- endif -%} {%- if product.featured_image_width > 900 -%}{{ hoverImage | img_url: '900x' }} 900w {{ 900 | divided_by: product.featured_image_aspect_ratio | round }}h,{%- endif -%} {%- if product.featured_image_width > 1080 -%}{{ hoverImage | img_url: '1080x' }} 1080w {{ 1080 | divided_by: product.featured_image_aspect_ratio | round }}h,{%- endif -%} {%- if product.featured_image_width > 1296 -%}{{ hoverImage | img_url: '1296x' }} 1296w {{ 1296 | divided_by: product.featured_image_aspect_ratio | round }}h,{%- endif -%} {%- if product.featured_image_width > 1512 -%}{{ hoverImage | img_url: '1512x' }} 1512w {{ 1512 | divided_by: product.featured_image_aspect_ratio | round }}h,{%- endif -%} {%- if product.featured_image_width > 1728 -%}{{ hoverImage | img_url: '1728x' }} 1728w {{ 1728 | divided_by: product.featured_image_aspect_ratio | round }}h,{%- endif -%} {%- if product.featured_image_width > 1944 -%}{{ hoverImage | img_url: '1944x' }} 1944w {{ 1944 | divided_by: product.featured_image_aspect_ratio | round }}h,{%- endif -%} {%- if product.featured_image_width > 2160 -%}{{ hoverImage | img_url: '2160x' }} 2160w {{ 2160 | divided_by: product.featured_image_aspect_ratio | round }}h,{%- endif -%} {%- if product.featured_image_width > 2376 -%}{{ hoverImage | img_url: '2376x' }} 2376w {{ 2376 | divided_by: product.featured_image_aspect_ratio | round }}h,{%- endif -%} {%- if product.featured_image_width > 2592 -%}{{ hoverImage | img_url: '2592x' }} 2592w {{ 2592 | divided_by: product.featured_image_aspect_ratio | round }}h,{%- endif -%} {%- if product.featured_image_width > 2808 -%}{{ hoverImage | img_url: '2808x' }} 2808w {{ 2808 | divided_by: product.featured_image_aspect_ratio | round }}h,{%- endif -%} {%- if product.featured_image_width > 3024 -%}{{ hoverImage | img_url: '3024x' }} 3024w {{ 3024 | divided_by: product.featured_image_aspect_ratio | round }}h,{%- endif -%} {%- assign image_size = product.featured_image_width | append: 'x' -%} {{ hoverImage | img_url: image_size }} {{ product.featured_image_width }}w {{ product.featured_image_height }}h {%- endif -%} {% endcapture %} {% if hoverImage != blank %} {% assign hover_alt = product.hover_image_alt %} {% if hover_alt contains 'https' %} {% else %} {% endif %} {% endif %} eye {%- comment -%} heart {%- endcomment -%} {% for badge in badges %} {% if product.tags contains badge.tag and badge.tag != 'more-colors' %} {{ badge.collection_badge }} {% endif %} {% endfor %} {% if product.available == false %} Sold out {% endif %} {% assign productTitle = product.title | remove: product.type | split: '-' %} {{ product.title | split: " - " | first }} {% assign discount_amount = product.price | divided_by: product.compare_at_price | times: -100 | plus: 100 | round %} {% if product.compare_at_price > product.price %} {{ product.price | money | remove: " " }} {{ product.compare_at_price | money | remove: " " }} {% else %} {% if product.price_min == product.price_max %} {{ product.price_min | money | remove: " " }} {% else %} from {{ product.price | money | remove: " " }} {% endif %} {% endif %} {% if product.swatches.size %} {% for swatch in product.swatches %} {% if forloop.index == 5 %} + {{ product.swatches.size | minus: forloop.index0 }} {% break %} {% endif %} {% endfor %} {% endif %} {% endfor %} Sold out Prince vs Vacation Short Sleeve Tee $27.99 Sold out Prince vs Vacation Candle $29.99 Sold out Prince vs Vacation Dad Hat $24.99 No products match your selection
{% assign product = active_story.product %} {% assign prev_product = prev_story.product %} {% assign next_product = next_story.product %} {{ product.title }} close {% if prev_product %} {% endif %} {% if next_product %} {% endif %} {% for image in product.images %} {% endfor %} {{ product.body_html }} chevron-right chevron-left