相关文章推荐
奔放的排球  ·  HYPERCOURT EXPRESS 2 ...·  2 周前    · 
奔放的排球  ·  Noncytotoxic orange ...·  2 周前    · 
奔放的排球  ·  HYPERCOURT EXPRESS 2 ...·  2 周前    · 
奔放的排球  ·  Any opinions on MRC ...·  2 周前    · 
奔放的排球  ·  SVdA on Prodigy ...·  2 周前    · 
奔放的排球  ·  CEO Message from John ...·  2 周前    · 
{% assign itemcount = 0 %} {% for item in items %} {% unless item.properties._bundle == 'component' %} {% assign itemcount = itemcount | plus: 1 %} {% endunless %} {% endfor %} {% if itemcount > 0 %} {{itemcount}} {% endif %} {% assign results_empty = true %} {% assign types = 'collections,articles,pages' | split: ',' %} {% for type in types %} {% if resources.results[type].size > 0 %} {% assign results_empty = false %}

{{ type | capitalize }}

{% for item in resources.results[type] %} {{ item.title }} {% endfor %} {% endif %} {% endfor %} {% if resources.results['products'].size > 0 %} {% for product in resources.results.products limit:8%} {% assign productAvailablilty = product.available %} {% if plpcomingsoon == 'true' %} {% if product.tags contains 'SMART_TAG_COMINGSOON' %} {% assign productAvailablilty = true %} {% endif %} {% endif %} {% if productAvailablilty %} {% assign results_empty = false %} {% assign title_segments = product.title | split: " | " %} {% assign discount_amount = product.price | divided_by: product.compare_at_price_max | times: -100 | plus: 100 | round %}
{{ title_segments[1] }}
{% if product.price == product.compare_at_price_max %} {% endif %} {{product.price | times: 100 | money}} {% if product.price != product.compare_at_price_max and product.compare_at_price_max > 0 %} {{ product.compare_at_price_max | money}} {% endif %} {% if product.price != product.compare_at_price_max and product.compare_at_price_max > 0 %} -{{ discount_amount }}% {% endif %} {{product.price | times: 100 | money}} {% if product.price != product.compare_at_price_max and product.compare_at_price_max > 0 %} {{ product.compare_at_price_max | money}} -{{ discount_amount }}% {% endif %} {% if title_segments[2] != blank %}
Color: {{ title_segments[2] }}
{% endif %} {% assign cart_message = 'Custom Cart Message displayed in Cart/Quick Cart section' %} {% assign cart_tire = 'false' %} {% if cart_tire == "true" %} {{ cart_message }} {% endif %} {% for item in items %} {% unless item.properties._bundle == 'component' %} {% for option in item.options_with_values %} {% unless option.name == "Title" %}

{{ option.name }}: {{ option.value }}

{% endunless %} {% endfor %} {% assign cart_tire = 'false' %} {% if cart_tire == "true" %} {% assign original= item.original_price %} {% else %} {% assign original= item.final_price %} {% endif %} {% assign price = item.final_price %}

{{price | money }} {% assign discount_amount = price | divided_by: original | times: -100 | plus: 100 | round %} {% assign discount_threshold = 10 %} {% if cart_tire == "true" %} {% if discount_amount != empty %} {% if price != original %} {{ original |money }} -{{ discount_amount }} % {% endif %}{% endif %} {% endif %} {% assign offerIndex = forloop.index0 %} {% if offer.products.size > 0 and offer.all_in_cart == false %} {% if offer.display_type == "carousel" %} {% 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 }} {% for variant in product.variants %} {% if variant.available == false %} {% else %} {% endif %} {% endfor %} {% else %} {% endif %} {% assign productIndex = forloop.index0 %} {% if product.in_cart %}{% continue %}{% endif %} {% unless offer.product_selection == 'all' %} {% if offer.products.size == 1 %} {% else %} {% endif %} {% endunless %} {% 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 }} {% for variant in product.variants %} {% if variant.available == false %} {% else %} {% endif %} {% endfor %} {% else %} {% endif %}

