MIXER RUBINETA ULTIMA-50 (BK/RG)BLACK KÖÖGI

The photographs are for illustrative purposes only.
Get AI analytics on product MIXER
RUBINETA ULTIMA-50 (BK/RG)BLACK KÖÖGI:
164.68€/pc.
Ex Tax: 132.81€/pc.
Rubineta
0 reviews
In stock
Product Code: 000-486701ASP
Qty
One click order
Tags:

DESCRIPTION MIXER RUBINETA ULTIMA-50 (BK/RG)BLACK KÖÖGI price 167.38€ Rubineta

Package dimensions44,00 x 24,00 x 7,00 cm
Gross weight1,877 kg
Net weight2,291 kg

Kas veedate palju aega köögis? Segisti ULTIMA on teie asendamatu abiline, mis aitab muuta igapäevase rutiini tõeliseks naudinguks. Magnetilise dokkimissüsteemi ja kahe funktsiooniga (tavaline ja vihmuti) tila.
•Pärast kokkupanekut 100% testitud
•Üks peamisi materjale on kvaliteetne messing, mis sisaldab vähe kahjulikke lisandeid
•Segisti tarnitakse koos Keroxi 25 mmkassetiga. Kerox on maailma juhtiv kassettide tootja. Tippkvaliteet ja pidev areng, mis tagab kõigi kraanide parima jõudluse.
•Värvitud elektrostaatilise pihustamise teel
•Värvus: must/roosa kuld
•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 PEX 60 cm ühendusvoolikud
•5-aastane garantii.

Description provided by sitypro.com

MIXER RUBINETA ULTIMA-50 (BK/RG)BLACK KÖÖGI
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the MIXER RUBINETA ULTIMA-50 (BK/RG)BLACK KÖÖGI

What is the MIXER RUBINETA ULTIMA-50 (BK/RG)BLACK KÖÖGI?

MIXER RUBINETA ULTIMA-50 (BK/RG)BLACK KÖÖGI is a kitchen mixer with a magnetic docking system and two spray modes (standard and shower). Made of high-quality brass, electrostatically coated, supplied with a Kerox 25 mm cartridge, Neoperl® Honeycomb aerator and 60 cm PEX flex hoses; 5-year warranty.

What materials are used in the RUBINETA ULTIMA-50 (BK/RG) mixer?

The main material is high-quality brass with low harmful additives, and the mixer is electrostatically coated. It includes a Kerox 25 mm cartridge and a Neoperl® Honeycomb aerator for long service life and smooth operation.

Which cartridge is fitted in the mixer and what does it provide?

The mixer is fitted with a Kerox 25 mm cartridge, a leading global cartridge manufacturer. It provides precise temperature and flow control, long-lasting performance and reduces the risk of leaks.

What spray modes does the RUBINETA ULTIMA-50 (BK/RG) have?

The mixer has two spray modes: standard flow and a shower/rain mode. Modes are switched on the pull-out nozzle which uses a magnetic docking system.

Will this mixer fit a standard kitchen sink for connection?

Yes, the set includes 60 cm PEX flexible hoses which fit most standard kitchen sink connections. However, check your mounting hole diameter and under-sink clearance before installation.

How does the magnetic docking system work on this kitchen mixer?

The magnetic docking system holds the pull-out nozzle securely in place when returned, without mechanical latches. This makes operation easier and reduces wear on the hose and connections.

How does the Neoperl® Honeycomb aerator affect water consumption and noise?

The Neoperl® Honeycomb aerator mixes air into the water, reducing consumption while producing a softer, quieter flow. This improves efficiency without noticeable loss of pressure.

Do I need to buy hoses or anything else separately for installation?

No, additional hoses are not normally required — the set includes 60 cm PEX connection hoses. You will need basic tools (wrenches, sealant) and to check that your mounting hole is compatible.

Is this mixer suitable for hard water and how to maintain it?

The brass construction and Neoperl® aerator provide durability, but in hard water areas it’s recommended to clean the aerator periodically and flush the cartridge of deposits. Use a soft cloth and non-abrasive cleaners; avoid aggressive chemicals.

How does the RUBINETA ULTIMA-50 differ from other Rubineta kitchen mixers?

The ULTIMA-50 stands out with a magnetic docking pull-out nozzle, Kerox 25 mm cartridge and Neoperl® Honeycomb aerator plus an electrostatic black/rose-gold finish. These features improve convenience, durability and water efficiency versus basic models.

Where to buy MIXER RUBINETA ULTIMA-50 (BK/RG)BLACK KÖÖGI?

You can buy MIXER RUBINETA ULTIMA-50 (BK/RG)BLACK KÖÖGI in our online store for 132.81€. Category: Kitchen taps.

What is the price of MIXER RUBINETA ULTIMA-50 (BK/RG)BLACK KÖÖGI?

The current price of MIXER RUBINETA ULTIMA-50 (BK/RG)BLACK KÖÖGI is 132.81€. Brand: Rubineta.

MIXER RUBINETA ULTIMA-50 (BK/RG)BLACK KÖÖGI — specifications and description

Model: 000-486701ASP. Category: Kitchen taps. Brand: Rubineta. Price: 132.81€.

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