Bidet faucet EOBA0120L chrome, EOBA

The photographs are for illustrative purposes only.
-47% Economy 128.55€
Get AI analytics on product Bidet faucet EOBA0120L chrome, EOBA:
271.38€/box 142.84€/box
Ex Tax: 115.19€/box
RITMONIO Srl
0 reviews
In stock
Product Code: 000-1735337MASP
EAN Code: 4750667043280

Specification

  • Hromēts: chrome
  • Тип продукта: Bidet faucet
  • Model: EOBA0120L
  • Application: For bidet in residential and commercial premises
  • Brand: EOBA
Qty
One click order
Tags:

Compact chrome bidet tap EOBA0120L for bathroom hygiene

Compact chrome bidet faucet designed for personal hygiene and use with dedicated bidet fixtures; suitable for small washrooms and easy maintenance.

Key Benefits


    Chrome finish for a sleek look and easy cleaning
  • Designed specifically for bidet application
  • Compact form suitable for small washrooms
  • Reliable EOBA brand quality
  • Simple features that make it easy to buy and install

Applications

Intended for locations where a dedicated bidet faucet is required.


    Home bathrooms with bidet fittings
  • Guest toilets and powder rooms
  • Hotels and hospitality washrooms
  • Healthcare and care facilities with hygiene stations

What to Consider When Choosing


    Compatibility with existing bidet connections and mounting
  1. Desired finish and ease of maintenance (chrome)
  2. Brand and model match (EOBA, EOBA0120L)
  3. Price and available features compared on SityPro
  4. Delivery options to Estonia or Finland

Specifications


    Product type: bidet faucet
  • Model: EOBA0120L
  • Finish: chrome
  • Brand: EOBA

Why Buy from SityPro


    Easy to buy online through SityPro
  • Competitive price and clear product features
  • Customer support for product selection and installation
  • Delivery available to Estonia and Finland
  • Reliable returns and service options

Description provided by sitypro.com

Hromēts
chrome
Тип продукта
Bidet faucet
ETERNIIT
Model
EOBA0120L
Общее
Application
For bidet in residential and commercial premises
Brand
EOBA
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Bidet faucet EOBA0120L chrome, EOBA
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Смеситель для биде EOBA0120L хром, EOBA

What is the Bidet faucet EOBA0120L chrome and what is it for?

Bidet faucet EOBA0120L chrome is a compact chrome-finished EOBA bidet tap designed for delivering adjustable water for personal hygiene on dedicated bidet fixtures. It offers easy maintenance with its chrome finish and is suitable for home, hotel and small washroom bidet applications.

Will this faucet fit my bidet in terms of dimensions and mounting?

Compare your bidet’s mounting hole diameter and centre-to-centre distances with the compact dimensions of the EOBA0120L. The product is described as universally designed, but you should confirm hole size and mounting positions before purchase.

What are the benefits of the chrome finish on the Bidet faucet EOBA0120L chrome?

The chrome finish offers a sleek, shiny appearance, good corrosion resistance and easy cleaning with a soft cloth. It also complements most modern bathroom styles and maintains its look under normal domestic use.

Can this faucet be used in hotels or public washrooms?

Yes, the EOBA0120L is suitable for both residential and commercial settings including hotel rooms and public washrooms. Its compact size and easy-to-clean chrome finish make it appropriate for higher-use environments.

Is the EOBA0120L faucet single-lever or two-handle?

The product description highlights a simple, easy-to-use design consistent with a single-lever mixer, allowing smooth control of water temperature and flow—suitable for bidet operation.

What materials is the Bidet faucet EOBA0120L chrome made from?

The description specifies a chrome finish and compact construction, implying a metal body with chrome plating. For exact body material (brass or stainless steel), refer to the technical specifications for model MA8402004SP.

How do I care for the chrome surface of the EOBA0120L faucet?

Wipe the chrome surface with a soft damp cloth and avoid abrasive cleaners to prevent scratches. Use mild soap or chrome-specific cleaners if needed and rinse thoroughly to remove residues.

How does the EOBA0120L differ from other bidet faucets?

The EOBA0120L stands out for its compact dimensions, chrome finish and easy installation aimed at both domestic and commercial use. The description emphasises universal design and low-maintenance care, making it suitable for small washrooms.

Is the EOBA0120L compatible with hot and cold water systems?

The description mentions adjustable temperature and flow, indicating compatibility with both hot and cold water supplies. Ensure your supply lines and shut-off valves match the faucet’s standard connections.

What is the model number for EOBA0120L for spare parts lookup?

The model number is MA8402004SP and the manufacturer is RITMONIO Srl. Use these identifiers when searching for compatible cartridges or components.

Where to buy Bidet faucet EOBA0120L chrome, EOBA?

You can buy Bidet faucet EOBA0120L chrome, EOBA in our online store for 115.19€. Category: Bidet taps.

What is the price of Bidet faucet EOBA0120L chrome, EOBA?

The current price of Bidet faucet EOBA0120L chrome, EOBA is 115.19€. Brand: RITMONIO Srl.

Bidet faucet EOBA0120L chrome, EOBA — specifications and description

Model: 000-1735337MASP. Category: Bidet taps. Brand: RITMONIO Srl. Price: 115.19€.

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