This best seller is cozy, comfortable, cute and done in classic neutrals and on-trend colors—each finished with a chrome Alo logo. It has a classic crewneck, ribbed cuffs and hem, and a laid-back dropped-shoulder fit. It’s made from midweight French terry that’s smooth on the outside and fleecy on the inside with the perfect drape. Pair with the Accolade sweatpants to make a matching set—and get one for your bestie, sibling, or partner, if you’re into that. Find your fit and see all the ways to style it. '
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"289119",
"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:'289119'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});