Product Details
This elegant Jacquard Dress is perfect for formal occasions. The luxurious textured fabric adds a touch of sophistication to the mid-length dress. The fitted bodice is lined and boned for structure, with adjustable spaghetti straps for a comfortable fit.
The dress fastens with a centre back invisible zip, and it's fully lined gathered skirt creates a beautiful full princess style silhouette, making you feel like royalty at your next event. The floral pattern in metal texture adds an element of glamour, ultimately a dress of retro, party chic style.
Shop the Kids Prestige Edition to match with your mini. Available sizes from 18-24 months to 7-8 years.
Composition
35% Polyester 50% Cotton 10% Nylon 5% Metal
Care
Cold Wash - Wash on a cool temperature,30 degrees
Do Not Tumble Dry
Medium Heat Iron | Suitable for Dry Clean | Do not Bleach
Explore our Matching Jacquards
'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"1100155",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
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);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'1100155'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});