MAPEI Kerapoxy Easy Design Grout Filler No. 113

The photographs are for illustrative purposes only.
Get AI analytics on product MAPEI Kerapoxy Easy Design Grout Filler No. 113:
59.94€/pc.
Ex Tax: 48.34€/pc.
MAPEI
0 reviews
In stock
Product Code: 000-480086ASP
Qty
One click order
Tags:

Mapei Kerapoxy Easy Design epoxy grout — Cement Grey, 3 kg pack

Two-component decorative, acid-resistant epoxy grout with bacteriostatic agent and BioBlock® technology, easy to apply and clean. Designed for grouting ceramic tiles, glass mosaics and natural stone; can also be used as an acid-resistant adhesive. Compatible with MapeGlitter and Mapecolor Metallic.

Key Benefits


    Acid-resistant epoxy formulation for durable joints
  • Bacteriostatic action with BioBlock® technology for improved hygiene
  • Decorative finish, compatible with MapeGlitter and Mapecolor Metallic
  • Easy to apply and clean, suitable for professional and DIY projects
  • Works as both grout and adhesive
  • Compliant with HACCP and EU regulation 852/2004 for food-hygiene applications

Applications

For decorative and hygienic grouting and adhesive applications on tiled surfaces in buildings.


    Grouting interior and exterior floors and walls
  • Joints between ceramic tiles and glass mosaics
  • Natural stone jointing
  • Adhesive use for acid-resistant tile fixing on common building substrates
  • Worktops, countertops and other surfaces requiring HACCP/EU hygiene compliance

What to Consider When Choosing


    Mixing ratio: component A : component B = 90 : 10 — follow precisely
  1. Suitable joint width: 1 to 15 mm — select based on tile and joint design
  2. Application temperature: +12 °C to +30 °C for correct curing
  3. Working times: installation/working time ~45 minutes; as adhesive installation 40 minutes, adjustment 60 minutes
  4. Curing: light traffic after 24 hours; ready for use after 4 days (10 days for sinks and pools)
  5. Operating temperature range: -20 °C to +100 °C

Specifications


    Color: Cement Grey
  • Type: Two-component epoxy grout, acid-resistant, bacteriostatic with BioBlock®
  • Joint width: 1–15 mm
  • Mixing ratio: A : B = 90 : 10
  • Consistency: Creamy paste
  • Density: 1550 kg/m³
  • Installation time (pot life): 45 minutes
  • Installation temperature: +12 °C to +30 °C
  • As adhesive — installation time: 40 minutes; adjustment time 60 minutes
  • Light traffic: 24 hours
  • Ready for use: 4 days (10 days for sinks and pools)
  • Service temperature: -20 °C to +100 °C
  • Pack size: 3 kg (A component 2.7 kg, B component 0.3 kg)

Why Buy from SityPro


    Easy to buy online at SityPro with clear product features and price information
  • Expert product support and guidance on application and benefits
  • Fast and reliable delivery to Estonia and Finland
  • Secure payment options and convenient ordering process
  • SityPro customer service for post-sale questions and technical advice

Description provided by sitypro.com

MAPEI Kerapoxy Easy Design Grout Filler No. 113
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the GROUT FILLER MAPEI KERAPOXY EASY DESIGN NR.113 3kg

What is GROUT FILLER MAPEI KERAPOXY EASY DESIGN NR.113 3kg?

GROUT FILLER MAPEI KERAPOXY EASY DESIGN NR.113 3kg is a two‑component, acid‑resistant epoxy grout with a bacteriostatic additive and BioBlock® technology, designed for 1–15 mm joints; easy to apply and clean, suitable for ceramic tiles, glass mosaic and natural stone.

What surfaces is this epoxy grout suitable for?

This GROUT FILLER is suitable for ceramic tiles, glass mosaic and natural stone; it’s for tiled interior and exterior floors and walls and can also be used as an acid‑resistant adhesive on common substrates.

What joint width is MAPEI KERAPOXY EASY DESIGN suitable for?

GROUT FILLER MAPEI KERAPOXY EASY DESIGN NR.113 is suitable for joints 1–15 mm wide.

Can this grout be used in areas with strict hygiene requirements (kitchen, food production)?

Yes, Kerapoxy Easy Design is formulated to comply with HACCP and EU Regulation No. 852/2004 hygiene requirements, making it suitable for floors, walls and worktops in food hygiene‑sensitive areas.

Can I use MapeGlitter or Mapecolor Metallic with this product?

Yes, this grout filler is designed to be used with MapeGlitter and Mapecolor Metallic to create decorative effects.

What is the mix ratio of Kerapoxy Easy Design?

This is a two‑component product; mix component A and component B in a 90:10 ratio (A:B) to produce the usable grout.

Is this grout suitable for outdoor use?

Yes, the product is specified for tiled interior and exterior floors and walls, provided the substrate is properly prepared.

Can Kerapoxy Easy Design be used as an adhesive?

Yes, the product can also be used as an acid‑resistant adhesive for common building substrates.

Is this grout suitable for glass mosaic?

Yes, the grout is stated as ideal for glass mosaic and is formulated for easy application and cleaning on small elements.

What are the benefits of BioBlock® and the bacteriostatic additive in this grout?

BioBlock® and the bacteriostatic additive help inhibit bacterial growth and improve hygiene maintenance, making the product suitable for food and healthcare areas and easing joint cleaning.

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