Joint Grout MIRA SUPER n100 1,2kg

The photographs are for illustrative purposes only.
Get AI analytics on product Joint Grout MIRA SUPER n100 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-365097ASP
EAN Code: 5701914105038

Specification

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

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

Also looking for

rempro rempro-mobile

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

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

Joint Grout MIRA SUPER n100 1,2kg is an advanced cement-based grout (CG2 WA) for ceramic tiles and natural stone, water- and dirt-repellent, elastic and frost-resistant. It is suitable for indoor and outdoor use: walls, floors, wet rooms, balconies, terraces, heated floors and fireplaces.

What joint width is recommended for this grout?

MIRA SUPER n100 grout is designed for joint widths of 2–10 mm, suitable for standard ceramic and natural stone installations.

Can this grout be used outdoors and on terraces?

Yes, MIRA SUPER n100 is frost-resistant and water-repellent, so it is suitable for outdoor use and terraces when applied under the recommended working temperature of 10–20°C.

Is this grout suitable for wet rooms and showers?

Yes, MIRA SUPER n100 is water-repellent and moisture-resistant, making it suitable for wet rooms and showers when applied correctly and allowed to dry for 3–6 hours.

What package sizes are available and what is the consumption per m²?

MIRA SUPER n100 is available in 1.2, 5 and 15 kg bags. Consumption depends on joint width and tile size, approximately 0.5–1.8 kg/m².

How long do I have to work with the grout after mixing?

MIRA SUPER n100 has a working time of 1–2 hours after mixing at the recommended 10–20°C, so only prepare an amount you can apply within that period.

How long does the grout take to dry before loading or water exposure?

Drying time is 3–6 hours, but final strength depends on conditions; avoid heavy loads and water exposure until fully dry.

Is this grout suitable for natural stone and are there any limitations?

Yes, MIRA SUPER n100 is suitable for natural stone, but on highly porous or sensitive stones a test patch is recommended to avoid staining.

What colours are available and how to choose a grout colour?

MIRA SUPER n100 comes in 30 shades; a contrasting grout emphasises tile shape, while a matching tone creates a seamless look. Test a sample or compare shades with your tile in natural light before deciding.

How to mix and apply MIRA SUPER n100 correctly?

Mix the powder with water per instructions to a uniform consistency and work at 10–20°C. Apply with a rubber float into joints, remove excess, and finish wiping after 1–2 hours.

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

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

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

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

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

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