1/6
${data.index + 1}/${data.total}
Description
- SKU:2209162440
- Puff Sleeves maxi dress- Crew neck- Cut out
- Our Top features a cropped cut, off the shoulder with cute puff sleeves, gel tape along the neckline and exposed centre back zipper. Lining and no stretch throughout the garment. 100% Polyester.
- Colours may appear slightly different to the website due to lighting, computer picture resolution and monitor settings. Print placement may vary between each individual item.
- Cold hand wash only
- Model is wears a size S with 177cm tall
Size Chart
Size | Chest | Top Length | Waist | Skirt Length | Hip | |||||
cm | inch | cm | inch | cm | inch | cm | inch | cm | inch | |
S | 83 | 32.68 | 35 | 13.78 | 64 | 25.98 | 106 | 37.80 | 94 | 37.01 |
M | 87 | 34.25 | 36 | 14.17 | 68 | 27.56 | 107 | 38.19 | 98 | 38.58 |
L | 91 | 35.83 | 37 | 14.57 | 74 | 29.13 | 98 | 38.58 | 102 | 40.16 |
XL | 95 | 37.40 | 38 | 14.96 | 78 | 30.71 | 99 | 38.98 | 106 | 41.73 |
2XL | 99 | 38.98 | 39 | 15.35 | 82 | 32.28 | 100 | 39.37 | 110 | 43.31 |
3XL | 103 | 40.55 | 40 |
You may also likeRecently Viewed
${(function(){
var total_price = data.total_price;
var postageFreeAmount = 69;
var freeAmount = postageFreeAmount - total_price;
var isFreeShipping = freeAmount <= 0;
var rate = Math.min(total_price / postageFreeAmount * 100, 100).toFixed(2);
const textArray = ("Spend {{ amount }} more and get free shipping!").split(/\{\{\s*amount\s*\}\}/);
const textArrayHtml = textArray.map((text, index) => {
if (index == 0) {
return `${text}`;
}
return `
${textArrayHtml}
You've got free shipping
${rate}%
${data.invalid_msg}
Total:
${function() {
const textArray = ("Save {{save_amount}}").split(/\{\{\s*save_amount\}\}/);
if (textArray.length > 0 && textArray.length < 2) {
textArray.push('');
}
return textArray.map((text, index) => {
if (index == 0) {
return `${text}`;
}
return `
${function() {
const textArray = ("Save {{save_amount}}").split(/\{\{\s*save_amount\}\}/);
if (textArray.length > 0 && textArray.length < 2) {
textArray.push('');
}
return textArray.map((text, index) => {
if (index == 0) {
return `${text}`;
}
return `
${function() {
const textArray = ("Save {{save_amount}}").split(/\{\{\s*save_amount\}\}/);
if (textArray.length > 0 && textArray.length < 2) {
textArray.push('');
}
return textArray.map((text, index) => {
if (index == 0) {
return `${text}`;
}
return `
${data.invalid_msg}
Taxes and shipping calculated at checkout
Total:
Taxes and shipping calculated at checkout
${function() {
let variantImageShowed = false;
const currentProduct = data.product;
return (currentProduct.options || []).map((option, index) => {
const optionName = option.name || '';
const position = `option${index + 1}`;
let isThumbImage = false;
if (currentProduct.need_variant_image && !variantImageShowed) {
const variantNames = ["color"] || [];
for (let i = 0, len = variantNames.length; i < len; i++) {
const name = variantNames[i].toLowerCase();
if (name === optionName.toLowerCase()) {
isThumbImage = true;
variantImageShowed = true;
}
}
}
const variantType = "button";
const thumbStyle = "image_with_text";
return `
${data.originData && data.originData.value || data.value}
${optionName}
|