Skip to content

Cut-Off Screw 4 x 4.5mm

SKU FF3860
Save 67% Save 67%
Original price 1.500 KD
Original price 1.500 KD - Original price 1.500 KD
Original price 1.500 KD
Current price 0.500 KD
0.500 KD - 0.500 KD
Current price 0.500 KD

Cut Off Screw – Durable Brass Plated (Pack of 100 Pieces)

Upgrade your hardware selection with our high-quality Cut Off Screws – perfect for a wide range of applications in woodworking, cabinetry, furniture assembly, and more. Designed for versatility and ease, these screws can be cut to the exact length you need for a flawless fit every time.

Features:

  • Customizable Length: Easily cut to your required size for a perfect fit in every project.

  • Premium Build: Made from durable, rust-resistant brass-plated steel.

  • Smooth Installation: Precision threading for effortless insertion and secure fastening.

  • Wide Application: Ideal for door handles, locks, hardware fitting, and more.

Specifications:

  • Material: Brass-plated steel

  • Quantity: 100 Pieces per pack

  • Color: Gold

  • Head Type: Slotted/Flat

Pricing:

  • 0.500 KD per 100 Pieces

Why Choose Our Cut Off Screws?

  • Flexible sizing saves time and reduces waste

  • Strong, reliable hold for professional and DIY projects

  • Bulk pack for unbeatable value

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