A Genuine British military lightweight jungle sleeping bag. It can be packed down to a very small size, making it easily transported and stored. They are filled with modern light weight hollow fibre for insulation, have a full length side zip and a drawstring hood.
- Good used condition (grade 1).
- Lightweight and compact, will easily fit in the bottom of a backpack.
- Side zip fastened.
- Drawstring hood for heat retention.
- Summer weight/Jungle - 1 Season.
- Stored for some time
- Approx. Dimensions; 185cm+35cm(head) x 75cm
Ideal summer weight sleeping bag and a fantastic choice if you are travelling or backpacking to warm countries, genuine army surplus and excellent value for money. If you have any questions about this item please feel free to email for expert friendly advice.
Why not consider a Bivvy Bag to go with this sleeping bag,'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1094906",
"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:'1094906',
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:'1094906'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});