Bath faucet (200) with MG-3235 set, URANS

The photographs are for illustrative purposes only.
Get AI analytics on product Bath faucet (200) with MG-3235 set, URANS:
40.99€
Ex Tax: 33.06€
MAGMA
0 reviews
In stock
Product Code: MA7102051SP
EAN Code: 4750667084092
Qty
One click order
Tags:

URANS MG-3235 bathroom mixer set — Eko series model 200

Economical bath faucet for bathrooms with a compact, minimalist design; offers selectable handle options, consistent quality from carefully chosen components and a 5-year warranty. Buy at an attractive price from SityPro.

Key Benefits


    Economic advantage — series "Eko" emphasizes cost-effectiveness
  • Carefully selected components for consistently high quality
  • Attractive final price for the customer
  • Compact, minimalist design suitable for modern interiors
  • Ability to choose the faucet handle to match taste and decor
  • 5-year warranty

Applications

Application: intended for bathroom use, especially where minimalist design and budget-friendly solutions are desired.


    Private home bathrooms
  • Small or compact bathrooms
  • Bathroom renovations aiming for economical solutions
  • Apartments where design consistency matters
  • Spaces requiring simple, minimal fixtures

What to Consider When Choosing


    Choose a handle style that matches the overall room design
  1. Compare price versus the economic benefits of the Eko series
  2. Ensure the compact, minimalist design fits the available space
  3. Take into account the 5-year warranty when evaluating value
  4. Review features and options on SityPro before you buy

Specifications


    Series: Eko
  • Model: MG-3235
  • Brand: URANS
  • Product type: Bath faucet (200) with set
  • Design: compact, minimalist
  • Selectable handle option
  • Warranty: 5 years

Why Buy from SityPro


    Competitive price offers and clear buying process
  • Easy online ordering through SityPro
  • Delivery available to Estonia and Finland
  • Warranty support and after-sales assistance
  • Customer support to help select features and handle options

Description provided by sitypro.com

Bath faucet (200) with MG-3235 set, URANS
Write a review
Related Products

Also looking for

rempro rempro-mobile

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

What is the Bath faucet (200) with MG-3235 set, URANS?

Bath faucet (200) with MG-3235 set, URANS is an economical compact Eko-series brass bath faucet with chrome finish; designed for deck or basin mounting and operated by a single lever using a ceramic cartridge.

Is this faucet suitable for wall mounting on the bath rim?

The Eko-series faucet is specified for deck/basin mounting (uz galda virsmas/uz izlietnes), so it is not intended for standard wall mounting without additional adapters.

What material is the faucet made of and what finish does it have?

The faucet is made of brass (Materiāls: Латunь) with a chrome finish (Krāsa: Hroms), providing a durable body and a glossy appearance.

How is the water controlled — one or two handles?

The faucet uses a single lever handle (Тип ручки: Рычаг, Vadība: viena svira) to control both water flow and temperature.

What mechanism does the faucet use and why is it better?

The faucet uses a ceramic cartridge (Mehānisms: keramiskā kasetne), offering longer life and superior sealing versus rubber washers, plus smoother lever operation.

Is this faucet suitable for small bathrooms and studios?

Yes — the Eko-series compact design is intended to save space and is suitable for small bathrooms, studios and minimalist interiors.

Does the MG-3235 set include all fittings needed for installation?

The product states it comes with the MG-3235 set, which simplifies installation and reduces the need for extra accessories; confirm the exact contents with the seller before installation.

What is the warranty for this faucet?

The attributes list a 15-year warranty (Garantija: 15 gadi) indicating long-term manufacturer support for this model.

How does the Eko series compare — what are its advantages over other models?

The Eko series is marketed as economical and compact: advantages include a brass body, chrome finish, ceramic cartridge and easy deck/basin mounting, making it suitable for budget- and space-limited renovations.

Can the handles be changed for a different look?

The Eko series mentions replaceable handles; the faucet uses a single lever and appearance can be altered with compatible replacement handles—confirm compatibility with the seller.

Is the faucet manufactured in Latvia and who makes model MA7102051SP?

Attributes state country: Latvia (Valsts: Латвия); model MA7102051SP is produced by MAGMA, while the product is presented under URANS Eko series.

Where to buy Bath faucet (200) with MG-3235 set, URANS?

You can buy Bath faucet (200) with MG-3235 set, URANS in our online store for 33.06€. Category: Bath and shower mixer tap.

What is the price of Bath faucet (200) with MG-3235 set, URANS?

The current price of Bath faucet (200) with MG-3235 set, URANS is 33.06€. Brand: MAGMA.

Bath faucet (200) with MG-3235 set, URANS — specifications and description

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

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