Meet Iris - Our new ultra-comfy logo maternity and nursing bra that will have you wondering how you ever lived without it. Buttery soft fabric for expecting and breastfeeding mamas who want 24/7 comfort & support in a bra that you will never want to take off. Iris was designed for all-day wearing even for sleeping. Featuring a twilight mauve color, wide elasticized logo band, the softest stretch fabric, optional racerback straps, and 6 rows of hook and eye closures to ensure a perfect fit that will grow with you from pregnancy to breastfeeding. Fits up to size H cup
- Goes perfectly with the matching Iris panty'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"425297",
"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:'425297'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});