Fresh, feminine, flouncy and oh-so seductively soft, this is your ultimate summer go-to dress. Inspired by rare, blue and white hand crafted porcelain, you will look and feel like an exquisite piece of artwork.
This vintage-inspired cut is superbly comfortable with a wide flaring skirt that falls below the knee. The bodice features a sweet V-neck line, just low enough to show a hint of cleavage. Flowing three-quarter bell sleeves complete the look.
Dress with a soft lacy white or blue scarf draped over your shoulders or tied around the waist. Show off your sentimental pendant and charm bracelets. Fun berry-pink lipstick and matching nails is must!
Size | Bust (cm) | Waist (cm) | Length (cm) |
XS | 86 | 71 | 106 |
S | 91 | 76 | 107 |
M | 96 | 81 | 108 |
L | 101 | 86 | 109 |
XL | 106 | 91 | 110 |
XXL | 111 | 96 | 111 |
|
100% Cotton, no stretch.
BELT NOT INCLUDED - Please see our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1133354",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
if(unique){
data.uniqueId = unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
console.log(e.error);
if(e.error == 0){
$(".right-mini-cart-box").html(e.html);
$(".CartCount").html(e.data.count);
$('.drawer-toggle-cart').trigger("click");
}else{
layer.msg(e.msg);
}
}
});
}
function addto_sku(qty,skus,key){
$.ajax({
url:"?m=jqajax&act=addto_sku",
method:"POST",
dataType:"JSON",
data: {
id:'1133354',
sku: key,
},
success :function(e){
if (e.unique){
let unique = e.unique.replace(/'/g, '');
addtocart(qty,"","",unique);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'1133354'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});