40mm Low Cartridge FU1002

The photographs are for illustrative purposes only.
Get AI analytics on product 40mm Low Cartridge FU1002:
4.16€/box
Ex Tax: 3.35€/box
MAGMA
0 reviews
In stock
Product Code: 000-4443367MASP
EAN Code: 4750667032543
Qty
Tags:

Low-profile 40 mm faucet cartridge, model FC1002

Replacement cartridge for a mixer/faucet — low design with a 40mm diameter (FC1002), intended as a direct spare part to restore mixer function; useful when sourcing parts to buy at a clear price with known features and benefits.

Key Benefits


    Direct replacement for compatible mixers with a 40mm seat
  • Low-profile design suitable for compact faucet assemblies
  • Model FC1002 ensures correct fit for matching taps
  • Simplifies repair and extends mixer service life
  • Cost-effective spare part option when comparing price and performance

Applications

Designed for mixer repair and replacement where a low 40mm cartridge is required; the primary application is in restoring mixer operation.


    Bathroom sink mixer replacement
  • Kitchen sink mixer service
  • Repairing low-profile basin taps
  • Replacing worn or damaged mixer cartridges

What to Consider When Choosing


    Confirm cartridge diameter is 40mm to match the mixer seat
  1. Verify the low-profile (низкий) design fits the faucet body
  2. Check model compatibility: FC1002
  3. Compare price and seller terms before you buy
  4. Ensure the cartridge matches the mixer make and part number

Specifications


    Type: cartridge for mixer
  • Size: 40mm
  • Profile: low
  • Model: FC1002 (40MM)

Why Buy from SityPro


    SityPro offers clear online ordering to buy original or compatible parts
  • Competitive price information and visible features on the product page
  • Fast, reliable delivery options to Estonia and Finland
  • Convenient customer support for part selection and application questions
  • Secure payment and straightforward checkout for quick repairs

Description provided by sitypro.com

40mm Low Cartridge FU1002
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Картридж для смесителя, низкий FU1002, 40MM

What is the 40mm Low Cartridge FU1002 and where is it used?

40mm Low Cartridge FU1002 is a low-profile replacement cartridge (model FC1002) with a 40 mm diameter designed to restore mixer/faucet function. It’s used for repair and maintenance of kitchen and bathroom mixers where a compact, low-profile cartridge is required.

Will the 40mm Low Cartridge FU1002 fit my mixer with a 40 mm seat?

Yes, the FU1002 cartridge is designed for mixers with a 40 mm seat diameter. Confirm that your mixer uses a replaceable cartridge and that the seat diameter is indeed 40 mm before purchasing.

What are the benefits of the low-profile 40mm FU1002 versus a standard cartridge?

The low-profile FU1002 fits compact mixer assemblies, simplifying installation in tight spaces and avoiding full mixer replacement. It restores water flow and temperature control while maintaining a smaller vertical footprint.

Is the 40mm FU1002 cartridge compatible with MAGMA and other brands?

The FU1002 is made for a 40 mm seat and can be compatible with MAGMA and other brands if the seat diameter and cartridge model (FC1002) match. Always verify model and dimensions before installation.

What tools and time are needed to replace the 40mm FU1002 cartridge?

You typically need an adjustable/spanner wrench, a screwdriver and silicone grease; replacement takes about 15–30 minutes with easy access. Turn off the water supply and remove decorative covers carefully before starting.

What are the main signs the 40mm FU1002 cartridge needs replacement?

Signs include persistent leaks from the spout or under the handle, stiff or erratic flow/temperature control, and unusual noises. If the mixer drips when closed or control is jerky, the cartridge likely needs replacing.

Can the 40mm FU1002 cartridge be used in shower mixers?

Yes, the FU1002 can be used in shower mixers provided the seat diameter is 40 mm and the construction is compatible. Check the space under the mixer and the mounting type before buying.

What is the model/code and what materials is the 40mm FU1002 cartridge made of?

The cartridge model is FC1002 and the store product code is MA1110034SP; the manufacturer is MAGMA. The product text does not specify materials, so focus on the 40 mm sizing and compatibility.

How does the low FU1002 differ from a standard 40 mm cartridge?

The low FU1002 has a reduced height (low-profile) making it suitable for compact mixer assemblies. Functionally both control flow and temperature, but FU1002 is better for tight installation spaces.

Is product MA1110034SP suitable for household use in an apartment?

Yes, MA1110034SP (FU1002 cartridge) is intended for repair and maintenance in residential apartments and commercial sites where the seat diameter is 40 mm. It’s a cost-effective option to restore mixer function.

Where to buy 40mm Low Cartridge FU1002?

You can buy 40mm Low Cartridge FU1002 in our online store for 3.35€. Category: Spare parts for taps.

What is the price of 40mm Low Cartridge FU1002?

The current price of 40mm Low Cartridge FU1002 is 3.35€. Brand: MAGMA.

40mm Low Cartridge FU1002 — specifications and description

Model: 000-4443367MASP. Category: Spare parts for taps. Brand: MAGMA. Price: 3.35€.

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