Description
Modelled by 27 weeks pregnant Armanda.
Our best-selling jersey tank now comes in this beautiful new woodland print. With a hard-working basic like this in your capsule wardrobe, your maternity trousers and jeans will look instantly elevated. Soft and stretchy, its side ruching detailing will grow with you during your pregnancy. The built-in shelf bra will ensure you feel supported. What more could you need?
- Crafted in sustainable LENZING ECOVERO jersey
- Side seam ruching to ensure a flattering fit at all stages
- Built-in shelf bra for comfort and support
Sustainable Attributes:
Details
95% LENZING ECOVERO Viscose, 5% Elastane
Delicate Machine Wash - 30°
Product Code: TP00147-BLD
Back shoulder at neck to hem - 66cm (26')
'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1774256",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
if(unique){
data.uniqueId = unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
console.log(e.error);
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);
}
}
});
}
function addto_sku(qty,skus,key){
$.ajax({
url:"?m=jqajax&act=addto_sku",
method:"POST",
dataType:"JSON",
data: {
id:'1774256',
sku: key,
},
success :function(e){
if (e.unique){
let unique = e.unique.replace(/'/g, '');
addtocart(qty,"","",unique);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'1774256'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});