Universal Silicone Mapei Mapesil AC-103 310 ml

The photographs are for illustrative purposes only.
Get AI analytics on product Universal Silicone Mapei Mapesil AC-103 310 ml:
12.70€/pc.
Ex Tax: 10.24€/pc.
MAPEI
0 reviews
In stock
Product Code: 000-475681ASP
Qty
Tags:

Mapei Mapesil AC-103 — Universal 310 ml Silicone Sealant in Moon White

One‑component, acetic (acid) curing, mould‑resistant silicone sealant for forming elastic seals and hermetic joints. Check features and price at SityPro when you buy; see application examples and benefits below.

Key Benefits


    One‑component formula — ready to use
  • Acetic (acid) curing, reliable sealing performance
  • Mould‑resistant for cleaner joints
  • High elasticity — forms a perfectly elastic seal between elements
  • Accommodates joint movement of ±25% in accordance with EN 15651
  • Available in Moon White (kuuvalge) shade

Applications

Areas of application include sealing and elastic joints across multiple industries.


    Construction joints between building elements
  • Machine engineering joints and seals
  • Shipbuilding sealing applications
  • Automotive industry sealing tasks
  • Manufacturing and production assembly sealing

What to Consider When Choosing


    Confirm joint movement requirements — product allows ±25% per EN 15651
  1. Decide if a one‑component, acetic curing sealant suits your application
  2. Choose the Moon White colour if it matches the finish
  3. Require mould‑resistant properties for humid or sanitary areas
  4. Verify compliance with EN 15651 for specified joint classes

Specifications


    Type: One‑component acetic (acid) silicone sealant
  • Model: MAPEI MAPESIL AC‑103
  • Volume: 310 ml
  • Colour: Moon White (kuuvalge)
  • Mould‑resistant
  • Movement capability: ±25% (standard EN 15651)

Why Buy from SityPro


    Convenient online buy process with clear price information
  • Product features and specifications listed for easy comparison
  • Delivery available to Estonia and Finland
  • Customer support and advice on application and selection
  • Fast ordering and reliable SityPro service

Description provided by sitypro.com

Universal Silicone Mapei Mapesil AC-103 310 ml
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the UNIVERSAL SILICONE MAPEI MAPESIL AC-103 310ml

What is UNIVERSAL SILICONE MAPEI MAPESIL AC-103 310ml?

UNIVERSAL SILICONE MAPEI MAPESIL AC-103 310ml is a one-component acetic (vinegar) cure, mould-resistant silicone sealant in Moon White for joints with movement capability ±25% per EN 15651, suitable for construction, mechanical, marine and industrial sealing applications.

What joint types is MAPEI MAPESIL AC-103 suitable for?

MAPEI MAPESIL AC-103 is suitable for joints with up to ±25% movement, including panel joints, window and door frames, sanitary (bathroom/kitchen) sealants and flexible connections in industrial applications.

What colour and volume does MAPEI MAPESIL AC-103 come in?

MAPEI MAPESIL AC-103 comes in Moon White colour and is supplied in a 310 ml cartridge compatible with standard sealant guns.

Is this silicone suitable for bathroom and kitchen (mould-resistant)?

Yes, MAPEI MAPESIL AC-103 is a mould-resistant acetic silicone sealant, making it suitable for sanitary joints in bathrooms and kitchens where mould protection is required.

Can MAPESIL AC-103 be used in aggressive environments or on metal surfaces?

MAPESIL AC-103 is used in industrial settings, but as an acetic silicone it can react with certain metals and alkaline surfaces; perform a compatibility test or use manufacturer-recommended primers when applying to metal.

Does MAPEI MAPESIL AC-103 meet quality standards and which ones?

Yes, MAPEI MAPESIL AC-103 is designed for joints with ±25% movement capability and meets the requirements of standard EN 15651 for construction silicone sealants.

What tool to use for the 310 ml cartridge and how to prepare the joint?

Use a standard sealant gun for the 310 ml cartridge. Clean the joint of dirt, dust and oil, ensure a dry surface, and use a backing rod or tape to control joint depth for correct width-to-depth ratio.

How fast does MAPEI MAPESIL AC-103 cure and what is total curing time?

The provided context does not include exact curing times. As a one-component acetic silicone, refer to the manufacturer's technical data sheet for specific skin and full cure times before application.

How does MAPEI MAPESIL AC-103 differ from neutral silicones and when to choose it?

MAPESIL AC-103 is an acetic (acid) silicone that typically cures quickly and is mould-resistant, but may react with certain metals and alkaline substrates. Choose it for sanitary and general construction joints when substrates are compatible with acid-cure silicones.

Can the joint be painted after applying MAPESIL AC-103?

The context does not state paintability. Generally acetic silicones are not paintable with water-based paints; check MAPEI's technical data sheet for guidance on paint compatibility and procedures.

Where to buy Universal Silicone Mapei Mapesil AC-103 310 ml?

You can buy Universal Silicone Mapei Mapesil AC-103 310 ml in our online store for 10.24€. Category: Silicones.

What is the price of Universal Silicone Mapei Mapesil AC-103 310 ml?

The current price of Universal Silicone Mapei Mapesil AC-103 310 ml is 10.24€. Brand: MAPEI.

Universal Silicone Mapei Mapesil AC-103 310 ml — specifications and description

Model: 000-475681ASP. Category: Silicones. Brand: MAPEI. Price: 10.24€.

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