Wherever the fun is heating up, you’ll find the comfort of this soft, moisture-managing DryBlend fleece hooded sweatshirt. The unique mix of smooth, strong cotton and sweat-wicking polyester gives you the plush warmth you crave plus a fresher, drier feel that’s tailor-made for weekends, workouts, whenever. Durable and substantial, the fabric has the heft and consistent face ideal for embroidery and all forms of printing.
- Air jet yarn; softer feel and no pilling.
- DryBlend wicking performance.
- Double lined hood with matching drawstring.
- Twin needle stitching.
- Pouch pocket.
- Twin needle cuffs.
- 1x1 rib with elastane.
- Quarter turned to eleminate centre crease.
- Please note safety colours are for leisure purposes only.
- WRAP certified. SEDEX certified.
- Oeko-Tex certified. Reach certified.
- Fair Labour certified.
Fabric
50% Cotton, 50% Polyester
Weight
White 306gsm, Colours 325gsm
Washing Instructions
Machine wash warm. Inside out, with like colours. Only non-chlorine bleach. Tumble dry medium. Do not iron if decorated. Do not dry clean
For printing please add size/s and colour/s to your shopping cart then go to '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1342561",
"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:'1342561',
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:'1342561'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});