Description
Modelled by 27 weeks pregnant Armanda.
This lightweight top will transform your maternity wardrobe: for mid-week meetings with trousers, to weekend coffee with jeans, it can do it all. Crafted in eco-friendly viscose, it’s perfect for tackling warm weather too. It has button fastenings down to a seam which sits just above the bump and then flares out to see you right through pregnancy. Pretty flutter sleeves top if off and elegantly cover the shoulders.
- Crafted in sustainable LENZING ECOVERO viscose
- Versatile styling piece
- Longer line
Sustainable Attributes:
Details
100% LENZING ECOVERO Viscose
Delicate Machine Wash - 30°
Product Code: SH00037-IBF
Back shoulder at neck to hem - 72.5cm (28 5/8')
Sleeve length - 13cm (5')
'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"1041977",
"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:'1041977'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});