Skip to content

Union Bathroom Cylinder

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
Choose a Type

Union Euro Profile Cylinders – Key, Knob, and Double Cylinder Options

Made in the United Kingdom

Secure your doors with the trusted quality of Union, a renowned British brand specializing in premium locking solutions. Manufactured in the United Kingdom, Union Euro Profile Cylinders offer a range of options to meet different security needs, all crafted with precision and durability in mind.

Product Features:

  • Brand: Union

  • Origin: Made in the United Kingdom

  • Profile: Euro Profile (Standard Oval Shape)

  • Functions Available:

    • Double Cylinder (key access on both sides)

    • Key and Knob Cylinder (key access on one side, thumb-turn knob on the other)

    • Knob-Only Cylinder (thumb-turn operation without key)

  • Finishes Available:

    • Gold (Brass)

    • Chrome (Polished)

  • Includes:

    • 1 Cylinder

    • 3 Union-branded keys (for key models)

  • Material: Solid brass construction with corrosion-resistant finish

  • Applications: Suitable for residential, commercial, and office doors

  • Installation: Fits standard Euro cylinder slots for easy replacement or new installation

Key Benefits:

  • Reliable and smooth locking operation

  • Enhanced security with precision engineering

  • Elegant finish options to match any door style

  • Made to withstand daily use and harsh environments

Whether you need a double key cylinder, a key-and-knob option for inside convenience, or a simple thumb-turn model, Union offers a secure and stylish solution you can depend on.

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