Description
Modelled by 27 weeks pregnant Armanda.
Meet Andel: your easy, goes-with-everything printed summer dress. Reach for sandals or trainers and denim jackets or blazers - you can’t go wrong! This pretty style is crafted from our signature stretchy and eco-friendly jersey for all-day comfort. Cut with a flattering V-neck, it is fitted under the chest and then flares out over the bump into wafty, on-trend tiers. Frill detailing around the shoulders covers the top of the arms. It’s a wear-on-repeat winner.
- Crafted in premium LENZING ECOVERO jersey
- Pockets in side seams
- Simply pulls on
- Midi length
Sustainable Attributes:
Details
95% LENZING ECOVERO Viscose, 5% Elastane
Delicate Machine Wash - 30°
Product Code: DR00192-BLD
Back shoulder at neck to hem - 120.5cm (47 1/2')
'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"1027098",
"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:'1027098'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});