Bidet faucet YOUNG 8200, CHROME/GREEN

The photographs are for illustrative purposes only.
-47% Economy 25.62€
Get AI analytics on product Bidet faucet YOUNG 8200, CHROME/GREEN:
54.07€/pc. 28.46€/pc.
Ex Tax: 22.95€/pc.
Faris
0 reviews
In stock
Product Code: 000-3435361MASP
EAN Code: 4750667006346

Specification

  • Garantija: 2 years
  • Valsts: Italy
  • Model: YOUNG 8200
  • Type: bidet faucet
Qty
One click order
Tags:

Compact bidet mixer — model YOUNG 8200 (HROMS/ZEL finish)

Compact bidet faucet for intimate hygiene application; model YOUNG 8200 in HROMS/ZEL finish, available from SityPro to buy with clear price and features information.

Key Benefits


    Compact design suited for intimate hygiene use
  • Designed specifically for bidet application
  • Distinct model identification (YOUNG 8200) simplifies selection and replacement
  • HROMS/ZEL finish for a consistent bathroom aesthetic
  • Straightforward choice when comparing features and price
  • Suitable for retail purchase from SityPro with clear model specification

Applications

Intended for installation where a bidet faucet is required.


    Home bathrooms with a dedicated bidet fixture
  • Guest bathrooms in apartments or houses
  • Hotel or hospitality bathroom suites with bidet needs
  • Renovation projects replacing an existing bidet tap

What to Consider When Choosing


    Confirm compatibility with your bidet fixture and mounting type
  1. Evaluate the HROMS/ZEL finish to match other bathroom fittings
  2. Compare price and features between available models
  3. Verify model number YOUNG 8200 to ensure correct replacement
  4. Decide where to buy based on service and delivery options

Specifications


    Product type: bidet faucet
  • Model: YOUNG 8200
  • Finish: HROMS/ZEL

Why Buy from SityPro


    Easy to buy online with clear product naming and features
  • Transparent price information for informed decisions
  • Customer-oriented service and assistance with selection
  • Delivery options available to Estonia and Finland
  • Reliable SityPro support when purchasing model YOUNG 8200

Description provided by sitypro.com

Garantija
2 years
Valsts
Italy
ETERNIIT
Model
YOUNG 8200
Plane materials
Type
bidet faucet
Taps
Finish
HROMS/ZEL
Общее
Application
bidet
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Bidet faucet YOUNG 8200, CHROME/GREEN
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Смеситель для биде YOUNG 8200, HROMS/ZEL

What is the Bidet faucet YOUNG 8200, CHROME/GREEN and where is it used?

Bidet faucet YOUNG 8200, CHROME/GREEN is a compact bidet mixer (model YOUNG 8200) in HROMS/ZEL finish designed to regulate and mix water for bidet use. It’s suitable for home bathrooms, hotel suites, renovations and commercial washrooms requiring a dedicated bidet fixture.

Is this faucet suitable for standard bidet installation?

Yes, the Bidet faucet YOUNG 8200 is designed for standard bidet installation and fits most typical bidet fittings; verify your bidet’s hole layout and dimensions prior to purchase.

What is the finish of this model and how does it look in interiors?

The model features an HROMS/ZEL (chrome/green) finish, offering a modern, sleek appearance that integrates well with most bathroom and hotel interiors.

What material/finish is the faucet made of and is it easy to maintain?

The faucet uses a durable HROMS/ZEL finish and a robust construction requiring minimal maintenance; regular wiping with a soft cloth and occasional descaling will keep it in good condition.

What applications is the YOUNG 8200 suitable for?

The YOUNG 8200 is intended for bidet personal hygiene and is suitable for home bathrooms, hotels, apartments, renovations and commercial washrooms in offices or salons.

What is the model, SKU and who manufactures it?

Model: YOUNG 8200, SKU MA0102038SP, manufacturer Faris. Country of origin: Italy.

Is there a warranty for the YOUNG 8200 and what is the duration?

Yes, the YOUNG 8200 comes with a warranty; the specified warranty period is 2 years.

How does the YOUNG 8200 differ from other bidet faucets in the catalogue?

The YOUNG 8200 stands out with its compact, minimalist design and HROMS/ZEL finish, clear model SKU MA0102038SP, and Italian manufacture by Faris.

What maintenance is required for the HROMS/ZEL finish?

For the HROMS/ZEL finish, wipe regularly with a soft dry or damp cloth and avoid abrasive cleaners; use mild, non‑scratching descalers for limescale removal.

How do I check compatibility of my bidet dimensions with the YOUNG 8200 before buying?

Compare your bidet’s mounting hole locations and spacing with the faucet’s technical specifications or request measurements for SKU MA0102038SP. Ensure the faucet height and mounting position match your bidet’s dimensions.

Where to buy Bidet faucet YOUNG 8200, CHROME/GREEN?

You can buy Bidet faucet YOUNG 8200, CHROME/GREEN in our online store for 22.95€. Category: Bidet taps.

What is the price of Bidet faucet YOUNG 8200, CHROME/GREEN?

The current price of Bidet faucet YOUNG 8200, CHROME/GREEN is 22.95€. Brand: Faris.

Bidet faucet YOUNG 8200, CHROME/GREEN — specifications and description

Model: 000-3435361MASP. Category: Bidet taps. Brand: Faris. Price: 22.95€.

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