Concealed sink faucet 26200, chrome, OVALINE

The photographs are for illustrative purposes only.
-47% Economy 124.30€
Get AI analytics on product Concealed sink faucet 26200, chrome, OVALINE:
262.42€ 138.12€
Ex Tax: 111.39€
La torre
0 reviews
In stock
Product Code: MA0502137SP
EAN Code: 4750667069778
Qty
One click order
Tags:

Chromed concealed sink mixer — OVALINE model 26200

A concealed sink faucet designed for hidden installation on washbasins, finished in chrome. Ideal when a minimalist look and concealed plumbing are required. Available to buy at SityPro — check price and features before ordering.

Key Benefits


    Concealed installation hides pipes for a clean, modern appearance
  • Chrome finish offers easy cleaning and reflective look
  • Compact design saves visible space around the sink
  • Branded model (OVALINE) ensures consistent production quality
  • Suitable for coordinated bathroom interiors

Applications

Used where a recessed or wall-mounted faucet is preferred to conceal plumbing and create a sleek look.


    Residential bathroom washbasins
  • Hotel and hospitality bathrooms
  • Restaurant or café wash areas
  • Public restroom projects with modern design
  • Bathroom renovations requiring hidden fixtures

What to Consider When Choosing


    Confirm compatibility with concealed/wall-mounted installation and existing plumbing layout
  1. Match chrome finish with other bathroom fittings and fixtures
  2. Verify the exact OVALINE model (26200) before purchase to ensure correct features
  3. Plan for professional installation to ensure proper mounting and sealing
  4. Compare price and features on SityPro to select the best option

Specifications


    Product type: sink faucet, concealed installation
  • Model: 26200
  • Finish: chrome
  • Brand: OVALINE

Why Buy from SityPro


    Easy online buy process with clear price information
  • Wide selection of fixtures and transparent features listing
  • Fast delivery options to Estonia and Finland
  • Customer support to help with product selection and application
  • Convenient ordering and shipping tailored for Baltic and Finnish customers

Description provided by sitypro.com

Concealed sink faucet 26200, chrome, OVALINE
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Смеситель для раковины(встраив.)26200, OVALINE

What is the Concealed sink faucet 26200, chrome, OVALINE and what is it used for?

Concealed sink faucet 26200, chrome, OVALINE is a chrome-finished mixer designed for hidden installation on washbasins. It conceals plumbing for a minimalist look, saves visible space around the sink and makes cleaning easier by reducing exposed fittings.

Where is the 26200 OVALINE model typically used?

The 26200 is used in residential bathrooms, guest washrooms, hotel rooms, restaurants and public restrooms. It’s suitable for renovations and new builds where concealed plumbing and a clean aesthetic are desired.

Is the 26200 OVALINE suitable for standard sinks?

Yes, the 26200 is designed for universal use and fits most standard washbasins. Before installation, verify that the mounting location can accommodate concealed plumbing connections.

What finish does the 26200 OVALINE have and how do I maintain it?

The 26200 has a chrome finish that is reflective and easy to clean. Wipe with a soft cloth and mild soapy water; avoid abrasive cleaners and scouring pads.

Is the 26200 installed in-wall or into the sink?

The 26200 is a concealed mixer intended for hidden installation either into the sink structure or into the wall above the basin. The exact mounting depends on the prepared plumbing and installation cavity.

What plumbing connections is the 26200 compatible with?

The 26200 is compatible with standard hot and cold water supply connections prepared for concealed installation. Check the diameter and location of your supply lines to ensure they match the installation cavity.

How does the 26200 OVALINE differ from a standard surface-mounted faucet?

The key difference is concealed plumbing: the 26200 is recessed into the wall or sink so only the front is visible, whereas surface-mounted faucets have visible hoses and bases. The concealed option saves visible space and gives a cleaner, modern look.

Is the 26200 suitable for commercial sites with heavy use?

Yes, the 26200 is suitable for hotels, restaurants and public restrooms; the OVALINE brand indicates consistent build quality. For very high-traffic sites, consult your installer about cartridge durability and maintenance plans.

Are additional components required to install the MA0502137SP (La torre)?

Installing the concealed MA0502137SP (La torre) typically requires concealed mounting hardware and prepared hot and cold water supplies. Check the included components with the seller and prepare the installation recess and fixings per installation instructions.

How to choose between the 26200 concealed model and a standard wall-mounted faucet?

Choose the 26200 for concealed plumbing, a clean minimalist look and reduced visible fittings. If easy access to the cartridge without opening the wall is a priority, a wall-mounted or surface-mounted faucet may be more practical.

Where to buy Concealed sink faucet 26200, chrome, OVALINE?

You can buy Concealed sink faucet 26200, chrome, OVALINE in our online store for 111.39€. Category: Sink taps.

What is the price of Concealed sink faucet 26200, chrome, OVALINE?

The current price of Concealed sink faucet 26200, chrome, OVALINE is 111.39€. Brand: La torre.

Concealed sink faucet 26200, chrome, OVALINE — specifications and description

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

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