Skip to content

Union Rim Cylinder Lock

SKU
Save 80% Save 80%
Original price 2.500 KD
Original price 2.500 KD - Original price 2.500 KD
Original price 2.500 KD
Current price 0.500 KD
0.500 KD - 0.500 KD
Current price 0.500 KD

Union Rim Cylinder Lock – Surface Mount Key Access

Made in the United Kingdom

The Union Rim Cylinder Lock is a reliable surface-mount locking solution, manufactured in the United Kingdom with precision and durability in mind. Commonly used with night latches, this rim cylinder provides secure key access from the outside of the door and is compatible with a wide range of traditional locking systems.

Product Features:

  • Brand: Union

  • Origin: Made in the United Kingdom

  • Type: Rim Cylinder Lock

  • Function: Key access for surface-mounted locks (commonly paired with night latches)

  • Material: Brass face with sturdy steel housing

  • Finish: Brass

  • Includes: 1 Rim cylinder + 2 Union-branded keys + screws for installation

  • Compatibility: Works with most standard night latches

  • Installation: Easy surface-mount installation with fixing screws included

Whether used in residential or light commercial settings, this Union rim cylinder delivers trusted British security in a compact form.

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