Why settle for a boring, plain sleeping bag when you could wrap yourself in woodland camo? This two-season sleeping bagwill provide you with a comfortable sleep for spring and summer camping trips. Made from polyester with a lightweight 2-layer synthetic filling.
This sleeping bag has an extreme temperature rating of -10 degrees Celsius. While you could use this sleeping bag down to -10°C, it is recommended to remain in temperatures of 0°C or higher for a comfortable sleep.The included stuff sack features vertical compression straps to compact the sleeping bag for saving space. Pick one of these up for camping and overnight trips.
Features:
- Integrated hood
- Thermal collar with drawstring
- Mummy shape
- Polyester construction and filling
- Woodland stuff sack included
Comfort rating:0° Celsius or higher
Extreme temperature rating:-10° Celsius
Dimensions:225cm L x 80cm W
Packed Dimensions: Approx. 45cm H x 26cm W
Weight:2.0kg
Manufacturer: Mil-Tec
Content:
Upper: 100% polyester, polyurethane coated
Lining: 65% polyester, 35% cotton
Filling: 100% polyester (hollow fibre, 2 layers, 500 gsm)
Colour:Woodland Camouflage Pattern
Condition:New - Commercial New Product (Non-Military issue). If you want more information on our condition ratings, check out our'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"947897",
"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:'947897',
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:'947897'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});