The ultimate sleeping bag for outdoor enthusiasts that like to travel light and only want to take the essentials. This is a lightweight sleeping bag suitable for temperate climates. A perfect choice for summer camping.
This sleeping bag is suitable for warmer temperatures, around +10°C for a comfortable sleep.
Features:
- Lightweight sleeping bag with soft filling
- Integral hood with drawstring
- Hook & loopzip-catch
- Thermal collar along the zipper
- Transport bag
- Upper: 100 % Polyester waterproof, water-repellent
- Lining: 100 % Polyester
- Filling: 100 % Polyester
- Bag: 100 % Polyester
Comfort Rating:+10°C
Dimensions: 225 x 80 x 55 cm
Pack size: 39 x 18 x 18 cm
Weight: 1100 grams
Colour: Olive Drab
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){
var data = {
"productId":"947810",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
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);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'947810'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});