Bathtub faucet set MG-3221, URANS

The photographs are for illustrative purposes only.
Get AI analytics on product Bathtub faucet set MG-3221, URANS:
39.53€
Ex Tax: 31.88€
MAGMA
0 reviews
In stock
Product Code: MA7102039SP
EAN Code: 4750667083262
Qty
One click order
Tags:

URANS MG-3221 — economical bath mixer set from the Eko line

A compact bath mixer set designed for economical use and consistent quality. Part of the "Eko" collection with a minimalist design, choice of handle and a 5-year warranty — ideal when you want quality at an attractive price.

Key Benefits


    Economic operation and cost-efficiency aligned with the "Eko" name
  • Carefully selected components to maintain consistently high quality
  • Attractive final price for the customer
  • Compact, minimalist design suitable for modern interiors
  • Ability to choose the mixer handle to match the room
  • 5-year warranty for reliable after-purchase protection

Applications

Designed for bath use where economical, minimalist fittings are preferred.


    Residential bathrooms in houses
  • Apartment bathrooms
  • Hotel or guest accommodation bathrooms
  • Rental property refurbishments
  • Bathroom renovation projects

What to Consider When Choosing


    Handle option — pick a style that matches the overall interior
  1. Design compatibility with the bathroom’s minimalist aesthetic
  2. Compare price versus the series’ quality and component selection
  3. Warranty length and after-sales support
  4. Confirm the set suits your bath installation and layout

Specifications


    Series: "Eko" — emphasis on economical advantage
  • Model: MG-3221, brand URANS
  • Compact, minimalist design
  • Selectable handle option
  • 5-year warranty

Why Buy from SityPro


    Easy to buy online with clear product features and descriptions
  • Competitive price offers and transparent terms
  • Reliable customer support for selection and post-sale questions
  • Delivery available to Estonia and Finland
  • Assistance with warranty and returns through SityPro service

Description provided by sitypro.com

Bathtub faucet set MG-3221, URANS
Write a review
Related Products

Also looking for

rempro rempro-mobile

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

What is the Bathtub faucet set MG-3221, URANS and what is it used for?

Bathtub faucet set MG-3221, URANS is a compact, economical bath mixer from the Eko line made of brass with chrome finish, designed to control water flow and temperature in a bathtub. It fits surface/vanity mounting, features a ceramic valve mechanism and a swivel spout for practical use.

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

The MG-3221 faucet body is made of brass and features a chrome finish, providing corrosion resistance and a glossy, classic appearance.

What valve mechanism does the MG-3221 use and what are the benefits?

The MG-3221 uses a ceramic valve mechanism, offering smooth water regulation, reduced wear and a lower risk of leaks compared with traditional valve types.

Is the MG-3221 suitable for mounting on the bathtub rim or only for basin/bench mounting?

Specifications list mounting as surface/vanity (uz galda virsmas / uz izlietnes), so the faucet is primarily intended for bench or basin installation. For bathtub-rim mounting, check hole sizes and compatibility with your tub before installation.

What type of spout does the MG-3221 have — fixed or swivel?

The MG-3221 lists 'Izteka: grozāma', meaning it has a swivel (rotating) spout, which lets you direct flow conveniently for filling the tub or other vessels.

What is the design style of the MG-3221 and which bathroom styles does it suit?

The MG-3221 is described as 'retro' design; its chrome Eko-line look complements classic and vintage interiors as well as modern bathrooms seeking a tasteful accent.

What handle type does the MG-3221 have and is it easy to operate?

The MG-3221 features a lever handle ('Рычаг'), allowing quick and easy control of water flow and temperature. The lever works with the ceramic valve for smooth operation.

What warranty does the MG-3221 have and what does it cover?

The product lists a 15 gadi / 15-year warranty. This factory warranty typically covers manufacturing and material defects of the faucet and mechanism—check the manufacturer's documentation for exact terms.

Is the MG-3221 suitable for residential apartments and renovations?

Yes, the Eko-line MG-3221 is designed as an economical, reliable option for home bathrooms and renovation projects, offering straightforward installation and low maintenance requirements.

What connections are needed to install the MG-3221 — standard flexible hoses or special parts?

The listing does not specify connections, but surface/vanity installations typically use standard flexible supply hoses and mounting fittings. Confirm hole diameter and connection types with your installer to choose the correct hoses.

Where to buy Bathtub faucet set MG-3221, URANS?

You can buy Bathtub faucet set MG-3221, URANS in our online store for 31.88€. Category: Bath and shower mixer tap.

What is the price of Bathtub faucet set MG-3221, URANS?

The current price of Bathtub faucet set MG-3221, URANS is 31.88€. Brand: MAGMA.

Bathtub faucet set MG-3221, URANS — specifications and description

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

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