Available for Reactor 1.0L and 1.7L pots, the Reactor Coffee Press makes your morning fix fast. Each kit includes a new lid nob that accepts the Coffee Press plunger and seals tight for use without the coffee press. MSR's burly stainless steel strainer disc won’t tear or fray, and a flexible perimeter gasket ensures the cleanest brew possible. And of course, it all breaks down flat for easy packing, making it the ultimate backcountry caffeine delivery system. 1.0 LTR
Weight: 1.9 oz/ 53 gCompatible with MSR Reactor 1.0L only1.7 LTRWeight: 2.3 oz/64 gCompatible with MSR Reactor 1.7L only
Prop 65 M (Brass): This product contains brass, which can expose you to 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":"1199257",
"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:'1199257',
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:'1199257'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});