Save your list

You are currently shopping anonymously. Either log in or save your wishlist items by entering your email address.

Login to Share Wishlist Continue as Guest {% assign tag_count = 0 %} {% assign tag_avail_count = 1 %} {% for promo in promoMessaging %} {% if product.tags contains promo.tag %} {% assign tag_count = tag_count | plus: 1 %} {% endif %} {% endfor %} {% for promo in promoMessaging %} {% if product.tags contains promo.tag %} {{ promo.collection_badge }}{% if tag_count > 1 and tag_avail_count != tag_count %} /{% endif %} {% if promo.info_text != blank %} {% else %} {% assign discount_amount = variant.price | divided_by: variant.compare_at_price | times: -100 | plus: 100 | round %} {% assign discount_threshold = 10 %} {% if variant.available %} {{variant.price | money}} {% if variant.price != variant.compare_at_price and variant.compare_at_price > 0 %} {{variant.compare_at_price | money}} -{{ discount_amount }}% {% endif %} {% else %} {{variant.price | money}} {% if variant.price != variant.compare_at_price and variant.compare_at_price > 0 %} {{variant.compare_at_price | money}} {% endif %} {% endif %} {% endif %} {% assign shop_name = 'K-Swiss US' %} {% assign strip_from_swatches = 'Mens,Womens,Big Kids,Little Kids,Toddlers' | split:',' %} {% assign childrenSizes = 'true' %} {% assign halfm_tag1 = '' %} {% assign halfm_tag2 = '' %} {% assign halfm_1 = 'Message 1' %} {% assign halfm_2 = 'Message 2' %} {% for option in product.options_with_values %} {% assign optionIndex = forloop.index0 %} {% assign position = forloop.index %} {% if childrenSizes == "true" and shop_name contains "K-Swiss US" %} {% if product.tags contains "INFANTS" %} {{ variant.options[optionIndex] }}C {% elsif product.tags contains "CHILDREN" %} {% assign original_string = variant.options[optionIndex] %} {% assign numbers_only = "" %} {% assign characters = original_string | split: "" %} {% for char in characters %} {% if char contains "0" or char contains "1" or char contains "2" or char contains "3" or char contains "4" or char contains "5" or char contains "6" or char contains "7" or char contains "8" or char contains "9" or char contains "." %} {% assign numbers_only = numbers_only | append: char %} {% endif %} {% endfor %} {% if numbers_only <= 3 %} {{ variant.options[optionIndex] }} Y {% else %} {{ variant.options[optionIndex] }}C {% endif %} {% elsif product.tags contains "VARSITY" %} {{ variant.options[optionIndex] }} {% unless variant.options[optionIndex] contains "SZ" %}Y {% endunless %} {% else %} {{ variant.options[optionIndex] }} {% endif %} {% else %} {{ variant.options[optionIndex] }} {% endif %} {% assign numbers_only = "" %} {% endif %} {% if option.name == 'Size' %} if option.name contains 'Length' or option.name contains 'Width' or option.name contains 'Height' or option.name contains 'Depth' or option.name contains 'Thickness' or option.name contains 'Weight' {% assign sortedvalues = option.values | sort %} {% endif %} {% for value in sortedvalues %} {% assign inventory_quantity = 0 %} {% assign available = false %} {% assign optionVariant = false %} {% if product.options_with_values.size == 3 and optionIndex == 2%} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == variant.option1 and v.option2 == variant.option2 and v.option3 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% elsif product.options_with_values.size == 2 and optionIndex == 1%} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == variant.option1 and v.option2 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% else %} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% endif %} {% assign checked = "" %} {% if variant.options[optionIndex] == value and product.userSelectedVariant != false %}{% assign checked = "checked" %}{% endif %} {% assign option_image = false%} {% if option.name contains 'color' or option.name contains 'Color' %} {% for v in product.variants %} {% if v.option1 == value %} {% assign option_image = v.images[0].src %} {% break %} {% endif %} {% endfor %} {% endif %} {% if option.name contains 'color' or option.name contains 'colour' or option.name contains 'Colour' or option.name contains 'Color' %} {% unless option_image %} {%- comment -%} {%- endcomment -%} {% endunless %} {% else %} {% if value == 'X Small' or value == 'x small' or value == 'X-Small' %} {% elsif value == 'Small' or value == 'small' %} {% elsif value == 'Medium' or value == 'medium' %} {% elsif value == 'Large' or value == 'large' %} {% elsif value == 'X Large' or value == 'x large' or value == 'X-Large' %} {% elsif value == '2X Large' or value == '2x large' %} {% else %} {% assign v = value %} {% for strip in strip_from_swatches %} {% assign v = v | remove: strip %} {% endfor %} {% if shop_name contains "Palladium US" %} {{ value | replace: "Womens", "W" | replace: "Big Kids", "K" | replace: "Mens", "M" | replace: "Little Kids", "K" }} {% else %} {% if shop_name contains "K-Swiss US" and product.tags contains "UNISEX" %} {{ value| replace: "Womens", "W" | replace: "Big Kids", "K" | replace: "Mens", "M" | replace: "Little Kids", "K" }} {% else %} {% if childrenSizes == "true" and shop_name contains "K-Swiss US" %} {% if product.tags contains "INFANTS" %} {{ v }}C {% elsif product.tags contains "CHILDREN" %} {% if v <= 3 %} {{ v }}Y {% else %} {{ v }}C {% endif %} {% elsif product.tags contains "VARSITY" %} {{ v }}Y {% else %} {{ v }} {% endif %} {% else %} {{ v }} {% endif %} {% endif %} {% endif %} {% endif %} {% endif %} {% else %} {% assign pdp_coming_soon = 'true' %} {% assign pdp_coming_soon_message = 'Coming Soon. Enter your email below to get notified once it becomes available.' %} {% if product.tags contains "SMART_TAG_COMINGSOON" %} {% if pdp_coming_soon == 'true' %}
{{ pdp_coming_soon_message }}
{% endif %} {% else %} Sold out {% endif %}

