Grey Cropped Sweatshirt Loungewear Set - Amelia
Having a night in has become the new going out. The superb women's fashion loungewear offered by EntireDesire combines cosiness and sophistication in a way that ensures your at-home selfies will always look their best. We have the perfect loungewear for you, whether you're watching Netflix and chilling, treating yourself to a self-care weekend, or simply spending a day lounging around the house. Who says cute and comfortable can't go together? From the most fundamental joggers and sweatshirts to ribbed co-ords and jumpers, this collection has it all. You might also be interested in the luxurious loungewear that we provide for women if you wish to relax in style after a long day. Whatever you end up deciding to do, we have the appropriate attire for you here (or not do).
- Grey Cropped Sweatshirt Loungewear Set
- Grey
- Cropped Sweatshirt
- Cuffed Joggers
- White Stripe
- Loungewear Set
- Available In Sizes S - L
- '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1277476",
"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:'1277476',
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:'1277476'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});