Sumptuously crafted with superior attention to detail, the Frank & Eileen Effie Funnel Neck Capelet inCranberrywill lend your look a hint of timeless sophistication. Rendered in luxuriously deep red, this exquisite piece will be a mainstay in your wardrobe for years to come.
Frank & Eileenupdated the timeless turtleneck into something better. Continuous seam sleeves, a loose, easy-to-layer fit, plus an elegant rolled neck make this Capelet the perfect winter warmer.
Consider Triple Fleece the crown jewel ofF & E's knit 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 with like colors, and tumble dry on low
- Hand-cut raw hem and edges
- Rolled funnel neck
- Long continuous sleeves
- Signature capelet side slit
- Modelis 5'9' with a 33' bust wearing a size S
- Made in California
- Style Code | LAB518TF-CRAN
- Shop All'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"825337",
"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:'825337'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});