Description
Modelled by 27 weeks pregnant Armanda.
Based on a best-selling shape from our sister brand Baukjen, we’re sure you’re going to love Fleurel. Up top are button openings - meaning you can wear it as undone as you like - and at the first seam are two ties, which fasten at the back to give shape to your silhouette. Cut from a floaty and breathable planet-friendly fabric, this beautiful dress will take you from brunch to barbeques all season long.
- Crafted in LENZING ECOVERO viscose
- Pockets in side seams
- Midi length
- Side tie detail
Sustainable Attributes:
Details
100% LENZING ECOVERO Viscose
Delicate Machine Wash - 30°
Product Code: DR00193-IBF
Back shoulder at neck to hem - 125.5cm (49 1/2')
'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"763002",
"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:'763002'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});