Bath faucet without set MG-2520, MALTA

The photographs are for illustrative purposes only.
Get AI analytics on product Bath faucet without set MG-2520, MALTA:
58.33€/pc.
Ex Tax: 47.04€/pc.
MAGMA
0 reviews
In stock
Product Code: 000-0435392MASP
EAN Code: 4750667107852

Specification

  • Garantija: 15 years
  • Jaucējkrāna tips: bath mixers
  • Tips: bath mixer
  • Тип ручки: Lever
  • Brand: MAGMA
  • Cartridge: MAGMA 35 mm
Qty
One click order
Tags:

Malta-series bath mixer MG-2520 — bathtub faucet sold without set

A bathtub faucet from the Malta series designed to bring modern, angular aesthetics and reliable performance to bathroom interiors; ideal for buying when you seek contemporary looks and proven quality.

Key Benefits


    Modern geometric design that complements minimalistic interiors
  • Reliable build quality with a long 15-year warranty on the body
  • MAGMA 35 mm cartridge for smooth and precise water flow
  • Each unit undergoes 100% testing to ensure consistent performance
  • Accessible choice that combines aesthetics and functionality
  • Simple integration into contemporary bathroom schemes

Applications

Suitable application areas where the Malta design and function are a match.


    Home bathrooms with modern or minimalist interiors
  • Apartment bathtubs seeking a geometric, angular look
  • Renovated bathrooms aiming for contemporary styling
  • Bathrooms with a focus on clean, straight-lined design
  • Spaces where tested reliability and warranty are important

What to Consider When Choosing


    Match the faucet's straight lines and angular form with your bathroom style
  1. Note the product is sold without a set — confirm required components separately
  2. Check the MAGMA 35 mm cartridge feature for desired flow control
  3. Factor the 15-year body warranty into long-term value
  4. Review testing and quality assurances (100% tested) alongside price and features

Specifications


    Series: Malta
  • Type: Bath faucet (without set)
  • Model: MG-2520
  • Design: straight lines and angular shapes for modern interiors
  • Cartridge: MAGMA, 35 mm — provides smooth, precise water flow
  • Warranty: 15-year guarantee on the body
  • Quality control: each faucet is 100% tested

Why Buy from SityPro


    Easy to buy online with clear information on price and features
  • Compare Malta series options and choose the best fit for your application
  • Warranty support and product reliability information provided by SityPro
  • Convenient delivery options to Estonia and Finland
  • Customer-focused service to help select the right faucet and accessories

Description provided by sitypro.com

Garantija
15 years
Jaucējkrāna tips
bath mixers
Tips
bath mixer
Тип ручки
Lever
Taps
Brand
MAGMA
Cartridge
MAGMA 35 mm
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Bath faucet without set MG-2520, MALTA
Write a review

Also looking for

rempro rempro-mobile

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

What is the Bath faucet without set MG-2520, MALTA?

Bath faucet without set MG-2520, MALTA is a MAGMA-designed minimalist bath faucet with a lever handle and straight geometric lines; it is sold without an installation set and requires separate selection of mounting components for fitting.

Will the MG-2520 fit a standard bath?

Yes, the MG-2520 is designed for bath use; since it’s sold without a set, ensure you select compatible connections and flexible supply hoses that match your bath plumbing standards.

What materials and cartridge does the MG-2520 use?

The MG-2520 is a MAGMA product featuring a 35 mm MAGMA cartridge for smooth, precise flow and temperature control; the body has a finish suited to modern bathrooms.

Why is the faucet sold without a set and what does that mean for installation?

Sold without a set means mounting hardware and any shower set are not included; for installation you must separately purchase compatible fittings, flexible hoses and any holders required to match your bath plumbing.

What type of control does the MG-2520 have and is it easy to use?

The MG-2520 features a lever handle, allowing one-handed precise control of flow and temperature; this design is practical and easy for daily use.

Is the MG-2520 suitable for a minimalist bathroom renovation?

Yes, the MG-2520’s clean straight lines and angular shapes are designed to complement minimalist and geometric interiors in modern bathrooms.

What warranty does the MG-2520 have?

The product carries a 15-year warranty (Garantija: 15 gadi), indicating the manufacturer’s confidence in its durability when installed and used correctly.

What additional components are needed to install the MG-2520?

You will need mounting fittings, flexible supply hoses and possibly a shower holder and hose, because the faucet is sold without a set; exact items depend on your existing plumbing layout.

Where is the MG-2520 made and does it matter?

The manufacturer is MAGMA and the country of origin is Latvia; this indicates European production standards, which can affect build quality and availability of spare parts/service.

How does the MG-2520 differ from other MALTA bath faucets?

The MG-2520 stands out with its minimalist angular design and being sold without an installation set, allowing flexible choice of fittings; it also features a 35 mm MAGMA cartridge for precise control.

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