Shower faucet 420/SH, 9/15 sec.

The photographs are for illustrative purposes only.
Get AI analytics on product Shower faucet 420/SH, 9/15 sec.:
59.93€
Ex Tax: 48.33€
La torre
0 reviews
In stock
Product Code: MA0508005SP
EAN Code: 4750667014372
Qty
One click order
Tags:

Compact shower mixer — model 420/SH with 9/15 SEC marking

Compact shower faucet designed for shower installations; check features and price before you buy from SityPro.

Key Benefits


    Designed specifically for shower use, providing a dedicated solution for bathing areas
  • Compact design suitable for tight shower spaces
  • Clear model identification (420/SH) simplifies ordering and replacement
  • 9/15 SEC marking gives an identifiable timing or setting reference in the product name
  • Suitable for standard shower installations and renovations
  • Available through SityPro with product information and support

Applications

Appropriate for a range of shower-related applications and projects.


    Private home bathrooms
  • Apartment and condominium renovations
  • Hotel and guesthouse shower fittings
  • Gym and spa shower areas
  • Replacement of existing shower faucets

What to Consider When Choosing


    Confirm compatibility with your existing shower plumbing and connections
  1. Verify the model number 420/SH matches the part you need
  2. Clarify the meaning of the 9/15 SEC marking for your intended application
  3. Compare price and features before you buy
  4. Ensure availability from SityPro and check delivery options

Specifications


    Product type: Shower faucet
  • Model: 420/SH
  • Designation in name: 9/15 SEC

Why Buy from SityPro


    Easy online ordering and clear product listings to compare price and features
  • Direct purchase options — buy the exact model 420/SH from SityPro
  • Fast delivery to Estonia and Finland
  • Customer support to answer questions about application and specifications
  • Convenient service and reliable handling of orders across the region

Description provided by sitypro.com

Shower faucet 420/SH, 9/15 sec.
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Смеситель для душа 420/SH, 9/15 SEC

What is Shower faucet 420/SH, 9/15 sec. and what is it used for?

Shower faucet 420/SH, 9/15 sec. is a compact La torre mixer model MA0508005SP for controlling shower water flow and temperature. It's suitable for home bathrooms, apartments, hotels and renovation projects when replacing existing shower fittings.

What plumbing and shower systems is the 420/SH compatible with?

The 420/SH fits standard wall-mounted shower pipework and typical shower installation layouts. Before fitting, verify that the inlet positions and mounting dimensions match your existing plumbing.

How compact is the 420/SH — will it fit a small shower?

The 420/SH is marketed as a compact shower mixer suitable for tight shower spaces. Confirm fit by comparing the MA0508005SP dimensions in the technical sheet with your shower enclosure measurements.

How do you control flow and temperature on the 420/SH — single or multiple handles?

The 420/SH provides convenient flow and temperature control via an ergonomic control element. The exact handle configuration (single or multiple) is specified in the MA0508005SP technical details and may vary by kit.

Is the 420/SH suitable for commercial sites — hotels and gyms?

Yes, the 420/SH is designed for both residential and commercial use, including hotels and small gym shower areas. Its compact design and ease of maintenance make it suitable for frequent use.

Can the 420/SH be installed to replace an old wall mixer during renovation?

Yes, the 420/SH is suitable for replacing existing bath and shower mixers during renovations. Verify the mounting hole positions and centre distances of your old mixer to ensure compatibility.

What materials and build quality does model MA0508005SP (420/SH) have?

The MA0508005SP (420/SH) is described as having a reliable construction with an aesthetic, functional design. For exact info on body material (brass, chrome plating, etc.) and finish, consult the La torre technical specification.

Does the 420/SH include water-saving or flow-limiting features?

The product text highlights convenient flow control which can support efficient water use. Exact flow rates or the presence of built-in flow restrictors are specified in La torre's technical data for MA0508005SP.

How do I service and clean the 420/SH to extend its life?

Clean the 420/SH with a soft cloth and non-abrasive cleaners; avoid harsh chemicals and abrasives that can damage the finish. Regularly inspect seals and replace the cartridge or gaskets as recommended by La torre.

How does the 420/SH, 9/15 SEC differ from other La torre mixer series?

The 420/SH, 9/15 SEC is notable for its compact design and the 9/15 SEC designation indicating a specific version. Compare the MA0508005SP technical specs and kit contents with other La torre series to see differences in design, features and configuration.

Where to buy Shower faucet 420/SH, 9/15 sec.?

You can buy Shower faucet 420/SH, 9/15 sec. in our online store for 48.33€. Category: Bath and shower mixer tap.

What is the price of Shower faucet 420/SH, 9/15 sec.?

The current price of Shower faucet 420/SH, 9/15 sec. is 48.33€. Brand: La torre.

Shower faucet 420/SH, 9/15 sec. — specifications and description

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

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