MIXER RUBINETA MODENA-10/K(BK/RG)VANNI BLACK

The photographs are for illustrative purposes only.
Get AI analytics on product MIXER
RUBINETA MODENA-10/K(BK/RG)VANNI BLACK:
127.88€/pc.
Ex Tax: 103.13€/pc.
Rubineta
0 reviews
In stock
Product Code: 000-485114ASP
Qty
One click order
Tags:

DESCRIPTION MIXER RUBINETA MODENA-10/K(BK/RG)VANNI BLACK price 129.98€ Rubineta

Package dimensions23,00 x 17,50 x 12,50 cm
Gross weight1,843 kg
Net weight2,220 kg

• Silmapaistev lihtsus ja minimalistlik välimus
• Pärast kokkupanekut 100% testitud
• Üks peamisi materjale on kvaliteetne messing, mis sisaldab vähe kahjulikke lisandeid
• Citec 35 mm keraamiline element tagab pikaajalise tõrgeteta töö
• Värvitud elektrostaatilise pihustamise teel
• Värvus: must
• Tänu Neoperl® Honeycomb aeraatorile kestab segisti kauem ning töötab vaikselt ja sujuvalt. Õhu ja vee segamise tehnoloogia tagab erakordse säästlikkuse

Komplekti kuuluvad:
• Ekstsentrikud
• Peiteäärikud
• Dušivoolik
• Käsidušš
• Käsiduši hoidik

Description provided by sitypro.com

MIXER RUBINETA MODENA-10/K(BK/RG)VANNI BLACK
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the MIXER RUBINETA MODENA-10/K(BK/RG)VANNI BLACK

What is the MIXER RUBINETA MODENA-10/K(BK/RG)VANNI BLACK?

MIXER RUBINETA MODENA-10/K(BK/RG)VANNI BLACK is a black minimalist bathroom/kitchen mixer made of quality brass with a 35 mm Citec ceramic cartridge and Neoperl® Honeycomb aerator for quieter, water-saving operation; includes eccentrics, shower hose, hand shower and holder.

Is this mixer suitable for a bathroom or kitchen?

The RUBINETA MODENA-10/K(BK/RG)VANNI is mainly designed for bathroom use due to the included hand shower and minimalist styling; suitability for a kitchen depends on your sink height and spout reach, so check dimensions before buying.

What cartridge is fitted in the mixer and how durable is it?

The RUBINETA MODENA-10/K(BK/RG)VANNI uses a 35 mm Citec ceramic cartridge designed for long, reliable operation; for precise durability figures refer to Citec technical specifications and maintenance recommendations.

What material is the mixer body made of?

The RUBINETA MODENA-10/K(BK/RG)VANNI body is made of quality brass containing low levels of harmful additives, providing durability and corrosion resistance.

What items are included with this mixer?

The RUBINETA MODENA-10/K(BK/RG)VANNI package includes eccentrics, decorative escutcheons (peiteäärikud), shower hose, hand shower and hand shower holder — the basic components needed for installation.

How does the Neoperl® Honeycomb aerator work and why is it useful?

The Neoperl® Honeycomb aerator mixes air with water to reduce water consumption, produce a soft, quiet flow and prevent splashing; it also helps extend the mixer’s working life.

Are additional parts needed to install on standard plumbing connections?

Normally no extra parts are needed: the RUBINETA MODENA-10/K(BK/RG)VANNI includes eccentrics and escutcheons compatible with standard plumbing connections; an adapter may be required for non-standard pipework.

How to clean and care for the black finish?

The black finish on the MODENA-10/K(BK/RG)VANNI is applied by electrostatic spraying — clean with a soft cloth and warm water with a mild detergent, avoid abrasives and strong chemicals to protect the coating.

Is this mixer compatible with water heaters and high-pressure systems?

The MODENA-10/K(BK/RG)VANNI’s 35 mm Citec ceramic cartridge is suitable for standard hot-water systems and typical domestic pressures; for very high pressures above manufacturer recommendations install a pressure reducer.

What are the mixer dimensions and connection diameters (e.g. cartridge diameter and water inlets)?

The mixer uses a 35 mm Citec ceramic cartridge; the supplied eccentrics are standard size, but check your pipework outer diameters for compatibility before purchase.

How does this model differ from other RUBINETA MODENA mixers?

The MODENA-10/K(BK/RG)VANNI stands out with its black finish, included hand shower and 35 mm Citec cartridge; other MODENA models may offer different colours, spout shapes or accessory sets.

Where to buy MIXER RUBINETA MODENA-10/K(BK/RG)VANNI BLACK?

You can buy MIXER RUBINETA MODENA-10/K(BK/RG)VANNI BLACK in our online store for 103.13€. Category: Bath and shower mixer tap.

What is the price of MIXER RUBINETA MODENA-10/K(BK/RG)VANNI BLACK?

The current price of MIXER RUBINETA MODENA-10/K(BK/RG)VANNI BLACK is 103.13€. Brand: Rubineta.

MIXER RUBINETA MODENA-10/K(BK/RG)VANNI BLACK — specifications and description

Model: 000-485114ASP. Category: Bath and shower mixer tap. Brand: Rubineta. Price: 103.13€.

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