Bath faucet set MG-2321, SALACA

The photographs are for illustrative purposes only.
-47% Economy 54.55€
Get AI analytics on product Bath faucet set MG-2321, SALACA:
115.16€/box 60.61€/box
Ex Tax: 48.88€/box
MAGMA
0 reviews
In stock
Product Code: 000-0435438MASP
EAN Code: 4750667100815

Specification

  • Garantija: 15 years
  • Materiāls: Brass
  • Sērija: Salaca
  • Cartridge: SEDAL Endura
  • Model / series: MG-2321
Qty
One click order
Tags:

SALACA MG-2321 premium bathroom mixer set

High-end bath faucet set from MAGMA's Salaca series: European components and a SEDAL Endura cartridge provide precise, durable performance for demanding bathrooms. Buy with clear price and feature information at SityPro.

Key Benefits


    15-year guarantee on the faucet body
  • High-quality SEDAL Endura cartridge for smooth operation and high wear resistance
  • Durable, high-quality brass body
  • European-made components selected for precision and elegance
  • 100% factory-tested for reliability
  • Refined premium-class design
  • Free service maintenance

Applications

Typical application areas for this bath faucet set in residential and commercial bathrooms.


    Private family bathrooms
  • Apartment and condominium bathrooms
  • Hotel and hospitality bathrooms
  • Bathroom renovation projects
  • New-build bathroom installations

What to Consider When Choosing


    Confirm the SEDAL Endura cartridge for durability and smooth control
  1. Check the 15-year guarantee terms for the brass body
  2. Ensure compatibility with your bath installation and fittings
  3. Evaluate design and material to match your interior
  4. Verify availability of free service maintenance and testing records

Specifications


    Model: MG-2321
  • Series: Salaca (MAGMA)
  • Cartridge: SEDAL Endura
  • Body material: high-quality brass
  • 15-year guarantee on the body
  • Each unit 100% tested
  • Components manufactured in Europe
  • Product type: bath faucet with set

Why Buy from SityPro


    Buy on SityPro with transparent price and clear product features
  • Easy online ordering and secure checkout
  • Delivery available to Estonia and Finland
  • Access to product and warranty information, including free service maintenance
  • SityPro customer support for pre-sale questions and after-sales assistance

Description provided by sitypro.com

Garantija
15 years
Materiāls
Brass
Sērija
Salaca
Taps
Cartridge
SEDAL Endura
Model / series
MG-2321
Общее
Brand
MAGMA
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Bath faucet set MG-2321, SALACA
Write a review

Also looking for

rempro rempro-mobile

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

What is the Bath faucet set MG-2321, SALACA and what is it used for?

Bath faucet set MG-2321, SALACA is a premium Salaca‑series bath mixer from MAGMA with a brass body, chrome finish and ceramic cartridge mechanism. It is designed for filling baths and shower use in residential and commercial bathrooms, offering precise temperature and flow control.

What are the body material and finish of the MG-2321 faucet?

The MG-2321 faucet body is made of brass with a chrome finish. Brass provides durability and corrosion resistance, while the chrome coating gives a smooth, easy‑to‑clean surface.

What control mechanism and cartridge does the MG-2321 use?

The MG-2321 uses a ceramic cartridge mechanism (SEDAL Endura referenced in the description) for smooth, durable operation and precise temperature control. The cartridge components are European‑made and built for heavy use.

Can this faucet be mounted on the bath rim or on a sink/countertop?

Attributes list installation as «uz galda virsmas / uz izlietnes», meaning it is suitable for mounting on a countertop or sink/bath rim. Check the mounting hole diameter and deck height on your surface before purchase.

What is the control type — single or double handle?

The MG-2321 features a single lever control (one‑handle lever), allowing easy one‑handed adjustment of temperature and flow. The lever design enables quick changes between hot and cold.

What is the warranty period and where is the MG-2321 made?

Attributes list the country as Latvia and the warranty period as 15 years. This indicates a long expected service life and manufacturer warranty under normal use.

Is this faucet suitable for hotels or heavy‑use environments?

Yes — MG-2321 is presented as a premium product with a brass body and SEDAL Endura ceramic cartridge suitable for intensive use. For commercial installations, verify local regulations and installation conditions.

What accessories are included with the MG-2321 set?

The product name includes «with set», and the description notes the included kit simplifies installation. Check the product page for exact included items (hoses, shower holder, fixings) before purchase.

How to care for the chrome finish and what cleaners to use on the MG-2321?

Use a soft cloth and warm soapy water; avoid abrasive cleaners and harsh chemicals that can damage chrome. Regular wiping prevents water spots and preserves the shine.

What water flow can be expected and does the cartridge help save water?

No specific flow rate is listed, but the ceramic cartridge enables precise flow control, which helps reduce unnecessary water use during operation. For exact flow figures consult the manufacturer's technical documentation.

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