Concealed shower faucet 28050 C, Chrome, JAVA

The photographs are for illustrative purposes only.
-47% Economy 33.15€
Get AI analytics on product Concealed shower faucet 28050 C, Chrome, JAVA:
69.98€ 36.83€
Ex Tax: 29.70€
La torre
0 reviews
In stock
Product Code: MA0502196SP
EAN Code: 4750667089004
Qty
One click order
Tags:

JAVA 28050 C — concealed chrome shower mixer for built-in installations

Concealed single-lever shower mixer designed for bathroom installations. Buy at SityPro — check price, features and application details below.

Key Benefits


    Single-lever mixer for straightforward control
  • Open-type cartridge Ø25 with ceramic disc for durable operation
  • Neoperl Slim aerator 24x1 included
  • Zamak lever construction
  • Stainless steel flexible connectors, 40 cm
  • 5-year guarantee

Applications

Application in concealed shower installations where a built-in mixer is required.


    Domestic bathroom showers
  • Hotel and guesthouse bathrooms
  • Gym and spa shower rooms
  • Bathroom renovations with concealed piping
  • New construction bathroom fittings

What to Consider When Choosing


    Compatibility with G3/8 water supply connections
  1. Cartridge type and size — open-type Ø25 ceramic disc
  2. Required mounting fastener M6x130 and space for concealed fitting
  3. Length of supplied flexible connectors (40 cm)
  4. Warranty period — 5-year guarantee

Specifications


    Type: concealed single-lever shower mixer
  • Cartridge: open-type, Ø25 with ceramic disc
  • Aerator: Neoperl Slim 24x1
  • Lever material: Zamak
  • Water connections: G3/8
  • Flexible connectors: stainless steel, 40 cm
  • Fixing hardware: M6x130
  • Warranty: 5 years
  • Model/finish: 28050 C, chrome, brand JAVA
  • Additional reference in source: La Torre Ceramica mixer 35001TC chrome (Italy)

Why Buy from SityPro


    Buy online with transparent price and product features
  • Fast delivery across Estonia and to Finland
  • Secure packaging and reliable shipping
  • Customer support and advice on application and installation
  • After-sales service and warranty support

Description provided by sitypro.com

Concealed shower faucet 28050 C, Chrome, JAVA
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Смеситель для душа подпотолочный 28050 C, хром JAVA

What is the Concealed shower faucet 28050 C, Chrome, JAVA and what is it used for?

Concealed shower faucet 28050 C, Chrome, JAVA is a chrome-finished concealed shower mixer for built-in installations that controls water flow and temperature. It’s designed for modern bathroom setups where a minimalist, flush-mounted look is required.

What materials and finish does the Concealed shower faucet 28050 C have?

The faucet features a chrome finish and is made from durable materials designed for easy maintenance and a modern polished look suitable for bathroom environments.

Is the 28050 C suitable for concealed built-in wall installation?

Yes, the Concealed shower faucet 28050 C is specifically designed for concealed built-in wall installation, providing a clean, minimalist front plate after fitting.

What connections does the 28050 C use and how to ensure pipe compatibility?

The mixer uses standard G3/8 connections and flexible hoses to match most water systems; check your supply outlets for G3/8 compatibility or fit adapters if necessary.

What cartridge type does the mixer use and does it provide smooth temperature control?

The mixer uses a precise ceramic disc cartridge, providing long-lasting, reliable control of water temperature and flow for stable shower performance.

Are installation accessories included or anything additional required?

The faucet includes flexible connectors and basic mounting parts for concealed installation; depending on your wall construction you may need a decorative trim plate or additional supply piping.

Which shower systems is this mixer compatible with (ceiling, wall, etc.)?

The 28050 C is suitable for concealed installations and can be used with both ceiling and wall-mounted shower systems, provided the connections and mounting configuration match.

What warranty is provided for the Concealed shower faucet 28050 C?

The manufacturer specifies a 15-year warranty; check the warranty terms in the product documentation and follow installation guidelines to keep the warranty valid.

What are the dimensions of the 28050 C faceplate?

Exact faceplate dimensions are provided in the manufacturer’s technical documentation; verify these measurements against your installation opening before fitting.

How does the 28050 C differ from other JAVA concealed mixer models?

The 28050 C features a chrome finish, ceramic disc cartridge and G3/8 connections; differences from other JAVA models are typically in faceplate design, included accessories and specific installation options.

Where to buy Concealed shower faucet 28050 C, Chrome, JAVA?

You can buy Concealed shower faucet 28050 C, Chrome, JAVA in our online store for 29.70€. Category: Bath and shower mixer tap.

What is the price of Concealed shower faucet 28050 C, Chrome, JAVA?

The current price of Concealed shower faucet 28050 C, Chrome, JAVA is 29.70€. Brand: La torre.

Concealed shower faucet 28050 C, Chrome, JAVA — specifications and description

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

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