Floor-mounted bath spout 19028, KI-STREAM

The photographs are for illustrative purposes only.
-47% Economy 148.44€
Get AI analytics on product Floor-mounted bath spout 19028, KI-STREAM:
313.36€/pc. 164.92€/pc.
Ex Tax: 133.00€/pc.
La torre
0 reviews
In stock
Product Code: 000-3862348MASP
EAN Code: 4750667010848
Qty
One click order
Tags:

KI-STREAM floor-mounted spout for freestanding baths, model 19028

A floor-mounted bath spout designed to deliver water to freestanding bathtubs; ideal for filling a bath where wall-mounted fixtures are not suitable. Use this KI-STREAM 19028 spout when planning a freestanding tub installation.

Key Benefits


    Provides a dedicated floor-level water supply for freestanding bathtubs
  • Enables convenient and controlled tub filling
  • Designed as a specific solution for floor installation (model 19028)
  • Brand identification with KI-STREAM for consistent quality expectations
  • Fits installations where wall or deck mounting is not possible

Applications

Suitable for bathrooms with freestanding tubs and projects requiring a floor-mounted water outlet.


    Freestanding bathtub installations
  • Bathroom renovations where wall mounting is limited
  • Luxury bathrooms and bespoke layouts
  • Hotel suites and short-stay accommodations with freestanding tubs
  • Spa and wellness areas with standalone baths

What to Consider When Choosing


    Confirm compatibility with your freestanding tub and floor layout
  1. Verify the installation method for a floor-mounted spout
  2. Match the spout model 19028 and KI-STREAM components with existing fixtures
  3. Plan for professional installation to ensure correct floor plumbing
  4. Consider the overall bathroom design and placement for optimal use

Specifications


    Product type: floor-mounted bath spout
  • Application: for filling freestanding bathtubs
  • Model: 19028
  • Brand: KI-STREAM

Why Buy from SityPro


    Buy online with clear information on price and availability at SityPro
  • User-friendly ordering and product features listed for easy comparison
  • Delivery to Estonia and Finland for local convenience
  • Customer support to assist with product selection and application questions
  • Secure checkout and reliable service through SityPro

Description provided by sitypro.com

Floor-mounted bath spout 19028, KI-STREAM
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Излив для напольного смес.на ванну 19028, KI-STREAM

What is the Floor-mounted bath spout 19028, KI-STREAM and what is it used for?

Floor-mounted bath spout 19028, KI-STREAM is a dedicated spout designed to deliver water to freestanding bathtubs from a floor-mounted mixer. It’s used when wall- or deck-mounted fixtures are impractical, providing a convenient and controlled way to fill the tub.

Which type of mixer is the 19028 KI-STREAM spout compatible with?

This spout is designed for use with floor-mounted (freestanding) bath mixers, specifically KI-STREAM floor mixer models. Check that the mounting fittings and connection diameters match your floor mixer before purchase.

What finish does the 19028 KI-STREAM spout have and how does it affect maintenance?

The product descriptions note a chrome finish, providing a glossy look and easier cleaning. Maintain it with a soft cloth and non-abrasive cleaner to avoid scratches and water spots.

Is the 19028 suitable for bathroom renovations with a freestanding bathtub?

Yes — the 19028 KI-STREAM spout is designed for freestanding tub installations and renovation projects where wall-mounting isn’t feasible. Confirm compatibility with your floor-mounted mixer and the bathroom layout.

What is the model/code of this spout and are dimensions provided?

The product model/code is MA0539015SP, model 19028 KI-STREAM. No specific physical dimensions are provided in the available description — confirm mounting dimensions with the seller prior to purchase.

Can the 19028 KI-STREAM spout be used in hotels and spa areas?

Yes — the description lists suitability for hotels, apartments and spa areas for filling freestanding tubs. Ensure it meets the durability and maintenance requirements for commercial use.

What material is the 19028 KI-STREAM spout made of?

The description notes a chrome finish and modern design, but does not specify the base material (e.g. brass). Confirm the construction material with the seller or technical documentation.

How does model 19028 differ from other floor-mounted bath spouts?

The 19028 KI-STREAM is specifically designed for floor-mounted (pedestal) mixer installations, offering a chrome finish and easy installation. Its distinction is being dedicated to freestanding tub layouts, whereas other spouts may be wall- or deck-mounted.

How should I prepare for installing the 19028 KI-STREAM spout?

Before installation verify the floor mixer’s mounting and connection dimensions match the spout, and mark the spout height/position relative to the bathtub. Employ a qualified plumber and have the required seals and fittings ready for a correct installation.

Is the 19028 suitable as a replacement part for repairing a floor-mounted mixer?

Yes — the spout is intended for use as a replacement or component for KI-STREAM floor mixers (model 19028). Confirm compatibility by matching the model/code MA0539015SP with your mixer.

Where to buy Floor-mounted bath spout 19028, KI-STREAM?

You can buy Floor-mounted bath spout 19028, KI-STREAM in our online store for 133.00€. Category: Spare parts for taps.

What is the price of Floor-mounted bath spout 19028, KI-STREAM?

The current price of Floor-mounted bath spout 19028, KI-STREAM is 133.00€. Brand: La torre.

Floor-mounted bath spout 19028, KI-STREAM — specifications and description

Model: 000-3862348MASP. Category: Spare parts for taps. Brand: La torre. Price: 133.00€.

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