Bathtub faucet set MG-2036, ABAVA

The photographs are for illustrative purposes only.
Get AI analytics on product Bathtub faucet set MG-2036, ABAVA:
58.60€
Ex Tax: 47.26€
MAGMA
0 reviews
In stock
Product Code: MA7103193SP
EAN Code: 4750667097801
Qty
One click order
Tags:

ABAVA MG-2036 bathtub mixer — classic lines with modern reliability

Compact bathtub mixer designed for bathtub application, combining minimalist form and precise water flow for everyday use.

Key Benefits


    Timeless classic design that fits both classic and modern interiors
  • Reliable quality with attention to detail — aesthetic handle and precise flow
  • Includes MAGMA 40 mm cartridge for smooth, silent operation
  • 15-year warranty on the body for long-term confidence
  • Each unit is 100% tested to ensure consistent performance

Applications

Suitable for a wide range of bathroom applications where a bathtub mixer is required.


    Private residential bathtub installations
  • Family bathrooms and main bathrooms
  • Apartment bathroom renovations with classic or modern styling
  • New bathroom projects seeking minimalist, durable fittings

What to Consider When Choosing


    Match the mixer style to your interior — ABAVA suits both classic and contemporary looks
  1. Verify compatibility with your bathtub and existing plumbing connections
  2. Note the included MAGMA 40 mm cartridge and its smooth, quiet operation
  3. Consider the 15-year body warranty and factory 100% testing as quality indicators

Specifications


    Product type: bathtub faucet/mixer set (model MG-2036, ABAVA series)
  • Features: MAGMA 40 mm cartridge included
  • Operation: smooth and silent cartridge performance
  • Warranty: 15-year warranty on the body
  • Quality control: every mixer undergoes 100% testing
  • Design: minimalist lines suitable for classic and modern interiors

Why Buy from SityPro


    Buy from SityPro for clear price information and a convenient online purchase process
  • Competitive price offers and transparent ordering on the SityPro site
  • Reliable warranty support and product information from SityPro specialists
  • Fast and secure delivery to Estonia and Finland
  • Professional customer service to help with selection and installation questions

Description provided by sitypro.com

Bathtub faucet set MG-2036, ABAVA
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Смеситель для ванны с комплектом MG-2036, ABAVA

What is the Bathtub faucet set MG-2036, ABAVA and what is it used for?

The Bathtub faucet set MG-2036, ABAVA is a chrome-plated brass Abava-series bathtub and shower mixer with a swivel spout and single-lever ceramic cartridge. It is used to control water flow and temperature for bathtubs and showers.

What material is the MG-2036, ABAVA made of and why does it matter?

The MG-2036, ABAVA is made of brass with a chrome finish, providing corrosion resistance and long service life. Brass withstands wear and the chrome surface is easy to clean and maintains an attractive look.

Is this faucet suitable for a bathtub and shower combination?

Yes, the MG-2036, ABAVA is designed for bathtub-with-shower use; its attributes list application as bath with shower and it includes switching between spout and shower outlet.

What warranty does the MG-2036, ABAVA come with and what does it cover?

The product lists a 15-year warranty for the body of the faucet. The warranty covers the faucet body; check the seller for exact warranty terms and service details before purchase.

What cartridge/mechanism does the MG-2036, ABAVA use?

The mixer uses a ceramic cartridge mechanism, providing precise flow and temperature control and quiet, durable operation. The ceramic cartridge is listed in the product attributes.

Is this mixer suitable for a minimalist bathroom style?

Yes — the Abava series combines classic and minimalist design; the chrome finish and simple lines fit well in minimalist and modern bathrooms.

What type of control does the MG-2036, ABAVA have — one or two handles?

The faucet features a single-lever control (one handle) for straightforward flow and temperature adjustment, as listed in the product attributes.

Is the spout on the MG-2036, ABAVA swivel and how mobile is it?

Yes — the product attributes list a swivel (rotating) spout, allowing you to direct the water flow to different areas of the bathtub for convenience.

Is the MG-2036, ABAVA suitable to replace an old similar faucet?

Yes — the MG-2036, ABAVA is suitable for renovations and new installations for bath+shower setups. Check the existing plumbing connections and dimensions on site to ensure compatibility.

What advantages does the Abava MG-2036 have over cheaper faucets?

The Abava MG-2036 features a brass body, ceramic cartridge and a 15-year body warranty plus timeless design. These provide greater durability, precise control and longer lifespan compared with low-cost faucets that lack ceramic cartridges or quality materials.

Where to buy Bathtub faucet set MG-2036, ABAVA?

You can buy Bathtub faucet set MG-2036, ABAVA in our online store for 47.26€. Category: Bath and shower mixer tap.

What is the price of Bathtub faucet set MG-2036, ABAVA?

The current price of Bathtub faucet set MG-2036, ABAVA is 47.26€. Brand: MAGMA.

Bathtub faucet set MG-2036, ABAVA — specifications and description

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

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