This pullover features a half-zip design with classic ribbed cuffs at the sleeves and waist and a kangaroo front pocket. This sweatshirt has a voluminous, boxy fit and is an easy layering piece for casual, sporty style.This fleece is very heavy and will provide you with warmth in temperatures as low as 50°F (10°C). This hooded pullover sweatshirt is made in South Central, Los Angeles by expert sewers using premium construction materials and techniques.
This Sweater is Piece Dyed.
Our piece-dyed sweater fabric is dyed before they're cut and sewn, which results in a more uniform color distribution throughout. This means you'll get a hoodie with a cleaner, sharper look, without any color variations.
Features:
Made of an ultra-warm 14oz fleece
Oversized cut and dropped shoulders provide a more casual look
1/2 zip up
Kangaroo front pocket
Knitted, cut, sewn, and dyed in Los Angeles, California.
This product is commonly referred to as the: HFX-408 - 14oz. Heavy Fleece Half Zip Pullover
Looking for a regular crewneck sweater?'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"870725",
"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:'870725'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});