Kitchen sink faucet MG-2146 RING, DIVUPE

The photographs are for illustrative purposes only.
Get AI analytics on product Kitchen sink faucet MG-2146 RING, DIVUPE:
28.98€
Ex Tax: 23.37€
MAGMA
0 reviews
In stock
Product Code: MA7101015SP
EAN Code: 4750667114959
Qty
One click order
Tags:

MG-2146 RING — Divupe classic two-handle kitchen tap

A two-handle kitchen faucet designed in the nostalgic Divupe style, combining classic looks with modern reliability for reliable hot and cold water control.

Key Benefits


    Classic MAGMA-inspired design that adds nostalgic charm
  • Two separate handles for independent hot and cold control
  • All water-contact parts made of high-quality brass for durability and safety
  • 15-year warranty on the faucet body
  • Ceramic valve for precise and easy flow regulation
  • Each unit undergoes 100% testing for quality assurance
  • Proven quality with modern reliability — clear customer benefits

Applications

Suitable for kitchens and interiors where classic design and reliable function are required; ideal when the application calls for separate hot/cold control.


    Home kitchen sinks
  • Classic or vintage-style kitchen renovations
  • Rental apartments seeking durable fixtures
  • Projects prioritizing tested, long-lasting fittings

What to Consider When Choosing


    Confirm compatibility with your kitchen sink and mounting type
  1. Decide if two-handle (separate hot/cold) operation fits your usage
  2. Value the brass construction and long body warranty when comparing features
  3. Consider the ceramic valve for smoother and precise flow control
  4. Check that the style matches the interior aesthetic

Specifications


    Product type: kitchen sink faucet (model MG-2146 RING)
  • Series: Divupe
  • Two-handle design — separate controls for hot and cold water
  • Water-contact parts: high-quality brass
  • Ceramic valve
  • 15-year warranty on the body
  • 100% tested

Why Buy from SityPro


    Buy online at SityPro with clear information on price and features
  • Convenient ordering and customer support for product selection
  • Delivery available to Estonia and Finland for easy receipt
  • Assistance with warranty and post-sale questions
  • Competitive price offers and reliable service for kitchen fixtures

Description provided by sitypro.com

Kitchen sink faucet MG-2146 RING, DIVUPE
Write a review
Related Products

Also looking for

rempro rempro-mobile

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

What is the Kitchen sink faucet MG-2146 RING, DIVUPE and what is it used for?

The Kitchen sink faucet MG-2146 RING, DIVUPE is a MAGMA DIVUPE-series two-handle faucet with RING styling, designed for separate hot and cold water control at a kitchen sink; ideal for household kitchens and replacing older dual-handle taps, featuring a brass body and a 15-year guarantee.

What materials and construction does the MG-2146 RING, DIVUPE faucet have?

The faucet uses high-quality brass for water-contact parts and ceramic valves for precise, smooth flow control; the design is maintenance-friendly and built for everyday kitchen use.

Is this faucet suitable for a standard two-hole kitchen sink?

The MG-2146 RING, DIVUPE is a two-handle faucet suitable for installations with separate hot and cold water connections and typical two-hole mounting positions; check your sink/worksurface has corresponding separate feed lines before purchase.

What warranty does the MG-2146 RING, DIVUPE faucet have?

The MG-2146 RING, DIVUPE has a 15-year warranty on the body as stated in the product attributes; verify warranty scope and terms with the retailer at purchase.

What type of valves/cartridge does the faucet use and how precise is the water control?

The faucet uses ceramic valves for precise, smooth control of flow and temperature; ceramic fittings increase durability and reduce leakage risk over time.

Is the MG-2146 RING, DIVUPE suitable for renovating a kitchen with a classic style?

Yes — the RING styling and DIVUPE series’ timeless design make it a good choice for kitchens seeking a traditional look and for replacing older dual-handle taps.

Is the faucet compatible with water filtration systems or dishwasher connections?

The MG-2146 RING, DIVUPE uses standard hot and cold feeds; connecting filtration systems or a dishwasher may require additional fittings or a tee—check your system’s requirements.

How to care for and clean the MG-2146 RING, DIVUPE faucet?

Wipe the faucet with a soft cloth and warm water, avoid abrasive or acidic cleaners; the DIVUPE design is maintenance-friendly to preserve the finish and durability.

Why is model MA7101015SP important when selecting the MG-2146 RING, DIVUPE faucet?

Model MA7101015SP identifies the exact configuration and technical specification for this MG-2146 RING faucet; confirm feed pipe sizes and mounting hole dimensions with the retailer to ensure fit.

How does the MG-2146 RING, DIVUPE differ from modern single-lever faucets?

The MG-2146 RING, DIVUPE is a traditional two-handle design with separate hot and cold control, unlike single-lever taps that mix water with one motion and save space; choice depends on preferred style and control method.

Where to buy Kitchen sink faucet MG-2146 RING, DIVUPE?

You can buy Kitchen sink faucet MG-2146 RING, DIVUPE in our online store for 23.37€. Category: Kitchen taps.

What is the price of Kitchen sink faucet MG-2146 RING, DIVUPE?

The current price of Kitchen sink faucet MG-2146 RING, DIVUPE is 23.37€. Brand: MAGMA.

Kitchen sink faucet MG-2146 RING, DIVUPE — specifications and description

Model: . Category: Kitchen taps. Brand: MAGMA. Price: 23.37€.

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