Joint Grout MIRA SUPER n147 1,2kg

The photographs are for illustrative purposes only.
Get AI analytics on product Joint Grout MIRA SUPER n147 1,2kg:
4.69€ / pc.
Ex Tax: 3.78€ / pc.
3.91€ / m²
1 pc. = 1.2m²
Mira
0 reviews
In stock
Product Code: 000-394801ASP

Specification

Qty
Tags:
Package dimensions13,00 x 13,00 x 13,50 cm
Net weight1,200 kg

VUUGISEGU MIRA SUPER n147 1,2kg

Täiustatud vuugitäide keraamikale ja looduskividele. CG2 W A

Omadused

• Vett ja mustust hülgav
• Tsemendi baasil
• Elastne, hea nakkega
• niiskuskindel
• Külmakindel
• Lihtne hooldada
• Vuugi laius 2-10 mm

Kasutusala

• Sise- ja välistingimustes
• Kuiv ja märg ruum
• Seinad ja põrandad
• Keraamiline plaat
• Looduskivi
• Rõdud, terrassid
• Küttega põrandad, ahjud

Lisateave

• 30 tooni
• Kulu 0,5-1,8 kg/m²
• 1,2; 5 ja 15 kg kott
• Töötemperatuur 10-20?C
• Kasutusaeg 1-2 h
• Kuivamisaeg 3-6 h
• Säilivusaeg 12 kuud

Product details

Total weight: 1.20 kg
Package measurements: 13.00 x 13.00 x 13.50 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.
Joint Grout MIRA SUPER n147 1,2kg
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Joint Grout MIRA SUPER n147 1,2kg

What is Joint Grout MIRA SUPER n147 1,2kg and what is it used for?

Joint Grout MIRA SUPER n147 1,2kg is a cement-based elastic grout (CG2 WA) that repels water and dirt and is frost-resistant. It is designed for ceramic tiles and natural stone for indoor and outdoor use, wet and dry rooms, walls and floors, balconies, terraces and underfloor heating; joint width 2–10 mm.

What is the consumption rate and how much area does a 1.2 kg pack cover?

Consumption is 0.5–1.8 kg/m² depending on joint width, depth and tile size. A 1.2 kg pack covers roughly 0.7–2.4 m² under typical joint conditions; calculate exact requirement from your joint width and tile dimensions.

Can MIRA SUPER n147 be used in wet rooms and showers?

Yes. MIRA SUPER n147 is water- and dirt-repellent and suitable for wet rooms and showers provided the substrate has proper waterproofing. Working temperature is 10–20 °C and pot life is 1–2 hours.

Is this grout suitable for outdoor use and terraces?

Yes, MIRA SUPER n147 is frost-resistant and suitable for outdoor use including balconies and terraces. Apply within 10–20 °C and allow 3–6 hours drying time before light loading.

Can this grout be used with underfloor heating and around stoves?

Yes. MIRA SUPER n147 is suitable for underfloor heating and stoves due to its elasticity and good adhesion. Follow the 10–20 °C working temperature and allow recommended drying time before heating.

What joint width does this grout support?

MIRA SUPER n147 is intended for joint widths of 2–10 mm, as stated in the product specifications. For wider joints consider a product designed for larger gaps.

What pack sizes are available besides 1.2 kg and how many shades exist?

Besides 1.2 kg, the product is available in 5 kg and 15 kg bags. There are 30 shades available to match tile or stone.

What is the pot life and drying time of the mixed grout?

The pot life of the mixed grout is 1–2 hours. Drying time is approximately 3–6 hours depending on conditions before further loading.

Can this grout be used with natural stone and marble?

Yes, MIRA SUPER n147 is suitable for natural stone, but check pigment compatibility with the specific stone to avoid staining. Test on an inconspicuous area first.

What are the dimensions and weight of the 1.2 kg pack?

The 1.2 kg pack has a gross weight of 1.20 kg and package dimensions 13.00 x 13.00 x 13.50 cm. These details are provided in the product information.

Where to buy Joint Grout MIRA SUPER n147 1,2kg?

You can buy Joint Grout MIRA SUPER n147 1,2kg in our online store for 3.78€. Category: Joint mixtures.

What is the price of Joint Grout MIRA SUPER n147 1,2kg?

The current price of Joint Grout MIRA SUPER n147 1,2kg is 3.78€. Brand: Mira.

Joint Grout MIRA SUPER n147 1,2kg — specifications and description

Model: 000-394801ASP. Category: Joint mixtures. Brand: Mira. Price: 3.78€.

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