[shf09ss23]
Bogs workwear worker boots in black rubber and mossy oak print fromSky High Farm Collection.
-Made with Seamless Construction to enhance durability and reduce the boots’ weight by 30%.
-Constructed with 5MM Neo-Tech waterproof insulation + 2MM air mesh for temperature regulation.
-Easy entry top line with handles.
-BioGrip slip resistant outsole.
-Rebound cushioning bounces back to return energy to your foot.
-Flex Width insole system adapts to wider feet.
-Eco-friendly, algae-based EVA footbed that helps clean polluted water habitats. Created in partnership with BLOOM.
-DuraFresh bio-technology activates to fight odors.
-Bogs Max-Wick moves sweat away from your foot to keep you dry.
-Heel lock provides support and optimal ankle fit.
-Meets ASTM F1677-05, D471-16a.
-Comfort rated to -72°F / -60°C.
-Natural rubber, sustainably harvested in Forest Stewardship Council-approved regions
Rubber factories minimize waste by using as much as 40% post-industrial recycled material.
[Ref.] SHF03K102
[Size]
-Mens US9
-Mens US10
-Mens US11
[Measurement]
[Material] 100% Rubber
[Country of Origin] Made inSpain
[Retail Price] 245.00 EUR
[Shipping Protection]If youneedinsurance,Add 3% of purcshase price to insure.(9.00EUR minimum charge)If your package is lost, damaged or stolen in transit, insurance will ensure that your package is covered.If you don't need shipping insurance, remove it.
[Terms and conditions]Check our'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"760942",
"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:'760942'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});