This is the British Army's modern thermal liner. A fleece by itself isn't to impressive, but paired with a windproof smock or the likes and it provides plenty of insulation.
These fleeces are very straight forward - the front has a full length zip with a large pull tab. These can be zipped all the way up the collar which comes up just below the chin. Each cuff is elasticated with thumb-holes and the waist has a draw string you can adjust to retain the heat your body makes. The fleeces are made with a soft 100% Polyester build which will keep you feeling snug on those chilly winter mornings.
If your looking for a fantastic under layer to keep you warm while your hunting, airsofting or just everyday wear, these are for you!
Features:
- Genuine British Army surplus
- Full length zip
- 2 x Zipper waist pockets
- Elasticated cuffs
- Thumb holes
- Draw string waist
- Soft Polyester material
Sizing: The first number is the chest circumference, the second size is the recommended height of the wearer. A 'Small (88cm) / 160cm' will fit a person around 160cm tall with an 88cm chest size.If you want more information on our sizing, check out our Used/Excellent - Item is near unused. There may be some minor signs of use or marks from storage.If you want more information on our condition ratings, check out our'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"773170",
"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:'773170',
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:'773170'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});