Concealed bath faucet with set 19040R C, KI-STREAM

The photographs are for illustrative purposes only.
-47% Economy 160.96€
Get AI analytics on product Concealed bath faucet with set 19040R C, KI-STREAM:
339.79€ 178.83€
Ex Tax: 144.22€
La torre
0 reviews
In stock
Product Code: MA0502089SP
EAN Code: 4750667010862
Qty
One click order
Tags:

KI-STREAM 19040R C concealed bathtub mixer set

Concealed bath faucet set for built-in bathtub installation, offering a minimalist hidden fitting solution. Available to buy from SityPro — compare price and features before purchase.

Key Benefits


    Concealed design for a clean, minimalist bathroom appearance
  • Complete set simplifies installation compared to buying parts separately
  • Designed specifically for bathtub use
  • Clear model identification (19040R C) eases ordering and maintenance
  • KI-STREAM brand recognition for consistent product features

Applications

Suitable for bathtub installations where concealed fittings are required.


    Residential bathroom renovations
  • New home bathroom projects
  • Apartment fittings
  • Hotel bathroom installations

What to Consider When Choosing


    Confirm that concealed installation matches your wall depth and mounting system
  1. Verify the set contents meet your installation needs
  2. Ensure compatibility with existing bathtub plumbing connections
  3. Check the exact model number (19040R C) before purchase
  4. Compare buy options and price on SityPro

Specifications


    Product type: bath faucet / bathtub mixer
  • Installation: concealed (built-in)
  • Includes: set (as stated in product name)
  • Model: 19040R C
  • Brand: KI-STREAM

Why Buy from SityPro


    Easy online buy process with clear price information on SityPro
  • Convenient ordering and customer support for selection and features
  • Delivery available to Estonia and Finland
  • Assistance with product selection and application questions

Description provided by sitypro.com

Concealed bath faucet with set 19040R C, KI-STREAM
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Смеситель для ванны встраив.с комплектом, KI-STREAM

What is the Concealed bath faucet with set 19040R C, KI-STREAM and what is it used for?

Concealed bath faucet with set 19040R C, KI-STREAM (model MA0502089SP) is a complete concealed bathtub mixer set designed for built-in installation. It’s ideal for residential bathrooms, apartments and hotel projects, delivering a minimalist concealed fitting and comes as a ready-to-install set.

What are the main benefits of the KI-STREAM compared to an exposed mixer?

KI-STREAM gives a clean concealed installation, frees up bath rim space and hides visible plumbing. The complete set simplifies installation, while the minimalist design is easier to clean and suits modern interiors.

Is model MA0502089SP suitable for renovating an old bathroom?

Yes, model MA0502089SP is suitable for renovations provided the project allows for concealed installation and hidden plumbing. During renovation you need to prepare a recess or installation box for the concealed fitting.

What components are included in the KI-STREAM concealed mixer set?

The description states it’s a complete concealed mixer set, meaning the necessary components for built-in installation are supplied. For an exact parts list (body, installation module, trim plate) check the MA0502089SP specification on the SityPro product page.

Is the KI-STREAM suitable for use with a shower and does it have a diverter?

The description refers to bathtub and shower applications, but specific information about a bath/shower diverter is not provided. Verify whether the MA0502089SP includes a diverter on the SityPro specification before purchasing.

What are the installation requirements for this concealed mixer?

Concealed installation requires a recess or installation box, hidden pipe connections and access to the installation module for servicing. Hire a qualified plumber to ensure correct dimensions and watertight installation for model MA0502089SP.

Which interior styles suit the minimalist design of KI-STREAM best?

The KI-STREAM minimalist design suits modern, Scandinavian, loft and high‑tech interiors thanks to clean lines and concealed installation. It integrates well with neutral and monochrome bathroom colour schemes.

How to service and clean the KI-STREAM concealed mixer without damaging the finish?

Wipe visible parts with a soft cloth and mild detergent, avoid abrasive cleaners and harsh chemicals. For servicing the modular internal parts, ensure access to the installation module and call a professional to replace cartridges or seals if necessary.

Which models are functionally similar and how to choose between them?

Similar models include other concealed bathtub mixers from the KI-STREAM range or premium manufacturers offering complete sets. When choosing, compare bath/shower diverter presence, cartridge type, installation box dimensions and compatibility with your plumbing.

Is this concealed mixer compatible with existing pipework and what to check before buying?

Compatibility depends on installation box dimensions, inlet pipe positions and connector types. Measure the inlet spacing and confirm MA0502089SP’s dimensions and fittings match your plumbing before purchase.

Where to buy Concealed bath faucet with set 19040R C, KI-STREAM?

You can buy Concealed bath faucet with set 19040R C, KI-STREAM in our online store for 144.22€. Category: Bath and shower mixer tap.

What is the price of Concealed bath faucet with set 19040R C, KI-STREAM?

The current price of Concealed bath faucet with set 19040R C, KI-STREAM is 144.22€. Brand: La torre.

Concealed bath faucet with set 19040R C, KI-STREAM — specifications and description

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

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ххххххх');