Whether you're on a multi-day backcountry hut trip, or linking 14ers in a single push, the Black Diamond Icon 700 Headlamp provides a powerful 700-lumen output, making it our most powerful light. We've now updated the user interface by adding a second switch for easy lens mode selection, and improved the optical efficiency, which provides brighter light with more peak intensity, plus you can easily track battery life with a six-setting, three-LED battery meter. Waterproof to 1 meter, it's ready for anything, and with red, green and blue night-vision modes, making it versatile for any mission.
PRODUCT FEATURES
- Emits 700 lumens on max setting
- Brightness Memory allows you to turn the light on and off at a chosen brightness without reverting back to full power
- 'PowerTap Technology allows instant transitioning between full and dimmed power
- Multifaceted optical lens design
- Removable battery pack (longer cable included)
- Red, Green and Blue night vision modes cover the spectrum of night vision needs
- Settings include full strength (in proximity and distance modes), dimming, strobe, RGB night vision options and lock mode
- IP67: Waterproof and dust proof—Unit is completely sealed and tested to operate up to 1 meter underwater for 30 minutes. Requires no maintenance after submersion.
- '
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"157696",
"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:'157696'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});