For those in search of an ultralight shelter with greater volume, Hornet OSMOoffers enviable living space and comfort without sacrificing its airy weight classification. Ranging in capacity from 1P to 3P, Hornet OSMO is made with the ultralight variation of our OSMO suite of fabrics, arming it with 3x less wet stretch and a level of water repellency that starts drier and stays drier than the rest. (Even better? OSMO fabrics cut out forever chemicals and extra carbon emissions along with any unnecessary weight.)
Keeping Hornet OSMO extra trim is a minimal pole structure that sets up lightning-quick and pairs with our volumizing Flybar and door clips to create generous internal space. Triangulated reflective guy-outs and corner struts also increase volume at the foot and protect sleeping bags from tent wall condensation. An overhead Nightlight Pocket, Gatekeeper one-handed tiebacks, and rectangular Divvy Cube stuff sack are new additions that add ease and creature comforts, not ounces. With the new Divvy Cube, this tent packs down small enough to fit in the bottom compartment of your pack —witha sleeping bag!
Both the 3-person and 2-person Hornet OSMO tents have two doors and two vestibules. The 3P weighs under three pounds, the 2P clocks in at only two pounds, and the 1-person is an airy 26 ounces.
- High-performance, proprietaryOSMO poly-nylon ripstop fabrichas4x better water repellencyand3x less stretch when wet.OSMO fabric is made from100% recycled yarnsthat arePFAS-freeand meet flame retardancy standardswithout the use of added chemicals.
- Large doors and vestibulesprovide ample gear coverage for each person.
- Patent-pendingFlybar volumizing pole clipadds more room at the head and distributes fly tension evenly. (3P does not include Flybar.)
- Volumizing guy-outsconnect the inner tent to the rainfly, pulling the sidewalls outward to create more livable space.
- DAC Featherlite NSL polesboast minimal weight and connect with a single hubbed intersection for lightning-quick setup.
- Single-handedly tie back the tent door with integratedGatekeeper clips.
- bluesign approved floor materialmeets strict ecological and chemical requirements and has been produced with aminimum impact on people and the planet.
- Whiteno-see-um meshat the side increasesprivacy, while black mesh at the top turns virtually transparent at night forclear stargazing.
- Triangulated volumizing guy-outs and strutsat corners increase volume at the foot, protecting sleeping bags from tent wall condensation.
- Nightlight Pocketsturn your headlamp into a tent lantern while removing blue light and casting an even glow.
- Divvy Cube rectangular stuff sackallows you to still split the weight with your partner but stows more efficiently in your pack.
- Protected by the'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"164295",
"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:'164295'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});