FAUCET HANSGROHE 71806000 FOCUS M42 KITCHEN

The photographs are for illustrative purposes only.
Get AI analytics on product FAUCET HANSGROHE 71806000 FOCUS M42 KITCHEN:
142.60€/pc.
Ex Tax: 115.00€/pc.
hansgrohe
0 reviews
In stock
Product Code: 000-454586ASP

Specification

Qty
One click order
Tags:

DESCRIPTION FAUCET HANSGROHE 71806000 FOCUS M42 KITCHEN price 144.94€ hansgrohe

Package dimensions24,30 x 5,10 x 22,10 cm
Gross weight1,613 kg
Net weight1,973 kg

the hansgrohe kitchen faucet Focus M42 120, in chrome finish, effectively uses the available space and is convenient to use at the kitchen sink.
With a practical height - 120 mm - there is room for kitchen arrangements and it facilitates the smooth use of everyday kitchen accessories. The modern design with harmonious curved surfaces, precise edges and a horizontal spout represents elegant linearity and is suitable for any kitchen. High-quality materials and manufacturing ensure the long-lasting enjoyment of the faucet.

Thanks to the large handle, precise regulation of the amount of water is also possible with soapy hands.

More voluminous, airier and softer drops: air is added to the water spray - the result is a wonderful jet of water (AirPower)

Particularly easy to clean: scale can be easily removed by just rubbing the aerator with a silicone tip with your finger (QuickClean)

Tested flexible PEX connection hoses ensure the safe use of water, they are heat resistant and odor and taste free

The joy of long-lasting use: ceramic working element inside, non-stick handle and easy-to-clean chrome surfaces

Also suitable for use with flow-through boilers.

Description provided by sitypro.com

Taps
Brand
Hansgrohe
Destination
For the kitchen
Mounting
On the product
Product color
Chrome
Spout
With long spout
Style
Modern
Type tap
Single lever
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
FAUCET HANSGROHE 71806000 FOCUS M42 KITCHEN
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the FAUCET HANSGROHE 71806000 FOCUS M42 KITCHEN

What is the FAUCET HANSGROHE 71806000 FOCUS M42 KITCHEN?

The FAUCET HANSGROHE 71806000 FOCUS M42 KITCHEN is the hansgrohe Focus M42 120 kitchen faucet in chrome finish, with a practical 120 mm height, horizontal spout and AirPower technology for a fuller, softer water jet; built from high-quality materials for long-lasting use.

What is the height and spout type of this faucet?

The FAUCET HANSGROHE 71806000 FOCUS M42 KITCHEN has a practical 120 mm height and a horizontal (straight) spout, providing space around the sink for kitchenware and easy everyday use.

Does the faucet use AirPower technology and what are the benefits?

Yes, the FAUCET HANSGROHE 71806000 FOCUS M42 KITCHEN features AirPower, which mixes air into the water stream for fuller, softer droplets and reduced splashing, improving the feel of the flow.

Is this faucet suitable for a low backsplash or tight space?

Yes, the FAUCET HANSGROHE 71806000 FOCUS M42 KITCHEN, with its 120 mm height and horizontal spout, makes efficient use of space and is suitable for sinks with low backsplashes or limited area.

What material and finish does the faucet have?

The FAUCET HANSGROHE 71806000 FOCUS M42 KITCHEN is made from high-quality metal materials and features a chrome finish for durability and easy cleaning.

Is the faucet easy to clean from limescale and how?

Yes, the product notes the faucet is particularly easy to clean: limescale can be removed easily by rubbing the aerator’s silicone nozzle with a finger, avoiding aggressive chemicals.

What is the model and SKU for selecting compatible parts?

Model: A121253SP and SKU: 000-454586ASP; use these identifiers when choosing compatible mounting parts and hansgrohe accessories.

Does this faucet suit different kitchen styles?

Yes, the FAUCET HANSGROHE 71806000 FOCUS M42 KITCHEN features a modern linear design with curved surfaces and precise edges that complements most kitchen interior styles.

Can I control the water flow with soapy hands?

Yes, the FAUCET HANSGROHE 71806000 FOCUS M42 KITCHEN has a large handle that allows precise water adjustment even with soapy hands, providing a secure grip.

Is this faucet compatible with a drinking water filter or soap dispenser?

The description does not mention integrated outlets for a filter or dispenser; the FAUCET HANSGROHE 71806000 FOCUS M42 KITCHEN is a standard kitchen faucet, and adding a separate filter or dispenser typically requires an extra hole in the sink or worktop and compatible fittings.

Where to buy FAUCET HANSGROHE 71806000 FOCUS M42 KITCHEN?

You can buy FAUCET HANSGROHE 71806000 FOCUS M42 KITCHEN in our online store for 115.00€. Category: Kitchen taps.

What is the price of FAUCET HANSGROHE 71806000 FOCUS M42 KITCHEN?

The current price of FAUCET HANSGROHE 71806000 FOCUS M42 KITCHEN is 115.00€. Brand: hansgrohe.

FAUCET HANSGROHE 71806000 FOCUS M42 KITCHEN — specifications and description

Model: 000-454586ASP. Category: Kitchen taps. Brand: hansgrohe. Price: 115.00€.

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