Concealed shower faucet MG-2548, MALTA

The photographs are for illustrative purposes only.
Get AI analytics on product Concealed shower faucet MG-2548, MALTA:
59.49€
Ex Tax: 47.98€
MAGMA
0 reviews
In stock
Product Code: MA7102187SP
EAN Code: 4750667116755
Qty
One click order
Tags:

Built-in Malta series shower mixer — concealed model MG-2548

Concealed shower faucet designed for modern bathrooms; combines Malta series features with a smooth, precise water flow and reliable build quality. Includes key features for concealed installation and contemporary interiors.

Key Benefits


    Contemporary Malta design with straight lines and angular forms
  • 15-year warranty on the faucet body
  • MAGMA cartridge (35 mm) provides smooth and precise flow
  • Each unit undergoes 100% factory testing for reliability
  • Designed to suit minimalist and geometric interiors
  • Accessible price while maintaining quality and durability

Applications

Typical application: concealed shower installation in modern residential and commercial bathrooms.


    Private home shower enclosures
  • Apartment bathrooms and renovations
  • Hotel bathrooms with contemporary styling
  • Spa and wellness facilities with minimalist design
  • Modern apartment refurbishments emphasizing geometric forms

What to Consider When Choosing


    Confirm compatibility with existing concealed installation and plumbing fittings
  1. Match the Malta series’ straight, angular design to your bathroom style
  2. Verify the presence of the 35 mm MAGMA cartridge and its smooth flow characteristics
  3. Consider the 15-year body warranty when comparing price and long-term value
  4. Check that the product has passed 100% testing for quality assurance

Specifications


    Model: MG-2548 — concealed shower faucet
  • Series: Malta — straight lines and angular forms for modern interiors
  • Cartridge: MAGMA, 35 mm — smooth and precise water flow
  • Warranty: 15-year warranty on the body
  • Quality: 100% factory testing of each faucet

Why Buy from SityPro


    Easy to buy online with clear information on features and price
  • Competitive pricing and transparent product details
  • Reliable warranty support and customer service
  • Delivery available to Estonia and Finland
  • Guidance on application and installation from SityPro specialists

Description provided by sitypro.com

Concealed shower faucet MG-2548, MALTA
Write a review
Related Products

Also looking for

rempro rempro-mobile

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

What is the Concealed shower faucet MG-2548, MALTA?

Concealed shower faucet MG-2548, MALTA is a Malta series built-in shower mixer made of brass with a chrome finish, single lever control and ceramic cartridge mechanism. Designed to control shower water flow and temperature in modern bathrooms and includes a 15-year body warranty.

Is this faucet suitable for a home shower or only commercial use?

The Concealed shower faucet MG-2548, MALTA is suitable for both residential and commercial bathrooms; its concealed installation provides a minimalist look and the brass body is durable for frequent use. It works for renovations and new builds alike.

What materials and finish does the MG-2548 MALTA use?

The MG-2548 MALTA is made of brass with a chrome finish. Brass ensures corrosion resistance and robustness, while the chrome plating provides a durable, glossy surface.

What control mechanism and cartridge does this faucet use?

The MG-2548 MALTA uses a ceramic cartridge mechanism (35 mm MAGMA cartridge referenced in some descriptions), providing precise temperature control and long-lasting performance. Single-lever operation controls both flow and temperature.

What control type does the faucet have — handle or lever?

The MG-2548 MALTA features a single-lever handle (one-lever control), allowing intuitive one-handed adjustment of water flow and temperature. This suits modern, minimalist bathrooms.

What are the installation dimensions or requirements for the MG-2548 MALTA?

The listing does not provide exact installation dimensions; MG-2548 is a built-in (zemapmetuma) shower mixer that requires a recessed cavity in the wall and water supply connections for the concealed body. For precise measurements consult the manufacturer’s installation manual or supplier.

Is this faucet compatible with thermostatic cartridges or shower sets?

The MG-2548 MALTA uses a ceramic cartridge and the product information does not state compatibility with thermostatic cartridges. Connecting shower sets may require a compatible concealed body or adapters — check with your installer.

What is the warranty and country of origin?

Specifications list the country of origin as Latvia and a 15-year body warranty. This indicates European manufacture and an extended warranty on structural components.

How does the Malta series differ from other MAGMA series mixers?

The Malta series features a minimalist, angular design suited to modern bathrooms. It combines reliable build quality, a 35 mm MAGMA cartridge reference and aims to offer accessible pricing while maintaining standards.

How to care for the MG-2548 MALTA chrome finish?

Clean the chrome with a soft cloth and mild soapy water, avoiding abrasive cleaners and harsh chemicals. Wipe dry regularly to prevent water spots and maintain the glossy finish.

Can the cartridge be replaced by yourself and which spare parts fit?

The MG-2548 MALTA uses a ceramic cartridge (35 mm MAGMA referenced in descriptions); it can be replaced with a compatible 35 mm ceramic cartridge or original MAGMA spare. Use model MA7102187SP when ordering parts and consult a plumber if unsure.

Where to buy Concealed shower faucet MG-2548, MALTA?

You can buy Concealed shower faucet MG-2548, MALTA in our online store for 47.98€. Category: Bath and shower mixer tap.

What is the price of Concealed shower faucet MG-2548, MALTA?

The current price of Concealed shower faucet MG-2548, MALTA is 47.98€. Brand: MAGMA.

Concealed shower faucet MG-2548, MALTA — specifications and description

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

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