Gustavsberg Nautic G3 Shower Set with Thermostat (New)

The photographs are for illustrative purposes only.
Get AI analytics on product Gustavsberg Nautic G3 Shower Set with Thermostat (New):
379.00€/pc.
Ex Tax: 305.65€/pc.
Gustavsberg
0 reviews
In stock
Product Code: 000-494123ASP
EAN Code: 7391530077000
Fuel surcharge — 2.5%
The surcharge covers part of SityPro’s transport and logistics costs. Delivery to parcel lockers is charged without any additional markup — according to the carrier’s rate.
Qty
One click order
Tags:
Package dimensions74,50 x 36,80 x 9,40 cm
Net weight4,680 kg

Gustavsberg Nautic G3 thermostatic shower set — slim overhead and 3‑function hand shower

Complete shower set combining an ultra‑thin overhead shower with rich water flow, a 3‑function push‑button hand shower and a mixer with soft contours; designed for thermostatic temperature control.

Key Benefits


    Ultra‑thin overhead shower delivers a rich, even water flow
  • Hand shower with 3 functions and push‑button control for easy switching
  • Mixer with clean, uninterrupted lines and soft contours for a modern look
  • Thermostatic unit (new) keeps temperature stable
  • Wide compatible water pressure range supports varied installations
  • Recommendation to flush pipes before fitting reduces risk of blockages

Applications

Suitable for residential and commercial bathroom installations where a modern thermostatic shower set is required.


    Private bathrooms in houses
  • Apartments and flats
  • Hotel rooms and guest accommodations
  • Bathroom renovations and upgrades
  • Small wellness or spa facilities

What to Consider When Choosing


    Check water pressure compatibility (see product pressure range)
  1. Confirm hot water temperature range matches your system
  2. Ensure correct connection: right side = cold, left side = hot
  3. Flush pipes up to the mixer before installation as instructed
  4. Be aware improper installation can cause damage not covered by the seller

Specifications


    Ultra‑thin overhead shower with rich water flow
  • 3‑function push‑button hand shower
  • Mixer with clean, uninterrupted lines and soft contours
  • Thermostatic mixer (new)
  • Connection: right = cold, left = hot
  • Water pressure: min 50 kPa, max 1000 kPa
  • Hot water temperature: min 45°C, max 80°C
  • Before installation: flush pipes up to the mixer
  • Seller not responsible for damage from incorrect installation

Why Buy from SityPro


    Buy confidently from SityPro with clear product features and application info
  • Check price and compare options directly on SityPro
  • Convenient online ordering and product pages with specifications
  • Delivery available to Estonia and Finland for fast local service
  • Customer support available for questions on installation and selection

Description provided by sitypro.com

Gustavsberg Nautic G3 Shower Set with Thermostat (New)
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the SHOWER SET GUSTAVSBERG NAUTIC G3 UUS TERMOSTAADIGA

What is the DUŠIKOMPLEKT GUSTAVSBERG NAUTIC G3 UUS TERMOSTAADIGA?

DUŠIKOMPLEKT GUSTAVSBERG NAUTIC G3 UUS TERMOSTAADIGA is an ultra-thin shower head providing a rich water flow, a 3-function hand shower with push button, and a mixer with clean continuous lines. It is rated for water pressure 50–1000 kPa and hot water temperature 45–80 °C.

What functions does the hand shower in the GUSTAVSBERG NAUTIC G3 set have?

The hand shower offers 3 functions and a push button to switch modes, enabling quick changes between, for example, a gentle rain spray and a stronger massage spray.

What water pressure and hot water temperature is this shower system rated for?

The system is rated for water pressure between 50 and 1000 kPa. Recommended hot water temperature range is 45–80 °C.

How is the GUSTAVSBERG NAUTIC G3 mixer connected to plumbing?

The mixer connects to the right-side cold and left-side hot water pipes. Pipes should be flushed up to the mixer before installation to remove debris.

Can this shower system be installed with low water pressure?

The minimum operating pressure is 50 kPa, so below that the system may perform poorly. Consult an installer about boosting pressure or alternative aerating shower heads if your pressure is borderline.

What materials and design does the NAUTIC G3 mixer feature?

The mixer features clean, continuous lines and soft contours for a modern bathroom. The description lists model A161890SP by Gustavsberg; specific material composition is not provided.

Is model A161890SP suitable to replace an old shower system?

Yes, model A161890SP (SKU 000-494123ASP) can replace an existing setup provided the hot (left) and cold (right) water connections match. Verify your water pressure and temperature meet the product requirements.

Is any special pipe preparation required before installing the shower system?

Yes, pipes should be flushed up to the mixer before installation to remove debris and deposits. This reduces the risk of damage and ensures proper function.

How does the GUSTAVSBERG NAUTIC G3 differ from other Gustavsberg mixers?

The NAUTIC G3 stands out with its ultra-thin shower head, high water flow, and a 3-function hand shower with a push button, plus a sleek mixer design. Use model A161890SP specs (50–1000 kPa, 45–80 °C) to compare with other models.

Is this set compatible with water heaters or boilers?

Yes, the set is compatible provided hot water temperature is between 45 and 80 °C and water pressure is 50–1000 kPa. Ensure your boiler/heater can maintain these parameters and that installation follows correct procedures.

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