Skip to content

Union Oval Cylinder (U.K)

SKU
Original price 1.500 KD - Original price 1.500 KD
Original price
1.500 KD
1.500 KD - 1.500 KD
Current price 1.500 KD
Choose a Color

Union Oval Profile Cylinder Lock – Key & Knob Type
Made in the United Kingdom

Upgrade your door security with the reliable performance of Union locks. These oval-shaped profile cylinders, proudly made in the UK, feature a key entry on one side and a thumb-turn knob on the other, offering both security and ease of use.

Product Features:

  • Brand: Union

  • Origin: Made in the United Kingdom

  • Profile: Oval

  • Function: Keyed on one side, knob-operated on the other

  • Available Finishes: Chrome, Bronze, and Gold Plated

  • Includes: 1 Cylinder + 3 Union-branded keys

  • Applications: Ideal for residential and commercial doors

Built to last and designed for smooth operation, Union oval profile cylinders are a perfect solution for doors requiring dependable locking and convenient thumb-turn access.

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