Shower faucet without set MG-2640-B, BĒRZUPE

The photographs are for illustrative purposes only.
Get AI analytics on product Shower faucet without set MG-2640-B, BĒRZUPE:
67.73€/box
Ex Tax: 54.62€/box
MAGMA
0 reviews
In stock
Product Code: 000-0435413MASP
EAN Code: 4750667104813

Specification

  • Materiāls: Stainless steel
  • Sērija: Bērzupe
  • Tips: shower
  • Vītne: internal
  • Vītnes diametrs: 1/2
  • Brand: MAGMA
Qty
One click order
Tags:

Flexible stainless-steel supply hose for mixers — compact connection solution

Flexible stainless-steel supply hose designed as a connection line for mixers and faucets; ideal when you need a durable Ø 8 x 12 mm x 1/2” feed pipe.

Key Benefits


    Stainless-steel construction provides corrosion resistance and long service life
  • Flexible design eases installation in tight spaces
  • Standard Ø 8 x 12 mm with 1/2” connection ensures wide compatibility with mixers
  • Reliable feed line for consistent water supply to faucets and showers
  • Low maintenance and durable under normal domestic use

Applications

Used as a supply line for mixers and faucets; the typical application is connecting water supply to bathroom and kitchen fixtures.


    Connection to shower mixers
  • Supply line for bathroom sink mixers
  • Connection to kitchen faucet mixers
  • Replacement hose during bathroom or kitchen renovations

What to Consider When Choosing


    Verify the connection size matches your mixer — Ø 8 x 12 mm and 1/2” thread
  1. Confirm material compatibility and stainless-steel construction for durability
  2. Check required length and flexibility for your installation space
  3. Ensure the product is sold without a set if you need only the hose
  4. Compare price and service options before you buy

Specifications


    Material: stainless steel (flexible supply hose)
  • Diameter: Ø 8 x 12 mm
  • Connection: 1/2” thread for mixers
  • Intended for: mixers / faucets
  • Model / designation: MG-2640-B, BĒRZUPE (shower faucet without set)

Why Buy from SityPro


    Easy online ordering — buy quickly via the SityPro store
  • Competitive price and clear product features listed on the site
  • Fast delivery options to Estonia and Finland
  • Responsive customer support for product compatibility questions
  • Reliable returns and service policies for peace of mind

Description provided by sitypro.com

Materiāls
Stainless steel
Sērija
Bērzupe
Tips
shower
Vītne
internal
Vītnes diametrs
1/2
Taps
Brand
MAGMA
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Shower faucet without set MG-2640-B, BĒRZUPE
Write a review

Also looking for

rempro rempro-mobile

Frequently asked questions about the Смеситель для душа без комп.MG-2640-В, BĒRZUPE

What is the Shower faucet without set MG-2640-B, BĒRZUPE?

Shower faucet without set MG-2640-B, BĒRZUPE is a Bērzupe-series shower mixer with a single lever and ceramic cartridge for precise flow and temperature control; made of brass/stainless-steel components, internal 1/2" thread, white finish, for standard shower connections.

What thread type does MG-2640-B use?

The MG-2640-B mixer uses an internal 1/2" thread compatible with standard 1/2" supply hoses and Ø 8 x 12 mm flexible connections; ensure your plumbing uses the same thread size.

Is this mixer suitable for a kitchen tap?

The MG-2640-B can be used for shower and sink mixer connections if the thread is 1/2" and the supply is Ø 8 x 12 mm; verify the mounting height and hole dimensions for kitchen installations.

What mechanism does the MG-2640-B use and how does it affect reliability?

The MG-2640-B features a ceramic cartridge mechanism, offering precise control and long service life; ceramic cartridges reduce leaks and wear compared with conventional rubber seals.

What materials is the MG-2640-B made from?

According to the product data, the MG-2640-B is made of brass with stainless-steel elements, providing corrosion resistance and durability; the finish colour is white.

Is MG-2640-B compatible with Ø 8 x 12 mm flexible hoses?

Yes — the MG-2640-B is compatible with Ø 8 x 12 mm flexible supply hoses and uses a 1/2" internal thread; check hose dimensions before installation.

What type of control does the mixer have and is it easy to use?

The MG-2640-B features single-lever control (lever type), allowing smooth one-handed adjustment of temperature and flow; it's practical for everyday use.

Is this mixer suitable for commercial use?

Yes — the MG-2640-B is suitable for domestic and light commercial use due to its brass construction and ceramic cartridge; for heavy-duty commercial applications, verify suitability for expected usage intensity.

What warranty is listed for this mixer and what does it cover?

The product lists a 15-year warranty (15 gadi), indicating long-term manufacturer support; contact the seller for precise warranty coverage and terms for defects and servicing.

How does MG-2640-B differ from other Bērzupe-series models?

The MG-2640-B is a 'without set' model with a single lever and 1/2" internal thread; other Bērzupe models may include installation sets, different designs, or extra functions — compare model specifications for exact differences.

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