The Reactor 2.5 Pot brings fast and light group performance to the world’s most efficient stove. A broader profile makes it easy to stir and gobbles-up ice and snow, turning your Reactor stove into a water-making powerhouse for winter ski tours or summer mountaineering. And with revolutionary Reactor stove efficiency, it boils enough water for up to five freeze-dried meals at once and rapidly prepares ultralight staples such as oatmeal and pasta for groups of 3-4.
Reactor Stove Sold SeparatelyEfficient Design: Integrated heat exchanger and hard anodized aluminum maximize cooking efficiency.2.5L Capacity: Larger capacity melts snow faster and brings the Reactor stove performance to small groups in any season.Packs Small: Pot holds Reactor stove (not included) and 8 oz. fuel canister; locks in place with collapsible Talon pot handle and BPA-Free Strainer Lid.Weight: 13.8 oz / 391 gPacked Size: 7.3 x 5.5 in / 18.54 x 13.97 cm
Prop 65 Q (Lead): This product contains lead, which is known to the State of California to cause cancer, and birth defects or other reproductive harm.
'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1199262",
"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:'1199262',
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:'1199262'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});