Bidet faucet 10200 SINTESI, Chrome

The photographs are for illustrative purposes only.
-47% Economy 45.49€
Get AI analytics on product Bidet faucet 10200 SINTESI, Chrome:
96.05€/box 50.55€/box
Ex Tax: 40.77€/box
Faris
0 reviews
In stock
Product Code: 000-3435448MASP
EAN Code: 4750667039269

Specification

  • Garantija: 2 years
  • Valsts: Italy
  • Model: 10200
  • Series: SINTESI
Qty
One click order
Tags:

Chrome SINTESI 10200 bidet mixer with HROMS finish

Hygienic bidet mixer designed to supply water to bidet fixtures; chrome (HROMS) finish and available to buy from SityPro with clear features and price information.

Key Benefits


    Dedicated bidet design for intimate hygiene and precise water control
  • Chrome finish (HROMS) for a coordinated bathroom look
  • Recognisable SINTESI model series for consistent style
  • Easy to buy online via SityPro with clear product information
  • Attractive price point and visible features to compare before purchase

Applications

Suitable for application wherever a bidet faucet is needed.


    Residential bathroom bidets
  • Guest toilets and powder rooms
  • Hotel and hospitality bathrooms
  • Healthcare and care facilities requiring hygienic fittings
  • Renovation projects replacing existing bidet taps

What to Consider When Choosing


    Confirm compatibility with your bidet fixture and plumbing connections
  1. Match the chrome finish to other bathroom fittings for a unified look
  2. Review the model 10200 SINTESI features and compare with alternatives
  3. Check the final price and delivery options at SityPro before buying
  4. Verify warranty and return conditions with the seller if needed

Specifications


    Type: Bidet faucet
  • Model: 10200 SINTESI
  • Finish: Chrome (HROMS)

Why Buy from SityPro


    Convenient online ordering to buy directly from SityPro
  • Transparent price and product details on the site
  • Customer support and assistance with product features
  • Delivery available to Estonia and Finland for added convenience
  • Secure payment options and straightforward purchasing process

Description provided by sitypro.com

Garantija
2 years
Valsts
Italy
ETERNIIT
Model
10200
Keraamilised plaadid
Series
SINTESI
Lining board
Purpose
Bidet faucet
Taps
Finish
chrome
Общее
Brand
Faris
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Bidet faucet 10200 SINTESI, Chrome
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Смеситель для биде 10200 SINTESI, HROMS

What is the Bidet faucet 10200 SINTESI, Chrome and what is it used for?

Bidet faucet 10200 SINTESI, Chrome (model MA0102115SP by Faris) is a chrome‑finished bidet mixer with HROMS coating, designed to supply and control water to bidet fixtures; it provides precise temperature/flow control and easy cleaning, suitable for residential and commercial bathrooms.

Is this faucet compatible with a standard bidet?

Yes. The Bidet faucet 10200 SINTESI, Chrome is designed for installation on standard bidet fixtures; ensure the mounting dimensions and plumbing connections of your bidet match before fitting.

What finish does the faucet have and how to maintain it?

The Bidet faucet 10200 SINTESI, Chrome features an HROMS chrome finish; maintain it with a soft cloth and mild detergent, avoiding abrasive cleaners and harsh chemicals to protect the coating.

What materials and construction does model MA0102115SP use?

Model MA0102115SP (Bidet faucet 10200 SINTESI, Chrome) has a metal body with an HROMS chrome finish for durability; its construction provides reliable operation and easy temperature/flow control.

Is this faucet suitable for commercial spaces and hotels?

Yes. The Bidet faucet 10200 SINTESI, Chrome is suitable for hotel rooms and commercial washrooms due to its durable HROMS finish, easy maintenance and neutral design.

Who is the manufacturer and what is the country of origin of this model?

The manufacturer is Faris, model MA0102115SP, and the country of origin is listed as Italy.

What typical uses does this bidet mixer serve?

The 10200 SINTESI bidet mixer is used for intimate hygiene, local rinsing and small filling tasks in bathrooms; it's suitable for residential, hospitality and healthcare settings requiring hygienic fittings.

How does the Bidet faucet 10200 SINTESI differ from other SINTESI models?

The 10200 SINTESI stands out with its HROMS chrome finish and dedicated bidet design; it emphasizes easy installation, durability and a contemporary look tailored for bidet use.

What warranty is specified for this model and what does it mean for the buyer?

The Bidet faucet 10200 SINTESI, Chrome comes with a 2‑year warranty; this covers manufacturing defects under the warranty terms and gives the buyer rights to repair or remedies within that period.

Should I check plumbing compatibility before buying?

Yes. Before purchasing the Bidet faucet 10200 SINTESI, Chrome, verify that the mounting dimensions and hot/cold water connections of your bidet match to ensure straightforward installation.

Where to buy Bidet faucet 10200 SINTESI, Chrome?

You can buy Bidet faucet 10200 SINTESI, Chrome in our online store for 40.77€. Category: Bidet taps.

What is the price of Bidet faucet 10200 SINTESI, Chrome?

The current price of Bidet faucet 10200 SINTESI, Chrome is 40.77€. Brand: Faris.

Bidet faucet 10200 SINTESI, Chrome — specifications and description

Model: 000-3435448MASP. Category: Bidet taps. Brand: Faris. Price: 40.77€.

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