Bath faucet (200) with set MG-6235, JUPITS

The photographs are for illustrative purposes only.
Get AI analytics on product Bath faucet (200) with set MG-6235, JUPITS:
50.44€
Ex Tax: 40.68€
MAGMA
0 reviews
In stock
Product Code: MA7103067SP
EAN Code: 4750667084153
Qty
One click order
Tags:

JUPITS Model 200 bath mixer with MG-6235 accessory set

Compact bath mixer from the Daugava series, providing functional, high-quality water control for bathroom and kitchen application, with interchangeable handles to match interior styles.

Key Benefits


    Designed for functionality and high quality as part of the Daugava series
  • Adaptable look with a choice of three different handle designs
  • Wide assortment and proven popularity in sales results
  • Includes flexible MAGMA fittings Ø40 mm for easier installation
  • Each unit is 100% tested for reliability
  • 5-year warranty for long-term assurance

Applications

Suitable for various bathroom and kitchen application areas where a reliable mixer is required; review features and price before you buy.


    Bathtub filling and control
  • Shower mixing installations
  • Bathroom renovation projects
  • Kitchen sink installations using a bath-style mixer
  • Matching different interior styles using alternative handles

What to Consider When Choosing


    Select the handle design that matches your overall decor and ergonomics
  1. Verify compatibility with existing installation and plumbing connections
  2. Confirm inclusion of MAGMA flexible fittings Ø40 mm and required adapters
  3. Consider the 5-year warranty and 100% testing as part of long-term reliability
  4. Compare price and features across the Daugava series before you buy

Specifications


    Series: Daugava (focus on functionality, quality and applicability)
  • Model: 200 with set MG-6235, JUPITS
  • Includes flexible MAGMA fittings, diameter 40 mm
  • Each unit 100% tested
  • 5-year warranty on the mixer
  • Available with three different handle designs

Why Buy from SityPro


    Easy to buy online with clear price and product features on SityPro
  • Supportive customer service to help with selection and questions
  • Delivery options available to Estonia and Finland for convenience
  • Warranty support and assistance with returns or claims
  • Reliable listings of tested products and documented benefits

Description provided by sitypro.com

Bath faucet (200) with set MG-6235, JUPITS
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Смеситель для ванны(200) с компл.MG-6235, JUPITS

What is the Bath faucet (200) with set MG-6235, JUPITS and what is it used for?

Bath faucet (200) with set MG-6235, JUPITS is a Daugava-series brass bath faucet with a glossy chrome finish and a ceramic cartridge mechanism; it is used for controlling water to the bath and is suitable for bathroom installation or renovation, requiring two mounting holes.

What material and finish does the JUPITS (model 200) faucet have?

The faucet body is made of brass with a glossy chrome finish, providing corrosion resistance and easy maintenance for everyday bathroom use.

How many mounting holes are required to install the model 200?

The model 200 requires two mounting holes for installation; it features a top-position lever and a fixed spout, so prepare two standard connection points.

What type of control handle and shut-off mechanism does the faucet have?

The faucet has a single top-mounted lever for flow and temperature control and uses a ceramic cartridge mechanism, providing smooth operation and long service life.

Is this faucet suitable for bath and shower use and does it include a shower diverter?

Model 200 is designed to direct water between the bath and shower and is supplied as set MG-6235; while the description mentions bath and shower use, confirm the presence of a diverter in the MG-6235 package contents.

What colours and design does the Daugava series offer for this model?

The model 200 is offered in glossy chrome with a modern design; the Daugava series emphasizes contemporary styling and a consistent MAGMA product family appearance.

Is the JUPITS (200) faucet suitable for renovating an old bath and replacing an existing faucet?

Yes, model 200 is designed for bathroom renovation and replacing existing faucets — it is a compact solution installed through two mounting holes and is compatible with typical installations.

What warranty does the JUPITS (model 200) faucet have?

The specifications state a 15-year warranty, reflecting the manufacturer's confidence in the durability of materials and mechanism.

Who is the manufacturer and what is the model number and series of this faucet?

The manufacturer is MAGMA, model number MA7103067SP, and the faucet belongs to the JUPITS Daugava series; useful when selecting compatible components or spare parts.

Is the faucet suitable for commercial use (hotels, hostels) in terms of reliability?

Yes, model 200 features a brass body and ceramic cartridge, providing durable and reliable operation; the 15-year warranty and robust chrome finish make it suitable for intensive commercial use.

Where to buy Bath faucet (200) with set MG-6235, JUPITS?

You can buy Bath faucet (200) with set MG-6235, JUPITS in our online store for 40.68€. Category: Bath and shower mixer tap.

What is the price of Bath faucet (200) with set MG-6235, JUPITS?

The current price of Bath faucet (200) with set MG-6235, JUPITS is 40.68€. Brand: MAGMA.

Bath faucet (200) with set MG-6235, JUPITS — specifications and description

Model: . Category: Bath and shower mixer tap. Brand: MAGMA. Price: 40.68€.

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