We took our best-selling model and made it even better. The Hypercourt Express 2 is a lightweight, breathable tennis shoe - making it the ideal choice for a variety of playing styles and levels. With added Surgelite midsole technology, the Hypercourt Express 2 becomes even lighter and more comfortable while keeping its trademark breathability and generous fit. Additionally, the model introduces Durawrap Flex, giving the shoe more support with no break-in period. The reinvented upper elevates the shoe with a modern, fresh look.

•Synthetic Leather Upper

•Textile Collar Lining

•Molded Rubber Outsole

•CMEVA Midsole

•Molded Ortholite x40 Sock Liner

•Lace Closure

SHIPPING

Kswiss.com will ship all orders Monday-Friday. All orders received with Two-Day Air by 10:30AM PST will ship the same business day, Monday through Friday. All Standard FedEx Ground orders will ship within 2 to 3 business days.

Note that all orders placed after 10:30AM PST on Fridays, Saturday or Sunday will not processed until the next business day.

RETURNS/EXCHANGES

We hope you love your K-Swiss product, but if you’re not completely satisfied, you can return or exchange merchandise within 30 days of purchase. Extended return/exchanges window may apply during holiday.

{% for product in products %} {% assign in_stock_variants = product.variants | where: 'available', true %} {% if in_stock_variants.size > 1 %} {% assign product_available = 0 %} {% else %} {% assign product_available = 1 %} {% endif %} {% if product.tags contains 'SMART_TAG_COMINGSOON' %} {% if plp_coming_soon == 'true' %} {% assign product_available = 0 %} {% else %} {% assign product_available = 1 %} {% endif %} {% endif %} {% if product.tags contains "SMART_TAG_COMINGSOON" %} {% assign grid_coming_soon = 1 %} {% else %} {% assign grid_coming_soon = 0 %} {% endif %} {% if product.tags contains "UNISEX" %} {% assign grid_cols = '2' %} {% else %} {% assign grid_cols = 5 %} {% endif %} {% assign plp_enable = 'false' | to_i %} {% assign sibling_visible = 1 %} {% if plp_enable == "true" %} {% assign plp_enable = 1 | to_i %} {% assign hidemobileview ='product-item__quickadd hidden active:block' %} {% else %} {% assign plp_enable = 0 %} {% assign hidemobileview ='' %} {% assign cpage = 'product' %} {% if cpage == 'index' %} {% assign sibling_visible = 0 %} {% endif %} {% if cpage == 'product' %} {% assign sibling_visible = 0 %} {% endif %} {% if cpage contains 'page' %} {% assign sibling_visible = 0 %} {% endif %} {% endif %} {% assign shop_name = 'K-Swiss US' %} {% capture bg-color %}bg-gray-100{% endcapture %} {% assign productTitle = product.title | remove: product.type | split: ' | ' %} {% assign material = productTitle[0] | split: '-' %} {% assign totalSiblings = 0 %} {% assign childrenSizes = 'true' %} {% assign twomobile = 'true' | to_i %} {% if twomobile == "true" %} {% assign twomobile = 1 | to_i %} {% else %} {% assign twomobile = 0 %} {% endif %} {% assign templates = 'product' %} {% assign productImage = product.featured_image %} {% assign hoverImage = product.hover_image %} {% if product == blank and collection and collection.metafields.nosto != blank %} {% else %} {% endif %} {% if hoverImage != blank %} {% assign hover_alt = product.hover_image_alt %} {% if hover_alt contains 'https' %} {% else %} {% endif %} {% endif %} {% assign tag_count = 0 %} {% assign tag_avail_count = 1 %} {% for promo in promoMessaging %} {% if product.tags contains promo.tag %} {% assign tag_count = tag_count | plus: 1 %} {% endif %} {% endfor %} {% for promo in promoMessaging %} {% if product.tags contains promo.tag %} {{ promo.collection_badge }}{% if tag_count > 1 and tag_avail_count != tag_count %} /{% endif %} {% if promo.info_text != blank %} {% assign productTitle = product.title | split: '|' %} {% assign first_character = productTitle[0] | slice: 0, 1 %} {% assign first_two_character = productTitle[0] | slice: 0, 2 %} {% assign last_character = productTitle[0] | slice: -3, 2 %} {% assign visible = 0 %} {% if templates == 'index' %} {% assign visible = 1 %} {% elsif templates == 'product' %} {% assign visible = 1 %} {% elsif templates contains 'page' %} {% assign visible = 1 %} {% elsif templates contains 'search' %} {% assign visible = 1 %} {% elsif templates contains 'collection' and shop_name contains 'US' %} {% if template.name contains 'ALL' %} {% assign visible = 0 %} {% elsif template.name contains 'WOMEN' %} {% assign visible = 0 %} {% elsif template.name contains 'MEN' %} {% assign visible = 0 %} {% elsif template.name == '' %} {% assign visible = 0 %} {% else %} {% assign visible = 1 %} {% endif %} {% endif %} {% if visible == 1 and tag_avail_count == 1 %} {% if first_character == "0" or first_two_character == "10" %} {% elsif first_character == "9" or first_two_character == "19" %} WOMEN {% elsif first_character == "7" or first_two_character=="WB" or first_two_character=="BG" or first_two_character=="C3" or first_two_character=="17" or first_two_character=="SX" or first_two_character=="AC" %} MEN / WOMEN / BIG KIDS {% elsif first_character == "8" %} TEENS {% elsif first_character == "5" %} {% elsif first_character == "2" %} TODDLERS {% endif %} {% if last_character == "-W" %} / WIDE {% endif %} {% if last_character == "XW" %} / EXTRA WIDE {% endif %} {% endif %} {% if sibling_visible == 1 %} {% if material.size == 3 %} {% capture family %}{{ product.title | split: '-' | first }}-{{ product.title | split: ' | ' | first | split: '-' | last | strip }}{% endcapture %} {% else %} {% capture family %}{{ product.title | split: '-' | first }}{% endcapture %} {% endif %} {% assign countSiblings = siblings[family] | where: 'available',true %} {% assign totalSiblings = countSiblings.length %} {% if totalSiblings == 0 %} 1 Color {% else %} {{ totalSiblings }} Colors {% endif %} {% endif %} {% endif %} {% 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: " " | remove: ".00" }} {{ product.compare_at_price | money | remove: " " | remove: ".00" }} {% else %} {% if product.price_min != blank and product.price_min == product.price_max %} {{ product.price_min | money | remove: " " | remove: ".00" }} {% elsif product.price_min != blank %} from {{ product.price | money | remove: " " | remove: ".00" }} {% else %} {{ product.price | money | remove: " " | remove: ".00" }} {% endif %} {% endif %} {% if discount_amount>0 %} -{{ discount_amount }}% {% endif %} {% unless templates == "search" or templates =="collection" %} {% if product.tags contains "SMART_TAG_COMINGSOON" %} COMING SOON {% endif %} {% endunless %} {% for badge in badges %} {% if product.tags contains badge.tag and badge.tag != 'more-colors' %} {{ badge.collection_badge }} {% endif %} {% endfor %} {% if product.available == false %} {% unless product.tags contains "SMART_TAG_COMINGSOON" %} Sold out {% endunless %} {% endif %}

