Kitchen wall-mounted faucet MG-2132 RING, DIVUPE

The photographs are for illustrative purposes only.
Get AI analytics on product Kitchen wall-mounted faucet MG-2132 RING, DIVUPE:
30.14€
Ex Tax: 24.30€
MAGMA
0 reviews
In stock
Product Code: MA7101008SP
EAN Code: 4750667108330
Qty
One click order
Tags:

Wall-mounted kitchen mixer in DIVUPE style with classic MAGMA appeal

Two-handle wall-mounted kitchen faucet (model MG-2132 RING) that provides separate hot and cold control, combining nostalgic design with modern reliability and safety.

Key Benefits


    Classic MAGMA-inspired design for a distinctive interior look
  • All water-contact parts made of high-quality brass for durability
  • 15-year warranty on the body for long-term assurance
  • Ceramic valve for precise and easy regulation of water flow
  • 100% tested for quality and reliable performance
  • Ensures safety and impeccable water purity

Applications

Suitable for interior kitchen installations where a wall-mounted, classic-style faucet is desired; ideal for projects that value both appearance and proven performance.


    Main kitchen sink with wall mounting
  • Secondary or prep sinks
  • Kitchen renovations and restoration projects
  • Classic or vintage-style kitchen interiors
  • Utility or service areas requiring separate hot/cold control

What to Consider When Choosing


    Compatibility with existing wall plumbing and mounting points
  1. Whether two separate handles for hot and cold meet your usage preferences
  2. Value of brass water-contact parts and the 15-year body warranty
  3. Importance of a ceramic valve for smooth, precise flow control
  4. Confirming the model and series (DIVUPE) and that the unit is 100% tested

Specifications


    Model: MG-2132 RING
  • Series: DIVUPE (MAGMA-inspired classic design)
  • Type: wall-mounted kitchen faucet
  • Control: two handles — separate for hot and cold water
  • Material: all water-contact parts made of high-quality brass
  • Valve: ceramic valve for precise regulation
  • Warranty: 15-year warranty on the body
  • Quality: each unit is 100% tested

Why Buy from SityPro


    SityPro offers a simple online buy process and clear ordering
  • Transparent price information and available offers
  • Detailed product features and specifications on the site
  • Delivery options to Estonia and Finland
  • Support for warranty and product questions from customer service

Description provided by sitypro.com

Kitchen wall-mounted faucet MG-2132 RING, DIVUPE
Write a review
Related Products

Also looking for

rempro rempro-mobile

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

What is the Kitchen wall-mounted faucet MG-2132 RING, DIVUPE and what is it for?

Kitchen wall-mounted faucet MG-2132 RING, DIVUPE is a brass, chrome‑finished Divupe series wall faucet with a fixed spout and ceramic cartridge. It’s designed for kitchen wall installation to save counter space, provide reliable daily use and a retro RING aesthetic.

Is the MG-2132 RING compatible with standard kitchen wall plumbing?

Yes. The faucet is designed for wall mounting with two installation holes and requires separate hot and cold water connections, so it fits standard kitchen wall plumbing.

What materials and finish does the MG-2132 RING use?

The faucet is made of brass with a chrome finish (chrome colour), providing durability and corrosion resistance under normal use.

What warranty does the MG-2132 RING come with and what does it cover?

The model has a 15‑year warranty covering the body and main components, indicating the durability of the construction and materials.

Does the MG-2132 RING use valves or a lever for control?

The product highlights a retro design with valve‑type handles (ventili), meaning it uses separate controls for hot and cold water rather than a single lever.

What mechanism does the MG-2132 RING use and what are its benefits?

The faucet uses a ceramic cartridge mechanism, offering precise flow control, greater wear resistance and longer life compared with conventional mechanisms.

Is the MG-2132 RING suitable for modern kitchens with a retro look?

Yes. The chrome finish and retro Divupe series design make the MG-2132 RING suitable for kitchens seeking a classic appearance while retaining modern functionality.

Is the MG-2132 RING spout swivel or fixed?

This model has a fixed spout, as specified in the attributes; a fixed spout is simple and reliable for wall installation.

What are the MG-2132 RING installation requirements (number of holes, lever position)?

The faucet requires two installation holes and the lever position is from the top, which should be considered when choosing the mounting height above the sink.

What additional benefits does the Divupe series offer for this model?

The Divupe series combines a brass body and ceramic cartridge durability with the RING aesthetic and a 15‑year warranty, ensuring long life and reliable kitchen performance.

Where to buy Kitchen wall-mounted faucet MG-2132 RING, DIVUPE?

You can buy Kitchen wall-mounted faucet MG-2132 RING, DIVUPE in our online store for 24.30€. Category: Kitchen taps.

What is the price of Kitchen wall-mounted faucet MG-2132 RING, DIVUPE?

The current price of Kitchen wall-mounted faucet MG-2132 RING, DIVUPE is 24.30€. Brand: MAGMA.

Kitchen wall-mounted faucet MG-2132 RING, DIVUPE — specifications and description

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

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