Basin mixer RUBINETA ETNA-18

The photographs are for illustrative purposes only.
Get AI analytics on product Basin mixer RUBINETA ETNA-18 :
78.19€/pc.
Ex Tax: 63.06€/pc.
Rubineta
0 reviews
In stock
Product Code: 000-441936ASP

Specification

Qty
One click order
Tags:

SPECIFICATION Basin mixer RUBINETA ETNA-18 price 79.48€ Rubineta

Package dimensions28,20 x 21,20 x 6,60 cm
Gross weight0,810 kg
Net weight1,090 kg

ETNA kraanikausisegistid on kõrge kvaliteedi ning uuenduslike disainilahendustega, mis tagavad moodsa elegantsi mulje. Segisti unikaalne käepide on selle toote esteetiline aktsent, mis sulab efektiivselt kokku segisti korpusega.

  • See seeria paistab silma suurepärase kvaliteedi poolest:
  • Segisti on toodetud tippkvaliteetsest pronksist.
  • Kasutame Hispaania 25 mm keraamilisi kassette CITEC.
  • Komplektis koos Saksa 60 cm PEX ühendusvoolikutega FLIESSER.
  • ETNA segistitel on moodsad Neoperl Shorty aeraatorid – need on kitsamad ning vähem märgatavad kui tavalised aeraatorid ja nendega on segistile tagatud moodne väljanägemine. Neoperl Shorty aeraatorid eristuvad teistest suurepärase veevoolu ja patenteeritud väiksema veekulu tehnoloogia PCA® poolest.

Product details

Net weight: 0.81 kg
Total weight: 1.09 kg
Package measurements: 28.20 x 21.20 x 6.60 cm

Description provided by sitypro.com

Taps
Brand
Rubineta
Destination
For the sink
Mounting
On the product
Product color
White
Spout
With short spout
Style
Modern
Type tap
Pressure/Push
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Basin mixer RUBINETA ETNA-18
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Basin mixer RUBINETA ETNA-18

What is the Basin mixer RUBINETA ETNA-18 and what is it made of?

Basin mixer RUBINETA ETNA-18 is a single-lever basin mixer made from high-quality bronze, fitted with a 25 mm CITEC ceramic cartridge (Spain) and supplied with German 60 cm PEX connection hoses; net weight is 0.81 kg.

Which cartridge does the Basin mixer RUBINETA ETNA-18 use and why is it beneficial?

The RUBINETA ETNA-18 uses a 25 mm CITEC ceramic cartridge (Spain), providing smooth flow and long-lasting leak-free performance for reliable daily use.

Which hoses are included with RUBINETA ETNA-18 and what are their features?

The mixer includes German 60 cm PEX FLIESSER connection hoses, which are flexible, durable and compatible with standard mixer fittings for hot and cold water connections.

Is the Basin mixer RUBINETA ETNA-18 suitable for standard basins and mounting holes?

The RUBINETA ETNA-18 is designed for single-hole basin installation and is compatible with common basin mounting dimensions; the included 60 cm PEX hoses simplify connection to typical plumbing.

What aeration technology does RUBINETA ETNA-18 use and how does it affect water use?

The ETNA series uses compact Neoperl Shorty aerators with PCA® technology, which reduce water consumption while maintaining a comfortable and efficient flow.

Is RUBINETA ETNA-18 suitable for bathrooms and basins with limited space?

The ETNA has a compact design and a short Neoperl Shorty aerator, making the RUBINETA ETNA-18 a good choice for small bathrooms and basins with limited space.

What colours and finishes are available for RUBINETA ETNA-18?

Product information highlights a high-quality bronze body and a VALAMU VALGE (white) version; check the product page for current finish and colour availability.

What is the weight and dimensions of the Basin mixer RUBINETA ETNA-18?

The product details list a net weight of 0.81 kg; full dimensions are not provided in the summary, so check the technical specification on the product page for exact measurements.

Is RUBINETA ETNA-18 suitable for hard water and how to care for the finish?

The bronze body and quality components tolerate hard water, but regular cleaning with a soft cloth and non-abrasive cleaners is recommended; also occasionally check and clean the Neoperl aerator to maintain performance.

How does RUBINETA ETNA-18 differ from other ETNA series mixers?

The ETNA-18 stands out with its distinctive handle design and full equipment: bronze body, 25 mm CITEC cartridge, German 60 cm PEX FLIESSER hoses and Neoperl Shorty aerator with PCA® technology, offering a modern look and water savings.

Where to buy Basin mixer RUBINETA ETNA-18 ?

You can buy Basin mixer RUBINETA ETNA-18 in our online store for 63.06€. Category: Sink taps.

What is the price of Basin mixer RUBINETA ETNA-18 ?

The current price of Basin mixer RUBINETA ETNA-18 is 63.06€. Brand: Rubineta.

Basin mixer RUBINETA ETNA-18 — specifications and description

Model: 000-441936ASP. Category: Sink taps. Brand: Rubineta. Price: 63.06€.

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