Kitchen faucet with shower 17181 C, KONVEX

The photographs are for illustrative purposes only.
-47% Economy 139.91€
Get AI analytics on product Kitchen faucet with shower 17181 C, KONVEX:
295.37€ 155.46€
Ex Tax: 125.37€
La torre
0 reviews
In stock
Product Code: MA0502130SP
EAN Code: 4750667068955
Qty
One click order

La torre KONVEX kitchen mixer with pull-out shower

Product codeMA0502130SP
EAN code4750667068955
ManufacturerLa torre
NameLa torre KONVEX kitchen mixer with pull-out shower
Product typeKitchen mixer
ModelMA0502130SP
Model / series17181 C, KONVEX
ApplicationKitchen
Pull-out showerYes
PurposeDishwashing, filling pots, rinsing vegetables and fruit

Features of La torre KONVEX

  • Kitchen mixer with integrated pull-out shower
  • Convenient for washing dishes and rinsing vegetables or fruit
  • Pull-out shower helps direct the water stream exactly where needed
  • Suitable for filling deep pots and containers
  • Practical solution for a modern kitchen
  • Suitable for kitchen sinks of different sizes

Where to use

  • Kitchen sink
  • Home kitchen
  • Apartment
  • Private house
  • Rental property
  • Office or commercial kitchen area

What to consider when choosing

  1. Check compatibility with your kitchen sink and mounting hole.
  2. Make sure there is enough space under the sink for the pull-out shower to move freely.
  3. Consider the sink depth: a pull-out shower is especially convenient for deep bowls.
  4. Before installation, check the connection length and the position of water outlets.
  5. For long service life, clean the shower head and aerator from limescale regularly.

Delivery

  • Delivery in Tallinn and across Estonia — from 5 € to parcel machine / Delivery to Finland — from 12 €
  • For orders of one pallet or more — request a personal quote on price and delivery

Why buy from SityPro

  • Easy to order at SityPro — convenient online checkout and up-to-date pricing
  • Detailed specifications and application information on the product page
  • Expert advice on kitchen mixer selection and application
  • Delivery across Estonia and Finland
  • Reliable service and support when placing your order
Kitchen faucet with shower 17181 C, KONVEX
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Kitchen faucet with shower 17181 C, KONVEX

What is the Kitchen faucet with shower 17181 C, KONVEX?

The Kitchen faucet with shower 17181 C, KONVEX (model MA0502130SP by La torre) is a kitchen tap with an integrated pull-out shower spray designed for easier dishwashing, pot filling and rinsing, offering flexible spray direction and quick switching between tap and shower modes.

Will the 17181 C faucet fit a standard kitchen sink?

Yes — model MA0502130SP is designed as a universal solution compatible with typical kitchen sinks; however, check your sink's mounting hole diameter and the tap height to ensure proper fit.

What benefits does the pull-out shower provide on the KONVEX 17181 C?

The pull-out shower offers flexible spray direction for easier rinsing and washing of large dishes, simplifies filling deep pots, and improves access to sink corners when cleaning.

How do you switch between tap and shower modes on model MA0502130SP?

Switching is done by pulling out the shower head and using the control on the head or tap body to change modes; the design allows quick transition between the regular spout and shower spray.

What material is the KONVEX 17181 C made from and how does it affect durability?

The description highlights build quality and KONVEX reliability; model MA0502130SP is constructed from standard kitchen faucet materials, providing durability suited to daily kitchen use.

Is the 17181 C faucet suitable for drinking water and safe for rinsing vegetables/fruit?

The faucet is intended for household kitchen use, including rinsing produce; ensure your mains water quality and clean the spray head periodically to maintain hygiene.

Is the KONVEX 17181 C suitable for filling large pots?

Yes — the pull-out shower and adjustable flow on model MA0502130SP make it easier to fill deep pots and containers by directing the water into the vessel.

Do I need special tools to install the MA0502130SP faucet?

Installation typically requires common plumbing tools — a fixed or adjustable spanner, seals and sealant; model 17181 C is designed for straightforward fitting to typical kitchen sinks.

How to maintain the pull-out spray to prevent clogging and limescale?

Rinse the spray head regularly with warm water and remove the filter for cleaning when needed; in hard water areas use mild citric acid cleaners and avoid abrasive products to protect the finish and flow.

How does model 17181 C differ from a fixed kitchen tap?

Unlike a fixed spout, the KONVEX 17181 C pull-out shower provides mobility of the water jet, making it easier to wash large dishes, fill containers and access sink corners for cleaning.

Where to buy Kitchen faucet with shower 17181 C, KONVEX?

You can buy Kitchen faucet with shower 17181 C, KONVEX in our online store for 125.37€. Category: Kitchen taps.

What is the price of Kitchen faucet with shower 17181 C, KONVEX?

The current price of Kitchen faucet with shower 17181 C, KONVEX is 125.37€. Brand: La torre.

Kitchen faucet with shower 17181 C, KONVEX — specifications and description

Model: . Category: Kitchen taps. Brand: La torre. Price: 125.37€.

Google reviews

See all reviews

Model

//$('#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ххххххх');