Skip to content

Union Cylinder 8cm

SKU
Original price 2.000 KD - Original price 2.000 KD
Original price
2.000 KD
2.000 KD - 2.000 KD
Current price 2.000 KD

Union Euro Profile Double Cylinder Lock – Two-Sided Key Access

Made in the United Kingdom

Secure your doors with the high-quality Union Euro Profile Double Cylinder Lock, manufactured in the United Kingdom. Designed for key operation from both sides, this lock offers superior security and reliability for residential and commercial use.

Product Features:

  • Brand: Union

  • Origin: Made in the United Kingdom

  • Profile: Euro Profile

  • Function: Double cylinder – key access from both sides

  • Finish: Gold (only available color)

  • Includes: 1 Cylinder + 3 Union-branded keys

  • Material: Solid brass construction for durability and corrosion resistance

  • Applications: Ideal for entrance doors requiring locking/unlocking from both sides

  • Installation: Fits standard Euro cylinder slots – easy to install

Union delivers dependable performance and peace of mind with this premium gold-finish cylinder, perfect for securing your property with style and strength.

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