Joint Grout MIRA SUPER n114 1,2kg

The photographs are for illustrative purposes only.
Get AI analytics on product Joint Grout MIRA SUPER n114 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-365089ASP

Specification

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

VUUGISEGU MIRA SUPER n114 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 n114 1,2kg
Write a review
Related Products

Also looking for

rempro rempro-mobile

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

What is Joint Grout MIRA SUPER n114 1,2kg?

Joint Grout MIRA SUPER n114 1,2kg is a cement-based CG2 W grout for ceramic tiles and natural stone with water- and dirt-repellent properties; elastic, frost- and moisture-resistant, for joint widths 2–10 mm, consumption 0.5–1.8 kg/m², 1.2 kg pack.

What surfaces is MIRA SUPER n114 suitable for?

MIRA SUPER n114 is suitable for ceramic tiles and natural stone on walls and floors, in dry and wet rooms, as well as balconies, terraces, ovens and underfloor heating due to its moisture- and frost-resistance.

What joint width is recommended for this grout?

Recommended joint width for MIRA SUPER n114 grout is 2–10 mm; use specialised products for wider joints.

What is the consumption of MIRA SUPER n114 per m²?

Consumption is approximately 0.5–1.8 kg/m² depending on tile size and joint width; consider tile thickness and format for precise calculation.

Can this grout be used in wet rooms like a bathroom?

Yes. MIRA SUPER n114 is moisture-resistant and suitable for dry and wet rooms, including bathrooms and showers, due to its water- and dirt-repellent properties.

Is this grout suitable for outdoor use and terraces?

Yes. MIRA SUPER n114 is frost-resistant and water-repellent, suitable for outdoor use, balconies and terraces when installation guidelines and temperature range are followed.

What is the working temperature and pot life after mixing?

Working temperature is 10–20 °C. Pot life after mixing is 1–2 hours, with drying time 3–6 hours.

What pack sizes and colours are available for MIRA SUPER n114?

MIRA SUPER n114 is available in 1.2, 5 and 15 kg packs and comes in 30 shades, allowing colour matching to tiles or stone.

Is this grout suitable for natural stone like marble or granite?

Yes, MIRA SUPER n114 is suitable for natural stone, but for sensitive surfaces (e.g. marble) test on an inconspicuous area first and consider stone porosity.

How to care for joints after applying MIRA SUPER n114?

Care is simple: remove excess immediately, wipe with a damp sponge after initial set; drying time 3–6 hours. Clean regularly with mild cleaners and avoid strong acids.

How does MIRA SUPER n114 differ from regular cement grout?

MIRA SUPER n114 is an improved CG2 W cement grout with water- and dirt-repellent properties, greater elasticity and frost-resistance compared to basic cement mixes, suitable for outdoor and wet areas.

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

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

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

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

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

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