This perfect Capelet is just as relaxed on the body and flattering in fit as the Original version—but with sleeves.With architectural elements and an eye for careful construction,includinga single seam down the shoulder creatinga continuous sleeve with no shoulder seams.
Consider Triple Fleece the crown jewel ofF & E'sknit collection. This incredibly soft, lightly combed three-yarn knit is made in sunny California and feels like a gentle hug against the skin. Triple Fleece fabric looks luxurious but performs like your favorite sweater.
- Material | Triple Fleece, 100% Cotton
- Care | Turn this garment inside out, machine wash on cold, and tumble dry on low
- Loose-fit sweatshirt with long sleeves
- Woven in Italy, made in California
- Style Code | LAB516NTF-GRYM
- Shop All '
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"1041670",
"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:'1041670'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});