Free shipping
Made For You Tie Dye Dress-
$36.99
$69.99
Save
$33.00
$36.99
Save
Size
Quantity
SKU: MFYT0318-Blue-S-999
SKU: ${data.sku}
Weight: ${data.weight}${data.weight_unit}
Description
Description:
We didn’t think it was possible, but the T-shirt dress just got better. Cute for casual weekends or as a pool cover-up, this comfy dress is designed in an easy silhouette electrified with a tie dye sunburst. Style it with a puka shell accessory and sporty slides.
- Dress Length: Mini
- Pattern Type: Print
- Neckline: Scoop Neck
- Sleeve Length: Short Sleeve
- Material: Cotton-Blend
Size Chart:
Size | Bust | Length | Sleeves | |||
---|---|---|---|---|---|---|
inch | cm | inch | cm | inch | cm | |
S | 36 | 92 | 34 | 86 | 6 | 15 |
M | 38 | 96 | 34 | 87 | 6 | 16 |
L | 39 | 100 | 35 | 88 | 7 | 17 |
XL | 41 | 104 | 35 | 89 | 7 | 18 |
2XL | 43 | 108 | 35 | 90 | 7 | 19 |
You may also like
${function() {
const variantNames = [] || [];
const variantStyle = "button";
let thumbSwitchName = '';
return (data.product.options || []).map((option, index) => {
const optionName = option.name || '';
const position = `option${index + 1}`;
let isThumbImage = false;
if (data.product.need_variant_image && thumbSwitchName == '') {
for (let i = 0, len = variantNames.length; i < len; i++) {
const name = variantNames[i].toLowerCase();
if (name == optionName.toLowerCase()) {
isThumbImage = true;
thumbSwitchName = name;
break;
}
}
}
return (variantStyle == 'button' || isThumbImage) ? `
` : `
`;
}).join('');
}()}
${option.name}
${option.values.map(value => {
let selected = '';
selected = data.selectedValues[optionName] == value ? 'selected' : '';
let thumbImage = null;
if (isThumbImage) {
const variants = data.product.variants;
for (let i = 0, len = variants.length; i < len; i++) {
const variant = variants[i];
if (variant[position] == value && thumbImage == null) {
thumbImage = variant.image;
break;
}
}
}
return `
${isThumbImage ? `
` : ``}
`;
}).join('')}
${option.name}
Sold out
Save
${function() {
const productVariants = data.variants || [];
const price = data.price;
let compareAtPrice = data.compare_at_price;
let offRatio = data.off_ratio;
for (let i = 0, len = productVariants.length; i < len; i++) {
const variant = productVariants[i];
if (variant.price == price && compareAtPrice < variant.compare_at_price) {
compareAtPrice = variant.compare_at_price;
offRatio = variant.off_ratio;
}
}
const diffPrice = compareAtPrice - price;
return `
`;
}()}