The Fala Dress is an a-line, mini-length shift dress with an oversized fit. This style offers bell sleeves and inseam pockets. Made in a Tencel blend fabrication. This style can be paired back with your existing wardrobe favourites or with the Darmowy Coat in matching fabric as a set.
— Back neck zip
— Full-length sleeves
— Oversized fit
— Also available in Camel/Blue Check
SIZE AND FIT
Our model is wearing a size AU 8 and is 170cm tall. She has an 83cm bust, 67cm waist and 93cm hips.
Measurements – Size 8
Chest: 104cm
Waist: 128cm
Hip: 154cm
Front/Back Length: 88/86cm
To view our size chart, please click '
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"1091217",
"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:'1091217'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});