3-hole bath faucet 16345 C, KITECH

The photographs are for illustrative purposes only.
-47% Economy 199.10€
Get AI analytics on product 3-hole bath faucet 16345 C, KITECH:
420.33€ 221.23€
Ex Tax: 178.41€
La torre
0 reviews
In stock
Product Code: MA0502055SP
EAN Code: 4750667051384
Qty
One click order

La torre KITECH 16345 C 3-hole bath mixer, chrome

Product codeMA0502055SP
EAN code4750667051384
ManufacturerLa torre
Name3-hole bath faucet 16345 C, KITECH
Product type3-hole bath mixer
Model16345 C
Series / modelKITECH
Installation type3-hole installation
ApplicationBathtub, bathroom
PurposeFilling the bath and switching to a hand shower

Features of La torre KITECH 16345 C

  • 3-hole bath mixer for bathtub installation
  • Suitable for replacing an old bath faucet when the installation holes match
  • Can be used when installing a new bathtub in apartments or private houses
  • Controls bath filling and switching to a hand shower
  • Suitable for rental properties and hotel bathrooms
  • Separate installation elements help create a neat bathtub area

Where to use

  • Bathroom
  • Bathtub with 3-hole mixer installation
  • Apartment
  • Private house
  • Hotel bathroom
  • Rental property

What to consider when choosing

  1. Measure the spacing and position of the bathtub installation holes before purchase.
  2. Check compatibility with existing hot and cold water connections.
  3. Verify the included components: hoses, seals or fixings may be required for installation.
  4. Professional installation by a qualified plumber is recommended for a 3-piece system.
  5. The mixer is best installed before final sealing of the bathtub area.

Delivery

  • Delivery in Tallinn and across Estonia — from 5 € to parcel machine / Delivery to Finland — from 12 €
  • For orders of one pallet or more — request a personal quote on price and delivery

Why buy from SityPro

  • Easy to order at SityPro — convenient online checkout and up-to-date pricing
  • Detailed specifications and application information on the product page
  • Expert advice on bath mixer selection and application
  • Delivery across Estonia and Finland
  • Reliable service and support when placing your order
3-hole bath faucet 16345 C, KITECH
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the 3-hole bath faucet 16345 C, KITECH

What is the 3-hole bath faucet 16345 C, KITECH?

3-hole bath faucet 16345 C, KITECH is a three-piece KITECH mixer (model 16345 C) designed for standard three-hole bathtub installations. It provides simple control of water flow and direction, suitable for residential and commercial bathrooms and replacement projects.

Will this faucet fit a standard three-hole bathtub?

Yes, the 16345 C is designed for three-hole bathtub installations and fits typical bathtubs with separate mounting points. Check the hole spacing and compatibility with your existing connections before purchase.

What control functions does the 3-piece 16345 C faucet have?

The three-piece design provides separate control of water flow and direction (bath/shower). This makes switching between filling the bath and using the shower straightforward and user-friendly.

Is the 16345 C suitable for replacing an old bathroom faucet in an apartment?

Yes, the 16345 C can replace an existing three-hole mixer provided the hole spacing and standard connections match. Measure the installation holes beforehand to confirm compatibility.

What material is the 3-piece 16345 C faucet made of?

The listing identifies the KITECH model 16345 C but does not specify the exact body material. Check the seller’s technical documentation or contact them for material details before buying.

Are additional parts required to install the 16345 C faucet?

The faucet is for standard three-hole installation, but hoses, seals or fixings may be needed if not included. Verify the included components with the seller and prepare a standard installation kit if required.

Is the 16345 C suitable for hotel or rental bathrooms?

Yes, the description lists suitability for hotels and guest accommodation due to its practical operation and versatility. Ensure proper installation and durability for high-usage environments.

How does the 16345 C differ from other KITECH bath mixers?

The 16345 C is a three-piece model made for three-hole installation with separate controls. Differences from other KITECH models may include construction and features — compare technical specifications and included components before choosing.

Is professional installation required for the 16345 C?

Professional installation by a qualified plumber is recommended to ensure seals and the three-piece system function correctly. A professional will verify compatibility with existing water connections and perform proper sealing.

What home renovation uses suit the 16345 C?

The 16345 C is suitable for replacing an old bath faucet, installing on a new bathtub in flats or houses, and use in rental or hotel bathrooms. It controls filling the bath and switching to a shower head.

Where to buy 3-hole bath faucet 16345 C, KITECH?

You can buy 3-hole bath faucet 16345 C, KITECH in our online store for 178.41€. Category: Bath and shower mixer tap.

What is the price of 3-hole bath faucet 16345 C, KITECH?

The current price of 3-hole bath faucet 16345 C, KITECH is 178.41€. Brand: La torre.

3-hole bath faucet 16345 C, KITECH — specifications and description

Model: . Category: Bath and shower mixer tap. Brand: La torre. Price: 178.41€.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');