Skip to content

ISEO Multiple Locking System

SKU
Original price 18.000 KD - Original price 20.000 KD
Original price
18.000 KD
18.000 KD - 20.000 KD
Current price 18.000 KD
Choose a Size
Choose a Style

ISEO Multipoint Lock

Enhance the security and performance of your doors with the ISEO Multipoint Lock System, designed for aluminum, steel, and commercial doors. Built with Italian engineering and high-quality materials, this multipoint locking mechanism provides superior security by engaging multiple locking points along the door frame for increased protection and stability.

Available Versions

  • Standard Latch Version

  • Roller Latch Version

Available Lock Sizes

  • 25 mm Backset

  • 30 mm Backset

  • 35 mm Backset

Features

✔ High-security multipoint locking system

✔ Durable steel construction with corrosion-resistant finish

✔ Smooth and reliable operation

✔ Suitable for aluminum, steel, and commercial doors

✔ Available in standard latch and roller latch configurations

✔ Improved door sealing and reduced door movement

✔ Designed for long-term performance and durability

Applications

Ideal for:

  • Residential entrance doors

  • Commercial doors

  • Aluminum door systems

  • Office and retail entrances

  • Industrial and institutional buildings

Specifications

  • Brand: ISEO

  • Type: Multipoint Lock

  • Available Backsets: 25 mm, 30 mm, 35 mm

  • Latch Options: Standard Latch / Roller Latch

  • Material: Heavy-Duty Steel

  • Origin: Italy

Package Includes

  • ISEO Multipoint Lock Mechanism

  • Installation Components (where applicable)

For compatibility with your door profile, please verify the required backset size before ordering.

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