Oversized Lace and Teal Hoodie by POL
Get ready for fall with this oversized hoodie by POL in a classic tan and black plaid that's just made for cozy, casual days. With its relaxed fit and hooded design, it's the perfect layer to keep you warm and stylish as the leaves start to change!
View more Women's Apparel !
Details
Fit
- Oversized
- Deann is wearing a size Small
- Bust: 25 1/2'
- Length (front): 26'
- Length (back): 28'
Fabric + Care
- Machine wash cold
- Do not bleach
- Lay flat to dry
- 65% cotton, 35% polyester
Follow Us
To be the first to see our newest arrivals, don't forget to follow us on , and . You can also find our here in the shop.
Shipping
If you’re local, you can stop in and shop at our Grants Pass, Oregon storefront! Or order online and choose pick up at store option! All online orders typically ship within 1 - 2 business days after you place your order. '
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"385920",
"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:'385920'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});