Ceramic sink faucet MG-2760CS, RĪVA

The photographs are for illustrative purposes only.
Get AI analytics on product Ceramic sink faucet MG-2760CS, RĪVA:
43.43€
Ex Tax: 35.02€
MAGMA
0 reviews
In stock
Product Code: MA7102202SP
EAN Code: 4750667140262
Qty
One click order
Tags:

Новинка! Керамический смеситель для мойки MG-2760CS RĪVA

Rīva — живописная река на западном побережье Курземе. Rīva — это также новая серия смесителей MAGMA, которая сочетает в себе функциональность и эстетику.

Характерными элементами серии MAGMA RĪVA являются функциональная эстетика и доступность. Визуально чистые, аскетичные линии смесителей этой серии дополняет элегантная часть излива. Форма аэратора и его особое расположение гармонично дополняют визуально сдержанный корпус, подчеркивая продуманные дизайнерские нюансы. Направленный вперед поток воды позволяет устанавливать смеситель на поверхностях с более широкими краями. Используется сырье высочайшего качества, обеспечивающее длительный срок службы, что особенно важно при строительстве как в общественных помещениях, так и в частных квартирах. Серия RĪVA создана с учетом потребностей корпоративных клиентов:– Аскетичные линии дизайна, гармонично вписывающиеся в интерьеры различных стилей.

Качество и ценовые показатели делают серию интересной и доступной для каждого покупателя.

Каждый смеситель MAGMA проходит 100% тестирование.

На смесители RĪVA распространяется 15-летняя гарантия

Материал: высококачественная латунь не только для корпуса, но и для всех остальных деталей.

Цвет: хромированный.

В комплект входят: ключ для откручивания аэратора;

эксцентриковые монтажные накладки (чтобы не поцарапать и не повредить хром при установке)

Дополнительные опции: Смеситель для керамической мойки имеет отверстие для крепления механического стопора для закрытия мойки (аксессуар продается отдельно).

Description provided by sitypro.com

Ceramic sink faucet MG-2760CS, RĪVA
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Новинка! Керамический смеситель для мойки MG-2760CS RĪVA

What is the Ceramic sink faucet MG-2760CS, RĪVA and what is it used for?

Ceramic sink faucet MG-2760CS, RĪVA is a MAGMA RĪVA series single‑lever brass faucet with a ceramic cartridge and glossy chrome finish. It is designed for deck‑mounting on countertop or sink edge and is suitable for bathroom basins, especially where a forward‑directed spout helps with wider basin rims.

What materials and finish does the MG-2760CS RĪVA use?

The MG-2760CS RĪVA is made of brass with a glossy chrome finish, providing corrosion resistance and a durable, attractive appearance.

What control mechanism does the MG-2760CS use?

The MG-2760CS features a ceramic cartridge operated by a single top-mounted lever, offering precise temperature control and long service life.

Is the MG-2760CS RĪVA suitable for basins with wide rims?

Yes. Its forward‑directed spout is designed for deck mounting on wider rims, directing water into the centre of the basin for comfortable use.

What type of installation does the MG-2760CS support?

The faucet is designed for deck‑mount installation on a countertop or sink edge (single hole). Ensure the installation point has a standard single‑hole diameter for the unit.

What colour/finish options are available for the MG-2760CS RĪVA?

The MG-2760CS RĪVA is available in a glossy chrome finish that complements the modern, minimalist design of the RĪVA series.

Is this faucet suitable for public (commercial) use?

Yes. The brass body, ceramic cartridge and quality materials make the MG-2760CS RĪVA suitable for both public and private bathroom environments, providing long service life.

What warranty is indicated for the MG-2760CS RĪVA?

A 15‑year warranty is indicated for the MG-2760CS RĪVA, as listed in the product attributes.

What series, model and who is the manufacturer?

This is the RĪVA series faucet, model MG-2760CS (model code MA7102202SP), manufactured by MAGMA in Latvia.

Is the MG-2760CS suitable for modern bathroom designs?

Yes. The MG-2760CS features modern, minimalist lines and an elegant spout that complement contemporary and minimalist bathroom interiors.

Where to buy Ceramic sink faucet MG-2760CS, RĪVA?

You can buy Ceramic sink faucet MG-2760CS, RĪVA in our online store for 35.02€. Category: Sink taps.

What is the price of Ceramic sink faucet MG-2760CS, RĪVA?

The current price of Ceramic sink faucet MG-2760CS, RĪVA is 35.02€. Brand: MAGMA.

Ceramic sink faucet MG-2760CS, RĪVA — specifications and description

Model: . Category: Sink taps. Brand: MAGMA. Price: 35.02€.

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