BATHROOM FAUCET GROHE START LOOP 23355001 CHROME

The photographs are for illustrative purposes only.
Get AI analytics on product
BATHROOM FAUCET GROHE START LOOP 23355001
CHROME :
145.00€/pc.
Ex Tax: 116.94€/pc.
Grohe
0 reviews
In stock
Product Code: 000-474652ASP
Price in reward points: 1

Specification

Qty
One click order
Tags:

SPECIFICATION BATHROOM FAUCET GROHE START LOOP 23355001 CHROME price 135.58€ Grohe

Package dimensions24,00 x 14,70 x 19,60 cm
Net weight1,755 kg

GROHE Start Loop ühe hoovaga vannisegisti – vastupidav kaasaegne segisti Teie vannituppa, pakkudes suurepärast disaini hea hinnaga.

Funktsionaalse disainiga GROHE Start Loop vannisegistiga teete oma vannis- või duši all käigu iga kord naudinguks. Ühe hoovaga vannisegistis GROHE Start Loop on ühendatud esteetika suurepärase funktsiooni ja vastupidavusega. Sellel seinale kinnitamiseks mõeldud vannisegistil on reguleeritav vooluhulga piiraja ja integreeritud tagasilöögiklapp, mis takistab reovee tagasivoolu Teie veevarustusse. Automaatne ümberlüliti muudab vee suunamise vanni ja duši vahel lihtsaks. Tugevast metallist hoova käepideme eripärane aasakujundus lisab Teie vannitoa kujundusse kergust. GROHE LongLife keraamiline sisu pakub vastupidavat, usaldusväärset liikuvust ja temperatuuri reguleerimist. Pimestava, kuid vastupidava GROHE StarLight kroomviimistlusega vannisegisti välimus jääb säravaks veel aastateks.

Description provided by sitypro.com

Taps
Brand
Grohe star
Destination
For the bathroom
Mounting
Wall-mounted
Product color
Chrome
Spout
With short spout
Style
Modern
Type tap
Single lever
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
BATHROOM FAUCET GROHE START LOOP 23355001 CHROME
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the BATHROOM FAUCET GROHE START LOOP 23355001 CHROME

What is the BATHROOM FAUCET GROHE START LOOP 23355001 CHROME ?

BATHROOM FAUCET GROHE START LOOP 23355001 CHROME is a wall-mounted single-lever bath mixer with chrome finish, built-in non-return valve, adjustable flow limiter and automatic diverter for bath/shower use, equipped with a GROHE LongLife ceramic cartridge for durability.

Is this faucet suitable for wall mounting in a standard bathroom?

Yes, the BATHROOM FAUCET GROHE START LOOP 23355001 CHROME is designed for wall mounting and connects to standard water supply inlets, with an automatic diverter to switch between bath and shower.

What protective features does the GROHE START LOOP 23355001 include?

The faucet includes an integrated non-return valve to prevent wastewater backflow, an adjustable flow limiter to control water consumption, and a GROHE LongLife ceramic cartridge for reliable leak-free operation.

How do you switch between bath and shower on this faucet?

Switching is done via the built-in automatic diverter on the mixer body; operate the diverter lever (press or pull as designed) to direct water to either the bath spout or the shower outlet.

What materials and finish does the GROHE START LOOP 23355001 use?

The BATHROOM FAUCET GROHE START LOOP 23355001 CHROME features a robust metal body with chrome finish and a distinctive metal loop-style lever handle.

Which cartridge model is used and how does it affect longevity?

This mixer uses a GROHE LongLife ceramic cartridge, which enhances durability and delivers smooth, reliable control with reduced risk of leaks over many years.

Is this faucet suitable for low water pressure systems?

The description notes an adjustable flow limiter but does not state minimum pressure requirements; for very low-pressure systems, check compatibility with your plumber or building engineer.

What are the dimensions and technical specs of model A141329SP / SKU 000-474652ASP?

The record shows model A141329SP and SKU 000-474652ASP, but specific dimensions (spout length, centre distance) are not provided here; request the technical datasheet or ask a product specialist before purchase.

What is the design/style of this faucet — will it fit a modern bathroom?

The GROHE START LOOP 23355001 CHROME features a modern, functional design with a chrome finish and distinctive loop metal handle, making it well suited to minimalist and contemporary bathroom interiors.

How does the GROHE START LOOP differ from other Grohe models in functionality?

This model stands out as a wall-mounted single-lever mixer with built-in non-return valve, adjustable flow limiter and automatic bath/shower diverter; the GROHE LongLife ceramic cartridge offers greater durability compared with lower-end models lacking it.

Where to buy BATHROOM FAUCET GROHE START LOOP 23355001 CHROME ?

You can buy BATHROOM FAUCET GROHE START LOOP 23355001 CHROME in our online store for 116.94€. Category: Bath and shower mixer tap.

What is the price of BATHROOM FAUCET GROHE START LOOP 23355001 CHROME ?

The current price of BATHROOM FAUCET GROHE START LOOP 23355001 CHROME is 116.94€. Brand: Grohe.

BATHROOM FAUCET GROHE START LOOP 23355001 CHROME — specifications and description

Model: 000-474652ASP. Category: Bath and shower mixer tap. Brand: Grohe. Price: 116.94€.

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