This is the sleeveless version of our best-selling HF09 Heavy Fleece Hoodie. Show off your arms and stay comfortable in this year-round layering piece. Features low cut armholes finished with a clean, overlocked edge for full flexibility.
This hoodie is Piece Dyed.
Our piece-dyed hoodies 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 from our premium 14oz heavyweight fleece to keep you warm
Essential hoodie styling perfect for all occasions
Loose fit for a full range of motion
Kangaroo front pocket for storage
Knitted, cut, sewn, and dyed in Los Angeles, California.
This product is commonly referred to as the: HF-08 - 14 oz. Heavy Fleece Sleeveless Hooded Pullover
Looking for sleeves?'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"951969",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
if(unique){
data.uniqueId = unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
console.log(e.error);
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);
}
}
});
}
function addto_sku(qty,skus,key){
$.ajax({
url:"?m=jqajax&act=addto_sku",
method:"POST",
dataType:"JSON",
data: {
id:'951969',
sku: key,
},
success :function(e){
if (e.unique){
let unique = e.unique.replace(/'/g, '');
addtocart(qty,"","",unique);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'951969'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});