{{lang.product.add_cart_succeed}}
{% if isProperty %}
{% endif %}
{{option.productTitle}}
{% if storeConfig.sku_spu_set == "4" %} {% elsif storeConfig.sku_spu_set == "2" %}
{{lang.account.orders_detail.spu}}: {{option.spu | default:"-" }}
{% elsif storeConfig.sku_spu_set == "3" %}
{{lang.account.orders_detail.sku}}: {{option.sku | default:"-" }}
{% elsif storeConfig.sku_spu_set == "1" %}
{{lang.account.orders_detail.spu}}: {{option.spu | default:"-" }}, {{lang.account.orders_detail.sku}}: {{option.sku | default:"-" }}
{% else %} {% endif %} {% if option.sku_value %}
{{option.sku_value | replace : "
", ";" }}
{% endif %} {% for item in option.custom_attr %}
{{ item.name }} :
{% if item.type == "file" %}
{{ lang.account.orders.property_detail }}
{%- unless item.price == '0' -%}
( {%- if item.price > 0 -%} + {%- else -%} - {%- endif -%} {{ item.price | money }} )
{%- endunless -%} {%- elsif item.type == "image_group" -%} {%- for el in item.value -%}
{{ el.value }}
{%- unless el.price == '0' -%}
( {%- if el.price > 0 -%} + {%- else -%} - {%- endif -%} {{ el.price | money }} )
{%- endunless -%} {%- unless forloop.last -%} , {%- endunless -%} {%- endfor -%} {% elsif item.type == "public_image" %} {%- if item.price_type == '1' -%} {%- for el in item.value -%}
{{el.value}} {%- if el.price != 0 -%}( {%- if el.price > 0 -%}+{%- else -%}- {%- endif -%} {{el.price | money }} ) {%- endif -%}
{%- unless forloop.last -%}, {%- endunless -%} {%- endfor -%} {%- else -%} {%- for el in item.value -%}
{{el.value}} {%- if forloop.last -%} {%- if item.price != 0 -%}( {%- if item.price > 0 -%}+{%- else -%}- {%- endif -%} {{ item.price | money }} ) {%- endif -%} {%- endif -%}
{%- unless forloop.last -%}, {%- endunless -%} {%- endfor -%} {%- endif -%} {% elsif item.type == "image_gallery" %}
{{ item.value }}
{%- unless item.price == '0' -%}
( {%- if item.price > 0 -%} + {%- else -%} - {%- endif -%} {{ item.price | money }} )
{%- endunless -%} {%- elsif item.type == "checkbox" or item.type == "block_text" or item.type == "image" -%} {%- for el in item.value -%}
{{ el.value }} {%- unless el.price == '0' -%} ( {%- if item.price > 0 -%} + {%- else -%} - {%- endif -%} {{ el.price | money }} ) {%- endunless -%}
{%- unless forloop.last -%} , {%- endunless -%} {%- endfor -%} {% else %}
{{ item.value }} {%- unless item.price == '0' -%} ( {%- if item.price > 0 -%} + {%- else -%} - {%- endif -%} {{ item.price | money }} ) {%- endunless -%}
{% endif %}
{% endfor %}
{{lang.product.subtotal}}:
{{subtotalPrice}}
{{ lang.cart.list.checkout }}
{{lang.product.view_cart}}
{% for sku in skus %} {% assign keyIndex = forloop.index %}
{{ sku.name }} {%- if sku.isImg -%} {%- if productSkuStyle == "image" or productSkuStyle == "color" -%} :
{{sku.selected_value_label}}
{%- endif -%} {%- endif -%}
{% for val in sku.value %} {%- capture className -%} {% if val.available == 0 %}product-sku-values-item-disable{% endif %} {% if sku.selected_value == val.value %}product-sku-values-item-active{% endif %} {%- endcapture -%} {%- capture imageClassName -%} {%- if val.image != "" and sku.isImg -%} product-sku-values-item-image {%- endif -%} {%- endcapture -%} {%- capture imageSizeClassName -%} {%- if val.image != "" and sku.isImg -%} {%- if productSkuStyle == "image" or productSkuStyle == "image_text" -%} {{productSkuSize}} {%- endif -%} {%- endif -%} {%- endcapture -%} {%- capture colorClassName -%} {%- if productSkuStyle == "color" and sku.isImg -%}product-sku-value-color{%- endif -%} {%- endcapture -%}
{%- if val.available == 0 -%}
{%- endif -%} {%- if productSkuStyle == "color" and sku.isImg -%}
{%- elsif val.image != "" and sku.isImg -%}
{%- if productSkuStyle == "image_text" -%}
{{ val.name }}
{%- endif -%} {%- else -%} {{ val.name }} {%- endif -%}
{% endfor %}
{% endfor %}
{% for sku in skus %} {% assign keyIndex = forloop.index %}
{{ sku.name }}
{% if checkedFirstSku == '2' %}
{{lang.product.please_select}}
{% endif %} {% for val in sku.value %} {%- capture disabled -%} {% if val.available == 0 %}disabled{% endif %} {% if sku.selected_value == val.value %} selected{% endif %} {%- endcapture -%}
{{ val.name }}
{% endfor %}
{% endfor %}
{% for item in variant %}
{%- if productSkuStyle == "color" and item.colorCard -%}
{%- elsif item.image and item.colorCard -%}
{% endif %}
{{item.name}}
{% comment %}
Free Shipping
{% endcomment %}
{{item.price | money}}
{% if item.price < item.compare_at_price %}
{{item.compare_at_price | money}}
{% endif %}
{% if item.ext1 and item.ext1 != '' %}
{{item.ext1}}
{% endif %}
{% endfor %}
{% for sku in skus %} {% assign keyIndex = forloop.index %} {% assign index = forloop.index0 %} {% if sku.type == "multiple" %}
{{sku.name}}
{{lang.account.orders_detail.price | default:"Price"}}
{% if inventory_tracking != 0 %}
{{lang.general.stock | default:"Stock"}}
{% endif %}
{{lang.general.qty | default:"QTY"}}
{{lang.general.reset | default:"Reset"}}
{% for val in sku.value %} {% assign idx = forloop.index0 %}
{% if sku.isImg %} {% if productSkuStyle == "color" %} {% if val.colorValue != "" %}
{% endif %} {% else %} {% if val.image != "" %}
{% endif %} {% endif %} {% endif %}
{{val.name}}
{{val.formatPrice}}{% if inventory_tracking != 0 %} | {{lang.general.stock | default:"Stock"}} {{val.quantity}}{% endif %}
{{val.formatPrice}}
{% if inventory_tracking != 0 %}
{{val.quantity}}
{% endif %}
{% if val.available == 0 %}
{{lang.account.wishlist.product_offline}}
{% else %}
{% endif %}
{% endfor %}
{{lang.cart.list.total | default:"Total"}}
(
0
{{lang.general.variations | default:"variations"}}
0
{{lang.promotions.piece | default:"items"}})
{{0|money}}
{% else %}
{{ sku.name }} {%- if sku.isImg -%} {%- if productSkuStyle == "image" or productSkuStyle == "color" -%} :
{{sku.selected_value_label}}
{%- endif -%} {%- endif -%}
{% for val in sku.value %} {%- capture className -%} {% if val.available == 0 %}product-sku-values-item-disable{% endif %} {% if sku.selected_value == val.value %}product-sku-values-item-active{% endif %} {%- endcapture -%} {%- capture imageClassName -%} {%- if val.image != "" and sku.isImg -%} product-sku-values-item-image {%- endif -%} {%- endcapture -%} {%- capture imageSizeClassName -%} {%- if val.image != "" and sku.isImg -%} {%- if productSkuStyle == "image" or productSkuStyle == "image_text" -%} {{productSkuSize}} {%- endif -%} {%- endif -%} {%- endcapture -%} {%- capture colorClassName -%} {%- if productSkuStyle == "color" and sku.isImg -%}product-sku-value-color{%- endif -%} {%- endcapture -%}
{%- if val.available == 0 -%}
{%- endif -%} {%- if productSkuStyle == "color" and sku.isImg -%}
{%- elsif val.image != "" and sku.isImg -%}
{%- if productSkuStyle == "image_text" -%}
{{ val.name }}
{%- endif -%} {%- else -%} {{ val.name }} {%- endif -%}
{% endfor %}
{% endif %} {% endfor %}
{{lang.coupons.available_num | replace: '{number}',coupons.size}}
{% for coupon in coupons %}
{{coupon.coupon_code}} {%- if coupon.customer_range != 0 -%}
🎁 {{ lang.coupon.exclusive }}
{%- endif -%}
{%- if coupon.rule.discount.type == 1 -%}
{{ coupon.rule.discount.value }}%
OFF {%- else -%}
-{{ coupon.rule.discount.value | money }}
{%- endif -%} {% if coupon.rule.condition.type == 0 %} , {{lang.coupons.discount_rule_extra}} {% elsif coupon.rule.condition.type == 1 %} {% assign coupon_value = coupon.rule.condition.value %} , {{lang.coupons.discount_rule_count | replace: '{condition}',coupon_value }} {% else %} {% assign coupon_value = coupon.rule.condition.value | money %} , {{lang.coupons.discount_rule_amount | replace: '{condition}',coupon_value }} {% endif %}
{% endfor %}
{% if coupons.size > 6 %}
{{lang.base.show_more}}
{% endif %}
50% Off On All Products
Free Shipping On Order $50+
0
0
Home
Skirt
Short
Dresses
Knit Top
Pant
Sweater
Layer
Hat
Jacket
Scarf
Jumpsuit
Woven Shirt
More Links
Home
Skirt
Short
Dresses
Knit Top
Pant
Sweater
Layer
Hat
Jacket
Scarf
Jumpsuit
Woven Shirt
Login
WEAR YOUR STORY
Premium Cotton Tees • Limited Designs • Made to Last
SHOP NOW
WEAR YOUR STORY
Premium Cotton Tees • Limited Designs • Made to Last
SHOP NOW
EXCLUSIVE FITS ONLY HERE • RESTOCKS RARE
Curated Caps Collection From Street to Classic
EXPLORE HATS
EXCLUSIVE FITS ONLY HERE • RESTOCKS RARE
Curated Caps Collection From Street to Classic
EXPLORE HATS
SEASON PICK
The Hottest Item Of The Season
QUICK VIEW
Campo Fleece Beanie
$ 30.40
QUICK VIEW
Campo Fleece Beanie
$ 30.40
QUICK VIEW
Campo Fleece Beanie
$ 30.40
QUICK VIEW
Campo Fleece Beanie
$ 30.40
QUICK VIEW
Campo Headband
$ 20.00
QUICK VIEW
Campo Headband
$ 20.00
QUICK VIEW
Title
$ 0.00
QUICK VIEW
Title
$ 0.00
QUICK VIEW
Title
$ 0.00
QUICK VIEW
Title
$ 0.00
QUICK VIEW
Title
$ 0.00
QUICK VIEW
Title
$ 0.00
NEW IN
NEW SEMESTER LOOK!
Woven Shirt
Knit Top
Pant
Skirt
1
QUICK VIEW
Women's Scouter Cord Long Sleeve Shirt
$ 72.00
2
QUICK VIEW
Women's Scouter Cord Long Sleeve Shirt
$ 72.00
3
QUICK VIEW
Women's Fletcher Shirt
$ 60.00
4
QUICK VIEW
Women's Fletcher Shirt
$ 60.00
5
QUICK VIEW
Women's Cascadia Cord Shirt
$ 78.40
6
QUICK VIEW
Women's Cascadia Cord Shirt
$ 78.40
7
QUICK VIEW
Women's Cascadia Cord Shirt
$ 78.40
8
QUICK VIEW
Women's Arroyo Twill Shirt
$ 72.00
1
QUICK VIEW
Yerba Sleeveless Polo
$ 46.40
2
QUICK VIEW
Women's Swifty Hoodie
$ 70.40
3
QUICK VIEW
Women's Swifty Hoodie
$ 70.40
4
QUICK VIEW
Women's Swifty Hoodie
$ 70.40
5
QUICK VIEW
Women's Primo Short Sleeve Crew
$ 40.00
6
QUICK VIEW
Women's Primo Short Sleeve Crew
$ 40.00
7
QUICK VIEW
Women's Primo Short Sleeve Crew
$ 40.00
8
QUICK VIEW
Women's Primo Short Sleeve Crew
$ 40.00
1
QUICK VIEW
Women's Trailscape Pant
$ 76.00
2
QUICK VIEW
Women's Trailscape Pant
$ 76.00
3
QUICK VIEW
Women's Taj Hemp Pant
$ 70.40
4
QUICK VIEW
Women's Linden Canvas Pant
$ 88.00
5
QUICK VIEW
Women's Linden Canvas Pant
$ 88.00
6
QUICK VIEW
Women's Linden Canvas Pant
$ 88.00
7
QUICK VIEW
Women's Linden Canvas Pant
$ 88.00
8
QUICK VIEW
Women's Karuna Cord Wide Leg Pant
$ 80.00
1
QUICK VIEW
Sunkissed Wrap Skirt
$ 76.00
2
QUICK VIEW
Sunkissed Wrap Skirt
$ 76.00
3
QUICK VIEW
Sunkissed Weekend Skort
$ 60.00
4
QUICK VIEW
Sunkissed Weekend Skort
$ 60.00
5
QUICK VIEW
Sunkissed Weekend Skort
$ 60.00
6
QUICK VIEW
Sunkissed Weekend Skort
$ 60.00
7
QUICK VIEW
Sunkissed Weekend Skort
$ 60.00
8
QUICK VIEW
Sunkissed Weekend Skort
$ 60.00
FOCUS EDITION
Short Jumpsuit
Short
Jumpsuit
QUICK VIEW
Women's Trailscape Pull-On Short
$ 60.00
QUICK VIEW
Women's Trailscape Pull-On Short
$ 60.00
QUICK VIEW
Women's Trailscape Pull-On Short
$ 60.00
QUICK VIEW
Women's Trailscape Pull-On Short
$ 60.00
QUICK VIEW
Women's Taj Hemp Short
$ 52.00
QUICK VIEW
Women's Linden Canvas Short
$ 68.00
QUICK VIEW
Women's Linden Canvas Short
$ 68.00
QUICK VIEW
Women's Linden Canvas Short
$ 68.00
QUICK VIEW
Women's Camp Cove Romper
$ 76.00
QUICK VIEW
Tarn Romper
$ 76.00
QUICK VIEW
Taj Hemp Strappy Jumpsuit
$ 100.00
QUICK VIEW
Taj Hemp Strappy Jumpsuit
$ 100.00
QUICK VIEW
Sunkissed Livvy Jumpsuit
$ 92.00
QUICK VIEW
Sunkissed Livvy Jumpsuit
$ 92.00
QUICK VIEW
Gemina Long Sleeve Jumpsuit
$ 96.00
QUICK VIEW
Gemina Long Sleeve Jumpsuit
$ 96.00
VIEW MORE
City Boy Approved: Striped Tee × Corduroy Cap Combo
Classic stripes meet textured corduroy in this effortless urban pairing.
SHOP ALL
HOT PICK
Dresses
Sweater
Jacket
Layer
Yerba Skort Dress Salt Embroidery/XS
$ 88.00
Yerba Skort Dress Salt Embroidery/S
$ 88.00
Windmere II Short Sleeve Dress Black/XS
$ 68.00
Windmere II Short Sleeve Dress Black/S
$ 68.00
Windmere II Short Sleeve Dress North Shore Multi Stripe/XS
$ 68.00
Windmere II Short Sleeve Dress North Shore Multi Stripe/S
$ 68.00
Windmere II Long Sleeve Dress Black/XS
$ 72.00
Windmere II Long Sleeve Dress Black/S
$ 72.00
Windmere II Long Sleeve Dress Sundown/XS
$ 72.00
Windmere II Long Sleeve Dress Sundown/S
$ 72.00
Whidbey Hooded Sweater Dress True Navy/XS
$ 144.00
Whidbey Hooded Sweater Dress True Navy/S
$ 144.00
Toddy Crew Sweater Dress Glacier/XS
$ 144.00
Toddy Crew Sweater Dress Glacier/S
$ 144.00
Toddy Crew Sweater Dress Heather Grey Space Dye/XS
$ 144.00
Toddy Crew Sweater Dress Heather Grey Space Dye/S
$ 144.00
Women's Cazadero Crew Sweater Boysenberry/XS
$ 120.00
Women's Cazadero Crew Sweater Boysenberry/S
$ 120.00
Twigtree Cardigan Sweater Natural/XS
$ 100.00
Twigtree Cardigan Sweater Natural/S
$ 100.00
Twigtree Cardigan Sweater Pacific Blue/XS
$ 100.00
Twigtree Cardigan Sweater Pacific Blue/S
$ 100.00
Toddy T-Neck Sweater Oatmeal Stripe/XS
$ 132.00
Toddy T-Neck Sweater Oatmeal Stripe/S
$ 132.00
Toddy T-Neck Sweater Rockrose/XS
$ 132.00
Toddy T-Neck Sweater Rockrose/S
$ 132.00
Toddy Cardigan Skyway/XS
$ 144.00
Toddy Cardigan Skyway/S
$ 144.00
Toddy Cardigan Nautical Fair Isle/XS
$ 144.00
Toddy Cardigan Nautical Fair Isle/S
$ 144.00
Toddy Cardigan Kelp/XS
$ 144.00
Toddy Cardigan Kelp/S
$ 144.00
Women's Spruce Wood Vest Nautical/XS
$ 158.40
Women's Spruce Wood Vest Nautical/S
$ 158.40
Women's Spruce Wood Vest Brown Sugar/XS
$ 158.40
Women's Spruce Wood Vest Brown Sugar/S
$ 158.40
Women's Nomader Reversible Jacket Olive Persimmon/XS
$ 128.00
Women's Nomader Reversible Jacket Olive Persimmon/S
$ 128.00
Women's Nomader Reversible Jacket Silverpine Mushroom/XS
$ 128.00
Women's Nomader Reversible Jacket Silverpine Mushroom/S
$ 128.00
Women's Nomader Reversible Jacket Blue Jay Honey Brown/XS
$ 128.00
Women's Nomader Reversible Jacket Blue Jay Honey Brown/S
$ 128.00
Women's Forester Pass Raglan Jacket Chicory/XS
$ 104.00
Women's Forester Pass Raglan Jacket Chicory/S
$ 104.00
Women's Forester Pass Raglan Jacket Cinnabar/XS
$ 104.00
Women's Forester Pass Raglan Jacket Cinnabar/S
$ 104.00
Women's Forester Pass Parka Cornflower/XS
$ 140.00
Women's Forester Pass Parka Cornflower/S
$ 140.00
Women's Sespe Sherpa Vest Green Moss Woodland/XS
$ 100.00
Women's Sespe Sherpa Vest Green Moss Woodland/S
$ 100.00
Women's Sespe Sherpa Vest Light Ash Plaid/XS
$ 100.00
Women's Sespe Sherpa Vest Light Ash Plaid/S
$ 100.00
Women's Campo Fleece Vest Chestnut Mushroom Print/XS
$ 78.40
Women's Campo Fleece Vest Chestnut Mushroom Print/S
$ 78.40
Women's Campo Fleece Vest Rattan Floral Print/XS
$ 78.40
Women's Campo Fleece Vest Rattan Floral Print/S
$ 78.40
Women's Campo Fleece Pullover Barley Tie Dye Print/XS
$ 112.00
Women's Campo Fleece Pullover Barley Tie Dye Print/S
$ 112.00
Women's Campo Fleece Pullover Cyan/XS
$ 112.00
Women's Campo Fleece Pullover Cyan/S
$ 112.00
Women's Campo Fleece Jacket Cinnamon Folk Art Print/XS
$ 128.00
Women's Campo Fleece Jacket Cinnamon Folk Art Print/S
$ 128.00
Women's Campo Fleece Jacket Chestnut Mushroom Print/XS
$ 128.00
Women's Campo Fleece Jacket Chestnut Mushroom Print/S
$ 128.00
QUICK VIEW
Yerba Skort Dress
$ 88.00
QUICK VIEW
Windmere II Short Sleeve Dress
$ 68.00
QUICK VIEW
Windmere II Short Sleeve Dress
$ 68.00
QUICK VIEW
Windmere II Long Sleeve Dress
$ 72.00
QUICK VIEW
Windmere II Long Sleeve Dress
$ 72.00
QUICK VIEW
Whidbey Hooded Sweater Dress
$ 144.00
QUICK VIEW
Toddy Crew Sweater Dress
$ 144.00
QUICK VIEW
Toddy Crew Sweater Dress
$ 144.00
Shopping Cart