Bidet faucet FS1135-8, chrome

The photographs are for illustrative purposes only.
-47% Economy 9.07€
Get AI analytics on product Bidet faucet FS1135-8, chrome:
19.14€ 10.07€
Ex Tax: 8.12€
Flory
0 reviews
In stock
Product Code: MA1102042SP
EAN Code: 4750667059144
Qty
Tags:

Compact chrome bidet mixer (FS1135-8) for bathroom hygiene

A compact bidet faucet for personal hygiene. Check SityPro to buy and compare price and features for this chrome-finished model.

Key Benefits


    Designed specifically for bidet use, improving personal hygiene
  • Chrome finish (HROMS) offers a sleek, easy-to-clean surface
  • Clear model designation FS1135-8 simplifies replacements and compatibility checks
  • Compact design fits typical bathroom layouts
  • Matches common bathroom fixtures for a cohesive appearance

Applications

Application: suitable for sanitary installations where a dedicated bidet tap is required.


    Residential bathrooms with a bidet
  • Guest or en-suite bathrooms
  • Hotel bathroom fittings
  • Healthcare and care facilities requiring personal hygiene fixtures

What to Consider When Choosing


    Confirm compatibility with your bidet mounting and plumbing connections
  1. Match the chrome finish (HROMS) to other bathroom fixtures
  2. Verify the exact model FS1135-8 when ordering spare parts or replacements
  3. Compare features and price on SityPro before purchase
  4. Ensure installation type fits your existing bathroom setup

Specifications


    Type: bidet faucet
  • Model: FS1135-8
  • Finish: HROMS (chrome)

Why Buy from SityPro


    Convenient online ordering to buy, with clear price and features listings
  • Product selection tailored for bathroom fixtures and bidet applications
  • Delivery available to Estonia and Finland
  • Accessible customer support for product inquiries and purchase guidance

Description provided by sitypro.com

Bidet faucet FS1135-8, chrome
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Смеситель для биде FS1135-8, HROMS

What is the Bidet faucet FS1135-8, chrome and what is it for?

Bidet faucet FS1135-8, chrome is a compact single-lever chrome-finished bidet mixer (model FS1135-8) designed to control water flow for bidet use. It fits residential and guest bathrooms, offers simple installation, one-handle control and improved personal hygiene.

Is the Bidet faucet FS1135-8 compatible with most standard bidets?

Yes, the Bidet faucet FS1135-8 is compatible with most standard bidets. Its compact body and common mounting type allow it to fit typical bidet installation points.

What materials and finish does the Bidet faucet FS1135-8 have?

The Bidet faucet FS1135-8 features a chrome finish (HROMS) for a sleek look and easy cleaning. The body is made from standard sanitary materials designed for durability under regular use.

What is the control scheme of FS1135-8 and how do you adjust water flow?

The FS1135-8 uses a single-lever control: up/down adjusts flow rate and left/right adjusts temperature. This provides simple, one-handed control over water delivery.

Is the FS1135-8 suitable for use in public sanitary facilities?

Yes, the FS1135-8 is suitable for public sanitary facilities due to its chrome finish and ease of use. For very high-traffic locations, consider maintenance and durability requirements.

Do I need additional parts to install FS1135-8 and what are its mounting dimensions?

Installation of FS1135-8 typically requires standard hose connections and a deck-mount fixing; the faucet is designed for typical bidet dimensions. Verify exact body dimensions and fixing spacing in the product technical sheet or with the seller before purchase.

How does the FS1135-8 differ from other bidet faucets in the range?

The FS1135-8 stands out with its compact single-lever design and HROMS chrome finish for easy installation and cleaning. When comparing, note body shape, size and control type — FS1135-8 focuses on space-saving and broad compatibility.

Is the FS1135-8 suitable for installation in a small bathroom?

Yes, the FS1135-8’s compact design makes it suitable for small bathrooms and tight spaces. Its small body and simple shape save space around the bidet.

How to care for and clean the chrome finish of the FS1135-8?

Clean the chrome finish with a soft cloth and warm soapy water; avoid abrasive cleaners and hard brushes. Regular wiping prevents buildup and preserves the chrome’s appearance.

Is the FS1135-8 compatible with hot/cold water systems in the UK/Ukraine?

Yes, the FS1135-8 is designed to work with standard hot and cold water systems. Ensure you have standard flexible hoses and appropriate fittings for installation.

Where to buy Bidet faucet FS1135-8, chrome?

You can buy Bidet faucet FS1135-8, chrome in our online store for 8.12€. Category: Bidet taps.

What is the price of Bidet faucet FS1135-8, chrome?

The current price of Bidet faucet FS1135-8, chrome is 8.12€. Brand: Flory.

Bidet faucet FS1135-8, chrome — specifications and description

Model: . Category: Bidet taps. Brand: Flory. Price: 8.12€.

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