Skip to content

ISEO Shutter Lock

SKU
Original price 3.250 KD - Original price 3.250 KD
Original price
3.250 KD
3.250 KD - 3.250 KD
Current price 3.250 KD

ISEO Shutter Lock – Durable Security for Shutters


Protect your shutters with the ISEO Shutter Lock, a high-quality locking solution designed to secure shutters with strength and reliability. Engineered for long-lasting performance, this lock ensures peace of mind while maintaining a sleek and compact design.


Key Features:

Heavy-Duty Construction: Built from premium materials to resist tampering, wear, and harsh weather conditions.

Compact Design: Fits seamlessly onto shutters without compromising aesthetics or functionality.

Smooth Locking Mechanism: Precision-engineered for easy operation and dependable security.

Versatile Application: Suitable for securing residential, commercial, or industrial shutters.

Made in Italy: Crafted with superior Italian craftsmanship and a commitment to quality.


The ISEO Shutter Lock delivers exceptional performance and trusted security for your shutters. Choose ISEO for unmatched protection and style backed by Italian excellence.

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