Skip to content

Tool Box

SKU
Original price 1.250 KD - Original price 4.250 KD
Original price
1.250 KD
1.250 KD - 4.250 KD
Current price 1.250 KD
Choose a Size

 

WiseUp Toolbox – Durable and Versatile Storage for Your Tools


The WiseUp Toolbox, available in 14, 17, 20, and 24-inch sizes, is the perfect storage solution for professionals and DIY enthusiasts. Built to last, this toolbox offers ample space and organization options to keep your tools secure and accessible for any project.


Key Features:

Multiple Sizes:

14 Inch – Compact and portable, perfect for small tools and on-the-go tasks.

17 Inch – Medium size for everyday use with extra storage.

20 Inch – Larger capacity for professional-grade toolkits.

24 Inch – Maximum space for comprehensive tool storage.

Durable Construction: Made from high-quality materials to withstand heavy-duty use and harsh environments.

Secure Locking System: Ensures tools stay safely in place during transport and storage.

Removable Tray: Convenient inner tray for organizing smaller tools and accessories.

Ergonomic Handle: Comfortable grip for easy carrying, even when fully loaded.


Perfect For:

Storing and transporting hand tools, power tools, and accessories.

Use in construction, workshops, and DIY projects.

Keeping tools organized and readily accessible.


The WiseUp Toolbox combines durability, functionality, and a range of sizes to suit all your storage needs. Choose the size that fits your tools and experience hassle-free organization and portability with WiseUp!

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(); }); });