GROUT MIRA MULTIPOX Grey 3kg

The photographs are for illustrative purposes only.
Get AI analytics on product GROUT
MIRA MULTIPOX Grey 3kg:
30.96€ / pc.
Ex Tax: 24.97€ / pc.
10.32€ / m²
1 pc. = 3m²
Mira
0 reviews
In stock
Product Code: 000-434892ASP

Specification

Qty
One click order

It will be over soon!
The last item is left. Hurry up to buy first.
Tags:

DESCRIPTION GROUT MIRA MULTIPOX Grey 3kg price 31.47€ Mira

Package dimensions24,00 x 23,00 x 16,00 cm
Net weight3,270 kg

Tootekirjeldus

2-komponentne epoksüüdmass plaatimiseks ja vuukimiseks. Pofessionaalseks kasutuseks. Vastupidav kemikaalidele, väga hea nakke ja suure survetugevusega.

• Sobib enamike plaatidega (ei sobi poorsele looduskivile)
• Sobib kasutamiseks toiduaine- ja meditsiinitööstuses
• Veekindel, külmakindel, kemikaalidele vastupidav
• Kiiresti tarduv

Omadused
• Kahekomponentne
• Kulumiskindel
• Vastupidav kemikaalidele
• Hea nakkega
• Vee- ja külmakindel
• Lihtne hooldada
• Vuugi laius 2-12 mm

Kasutusala
• Sise- ja välistingimustes
• Kuiv ja märg ruum
• Seinad ja põrandad
• Basseinid
• Suure koormusega põrand
• Rõdud, terrassid
• Tööstus

Product details

Total weight: 3.27 kg
Package measurements: 24.00 x 23.00 x 16.00 cm

Description provided by sitypro.com

Keraamilised plaadid
Type
Grout for joints
Общее
Manufacturer
Mira
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
GROUT MIRA MULTIPOX Grey 3kg
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the GROUT MIRA MULTIPOX Grey 3kg

What is GROUT MIRA MULTIPOX Grey 3kg and where can I use it?

GROUT MIRA MULTIPOX Grey 3kg is a two-component epoxy grout for tiling and jointing, intended for professional use. Suitable for indoor and outdoor areas, wet rooms, pools, heavy-duty floors, balconies/terraces and industrial environments; joint width 2–12 mm.

Is this grout suitable for natural stone?

MIRA MULTIPOX is suitable for most tiles but is not recommended for porous natural stone, as the epoxy can penetrate unevenly and alter the stone's appearance.

Can MIRA MULTIPOX be used in a swimming pool?

Yes, MIRA MULTIPOX is water- and chemical-resistant and suitable for pools. Ensure you follow curing times and manufacturer instructions before filling the pool with water.

What joint widths does this grout support?

MIRA MULTIPOX is suitable for joint widths from 2 to 12 mm, making it appropriate for most standard tile installations on walls and floors.

Is this grout suitable for heavy-duty floors and industrial use?

Yes, MIRA MULTIPOX has high compressive strength and chemical resistance, making it suitable for heavy-duty floors and industrial environments. It withstands intensive use.

Can this grout be used outdoors on terraces and balconies in cold climates?

Yes, MIRA MULTIPOX is frost-resistant and suitable for outdoor terraces and balconies. Ensure proper surface preparation and follow installation guidance for low temperatures.

What are the package dimensions and weight for MIRA MULTIPOX grout?

The package gross weight is 3.27 kg and the dimensions are 24 x 23 x 16 cm. These measurements are convenient for transport and on-site storage.

Is MIRA MULTIPOX suitable for food and medical facilities?

Yes, the product description states suitability for food and medical industries due to chemical resistance and easy maintenance. Always verify specific sanitary requirements of the facility before use.

What surface preparation is required before applying this epoxy grout?

Ensure the surface is clean, dry and free from dust, grease and old residues; tiles must be securely fixed. For good adhesion use the recommended primer and follow the manufacturer's two-component mixing instructions.

What is the coverage of MIRA MULTIPOX and how much area does a 3 kg pack cover?

The product description does not state exact m² coverage; consumption varies by tile size and joint width/depth. For precise calculation use epoxy grout coverage charts by tile size or consult the manufacturer's technical support.

How does MIRA MULTIPOX differ from regular cement grout?

MIRA MULTIPOX is a two-component epoxy grout: it offers superior abrasion, chemical, water and frost resistance compared with cement grout. Epoxy is less absorbent and easier to maintain in wet and aggressive environments.

Where to buy GROUT MIRA MULTIPOX Grey 3kg?

You can buy GROUT MIRA MULTIPOX Grey 3kg in our online store for 24.97€. Category: Joint mixtures.

What is the price of GROUT MIRA MULTIPOX Grey 3kg?

The current price of GROUT MIRA MULTIPOX Grey 3kg is 24.97€. Brand: Mira.

GROUT MIRA MULTIPOX Grey 3kg — specifications and description

Model: 000-434892ASP. Category: Joint mixtures. Brand: Mira. Price: 24.97€.

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