Bathtub faucet (200) with set MG-3233, URANS

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

URANS Eko bath mixer — model 200 with MG-3233 set

Compact, economical bath mixer from the Eko series, designed to deliver reliable water control with minimalist design and an attractive price for customers who want to buy quality at a lower cost.

Key Benefits


    Economic efficiency — core Eko advantage
  • Carefully selected components for consistently high quality
  • Attractive price that prioritizes value for the buyer
  • Compact, minimalist design suitable for modern interiors
  • Option to choose the faucet handle to match the room
  • 5-year warranty for long-term peace of mind

Applications

Suitable for bath installations where space, design coherence and cost-effectiveness matter.


    Residential bathroom installations
  • Apartment renovations with minimalist interiors
  • Guest bathrooms and en suites
  • Hotel bathrooms with compact layouts
  • Any project prioritizing economical fixtures

What to Consider When Choosing


    Compare price and overall economic value for your budget
  1. Check available handle options to match interior style
  2. Assess compact design for fit in limited space
  3. Verify component quality and build consistency
  4. Consider the 5-year warranty when evaluating after-sales support

Specifications


    Series: Eko
  • Model: 200
  • Set: MG-3233
  • Brand: URANS
  • Design: compact, minimalist
  • Handle: selectable option
  • Warranty: 5 years

Why Buy from SityPro


    Easy online purchase process — buy quickly at SityPro
  • Competitive price offers and transparent features listing
  • Reliable delivery to Estonia and Finland
  • Customer support to help with product selection
  • Convenient ordering and secure payment options

Description provided by sitypro.com

Bathtub faucet (200) with set MG-3233, URANS
Write a review
Related Products

Also looking for

rempro rempro-mobile

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

What is the Bathtub faucet (200) with set MG-3233, URANS and what is it for?

Bathtub faucet (200) with set MG-3233, URANS is an Eko-series brass bathtub mixer with a fixed spout and ceramic cartridge mechanism. It fits a single-hole tabletop/ basin installation, features a top-mounted single lever control and comes with the MG-3233 set to simplify installation.

Is this faucet suitable for wall mounting or only for countertop installation?

The Eko-series faucet is designed for countertop/ basin single-hole installation and is not intended for standard wall mounting.

What material and colour is the URANS Eko bathtub faucet?

The faucet is made of brass (material: brass) and comes in a black finish (colour: black), suited to modern bathroom designs.

What is the faucet mechanism and control type?

The faucet uses a ceramic cartridge mechanism and is controlled by a single top-mounted lever, providing smooth flow and temperature adjustment.

How many mounting holes are required to install this faucet?

The URANS Eko faucet requires one mounting hole (mounting holes: 1), making it suitable for standard single-hole basins and countertops.

Is this faucet suitable for a rain shower or switching to a shower?

This faucet has a fixed spout and is designed for bathtub use; the description does not include an integrated shower diverter, so it is not suitable for a rain shower without an external diverter or additional equipment.

What is the warranty period and country of manufacture for this faucet?

The specification lists a 15-year warranty (Garantija: 15 gadi) and the country of origin as Latvia (Valsts: Латвия), indicating a long warranty when installed and used correctly.

Is this faucet suitable for renovating an old bathtub and will it replace other models universally?

The Eko faucet is suitable to replace similar single-hole tabletop/ basin mixers and can be used in renovations; check the mounting hole dimensions and spout height relative to your bathtub to ensure compatibility.

What design features does the Eko series have and how will the faucet look in a modern bathroom?

The Eko series features a modern minimalist design (Design: modern style) and a compact black finish that pairs well with contemporary bathrooms and streamlined fixtures.

What are the installation parameters and lever position for this faucet?

Installation is via a single hole in the countertop/ basin (1 hole) and the lever is top-mounted (lever position: from above), making operation easy even in compact spaces.

Where to buy Bathtub faucet (200) with set MG-3233, URANS?

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

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

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

Bathtub faucet (200) with set MG-3233, 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ххххххх');