Wall-mounted spout 12.5 cm, chrome, KONVEX

The photographs are for illustrative purposes only.
-47% Economy 44.36€
Get AI analytics on product Wall-mounted spout 12.5 cm, chrome, KONVEX:
93.64€/box 49.28€/box
Ex Tax: 39.74€/box
La torre
0 reviews
In stock
Product Code: 000-3843370MASP
EAN Code: 4750667065244
Qty
One click order
Tags:

KONVEX chrome wall spout with 12.5 cm length

Wall-mounted spout for directing water from wall fittings; chrome finish and 12.5 cm length by KONVEX. Ready to buy at SityPro — check price and product features.

Key Benefits


    Chrome finish for a clean, modern look and easy maintenance
  • Wall-mounted design saves counter space
  • 12.5 cm length provides practical reach for basins
  • Straightforward integration with wall-mounted fittings
  • KONVEX brand quality and consistent appearance

Applications

Suitable for wall-mounted water outlets where a chrome spout is required; see common application examples below.


    Bathroom basin with wall mixer
  • Kitchen sink with wall-mounted tap
  • Bathtub filler in wall-mounted installations
  • Utility or laundry sinks with wall fittings

What to Consider When Choosing


    Confirm compatibility with your wall-mounted mixer or tap
  1. Measure required reach and mounting position relative to the basin
  2. Match the chrome finish with existing fixtures
  3. Verify brand and model fit for your installation
  4. Plan for professional installation if needed

Specifications


    Type: wall-mounted spout
  • Length: 12.5 cm
  • Finish: chrome
  • Brand: KONVEX

Why Buy from SityPro


    Easy online ordering — buy quickly via the SityPro store
  • Transparent price information and product features listed
  • Fast delivery options to Estonia and Finland
  • Customer support to help with application and fit questions
  • Reliable service and convenient returns for peace of mind

Description provided by sitypro.com

Wall-mounted spout 12.5 cm, chrome, KONVEX
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Излив из стены 12.5см, хром, KONVEX

What is the Wall-mounted spout 12.5 cm, chrome, KONVEX and what is it used for?

Wall-mounted spout 12.5 cm, chrome, KONVEX is a chrome-finished wall spout with a 12.5 cm reach designed to direct water from wall fittings to basins, baths or sinks. It saves countertop space, provides a neat water outlet and is easy to maintain due to its smooth chrome surface.

Which wall mixers is the Wall-mounted spout 12.5 cm, chrome, KONVEX compatible with?

The spout fits common wall-mounted mixer outlets provided the outlet type and diameter match your mixer. Check the mixer’s outlet diameter and mounting configuration before purchase to ensure compatibility.

What materials is the Wall-mounted spout 12.5 cm, chrome, KONVEX made of?

The spout features a chrome finish that provides a smooth, easy-to-clean surface and modern appearance. The product description specifies the chrome coating; contact the seller for detailed information about the underlying body material.

Is this spout suitable for a bathroom and shower area?

Yes, the 12.5 cm chrome KONVEX spout is suitable for basins, shower zones and wall-mounted bathtub fillers, offering a practical 12.5 cm reach. Confirm your plumbing is designed for a wall-mounted spout before fitting.

What is the spout reach and how does it affect installation over a basin?

The spout reach is 12.5 cm, which typically directs the water into the centre of a basin and helps reduce splashing. Measure the distance from the wall to the basin centre to ensure correct alignment of the water flow.

Can the Wall-mounted spout 12.5 cm, chrome, KONVEX be installed above a kitchen sink?

Yes — it can be used above a kitchen sink provided you have a compatible wall-mounted mixer and appropriate installation height. Check that the mixer connections and installation meet kitchen use requirements.

How do I care for the chrome finish of the KONVEX spout?

Wipe with a soft cloth and warm water with a mild detergent; avoid abrasive cleaners and stiff brushes that can damage chrome. Regular wiping preserves shine and helps prevent limescale build-up.

How does the 12.5 cm KONVEX spout differ from longer spouts?

The 12.5 cm spout is more compact, ideal for smaller basins and neat wall-mounted layouts. Longer spouts provide extra reach for deep sinks but can appear bulky in compact installations.

Is the Wall-mounted spout 12.5 cm, chrome, KONVEX suitable for public and commercial toilets?

Yes — the chrome finish and easy maintenance make it suitable for public and commercial settings. Ensure the mounting dimensions and durability meet the demands of high-usage environments.

How do I check compatibility by model MA0510047SP or manufacturer La torre before buying?

Match the model number MA0510047SP and manufacturer La torre against your mixer’s mounting dimensions and outlet type. If unsure, request installation drawings or dimensions from the seller to confirm a correct fit.

Where to buy Wall-mounted spout 12.5 cm, chrome, KONVEX?

You can buy Wall-mounted spout 12.5 cm, chrome, KONVEX in our online store for 39.74€. Category: Spare parts for taps.

What is the price of Wall-mounted spout 12.5 cm, chrome, KONVEX?

The current price of Wall-mounted spout 12.5 cm, chrome, KONVEX is 39.74€. Brand: La torre.

Wall-mounted spout 12.5 cm, chrome, KONVEX — specifications and description

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

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