24seven Comfort Apparel Womens Long Sleeve Fall Tunic Tops
{% assign product = all_products['long-sleeve-solid-color-swing-style-flared-tunic-top'] %}
{% if product %}
All Tunic Topsunder $35
Long Sleeve Tunic Top For Women
star
star
star
star
star
Shop Now
{% else %}
No products found. Please add some products to your store first.
{% endif %}
{% assign product = all_products['long-sleeve-solid-color-swing-style-flared-tunic-top'] %}
{% if product %}
All Tunic Topsunder $35
star
star
star
star
star
Shop Now
{% else %}
No products found. Please add some products to your store first.
{% endif %}
local_shipping
Free 2 day Shipping
event
Free Returns within 30 Days
verified_user
Secure payment options
{% assign product = all_products['long-sleeve-solid-color-swing-style-flared-tunic-top'] %}
{% if product %}
{% assign imageLink = '' %}
{% if product.images.size > 0 %}
{% assign imageLink = product.images[0].src | img_url: '' %}
{% endif %}
{% if imageLink != '' %}
{% if true %}
{% else %}
{% endif %}
{% else %}
This product has no images.
{% endif %}
{% if product.images.size > 0 %}
{% assign columnCounter = 0 %}
{% for image in product.images %}
{% assign columnCounter = columnCounter | plus: 1 %}
{% endfor %}
{% if false and product.media %}
{% for media in product.media %}
{% case media.media_type %}
{% when 'external_video' %}
{{ media | external_video_tag }}
{% when 'video' %}
{{ media | video_tag: controls: true }}
{% endcase %}
{% endfor %}
{% endif %}
{% assign ghostColumns = 4 | minus: columnCounter %}
{% for i in (1..ghostColumns) %}
{% endfor %}
{% else %}
This product has no images.
{% endif %}
{% if true %}
{% else %}
{% endif %}
{{product.title}}
star
star
star
star
star
{% assign decimalNumber = 2 | at_least: 0 | at_most: 24 %}
{% assign moneyFormatParts = shop.money_format | split: '{{' %}
{% assign currencySymbol = moneyFormatParts[0] | strip_html %}
{% if currencySymbol == '' %}
{% assign moneyFormatParts = shop.money_format | split: '}}' %}
{% assign currencySymbol = moneyFormatParts[1] | strip_html %}
{% endif %}
{% if 'token' == 'name' %}
{% assign currencyToken = shop.currency %}
{% else %}
{% assign currencyToken = currencySymbol %}
{% endif %}
{% assign data = 'data-decimal-token="." data-decimal-number="' | append: decimalNumber | append: '" ' %}
{% for variant in product.variants %}
{% assign variantPrice = variant.price | divided_by: 100.0 %}
{% assign price = variantPrice | round: decimalNumber | string %}
{% assign priceParts = price | split: '.' %}
{% assign priceIntegral = priceParts[0] %}
{% assign priceFractional = priceParts[1] | append: '000000000000000000000000' | truncate: decimalNumber, '' %}
{% if decimalNumber > 0 %}
{% assign price = priceIntegral | append: '.' | append: priceFractional %}
{% else %}
{% assign price = priceIntegral %}
{% endif %}
{% assign oriPrice = variant.compare_at_price %}
{% if oriPrice %}
{% assign oriPrice = oriPrice | divided_by: 100.0 %}
{% else %}
{% assign oriPrice = 0 %}
{% endif %}
{% if true and oriPrice > variantPrice %}
{% assign oriPrice = oriPrice | round: decimalNumber | string %}
{% assign oriPriceParts = oriPrice | split: '.' %}
{% assign oriPriceIntegral = oriPriceParts[0] %}
{% assign oriPriceFractional = oriPriceParts[1] | append: '000000000000000000000000' | truncate: decimalNumber, '' %}
{% if decimalNumber > 0 %}
{% assign oriPrice = oriPriceIntegral | append: '.' | append: oriPriceFractional %}
{% else %}
{% assign oriPrice = oriPriceIntegral %}
{% endif %}
{% else %}
{% assign oriPrice = '' %}
{% endif %}
{% assign data = data | append: 'data-price-' | append: variant.id | append: '="' | append: price | append: '" ' %}
{% assign data = data | append: 'data-ori-price-' | append: variant.id | append: '="' | append: oriPrice | append: '" ' %}
{% if forloop.index == 1 %}
{% assign data = data | append: 'data-variant="' | append: variant.id | append: '" ' %}
{{currencyToken}}
{{priceIntegral}}{% if decimalNumber > 0 %}.{{priceFractional}}{% endif %}
{{currencyToken}}
{{oriPrice}}
{% endif %}
{% endfor %}
This beautiful tunic top for women combines comfort and style for a chic feminine look. The flared cut accentuates natural curves while the swing-style hem, which reaches down to the hips, radiates flowing feminine elegance, and allows for ease of movement. The scoop neck and soft, stretchable fabric make for easy pullover styling.
done
Long Sleeves
done
Relaxed flared shape
done
Comfortable stretch material
{% if product.has_only_default_variant %}
Variant
{% if 'button' == 'button' %}
Default
{% else %}
Default
{% endif %}
{% else %}
{% for option in product.options_with_values %}
{{option.name}}
{% assign activeIndex = 1 %}
{% assign optionKey = 'option' | append: forloop.index %}
{% if 'button' == 'button' %}
{% for optionValue in option.values %}
{% assign variantList = '' %}
{% for variant in product.variants %}
{% if variant[optionKey] == optionValue %}
{% assign variantList = variantList | append: variant.id | append: ' ' %}
{% endif %}
{% endfor %}
{{optionValue}}
{% endfor %}
{% else %}
{% for optionValue in option.values %}
{% assign variantList = '' %}
{% for variant in product.variants %}
{% if variant[optionKey] == optionValue %}
{% assign variantList = variantList | append: variant.id | append: ' ' %}
{% endif %}
{% endfor %}
{% if forloop.index == activeIndex %}
{{optionValue}}
{% else %}
{{optionValue}}
{% endif %}
{% endfor %}
{% endif %}
{% endfor %}
{% endif %}
{% assign data = '' %}
{% for variant in product.variants %}
{% assign variantId = variant.id %}
{% assign variantImage = variant.image %}
{% if variantImage %}
{% assign variantImageUrl = variantImage | img_url: '' %}
{% assign data = data | append: 'data-image-' | append: variantId | append: '="' | append: variantImageUrl | append: '" ' %}
{% endif %}
{% endfor %}
Quantity
-
+
{% assign soldOut = false %}
{% assign soldOutData = '' %}
{% for variant in product.variants %}
{% if variant.inventory_management == 'shopify' and variant.inventory_policy == 'deny' and variant.inventory_quantity == 0 %}
{% assign soldOutData = soldOutData | append: variant.id | append: ' ' %}
{% if forloop.index == 1 %}
{% assign soldOut = true %}
{% endif %}
{% endif %}
{% endfor %}
{% if soldOut %}
Sold out
{% else %}
Add to cart
{% endif %}
{% else %}
No products found. Please add some products to your store first.
{% endif %}
{% assign product = all_products['24seven-comfort-apparel-blue-floral-long-sleeve-v-neck-tunic-top-r006279npw'] %}
{% if product %}
{% assign imageLink = '' %}
{% if product.images.size > 0 %}
{% assign imageLink = product.images[0].src | img_url: '' %}
{% endif %}
{% if imageLink != '' %}
{% if true %}
{% else %}
{% endif %}
{% else %}
This product has no images.
{% endif %}
{% if product.images.size > 0 %}
{% assign columnCounter = 0 %}
{% for image in product.images %}
{% assign columnCounter = columnCounter | plus: 1 %}
{% endfor %}
{% if false and product.media %}
{% for media in product.media %}
{% case media.media_type %}
{% when 'external_video' %}
{{ media | external_video_tag }}
{% when 'video' %}
{{ media | video_tag: controls: true }}
{% endcase %}
{% endfor %}
{% endif %}
{% assign ghostColumns = 4 | minus: columnCounter %}
{% for i in (1..ghostColumns) %}
{% endfor %}
{% else %}
This product has no images.
{% endif %}
{% if true %}
{% else %}
{% endif %}
{{product.title}}
star
star
star
star
star
{% assign decimalNumber = 2 | at_least: 0 | at_most: 24 %}
{% assign moneyFormatParts = shop.money_format | split: '{{' %}
{% assign currencySymbol = moneyFormatParts[0] | strip_html %}
{% if currencySymbol == '' %}
{% assign moneyFormatParts = shop.money_format | split: '}}' %}
{% assign currencySymbol = moneyFormatParts[1] | strip_html %}
{% endif %}
{% if 'token' == 'name' %}
{% assign currencyToken = shop.currency %}
{% else %}
{% assign currencyToken = currencySymbol %}
{% endif %}
{% assign data = 'data-decimal-token="." data-decimal-number="' | append: decimalNumber | append: '" ' %}
{% for variant in product.variants %}
{% assign variantPrice = variant.price | divided_by: 100.0 %}
{% assign price = variantPrice | round: decimalNumber | string %}
{% assign priceParts = price | split: '.' %}
{% assign priceIntegral = priceParts[0] %}
{% assign priceFractional = priceParts[1] | append: '000000000000000000000000' | truncate: decimalNumber, '' %}
{% if decimalNumber > 0 %}
{% assign price = priceIntegral | append: '.' | append: priceFractional %}
{% else %}
{% assign price = priceIntegral %}
{% endif %}
{% assign oriPrice = variant.compare_at_price %}
{% if oriPrice %}
{% assign oriPrice = oriPrice | divided_by: 100.0 %}
{% else %}
{% assign oriPrice = 0 %}
{% endif %}
{% if true and oriPrice > variantPrice %}
{% assign oriPrice = oriPrice | round: decimalNumber | string %}
{% assign oriPriceParts = oriPrice | split: '.' %}
{% assign oriPriceIntegral = oriPriceParts[0] %}
{% assign oriPriceFractional = oriPriceParts[1] | append: '000000000000000000000000' | truncate: decimalNumber, '' %}
{% if decimalNumber > 0 %}
{% assign oriPrice = oriPriceIntegral | append: '.' | append: oriPriceFractional %}
{% else %}
{% assign oriPrice = oriPriceIntegral %}
{% endif %}
{% else %}
{% assign oriPrice = '' %}
{% endif %}
{% assign data = data | append: 'data-price-' | append: variant.id | append: '="' | append: price | append: '" ' %}
{% assign data = data | append: 'data-ori-price-' | append: variant.id | append: '="' | append: oriPrice | append: '" ' %}
{% if forloop.index == 1 %}
{% assign data = data | append: 'data-variant="' | append: variant.id | append: '" ' %}
{{currencyToken}}
{{priceIntegral}}{% if decimalNumber > 0 %}.{{priceFractional}}{% endif %}
{{currencyToken}}
{{oriPrice}}
{% endif %}
{% endfor %}
This blue floral print tunic top is a perfect addition to your wardrobe. Featuring a v shaped neckline, long sleeves, and a relaxed flared shape. Wear this comfortable top with jeans and flats for an easy casual look or style with boots for a stylish Fall season outfit. Made from a comfortable stretch polyester spandex blend material.
done
Long Bell Sleeves
done
Relaxed flared shape
done
Comfortable stretch material
done
Beautiful floral print
done
Henley button details
{% if product.has_only_default_variant %}
Variant
{% if 'button' == 'button' %}
Default
{% else %}
Default
{% endif %}
{% else %}
{% for option in product.options_with_values %}
{{option.name}}
{% assign activeIndex = 1 %}
{% assign optionKey = 'option' | append: forloop.index %}
{% if 'button' == 'button' %}
{% for optionValue in option.values %}
{% assign variantList = '' %}
{% for variant in product.variants %}
{% if variant[optionKey] == optionValue %}
{% assign variantList = variantList | append: variant.id | append: ' ' %}
{% endif %}
{% endfor %}
{{optionValue}}
{% endfor %}
{% else %}
{% for optionValue in option.values %}
{% assign variantList = '' %}
{% for variant in product.variants %}
{% if variant[optionKey] == optionValue %}
{% assign variantList = variantList | append: variant.id | append: ' ' %}
{% endif %}
{% endfor %}
{% if forloop.index == activeIndex %}
{{optionValue}}
{% else %}
{{optionValue}}
{% endif %}
{% endfor %}
{% endif %}
{% endfor %}
{% endif %}
{% assign data = '' %}
{% for variant in product.variants %}
{% assign variantId = variant.id %}
{% assign variantImage = variant.image %}
{% if variantImage %}
{% assign variantImageUrl = variantImage | img_url: '' %}
{% assign data = data | append: 'data-image-' | append: variantId | append: '="' | append: variantImageUrl | append: '" ' %}
{% endif %}
{% endfor %}
Quantity
-
+
{% assign soldOut = false %}
{% assign soldOutData = '' %}
{% for variant in product.variants %}
{% if variant.inventory_management == 'shopify' and variant.inventory_policy == 'deny' and variant.inventory_quantity == 0 %}
{% assign soldOutData = soldOutData | append: variant.id | append: ' ' %}
{% if forloop.index == 1 %}
{% assign soldOut = true %}
{% endif %}
{% endif %}
{% endfor %}
{% if soldOut %}
Sold out
{% else %}
Add to cart
{% endif %}
{% else %}
No products found. Please add some products to your store first.
{% endif %}
{% assign product = all_products['flared-long-sleeve-henley-tunic-top'] %}
{% if product %}
{% assign imageLink = '' %}
{% if product.images.size > 0 %}
{% assign imageLink = product.images[0].src | img_url: '' %}
{% endif %}
{% if imageLink != '' %}
{% if true %}
{% else %}
{% endif %}
{% else %}
This product has no images.
{% endif %}
{% if product.images.size > 0 %}
{% assign columnCounter = 0 %}
{% for image in product.images %}
{% assign columnCounter = columnCounter | plus: 1 %}
{% endfor %}
{% if false and product.media %}
{% for media in product.media %}
{% case media.media_type %}
{% when 'external_video' %}
{{ media | external_video_tag }}
{% when 'video' %}
{{ media | video_tag: controls: true }}
{% endcase %}
{% endfor %}
{% endif %}
{% assign ghostColumns = 4 | minus: columnCounter %}
{% for i in (1..ghostColumns) %}
{% endfor %}
{% else %}
This product has no images.
{% endif %}
{% if true %}
{% else %}
{% endif %}
{{product.title}}
star
star
star
star
star
{% assign decimalNumber = 2 | at_least: 0 | at_most: 24 %}
{% assign moneyFormatParts = shop.money_format | split: '{{' %}
{% assign currencySymbol = moneyFormatParts[0] | strip_html %}
{% if currencySymbol == '' %}
{% assign moneyFormatParts = shop.money_format | split: '}}' %}
{% assign currencySymbol = moneyFormatParts[1] | strip_html %}
{% endif %}
{% if 'token' == 'name' %}
{% assign currencyToken = shop.currency %}
{% else %}
{% assign currencyToken = currencySymbol %}
{% endif %}
{% assign data = 'data-decimal-token="." data-decimal-number="' | append: decimalNumber | append: '" ' %}
{% for variant in product.variants %}
{% assign variantPrice = variant.price | divided_by: 100.0 %}
{% assign price = variantPrice | round: decimalNumber | string %}
{% assign priceParts = price | split: '.' %}
{% assign priceIntegral = priceParts[0] %}
{% assign priceFractional = priceParts[1] | append: '000000000000000000000000' | truncate: decimalNumber, '' %}
{% if decimalNumber > 0 %}
{% assign price = priceIntegral | append: '.' | append: priceFractional %}
{% else %}
{% assign price = priceIntegral %}
{% endif %}
{% assign oriPrice = variant.compare_at_price %}
{% if oriPrice %}
{% assign oriPrice = oriPrice | divided_by: 100.0 %}
{% else %}
{% assign oriPrice = 0 %}
{% endif %}
{% if true and oriPrice > variantPrice %}
{% assign oriPrice = oriPrice | round: decimalNumber | string %}
{% assign oriPriceParts = oriPrice | split: '.' %}
{% assign oriPriceIntegral = oriPriceParts[0] %}
{% assign oriPriceFractional = oriPriceParts[1] | append: '000000000000000000000000' | truncate: decimalNumber, '' %}
{% if decimalNumber > 0 %}
{% assign oriPrice = oriPriceIntegral | append: '.' | append: oriPriceFractional %}
{% else %}
{% assign oriPrice = oriPriceIntegral %}
{% endif %}
{% else %}
{% assign oriPrice = '' %}
{% endif %}
{% assign data = data | append: 'data-price-' | append: variant.id | append: '="' | append: price | append: '" ' %}
{% assign data = data | append: 'data-ori-price-' | append: variant.id | append: '="' | append: oriPrice | append: '" ' %}
{% if forloop.index == 1 %}
{% assign data = data | append: 'data-variant="' | append: variant.id | append: '" ' %}
{{currencyToken}}
{{priceIntegral}}{% if decimalNumber > 0 %}.{{priceFractional}}{% endif %}
{{currencyToken}}
{{oriPrice}}
{% endif %}
{% endfor %}
Enjoy every moment in comfort with this women’s henley top. The three button detail enhances the V-shaped neckline on this stylish henley. Fitted, long sleeves create a frame for the flared tunic top hemline.
done
Long Sleeves
done
Relaxed flared shape
done
Comfortable stretch material
done
Henley button details
{% if product.has_only_default_variant %}
Variant
{% if 'button' == 'button' %}
Default
{% else %}
Default
{% endif %}
{% else %}
{% for option in product.options_with_values %}
{{option.name}}
{% assign activeIndex = 1 %}
{% assign optionKey = 'option' | append: forloop.index %}
{% if 'button' == 'button' %}
{% for optionValue in option.values %}
{% assign variantList = '' %}
{% for variant in product.variants %}
{% if variant[optionKey] == optionValue %}
{% assign variantList = variantList | append: variant.id | append: ' ' %}
{% endif %}
{% endfor %}
{{optionValue}}
{% endfor %}
{% else %}
{% for optionValue in option.values %}
{% assign variantList = '' %}
{% for variant in product.variants %}
{% if variant[optionKey] == optionValue %}
{% assign variantList = variantList | append: variant.id | append: ' ' %}
{% endif %}
{% endfor %}
{% if forloop.index == activeIndex %}
{{optionValue}}
{% else %}
{{optionValue}}
{% endif %}
{% endfor %}
{% endif %}
{% endfor %}
{% endif %}
{% assign data = '' %}
{% for variant in product.variants %}
{% assign variantId = variant.id %}
{% assign variantImage = variant.image %}
{% if variantImage %}
{% assign variantImageUrl = variantImage | img_url: '' %}
{% assign data = data | append: 'data-image-' | append: variantId | append: '="' | append: variantImageUrl | append: '" ' %}
{% endif %}
{% endfor %}
Quantity
-
+
{% assign soldOut = false %}
{% assign soldOutData = '' %}
{% for variant in product.variants %}
{% if variant.inventory_management == 'shopify' and variant.inventory_policy == 'deny' and variant.inventory_quantity == 0 %}
{% assign soldOutData = soldOutData | append: variant.id | append: ' ' %}
{% if forloop.index == 1 %}
{% assign soldOut = true %}
{% endif %}
{% endif %}
{% endfor %}
{% if soldOut %}
Sold out
{% else %}
Add to cart
{% endif %}
{% else %}
No products found. Please add some products to your store first.
{% endif %}
Featured products
Best selling
New Arrivals
{% assign collection = collections['womens-tunic-tops-best-sellers'] %}
{% assign products = collection.products %}
{% assign productCount = products | size | at_most: 4 %}
{% if productCount > 0 %}
{% for product in products %}
{% assign imageLink = '' %}
{% if product.images.size > 0 %}
{% assign imageLink = product.images[0].src | img_url: '' %}
{% endif %}
{% if imageLink != '' %}
{% if true %}
{% else %}
{% endif %}
{% else %}
This product has no images.
{% endif %}
{% if true %}
{% else %}
{% endif %}
{{product.title}}
{% assign decimalNumber = 2 | at_least: 0 | at_most: 24 %}
{% assign moneyFormatParts = shop.money_format | split: '{{' %}
{% assign currencySymbol = moneyFormatParts[0] | strip_html %}
{% if currencySymbol == '' %}
{% assign moneyFormatParts = shop.money_format | split: '}}' %}
{% assign currencySymbol = moneyFormatParts[1] | strip_html %}
{% endif %}
{% if 'token' == 'name' %}
{% assign currencyToken = shop.currency %}
{% else %}
{% assign currencyToken = currencySymbol %}
{% endif %}
{% assign data = 'data-decimal-token="." data-decimal-number="' | append: decimalNumber | append: '" ' %}
{% for variant in product.variants %}
{% assign variantPrice = variant.price | divided_by: 100.0 %}
{% assign price = variantPrice | round: decimalNumber | string %}
{% assign priceParts = price | split: '.' %}
{% assign priceIntegral = priceParts[0] %}
{% assign priceFractional = priceParts[1] | append: '000000000000000000000000' | truncate: decimalNumber, '' %}
{% if decimalNumber > 0 %}
{% assign price = priceIntegral | append: '.' | append: priceFractional %}
{% else %}
{% assign price = priceIntegral %}
{% endif %}
{% assign oriPrice = variant.compare_at_price %}
{% if oriPrice %}
{% assign oriPrice = oriPrice | divided_by: 100.0 %}
{% else %}
{% assign oriPrice = 0 %}
{% endif %}
{% if true and oriPrice > variantPrice %}
{% assign oriPrice = oriPrice | round: decimalNumber | string %}
{% assign oriPriceParts = oriPrice | split: '.' %}
{% assign oriPriceIntegral = oriPriceParts[0] %}
{% assign oriPriceFractional = oriPriceParts[1] | append: '000000000000000000000000' | truncate: decimalNumber, '' %}
{% if decimalNumber > 0 %}
{% assign oriPrice = oriPriceIntegral | append: '.' | append: oriPriceFractional %}
{% else %}
{% assign oriPrice = oriPriceIntegral %}
{% endif %}
{% else %}
{% assign oriPrice = '' %}
{% endif %}
{% assign data = data | append: 'data-price-' | append: variant.id | append: '="' | append: price | append: '" ' %}
{% assign data = data | append: 'data-ori-price-' | append: variant.id | append: '="' | append: oriPrice | append: '" ' %}
{% if forloop.index == 1 %}
{% assign data = data | append: 'data-variant="' | append: variant.id | append: '" ' %}
{{currencyToken}}
{{priceIntegral}}{% if decimalNumber > 0 %}.{{priceFractional}}{% endif %}
{{currencyToken}}
{{oriPrice}}
{% endif %}
{% endfor %}
{% if forloop.index >= productCount %}
{% break %}
{% endif %}
{% endfor %}
{% else %}
{% if 'Womens Tunic Tops Best Sellers' == '' %}
Please choose collection to show products from sidebar.
{% else %}
No products found. Please add some products to the collection first.
{% endif %}
{% endif %}
{% assign collection = collections['womens-tunic-tops-new-arrivals'] %}
{% assign products = collection.products %}
{% assign productCount = products | size | at_most: 4 %}
{% if productCount > 0 %}
{% for product in products %}
{% assign imageLink = '' %}
{% if product.images.size > 0 %}
{% assign imageLink = product.images[0].src | img_url: '' %}
{% endif %}
{% if imageLink != '' %}
{% if true %}
{% else %}
{% endif %}
{% else %}
This product has no images.
{% endif %}
{% if true %}
{% else %}
{% endif %}
{{product.title}}
star
star
star
star
star
(5)
{% assign decimalNumber = 2 | at_least: 0 | at_most: 24 %}
{% assign moneyFormatParts = shop.money_format | split: '{{' %}
{% assign currencySymbol = moneyFormatParts[0] | strip_html %}
{% if currencySymbol == '' %}
{% assign moneyFormatParts = shop.money_format | split: '}}' %}
{% assign currencySymbol = moneyFormatParts[1] | strip_html %}
{% endif %}
{% if 'token' == 'name' %}
{% assign currencyToken = shop.currency %}
{% else %}
{% assign currencyToken = currencySymbol %}
{% endif %}
{% assign data = 'data-decimal-token="." data-decimal-number="' | append: decimalNumber | append: '" ' %}
{% for variant in product.variants %}
{% assign variantPrice = variant.price | divided_by: 100.0 %}
{% assign price = variantPrice | round: decimalNumber | string %}
{% assign priceParts = price | split: '.' %}
{% assign priceIntegral = priceParts[0] %}
{% assign priceFractional = priceParts[1] | append: '000000000000000000000000' | truncate: decimalNumber, '' %}
{% if decimalNumber > 0 %}
{% assign price = priceIntegral | append: '.' | append: priceFractional %}
{% else %}
{% assign price = priceIntegral %}
{% endif %}
{% assign oriPrice = variant.compare_at_price %}
{% if oriPrice %}
{% assign oriPrice = oriPrice | divided_by: 100.0 %}
{% else %}
{% assign oriPrice = 0 %}
{% endif %}
{% if true and oriPrice > variantPrice %}
{% assign oriPrice = oriPrice | round: decimalNumber | string %}
{% assign oriPriceParts = oriPrice | split: '.' %}
{% assign oriPriceIntegral = oriPriceParts[0] %}
{% assign oriPriceFractional = oriPriceParts[1] | append: '000000000000000000000000' | truncate: decimalNumber, '' %}
{% if decimalNumber > 0 %}
{% assign oriPrice = oriPriceIntegral | append: '.' | append: oriPriceFractional %}
{% else %}
{% assign oriPrice = oriPriceIntegral %}
{% endif %}
{% else %}
{% assign oriPrice = '' %}
{% endif %}
{% assign data = data | append: 'data-price-' | append: variant.id | append: '="' | append: price | append: '" ' %}
{% assign data = data | append: 'data-ori-price-' | append: variant.id | append: '="' | append: oriPrice | append: '" ' %}
{% if forloop.index == 1 %}
{% assign data = data | append: 'data-variant="' | append: variant.id | append: '" ' %}
{{currencyToken}}
{{priceIntegral}}{% if decimalNumber > 0 %}.{{priceFractional}}{% endif %}
{{currencyToken}}
{{oriPrice}}
{% endif %}
{% endfor %}
{% if forloop.index >= productCount %}
{% break %}
{% endif %}
{% endfor %}
{% else %}
{% if 'Womens Tunic Tops New Arrivals' == '' %}
Please choose collection to show products from sidebar.
{% else %}
No products found. Please add some products to the collection first.
{% endif %}
{% endif %}
Shop All Tunic Tops
Customer reviews
Fits great!
This top is SO comfortable. I love the color and it is exactly as described online. This is a soft, thin T shirt type cotton knit material with a slight stretchiness to it. I am 5'5" tall and fairly thin all over. I usually have trouble finding tops to fit my thin build while disguising the larger bust and tummy area, but this top does that terrifically.
star
star
star
star
star
Altagracia
Verified purchase
Highly Recommend
Was scared to buy this but Im reay glad I did and will be purchasing more. Im a size 4, ordered the small. Super soft materiel, not restricting, great quality material.
star
star
star
star
star
Elly
Verified purchase
PERFECT TOP. 3/4 SLEEVES HIDE IMPERFECTIONS
perfect top. 3/4 sleeves hide imperfections, but cool enough for summer. very good quality with surprisingly excellent pricing.
star
star
star
star
star
Clara
Verified purchase
Easy returns and exchanges
With our 30 day return policy and free returns you havr nothing to worry about if our styles are not to your liking. Easy returns and exchanges.