Concealed sink faucet 28200 ST, JAVA

The photographs are for illustrative purposes only.
-47% Economy 118.84€
Get AI analytics on product Concealed sink faucet 28200 ST, JAVA:
250.88€ 132.04€
Ex Tax: 106.48€
La torre
0 reviews
In stock
Product Code: MA0502195SP
EAN Code: 4750667088991
Qty
One click order
Tags:

Concealed sink mixer, JAVA model 28200 ST

A concealed sink faucet intended for installation in sinks; model 28200 ST from the JAVA range, offering a streamlined, built‑in solution.

Key Benefits


    Concealed installation for a clean, minimalist look
  • Optimises counter space by hiding plumbing elements
  • Simplifies surface cleaning around the sink area
  • Uniform appearance when paired with other built‑in fixtures
  • Easy identification by model number 28200 ST for service and replacement

Applications

Suitable for sinks where a built‑in faucet is preferred; versatile for residential and commercial settings.


    Residential bathroom sinks
  • Kitchen sinks with concealed installation
  • Hotel and hospitality washrooms
  • Public and commercial restroom facilities
  • Utility and service sinks requiring a neat finish

What to Consider When Choosing


    Confirm compatibility with your sink and concealed installation requirements
  1. Check local plumbing connections and installer access for hidden components
  2. Match style and finish to existing fixtures for cohesive appearance
  3. Verify the exact model 28200 ST and manufacturer JAVA before purchase
  4. Compare price and available features to ensure best value

Specifications


    Product type: concealed sink faucet
  • Model: 28200 ST
  • Brand: JAVA

Why Buy from SityPro


    Simple online ordering to buy the correct model quickly
  • Transparent price information and assistance with product features
  • Customer support to help confirm application and compatibility
  • Delivery options covering Estonia and Finland
  • Reliable service and guidance from SityPro staff

Description provided by sitypro.com

Concealed sink faucet 28200 ST, JAVA
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Смеситель для раковины встраиваемый28200, JAVA

What is the Concealed sink faucet 28200 ST, JAVA and where is it used?

Concealed sink faucet 28200 ST, JAVA (model MA0502195SP by La torre) is a built‑in concealed sink mixer designed for installation inside sinks to achieve a minimalist look. It is suitable for residential bathrooms, hotel washrooms and commercial restrooms where a streamlined, space‑saving installation is desired.

Is model 28200 suitable for installation into furniture-mounted sinks (vanity units)?

Yes. The Concealed sink faucet 28200 ST, JAVA is designed for built‑in installation and can be integrated into vanity units or countertops provided the sink and cabinet have the required cut‑out and space for the concealed installation block.

What are the main benefits of the built‑in 28200 compared with a standard faucet?

The Concealed sink faucet 28200 ST, JAVA gives a clean, minimalist appearance by hiding plumbing, saves countertop space and simplifies cleaning around the sink since water connections are concealed.

Which sink types is the 28200 ST compatible with?

Model MA0502195SP is compatible with most sinks intended for concealed installation, including countertop and some inset sinks, provided the sink has the appropriate cut‑out and internal space for the concealed unit.

Are special tools or access to plumbing required to install the 28200?

Installation of the 28200 ST requires standard plumbing tools and access to the water supply lines within the furniture or wall; a professional fitter is recommended if you are unsure to ensure correct sealing and concealed integration.

Who manufactures model MA0502195SP and is it part of the JAVA range?

Model MA0502195SP is the 28200 ST concealed sink mixer from the JAVA range, manufactured by La torre. The model number 28200 identifies it within the JAVA product line.

How do I care for and clean the 28200 concealed mixer surface?

Wipe the unit with a soft cloth and mild non‑abrasive cleaner; avoid acidic or abrasive products that can damage the finish and seals. Regularly check access to the concealed unit for maintenance.

What water and temperature control functions does the 28200 offer?

The 28200 ST concealed mixer provides standard integrated control for water flow and temperature from its built‑in control module. For exact cartridge type and adjustment range, consult the manufacturer's technical specifications before purchase.

How does the 28200 ST differ from other JAVA concealed mixers and how to choose between them?

Model 28200 ST (MA0502195SP) is focused on a minimalist concealed installation and streamlined appearance. When choosing, compare mounting unit dimensions, model number 28200 and sink cut‑out requirements to ensure correct compatibility.

Can the visible part of the 28200 be replaced without opening the wall/furniture?

As a concealed installation, whether the visible part can be replaced without opening the wall or furniture depends on the mounting configuration; in some installations the visible trim can be removed and replaced without breaking into the wall, but verify for your specific setup.

Where to buy Concealed sink faucet 28200 ST, JAVA?

You can buy Concealed sink faucet 28200 ST, JAVA in our online store for 106.48€. Category: Sink taps.

What is the price of Concealed sink faucet 28200 ST, JAVA?

The current price of Concealed sink faucet 28200 ST, JAVA is 106.48€. Brand: La torre.

Concealed sink faucet 28200 ST, JAVA — specifications and description

Model: . Category: Sink taps. Brand: La torre. Price: 106.48€.

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