Skip to content

Axe 800 Gram

SKU
Original price 1.500 KD - Original price 17.000 KD
Original price
1.500 KD
1.500 KD - 17.000 KD
Current price 1.500 KD
Choose a Quantity

WiseUp Axe – Compact and Powerful for Cutting and Chopping


The WiseUp Axe, weighing 800 grams, is a versatile and durable tool designed for efficient cutting, chopping, and splitting tasks. Whether you’re tackling woodworking projects, outdoor activities, or home tasks, this axe delivers the strength and precision you need.


Key Features:

800-Gram Weight: Compact and balanced for efficient control and powerful strikes.

Durable Steel Head: High-quality forged steel ensures long-lasting sharpness and cutting performance.

Ergonomic Handle: Non-slip, comfortable grip for superior control and reduced hand fatigue.

Well-Balanced Design: Optimized weight distribution for precise and efficient chopping.

Compact Size: Easy to carry and store, making it perfect for on-the-go tasks or outdoor work.


Perfect For:

Chopping wood and firewood for camping or home use.

DIY woodworking and construction projects.

Outdoor activities like camping and hiking.

General-purpose cutting and splitting tasks.


The WiseUp Axe combines durability, precision, and portability, making it a must-have tool for outdoor enthusiasts, professionals, and DIYers. Rely on WiseUp for quality tools that get the job done!

Compare products

{"one"=>"Select 2 or 3 items to compare", "other"=>"{{ count }} of 3 items selected"}

Select first item to compare

Select second item to compare

Select third item to compare

Compare
.product-single__description .more-text{ display: none; } 3. Asset->theme.js-> paste code in bottom of file $(document).ready(function(){ var maxLength = 300; $(".product-single__description").each(function(){ var myStr = $(this).text(); if($.trim(myStr).length > maxLength){ var newStr = myStr.substring(0, maxLength); var removedStr = myStr.substring(maxLength, $.trim(myStr).length); $(this).empty().html(newStr); $(this).append(' read more...'); $(this).append('' + removedStr + ''); } }); $(".read-more").click(function(){ $(this).siblings(".more-text").contents().unwrap(); $(this).remove(); }); });