Basin mixer RUBINETA ETNA-18

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

Specification

Qty
One click order
Tags:

DESCRIPTION Basin mixer RUBINETA ETNA-18 price 64.52€ Rubineta

Package dimensions28,20 x 21,20 x 6,60 cm
Gross weight0,809 kg
Net weight1,093 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
Chrome
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 materials is it made of?

Basin mixer RUBINETA ETNA-18 is a single-lever basin tap made of high-quality brass (bronze) with a distinctive handle and chrome finish. It features a 25 mm CITEC ceramic cartridge, Neoperl Shorty aerator for reduced flow, and has a net weight of 0.81 kg.

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

The RUBINETA ETNA-18 uses a 25 mm CITEC ceramic cartridge (Spain), which provides smooth lever action, greater durability and lower risk of leaks compared with lower-quality cartridges.

Does the Basin mixer RUBINETA ETNA-18 include connection hoses and what are they?

Yes — the RUBINETA ETNA-18 comes with German 60 cm PEX connection hoses by FLIESSER, suitable for standard plumbing connections and offering installation flexibility.

Which aerator is fitted to the Basin mixer RUBINETA ETNA-18 and what are Neoperl Shorty benefits?

The RUBINETA ETNA-18 uses a Neoperl Shorty aerator — a more compact, less visible unit that delivers good water flow and PCA® technology for reduced water consumption.

Is the Basin mixer RUBINETA ETNA-18 compatible with any basin?

The RUBINETA ETNA-18 is designed for standard single-hole basin installations; check that your basin has a single mounting hole and typical deck thickness to accommodate the tap.

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

The product listing shows a net weight of 0.81 kg, but exact dimensions (height and spout reach) are not provided; check the product technical drawing in the full spec for precise measurements.

What is the finish of the Basin mixer RUBINETA ETNA-18 and how to care for it?

The mixer has a chrome finish for a modern shine; clean with a soft cloth and mild detergent, avoiding abrasive or acidic cleaners to protect the chrome.

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

The ETNA-18 stands out with its distinctive handle and the combination of a 25 mm CITEC cartridge, 60 cm FLIESSER PEX hoses and Neoperl Shorty aerator; other ETNA models vary mainly by handle design, height and spout reach.

Is the Basin mixer RUBINETA ETNA-18 suitable for low-pressure systems?

The listing does not state minimum pressure requirements; the 25 mm ceramic cartridge and Neoperl aerator typically work with standard domestic pressures, but check technical specs if you have very low water pressure.

What design features does the Basin mixer RUBINETA ETNA-18 have and will it suit a modern bathroom?

The RUBINETA ETNA-18 features a modern chrome finish, a distinctive handle and a low-profile Neoperl Shorty aerator, creating an elegant minimalist look that suits contemporary or Scandinavian-style bathrooms.

Where to buy Basin mixer RUBINETA ETNA-18 ?

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

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

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

Basin mixer RUBINETA ETNA-18 — specifications and description

Model: 000-441822ASP. Category: Sink taps. Brand: Rubineta. Price: 51.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ххххххх');