Free shipping
Chic Print Round Neck Midi Dress
$36.99
$36.99
Save
Size
Quantity
SKU: CPRN0320-BLUE-S-999
Weight: 450
SKU: ${data.sku}
Weight: ${data.weight}${data.weight_unit}
Description
Description:
- Sleeve Length: Short Sleeve
- Neckline: Round Neck
- Dress Length: Midi
- Side Pockets
- Pattern Type: Print
- Silhouette: Shift
- 59% Cotton, 21% Rayon, 20% Elastane
- Hand Wash, Dry Flat
Size Chart:
Size | Bust | Length | Shoulder | Sleeves | ||||
---|---|---|---|---|---|---|---|---|
inch | cm | inch | cm | inch | cm | inch | cm | |
S | 36 | 92 | 51 | 129 | 15 | 38.5 | 5 | 12 |
M | 38 | 96 | 52 | 132 | 16 | 40 | 5 | 13 |
L | 40 | 101 | 53 | 135 | 16 | 41.5 | 6 | 14 |
XL | 42 | 107 | 54 | 138 | 17 | 43 | 6 | 15 |
2XL | 45 | 115 | 56 | 141 | 18 | 44.5 | 6 | 16 |
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 `
`;
}()}