Concealed shower faucet MG-3248, URANS

The photographs are for illustrative purposes only.
Get AI analytics on product Concealed shower faucet MG-3248, URANS:
56.21€
Ex Tax: 45.33€
MAGMA
0 reviews
In stock
Product Code: MA7102186SP
EAN Code: 4750667116748
Qty
One click order
Tags:

URANS MG-3248 concealed shower mixer — Eko line economical option

Concealed shower faucet designed for shower application, offering the Eko series' focus on cost-effectiveness and consistent quality; choose this model if you want compact, minimalist design, selectable handle options and a reassuring 5-year warranty. SEO: buy, price, features, benefits, SityPro.

Key Benefits


    Economical concept — the "Eko" name signals cost-effectiveness and attractive price
  • High and consistent quality thanks to carefully selected components
  • Compact, minimalist design suited to modern interiors
  • Selectable handle — customize the look to match room design
  • Five-year warranty for long-term confidence
  • Designed specifically for concealed shower installation

Applications

Suitable for concealed shower installations where compact appearance and economical price are priorities.


    Home bathroom showers
  • Apartment bathroom renovations
  • Minimalist interior projects
  • New-build residential bathrooms
  • Commercial bathrooms with concealed fittings

What to Consider When Choosing


    Verify that concealed installation matches your existing plumbing and wall structure
  1. Choose the handle style to suit the overall room design
  2. Consider the compact, minimalist design in relation to your bathroom layout
  3. Compare price and features across similar models
  4. Check the 5-year warranty terms before you buy

Specifications


    Product type: concealed shower faucet (mixer)
  • Model: MG-3248
  • Brand: URANS
  • Series: Eko — emphasizes economic advantage
  • Design: compact, minimalist
  • Feature: selectable handle
  • Warranty: 5 years

Why Buy from SityPro


    Buy online at SityPro for a straightforward ordering process
  • Competitive price offers and clear product features
  • Fast delivery options to Estonia and Finland
  • Helpful customer support for product selection and post-sale questions
  • Convenient returns and secure payment methods

Description provided by sitypro.com

Concealed shower faucet MG-3248, URANS
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Смеситель для душа, встраив. MG-3248, URANS

What is the Concealed shower faucet MG-3248, URANS and what is it used for?

Concealed shower faucet MG-3248, URANS is an Eko-series built-in shower mixer made of brass with chrome finish and a ceramic cartridge mechanism. It is designed for minimalist bathrooms to control shower water flow and temperature via a single side-mounted lever.

What material and finish does the MG-3248 URANS use?

The MG-3248 URANS is made of brass with a chrome finish, providing corrosion resistance and a classic glossy appearance suitable for bathrooms.

What control mechanism does this faucet use?

The MG-3248 uses a ceramic cartridge mechanism and is operated by a single side-mounted lever to control water temperature and flow.

Is the MG-3248 URANS suitable for installation into a shower niche or wall?

Yes. The faucet is designed for concealed in-wall installation in a shower niche or wall, preserving a minimalist appearance and reducing exposed hardware.

What are the dimensions of the MG-3248 faucet body?

The product description does not list exact dimensions; the MG-3248 is a compact built-in Eko-series element designed for minimalist bathrooms. Check the technical datasheet before installation for precise measurements.

What warranty is provided for the Concealed shower faucet MG-3248 URANS?

The product attributes list a 15-year warranty for the MG-3248 URANS, indicating long-term durability when used correctly.

Does the MG-3248 support water saving and what does the Eko series offer regarding flow?

The MG-3248 is part of the Eko series which focuses on economy and value, but specific flow rates are not provided in the description. Check the technical specifications or aerator details to confirm water-saving performance.

Is this faucet compatible with a thermostatic shower system?

The MG-3248 is a built-in single-lever mixer with a ceramic cartridge, not a thermostat. To use with a thermostatic system you must verify inlet connections and installation niche compatibility.

How does the MG-3248 URANS differ from other Eko series models?

The MG-3248 is a compact concealed shower mixer featuring a side-mounted single lever and a ceramic cartridge. Other Eko models may differ in lever design, bath/shower diverter presence or dimensions—compare installation and functional specs.

What are the water supply and installation requirements for the MG-3248 concealed mixer?

The product is specified for concealed installation; it requires concealed hot and cold water inlets with correct diameters and positions for the installation niche. Use a qualified plumber and follow the technical installation manual.

Where to buy Concealed shower faucet MG-3248, URANS?

You can buy Concealed shower faucet MG-3248, URANS in our online store for 45.33€. Category: Bath and shower mixer tap.

What is the price of Concealed shower faucet MG-3248, URANS?

The current price of Concealed shower faucet MG-3248, URANS is 45.33€. Brand: MAGMA.

Concealed shower faucet MG-3248, URANS — specifications and description

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

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