Kitchen sink faucet MG-6252 3/8 URANS

The photographs are for illustrative purposes only.
Get AI analytics on product Kitchen sink faucet MG-6252 3/8 URANS:
39.04€/box
Ex Tax: 31.49€/box
MAGMA
0 reviews
In stock
Product Code: 000-0436410MASP
EAN Code: 4750667095579

Specification

  • Garantija: 5 years
  • Krāsa: Chrome
  • Materiāls: Brass
  • Mehānisms: Ceramic cartridge
  • Sērija: Daugava
  • Sviras novietojums: top
  • Tips: kitchen faucet
Qty
One click order
Tags:

URANS MG-6252 3/8 sink mixer from the Daugava collection

A kitchen sink mixer designed to deliver functionality and quality as part of the Daugava series, meeting varied customer needs in kitchens and bathrooms.

Key Benefits


    Focused on functionality and reliable performance.
  • High quality consistent with the Daugava collection.
  • Available in three handle design options to match interiors.
  • Part of MAGMA’s widest and top-selling faucet range.
  • 5-year warranty for long-term peace of mind.
  • Designed to satisfy a wide range of customer preferences.

Applications

Suitable for sink installations where practical features and style options are required; see application examples below.


    Home kitchen sinks
  • Apartment kitchen installations
  • Kitchen islands
  • Utility or laundry sinks
  • Small bathroom sinks or secondary washbasins

What to Consider When Choosing


    Ensure compatibility with the 3/8 connection size.
  1. Pick one of the three handle designs to match your interior.
  2. Factor in the 5-year warranty when comparing options.
  3. Consider the series reputation—Daugava is a top seller from MAGMA.
  4. Compare price and listed features before you buy.

Specifications


    Series: Daugava (MAGMA)
  • Model: MG-6252
  • Connection: 3/8
  • Brand: URANS
  • Handle options: three design variants
  • Warranty: 5 years

Why Buy from SityPro


    Easy to buy online through SityPro with clear product information.
  • Transparent price listings and visible product features.
  • Support for warranty and product questions from SityPro staff.
  • Delivery available to Estonia and Finland for convenient receipt.
  • Reliable customer service and assistance with selection and purchase.

Description provided by sitypro.com

Garantija
5 years
Krāsa
Chrome
Materiāls
Brass
Mehānisms
Ceramic cartridge
Sērija
Daugava
Sviras novietojums
top
Tips
kitchen faucet
Vadība
single lever
Тип ручки
Lever
Taps
Connection size
3/8
Общее
Brand
URANS
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Kitchen sink faucet MG-6252 3/8 URANS
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Кухонный смеситель MG-6252 3/8, URANS

What is the Kitchen sink faucet MG-6252 3/8 URANS and what is it for?

Kitchen sink faucet MG-6252 3/8 URANS is a brass Daugava-series faucet with a glossy chrome finish, ceramic cartridge mechanism and top-mounted lever; designed for domestic kitchen water flow and temperature control.

Is this faucet compatible with standard 3/8 flexible hoses?

Yes, the MG-6252 model uses a standard 3/8" connection, ensuring compatibility with most flexible supply hoses and existing kitchen plumbing without adapters.

What material is the MG-6252 3/8 faucet body made of?

The faucet body is made of brass, providing strength and corrosion resistance; the surface has a glossy chrome finish for protection and appearance.

What mechanism does the faucet use and what does it mean for maintenance?

The MG-6252 uses a ceramic cartridge mechanism; this reduces leakage risk and provides long-lasting performance with minimal maintenance — the cartridge is replaceable if needed.

Is the MG-6252 design suitable for a modern kitchen?

Yes, the MG-6252 is styled as modern with a glossy chrome finish and discreet design, making it suitable for most contemporary kitchen interiors.

Where is the control lever located and is it easy to use?

The MG-6252 features a top-mounted lever handle; this allows easy one-handed adjustment of water temperature and flow, suitable for everyday use.

What warranty is stated for this faucet?

The MG-6252 model carries a 15-year warranty; check the manufacturer MAGMA documentation for specific warranty terms and conditions.

Will the MG-6252 fit a sink with high rims or a deep bowl?

The MG-6252 fits most kitchen sinks; since exact faucet height isn’t specified, we recommend checking the faucet dimensions against your sink rim height and bowl depth before purchase.

Can the ceramic cartridge be replaced by myself?

Yes, the ceramic cartridge in the MG-6252 is replaceable; replacement involves removing the handle and body — if inexperienced, it’s advisable to use a plumber.

How does the MG-6252 differ from other Daugava-series models?

The MG-6252 features a top-mounted lever, standard 3/8" connection and glossy chrome finish; compare lever design and finish to other Daugava models to choose the best style and features.

Is the MG-6252 suitable for frequent heavy use in a family kitchen?

Yes, the brass body and ceramic cartridge make the MG-6252 durable and suitable for frequent household use.

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