Color: {{ productTitle[2] }}

{% if material.size == 3 %} {% capture family %}{{ product.title | split: '-' | first }}-{{ product.title | split: ' | ' | first | split: '-' | last | strip }}{% endcapture %} {% else %} {% capture family %}{{ product.title | split: '-' | first }}{% endcapture %} {% endif %} {% if siblings[family] %} {% assign v = variant.option1 %} {% for strip in strip_from_swatches %} {% assign v = v | remove: strip %} {% endfor %} {% if shop_name contains "Palladium US" %} {{ variant.option1 | replace: "Womens", "W" | replace: "Big Kids", "K" | replace: "Mens", "M" | replace: "Little Kids", "K" }} {% else %} {% if shop_name contains "K-Swiss US" and product.tags contains "UNISEX" %} {{ variant.option1 | replace: "Womens", "W" | replace: "Big Kids", "K" | replace: "Mens", "M" | replace: "Little Kids", "K" }} {% else %} {% if childrenSizes == "true" and shop_name contains "K-Swiss US" %} {% if product.tags contains "INFANTS" %} {{ v }}C {% elsif product.tags contains "CHILDREN" %} {% assign original_string = v %} {% assign numbers_only = "" %} {% assign characters = original_string | split: "" %} {% for char in characters %} {% if char contains "0" or char contains "1" or char contains "2" or char contains "3" or char contains "4" or char contains "5" or char contains "6" or char contains "7" or char contains "8" or char contains "9" or char contains "." %} {% assign numbers_only = numbers_only | append: char %} {% endif %} {% endfor %} {% if numbers_only <= 3 %} {{ v }}Y {% else %} {{ v }}C {% endif %} {% elsif product.tags contains "VARSITY" %} {{ v }} {% unless v contains "SZ" %}Y {% endunless %} {% else %} {{ v }} {% endif %} {% assign numbers_only = "" %} {% else %} {{ v }} {% endif %} {% endif %} {% endif %} {% endfor %} {% for product in products %} {% assign in_stock_variants = product.variants | where: 'available', true %} {% if in_stock_variants.size > 1 %} {% assign product_available = 0 %} {% else %} {% assign product_available = 1 %} {% endif %} {% if product.tags contains 'SMART_TAG_COMINGSOON' %} {% if plp_coming_soon == 'true' %} {% assign product_available = 0 %} {% else %} {% assign product_available = 1 %} {% endif %} {% endif %} {% if product.tags contains "SMART_TAG_COMINGSOON" %} {% assign grid_coming_soon = 1 %} {% else %} {% assign grid_coming_soon = 0 %} {% endif %} {% if product.tags contains "UNISEX" %} {% assign grid_cols = '2' %} {% else %} {% assign grid_cols = 5 %} {% endif %} {% assign plp_enable = 'false' | to_i %} {% assign sibling_visible = 1 %} {% if plp_enable == "true" %} {% assign plp_enable = 1 | to_i %} {% assign hidemobileview ='product-item__quickadd hidden active:block' %} {% else %} {% assign plp_enable = 0 %} {% assign hidemobileview ='' %} {% assign cpage = 'product' %} {% if cpage == 'index' %} {% assign sibling_visible = 0 %} {% endif %} {% if cpage == 'product' %} {% assign sibling_visible = 0 %} {% endif %} {% if cpage contains 'page' %} {% assign sibling_visible = 0 %} {% endif %} {% endif %} {% assign shop_name = 'K-Swiss US' %} {% capture bg-color %}bg-gray-100{% endcapture %} {% assign productTitle = product.title | remove: product.type | split: ' | ' %} {% assign material = productTitle[0] | split: '-' %} {% assign totalSiblings = 0 %} {% assign childrenSizes = 'true' %} {% assign twomobile = 'true' | to_i %} {% if twomobile == "true" %} {% assign twomobile = 1 | to_i %} {% else %} {% assign twomobile = 0 %} {% endif %} {% assign templates = 'product' %} {% assign productImage = product.featured_image %} {% assign hoverImage = product.hover_image %} {% if product == blank and collection and collection.metafields.nosto != blank %} {% else %} {% endif %} {% if hoverImage != blank %} {% assign hover_alt = product.hover_image_alt %} {% if hover_alt contains 'https' %} {% else %} {% endif %} {% endif %} {% assign tag_count = 0 %} {% assign tag_avail_count = 1 %} {% for promo in promoMessaging %} {% if product.tags contains promo.tag %} {% assign tag_count = tag_count | plus: 1 %} {% endif %} {% endfor %} {% for promo in promoMessaging %} {% if product.tags contains promo.tag %} {{ promo.collection_badge }}{% if tag_count > 1 and tag_avail_count != tag_count %} /{% endif %} {% if promo.info_text != blank %} {% assign productTitle = product.title | split: '|' %} {% assign first_character = productTitle[0] | slice: 0, 1 %} {% assign first_two_character = productTitle[0] | slice: 0, 2 %} {% assign last_character = productTitle[0] | slice: -3, 2 %} {% assign visible = 0 %} {% if templates == 'index' %} {% assign visible = 1 %} {% elsif templates == 'product' %} {% assign visible = 1 %} {% elsif templates contains 'page' %} {% assign visible = 1 %} {% elsif templates contains 'search' %} {% assign visible = 1 %} {% elsif templates contains 'collection' and shop_name contains 'US' %} {% if template.name contains 'ALL' %} {% assign visible = 0 %} {% elsif template.name contains 'WOMEN' %} {% assign visible = 0 %} {% elsif template.name contains 'MEN' %} {% assign visible = 0 %} {% elsif template.name == '' %} {% assign visible = 0 %} {% else %} {% assign visible = 1 %} {% endif %} {% endif %} {% if visible == 1 and tag_avail_count == 1 %} {% if first_character == "0" or first_two_character == "10" %} {% elsif first_character == "9" or first_two_character == "19" %} WOMEN {% elsif first_character == "7" or first_two_character=="WB" or first_two_character=="BG" or first_two_character=="C3" or first_two_character=="17" or first_two_character=="SX" or first_two_character=="AC" %} MEN / WOMEN / BIG KIDS {% elsif first_character == "8" %} TEENS {% elsif first_character == "5" %} {% elsif first_character == "2" %} TODDLERS {% endif %} {% if last_character == "-W" %} / WIDE {% endif %} {% if last_character == "XW" %} / EXTRA WIDE {% endif %} {% endif %} {% if sibling_visible == 1 %} {% if material.size == 3 %} {% capture family %}{{ product.title | split: '-' | first }}-{{ product.title | split: ' | ' | first | split: '-' | last | strip }}{% endcapture %} {% else %} {% capture family %}{{ product.title | split: '-' | first }}{% endcapture %} {% endif %} {% assign countSiblings = siblings[family] | where: 'available',true %} {% assign totalSiblings = countSiblings.length %} {% if totalSiblings == 0 %} 1 Color {% else %} {{ totalSiblings }} Colors {% endif %} {% endif %} {% endif %} {% 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: " " | remove: ".00" }} {{ product.compare_at_price | money | remove: " " | remove: ".00" }} {% else %} {% if product.price_min != blank and product.price_min == product.price_max %} {{ product.price_min | money | remove: " " | remove: ".00" }} {% elsif product.price_min != blank %} from {{ product.price | money | remove: " " | remove: ".00" }} {% else %} {{ product.price | money | remove: " " | remove: ".00" }} {% endif %} {% endif %} {% if discount_amount>0 %} -{{ discount_amount }}% {% endif %} {% unless templates == "search" or templates =="collection" %} {% if product.tags contains "SMART_TAG_COMINGSOON" %} COMING SOON {% endif %} {% endunless %} {% for badge in badges %} {% if product.tags contains badge.tag and badge.tag != 'more-colors' %} {{ badge.collection_badge }} {% endif %} {% endfor %} {% if product.available == false %} {% unless product.tags contains "SMART_TAG_COMINGSOON" %} Sold out {% endunless %} {% endif %}

