Kitchen sink faucet MG-6250, JUPITS

The photographs are for illustrative purposes only.
Get AI analytics on product Kitchen sink faucet MG-6250, JUPITS:
29.28€
Ex Tax: 23.61€
MAGMA
0 reviews
In stock
Product Code: MA7103003SP
EAN Code: 4750667077155
Qty
One click order
Tags:

JUPITS sink mixer from the Daugava collection

Kitchen sink mixer designed for reliable everyday use, combining functionality and quality with adaptable design options for kitchens or bathrooms.

Key Benefits


    Designed for functionality and high quality as part of the Daugava series
  • Adaptable appearance — option to choose from three different handle designs
  • Includes MAGMA 40 mm cartridge for durable operation
  • Supplied with MAGMA flexible fittings, 40 cm length
  • 5-year manufacturer's warranty (guarantee)
  • Each unit undergoes 100% inspection for quality assurance
  • Proven popularity — Daugava series ranks high in sales

Applications

Suitable for kitchen sink installations and situations where reliable, adaptable tap design is required.


    Domestic kitchen sink replacements
  • Apartment kitchen installations
  • Kitchen renovation projects
  • Coordinating tap design with bathroom fittings

What to Consider When Choosing


    Match the handle design option to your kitchen or bathroom décor
  1. Verify included parts: MAGMA 40 mm cartridge and MAGMA 40 cm flexible fittings
  2. Note the 5-year warranty when comparing product benefits
  3. Assess the mixer’s functionality and quality as highlighted by the Daugava series
  4. Consider that every unit is 100% tested before delivery

Specifications


    Model: MG-6250
  • Brand: JUPITS
  • Series: Daugava
  • Included cartridge: MAGMA 40 mm
  • Included flexible fittings: MAGMA, 40 cm
  • Warranty: 5 years
  • Quality control: 100% inspection

Why Buy from SityPro


    Easy online purchase — buy with clear price and product features on SityPro
  • Convenient ordering and customer support for product selection
  • Fast delivery options to Estonia and Finland
  • Transparent information on warranty and included parts
  • Reliable after-sales assistance for installation questions

Description provided by sitypro.com

Kitchen sink faucet MG-6250, JUPITS
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Кухонный смеситель MG-6250, JUPITS

What is the Kitchen sink faucet MG-6250, JUPITS and what is it used for?

Kitchen sink faucet MG-6250, JUPITS is a Daugava-series brass kitchen faucet with a chrome finish and lever handle, featuring thermostat control. It is designed for daily kitchen tasks such as dishwashing, food prep and general water control at the sink.

What material is the MG-6250 faucet made of and what finish does it have?

The MG-6250 faucet is made of brass and has a chrome finish, providing durability and a polished, classic appearance.

What cartridge size and flexible hoses are included?

The faucet includes a MAGMA cartridge (40 mm) and MAGMA flexible hoses 40 cm long, making it compatible with most standard kitchen connections.

Is the MG-6250 suitable for a single-hole sink and countertop installation?

Yes, the MG-6250 is designed for single-hole sink and countertop installation; check that the sink hole diameter and the 40 cm flexible hoses fit your setup before fitting.

What type of control does the MG-6250 have and does it include a thermostat?

The MG-6250 features a lever handle with thermostat control (thermovalve mechanism), allowing more precise temperature regulation.

What kitchen style does the MG-6250 design suit?

The MG-6250 has a modern-style design with a chrome finish, making it suitable for minimalist, contemporary and Scandinavian-style kitchens.

What warranty is specified for the MG-6250 faucet?

The product specifies a 15-year warranty (Garantija: 15 gadi), indicating long-term expected service with proper installation and maintenance.

How does the MG-6250 differ from other Daugava-series faucets?

The MG-6250 features a lever handle, thermostat control, MAGMA 40 mm cartridge and 40 cm flexible hoses, positioning it as a practical kitchen model within the Daugava series.

Is the MG-6250 suitable for a professional kitchen or heavy use?

The MG-6250 is brass with a thermovalve and MAGMA cartridge, making it durable for frequent use; for very heavy professional use, verify conformity with local commercial standards.

Do I need additional seals or consumables to install the MG-6250?

The faucet is supplied with MAGMA hoses and cartridge, but non-standard installations may require extra seals or gaskets; keep standard plumbing seals on hand just in case.

Where to buy Kitchen sink faucet MG-6250, JUPITS?

You can buy Kitchen sink faucet MG-6250, JUPITS in our online store for 23.61€. Category: Kitchen taps.

What is the price of Kitchen sink faucet MG-6250, JUPITS?

The current price of Kitchen sink faucet MG-6250, JUPITS is 23.61€. Brand: MAGMA.

Kitchen sink faucet MG-6250, JUPITS — specifications and description

Model: . Category: Kitchen taps. Brand: MAGMA. Price: 23.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ххххххх');