Bath faucet set MG-3221, SATO

The photographs are for illustrative purposes only.
Get AI analytics on product Bath faucet set MG-3221, SATO:
39.53€
Ex Tax: 31.88€
MAGMA
0 reviews
In stock
Product Code: MA7102038SP
EAN Code: 4750667083255
Qty
One click order

MAGMA MG-3221 SATO bath mixer set, chrome

Product codeMA7102038SP
EAN code4750667083255
ManufacturerMAGMA
NameMAGMA MG-3221 SATO bath mixer set
Product typeBath mixer set
ModelMG-3221
Manufacturer code7102038
SeriesEko
Brand / handleSATO
ApplicationBathroom
ControlSingle lever
Handle typeLever
MechanismCeramic cartridge
MaterialBrass
ColourChrome
Warranty15 years
CountryLatvia

Features of MAGMA MG-3221 SATO

  • Bath mixer set from the MAGMA Eko series
  • Brass body is suitable for regular bathroom use
  • Single-lever control makes water flow and temperature adjustment convenient
  • Ceramic cartridge ensures smooth operation of the mechanism
  • Chrome finish matches modern bathroom accessories
  • Compact minimalist design suits most bathroom interiors
  • Manufacturer-stated body warranty is 15 years

Where to use

  • Bathroom
  • Bathtub with wall-mounted mixer
  • Apartment
  • Private house
  • Guest bathroom with bathtub
  • Rental property

What to consider when choosing

  1. Check compatibility with your bathtub and existing water connections.
  2. Measure the distance between water outlets before purchase.
  3. Consider the bathroom style: chrome matches most shower accessories.
  4. Use soft, non-abrasive cleaning products for the chrome surface.
  5. If the water is hard, clean the spout, aerator and shower elements from limescale regularly.

Delivery

  • Delivery in Tallinn and across Estonia — from 5 € to parcel machine / Delivery to Finland — from 12 €
  • For orders of one pallet or more — request a personal quote on price and delivery

Why buy from SityPro

  • Easy to order at SityPro — convenient online checkout and up-to-date pricing
  • Detailed specifications and application information on the product page
  • Expert advice on bath mixer selection and application
  • Delivery across Estonia and Finland
  • Reliable service and support when placing your order
Bath faucet set MG-3221, SATO
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Bath faucet set MG-3221, SATO

What is the Bath faucet set MG-3221, SATO?

Bath faucet set MG-3221, SATO is an Eko line compact brass bath mixer in chrome finish with a single lever and ceramic cartridge mechanism; delivered as a kit to simplify installation while providing economical water flow and temperature control.

What material is the MG-3221 faucet made of and what is the finish?

The MG-3221 faucet is made of brass with a chrome finish, providing corrosion resistance and a polished look suitable for modern bathrooms.

What control system and cartridge does the MG-3221 use?

The MG-3221 has single‑lever control and a ceramic cartridge, providing smooth flow and temperature adjustment and a durable mechanism.

Is the MG-3221 suitable for a standard bath and how is it mounted?

Yes, the MG-3221 is intended for bathroom use and is supplied as a kit; attributes show mounting 'uz izlietnes' (installation on basin/standard mounting), meaning a typical home installation to sanitary fittings.

What are the Eko line advantages in the MG-3221 model?

The Eko line for MG-3221 focuses on economy and compact design: selected components maintain quality, the minimalist form saves space, and the kit delivery simplifies installation and handle selection.

What are the dimensions of the MG-3221 kit?

Exact dimensions are not provided in the supplied data; the product is described as a compact Eko line bath mixer suitable for standard baths and space‑saving in bathrooms.

What warranty does the Bath faucet set MG-3221, SATO have?

Attributes list a warranty 'Garantija: 15 gadi' (15 years). Confirm exact warranty coverage details with the seller when purchasing.

Is the MG-3221 suitable for commercial use or only for home?

The description states suitability for homes and residential environments; the Eko line’s economical, compact design can work in small commercial projects but assess separately for heavy‑use commercial settings.

Can I choose a different handle type for the MG-3221 or is it fixed?

The description notes the option to choose a handle within the series; MG-3221 is supplied with a single lever, but other handle options may be available — check with the retailer.

What parts are included in the MG-3221 kit and what additional items are needed for installation?

MG-3221 is supplied as a kit, but a full parts list isn't provided. Installation typically requires flexible supply hoses, seals and tools — confirm exact kit contents with the retailer before purchase.

Where to buy Bath faucet set MG-3221, SATO?

You can buy Bath faucet set MG-3221, SATO in our online store for 31.88€. Category: Bath and shower mixer tap.

What is the price of Bath faucet set MG-3221, SATO?

The current price of Bath faucet set MG-3221, SATO is 31.88€. Brand: MAGMA.

Bath faucet set MG-3221, SATO — specifications and description

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

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