Universal Silicone MAPEI MAPESIL AC-113 310 ml

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

Universal cement‑grey silicone sealant Mapei Mapesil AC (310 ml)

One‑component, acetic acid‑cured mould‑resistant silicone sealant in cement grey for sealing joints and creating perfectly elastic seals between elements. See features, application and price when you buy from SityPro.

Key Benefits


    One‑component formulation — ready to use
  • Acetic (vinegar) curing for reliable sealing
  • Mould‑resistant for improved durability
  • Forms a perfectly elastic seal between elements
  • Accommodates joint movement of ±25% (EN 15651)
  • Cement grey colour for neutral aesthetic matching

Applications

Designed for sealing joints and elastic connections across industries.


    Construction joints
  • Machine building
  • Shipbuilding
  • Automotive industry
  • Production and manufacturing plants
  • Other industrial and building sealing tasks

What to Consider When Choosing


    Required joint movement — suitable where ±25% movement is needed (EN 15651)
  1. Need for a perfectly elastic seal between elements
  2. Requirement for mould resistance in the application area
  3. Colour match — cement grey for neutral finishes
  4. Preference for a one‑component, acetic‑cured sealant

Specifications


    Product: Mapesil AC (AC‑113)
  • Volume: 310 ml
  • One‑component silicone
  • Acetic acid (vinegar) curing
  • Mould‑resistant
  • Colour: Cement Grey
  • Joint movement capability: ±25% (EN 15651)

Why Buy from SityPro


    Easy online buy process and clear information on price and features
  • Convenient ordering and product availability for professionals
  • Fast, reliable delivery to Estonia and Finland
  • Product support and expertise from SityPro team
  • Secure packaging and dependable dispatch

Description provided by sitypro.com

Universal Silicone MAPEI MAPESIL AC-113 310 ml
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the UNIVERSAL SILICONE MAPEI MAPESIL AC-113 310ML

What is UNIVERSAL SILICONE MAPEI MAPESIL AC-113 310ML and what is it used for?

UNIVERSAL SILICONE MAPEI MAPESIL AC-113 310ML is a one-component acetic, mould-resistant silicone sealant in Cement Grey. It is used to seal joints with movement capability up to ±25% (EN 15651) and to form elastic seals between elements in construction, shipbuilding, engineering and industrial applications.

Is MAPEI MAPESIL AC-113 suitable for exterior facade joints?

Yes, UNIVERSAL SILICONE MAPEI MAPESIL AC-113 is designed for joints with ±25% movement capacity, making it suitable for exterior facade joints provided surfaces are correctly prepared and adhesion is ensured.

Can this sealant be used in wet rooms and around windows?

Yes. MAPEI MAPESIL AC-113 is mould-resistant and moisture-tolerant, suitable for wet room joints and window perimeters when surfaces are properly prepared.

What colour options and cartridge size does MAPEI MAPESIL AC-113 come in?

The product is available in Cement Grey and supplied in 310 ml cartridges suitable for manual or pneumatic caulking guns.

What joint movement is allowed with Mapesil AC-113?

Mapesil AC-113 is specified for sealing joints with movement up to ±25% of the original size, compliant with EN 15651.

What materials is Mapesil AC-113 compatible with (concrete, metal, glass, plastic)?

Mapesil AC-113 bonds to most porous and non-porous substrates including concrete, ceramic, glass and metal; some plastics require adhesion testing. Always clean and dry substrates before application.

How to apply Mapesil AC-113 — is a primer or special joint preparation needed?

Clean and degrease the substrate, remove dust and old sealant before application. Primer is not normally required, but perform adhesion tests or use a primer on highly porous or poorly adherent surfaces.

How fast does Mapesil AC-113 cure?

Mapesil AC-113 is a one-component acetic cure silicone: it skins over in hours, but full cure depends on joint depth and ambient temperature/humidity and typically takes several days under normal conditions.

How does Mapesil AC-113 differ from neutral silicones and when should I choose it?

Mapesil AC-113 is an acetic-cure (vinegar) mould-resistant silicone; it adheres well to many substrates but is unsuitable for some alkaline surfaces and sensitive metals. Choose it for sanitary and general building joints where mould resistance is required.

Where to buy Universal Silicone MAPEI MAPESIL AC-113 310 ml?

You can buy Universal Silicone MAPEI MAPESIL AC-113 310 ml in our online store for 10.24€. Category: Silicones.

What is the price of Universal Silicone MAPEI MAPESIL AC-113 310 ml?

The current price of Universal Silicone MAPEI MAPESIL AC-113 310 ml is 10.24€. Brand: MAPEI.

Universal Silicone MAPEI MAPESIL AC-113 310 ml — specifications and description

Model: 000-458564ASP. 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ххххххх');