Color: {{ productTitle[2] }}

{% if material.size == 3 %} {% capture family %}{{ product.title | split: '-' | first }}-{{ product.title | split: ' | ' | first | split: '-' | last | strip }}{% endcapture %} {% else %} {% capture family %}{{ product.title | split: '-' | first }}{% endcapture %} {% endif %} {% if siblings[family] %} {% assign v = variant.option1 %} {% for strip in strip_from_swatches %} {% assign v = v | remove: strip %} {% endfor %} {% if shop_name contains "Palladium US" %} {{ variant.option1 | replace: "Womens", "W" | replace: "Big Kids", "K" | replace: "Mens", "M" | replace: "Little Kids", "K" }} {% else %} {% if shop_name contains "K-Swiss US" and product.tags contains "UNISEX" %} {{ variant.option1 | replace: "Womens", "W" | replace: "Big Kids", "K" | replace: "Mens", "M" | replace: "Little Kids", "K" }} {% else %} {% if childrenSizes == "true" and shop_name contains "K-Swiss US" %} {% if product.tags contains "INFANTS" %} {{ v }}C {% elsif product.tags contains "CHILDREN" %} {% assign original_string = v %} {% assign numbers_only = "" %} {% assign characters = original_string | split: "" %} {% for char in characters %} {% if char contains "0" or char contains "1" or char contains "2" or char contains "3" or char contains "4" or char contains "5" or char contains "6" or char contains "7" or char contains "8" or char contains "9" or char contains "." %} {% assign numbers_only = numbers_only | append: char %} {% endif %} {% endfor %} {% if numbers_only <= 3 %} {{ v }}Y {% else %} {{ v }}C {% endif %} {% elsif product.tags contains "VARSITY" %} {{ v }} {% unless v contains "SZ" %}Y {% endunless %} {% else %} {{ v }} {% endif %} {% assign numbers_only = "" %} {% else %} {{ v }} {% endif %} {% endif %} {% endif %} {% endfor %} {% assign product = active_story.product %} {% assign prev_product = prev_story.product %} {% assign next_product = next_story.product %} {% comment %}{{ product.title }}{% endcomment %} {% assign productTitle = product.title | split: '|' %} {{ productTitle[1] }} Color: {{ productTitle[2] }} {% if product.variants[0].compare_at_price != blank and product.variants[0].compare_at_price != product.variants[0].price %} {{ product.variants[0].price | times: 100 | money }} {{ product.variants[0].compare_at_price | times: 100 | money }} {% else %} {{ product.variants[0].price | times: 100 | money }} {% endif %}