Skip to content

Union Door Handle Set

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

Union Door Handle Set – Bathroom and Keyhole Type

Made in the United Kingdom

Upgrade your doors with the trusted durability and design of Union, a leading British brand. Manufactured in the United Kingdom, these heavy-duty handle sets are designed for bathroom doors (with privacy thumb-turn) and standard doors (with keyhole access), combining security with elegant style.

Product Features:

  • Brand: Union

  • Origin: Made in the United Kingdom

  • Function Types:

    • Bathroom door handle with privacy turn and indicator

    • Standard door handle with keyhole

  • Available Finishes: Gold and Bronze

  • Material: Solid metal construction for durability and long life

  • Size: Equivalent to 693 size specifications

  • Design: Elegant lever handle on a sturdy backplate

  • Application: Suitable for interior residential and commercial doors

  • Installation: Standard door fitting with screw fixings

Key Benefits:

  • Reliable, smooth lever action

  • Elegant metallic finishes to match any décor

  • Privacy functionality for bathrooms with indicator window (red/white)

  • Strong and durable for everyday use

Add a touch of classic British quality to your doors with these beautifully crafted Union handle sets, built for both style and performance.

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