SWOWER MIXER GROHE VITALIO JOY SYSTEM 260 TERM.SEG

The photographs are for illustrative purposes only.
Get AI analytics on product SWOWER MIXER GROHE VITALIO JOY SYSTEM 260 TERM.SEG:
643.08€/pc.
Ex Tax: 518.61€/pc.
Grohe
0 reviews
In stock
Product Code: 000-484885ASP
Qty
One click order
Tags:

SPECIFICATION SWOWER MIXER GROHE VITALIO JOY SYSTEM 260 TERM.SEG price 653.62€ Grohe

Package dimensions114,00 x 32,00 x 10,50 cm
Net weight7,400 kg

Kogukaal: 7,400 kg

Pakendi mõõtmed: 114,00 x 32,00 x 10,50 cm

Description provided by sitypro.com

SWOWER MIXER GROHE VITALIO JOY SYSTEM 260 TERM.SEG
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the SWOWER MIXER GROHE VITALIO JOY SYSTEM 260 TERM.SEG

What is the SWOWER MIXER GROHE VITALIO JOY SYSTEM 260 TERM.SEG?

SWOWER MIXER GROHE VITALIO JOY SYSTEM 260 TERM.SEG is a Grohe shower system, model A151552SP, with a package weight of 7.400 kg and package dimensions 114 x 32 x 10.5 cm. The set is designed for fixed bathroom installation and includes the shower column and mixer.

What are the dimensions and weight of the SWOWER MIXER GROHE VITALIO JOY SYSTEM 260 TERM.SEG?

The package weight is 7.400 kg and the package dimensions are 114.00 x 32.00 x 10.50 cm. Use these figures to plan transport and storage.

Is the SWOWER MIXER GROHE VITALIO JOY SYSTEM 260 TERM.SEG suitable to replace an old shower column?

Yes — the GROHE VITALIO JOY SYSTEM 260 TERM.SEG generally fits as a replacement if you have standard plumbing connections. Check existing connection spacing and installation type before purchase (model A151552SP).

What components are included with the SWOWER MIXER GROHE VITALIO JOY SYSTEM 260 TERM.SEG?

The set includes the shower column, the mixer (model A151552SP) and mounting accessories, all within a 114 x 32 x 10.5 cm package. Check the box contents prior to installation.

What are the materials and finish of the SWOWER MIXER GROHE VITALIO JOY SYSTEM 260 TERM.SEG?

The database lists Grohe and the model but does not specify materials or finish. The 7.400 kg package weight suggests metal components; check official Grohe specifications for chrome or stainless options.

What are the dimensions of the shower head and column for the SWOWER MIXER GROHE VITALIO JOY SYSTEM 260 TERM.SEG?

Only package dimensions and weight are provided in the data; specific shower head and column measurements are not listed. Request detailed technical dimensions from Grohe or the product datasheet (model A151552SP).

Is the SWOWER MIXER GROHE VITALIO JOY SYSTEM 260 TERM.SEG compatible with a thermostat?

The product data lists model A151552SP but does not state whether a thermostat is included or compatible. Check Grohe technical specifications for thermostat compatibility.

Do I need extra brackets or adapters to install the SWOWER MIXER GROHE VITALIO JOY SYSTEM 260 TERM.SEG?

Only package weight and dimensions are listed in the data; the full list of included mounting hardware is not provided. Confirm required brackets or adapters with the seller or Grohe installation guide.

What wall types is the SWOWER MIXER GROHE VITALIO JOY SYSTEM 260 TERM.SEG suitable for?

The dataset does not list compatible wall types. Typically Grohe shower systems suit concrete and plasterboard walls with appropriate fixings; check the Grohe installation manual for model A151552SP.

How does model A151552SP differ from other Grohe shower systems?

Only model A151552SP and package information are provided; technical differences to other Grohe systems are not listed. Compare Grohe product specifications to identify differences in features, materials and options.

Will the SWOWER MIXER GROHE VITALIO JOY SYSTEM 260 TERM.SEG work with low water pressure?

The product data does not state minimum operating pressure; Grohe typically publishes recommended pressure ranges. Check the recommended and minimum pressure for model A151552SP with Grohe.

Where to buy SWOWER MIXER GROHE VITALIO JOY SYSTEM 260 TERM.SEG?

You can buy SWOWER MIXER GROHE VITALIO JOY SYSTEM 260 TERM.SEG in our online store for 518.61€. Category: Shower assemblies and accessories.

What is the price of SWOWER MIXER GROHE VITALIO JOY SYSTEM 260 TERM.SEG?

The current price of SWOWER MIXER GROHE VITALIO JOY SYSTEM 260 TERM.SEG is 518.61€. Brand: Grohe.

SWOWER MIXER GROHE VITALIO JOY SYSTEM 260 TERM.SEG — specifications and description

Model: 000-484885ASP. Category: Shower assemblies and accessories. Brand: Grohe. Price: 518.61€.

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