Bath faucet MG-2020, ABAVA

The photographs are for illustrative purposes only.
Get AI analytics on product Bath faucet MG-2020, ABAVA:
48.74€
Ex Tax: 39.31€
MAGMA
0 reviews
In stock
Product Code: MA7103201SP
EAN Code: 4750667101874
Qty
One click order
Tags:

Abava MG-2020 bathtub mixer — timeless minimalist tap

Bath faucet designed to deliver reliable, precise water control with a minimalist form that complements both classic and modern interiors.

Key Benefits


    Timeless Abava design that suits classic and contemporary interiors
  • Reliable quality with every detail carefully considered
  • Precise water flow ensured by the MAGMA 40 mm cartridge
  • Smooth and silent operation for daily comfort
  • 15-year warranty on the body for long-term reliability
  • Each unit undergoes 100% testing for consistent performance

Applications

Product application: ideal for bath installations where classic or modern aesthetics and dependable performance are required.


    Residential bathrooms
  • Bathtub installations
  • Bathroom renovations
  • Interior projects combining classic and contemporary styles
  • Spaces requiring quiet, precise mixer performance

What to Consider When Choosing


    Compatibility with your bathtub plumbing and installation type
  1. Design harmony with your bathroom's classic or modern style
  2. Importance of a MAGMA 40 mm cartridge for smooth, precise flow
  3. Value of a long body warranty when comparing options
  4. Preference for products that undergo 100% testing for reliability

Specifications


    Product type: bath faucet (MG-2020)
  • Series: Abava
  • Included cartridge: MAGMA 40 mm
  • Warranty: 15-year warranty on the body
  • Quality control: 100% tested
  • Operation: smooth and silent
  • Design: minimalist, suitable for classic and modern interiors
  • Feature: aesthetic handle and precise water flow

Why Buy from SityPro


    Buy confidently from SityPro with clear product features and descriptions
  • Competitive price information and straightforward ordering process
  • Support for warranty and product questions through SityPro service
  • Convenient delivery options, including shipments to Estonia and Finland
  • Easy purchase, reliable delivery and after-sales assistance from SityPro

Description provided by sitypro.com

Bath faucet MG-2020, ABAVA
Write a review
Related Products

Also looking for

rempro rempro-mobile

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

What is Bath faucet MG-2020, ABAVA and what is it used for?

Bath faucet MG-2020, ABAVA is a brass Abava-series bath and shower mixer with a single lever and ceramic cartridge; it is designed for filling baths and connecting a shower, featuring a chrome finish and a swiveling spout.

What are the materials and finish of Bath faucet MG-2020, ABAVA?

The bath faucet is made of brass with a chrome finish, providing corrosion resistance, easy cleaning and a polished appearance suitable for modern bathrooms.

What is the control system and cartridge type in MG-2020, ABAVA?

The MG-2020 uses a single-lever control and a ceramic cartridge, providing smooth, quiet operation and precise control of water temperature and flow.

Is the MG-2020, ABAVA suitable for bath-and-shower setups and how is the shower connected?

Yes — the mixer is designed for bath-and-shower use; the shower connects to standard pipe fittings during installation and water diversion to the shower is operated via the mixer’s diverter.

What is the spout shape and dimensions of MG-2020, ABAVA?

The product is specified to have a swivelling spout, though exact numeric dimensions are not provided in the context; the spout is designed for standard bath filling and convenient water delivery.

What is the country of origin and series of MG-2020, ABAVA?

The faucet is manufactured in Latvia and belongs to the Abava series; the manufacturer is MAGMA and the model code is MA7103201SP.

What warranty does the MG-2020, ABAVA have?

The attributes state a 15-year warranty (15 gadi) covering manufacturing and body defects; consult the supplier documentation for full warranty terms.

What type of installation is MG-2020, ABAVA compatible with?

The mixer is designed for standard wall-mounted bath installation and is compatible with typical bathroom plumbing during replacements or renovations.

Does MG-2020, ABAVA support water saving or flow restrictors?

The product description does not specifically mention a flow restrictor or aerator; it uses a ceramic cartridge, but confirm the presence of any water-saving features with the seller before purchase.

How does MG-2020, ABAVA differ from other Abava series models?

The MG-2020 is specifically a bath-and-shower model with a swivelling spout and single-lever operation; for precise differences like dimensions or additional features, compare the technical sheets of other Abava models.

What type of shower diverter does MG-2020, ABAVA use — button or lever?

The context states bath-and-shower functionality with single-lever control, but the exact diverter type (button or lever) is not specified; confirm the diverter design with the seller before purchase.

Where to buy Bath faucet MG-2020, ABAVA?

You can buy Bath faucet MG-2020, ABAVA in our online store for 39.31€. Category: Bath and shower mixer tap.

What is the price of Bath faucet MG-2020, ABAVA?

The current price of Bath faucet MG-2020, ABAVA is 39.31€. Brand: MAGMA.

Bath faucet MG-2020, ABAVA — specifications and description

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

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