Joint Grout MIRA SUPER n121 5kg

The photographs are for illustrative purposes only.
Get AI analytics on product Joint Grout MIRA SUPER n121 5kg:
11.92€ / bag
Ex Tax: 9.61€ / bag
2.38€ / m²
1 bag = 5m²
Mira
0 reviews
In stock
Product Code: 000-330823ASP

Specification

Qty
Tags:
Package dimensions10,00 x 15,00 x 23,00 cm
Net weight5,000 kg

VUUGISEGU MIRA SUPER n121 5kg

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: 5.00 kg
Package measurements: 10.00 x 15.00 x 23.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.
Joint Grout MIRA SUPER n121 5kg
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Joint Grout MIRA SUPER n121 5kg

What is Joint Grout MIRA SUPER n121 5kg?

Joint Grout MIRA SUPER n121 5kg is a cement-based elastic CG2 WA grout for ceramic tiles and natural stone, water- and dirt-repellent, frost-resistant, for joint widths 2–10 mm; consumption 0.5–1.8 kg/m², 5 kg pack, 12 months shelf life.

What surfaces is this grout suitable for?

MIRA SUPER grout is suitable for ceramic tiles and natural stone on walls and floors, in dry and wet rooms, balconies, terraces, and for heated floors and stoves.

What joint width is recommended for MIRA SUPER n121?

Recommended joint width for MIRA SUPER n121 is 2–10 mm; for very narrow or very wide joints consider a different product.

What is the grout consumption per m²?

MIRA SUPER n121 consumption is approximately 0.5–1.8 kg/m² depending on tile size and joint width; calculate exact quantity based on tile dimensions.

What pack sizes does MIRA SUPER come in and why choose 5 kg?

MIRA SUPER is available in 1.2 kg, 5 kg and 15 kg bags; the 5 kg pack is convenient for small to medium jobs, providing enough material without excessive leftovers.

What is the working temperature and pot life of the grout?

Working temperature for MIRA SUPER is 10–20 °C; pot life after mixing is 1–2 hours, with initial drying in 3–6 hours.

Can this grout be used on underfloor heating and outdoor terraces?

Yes — MIRA SUPER is suitable for underfloor heating and outdoor terraces as it is frost-resistant and water-repellent; ensure installation conditions meet the 10–20 °C temperature recommendation.

Is MIRA SUPER suitable for wet rooms like bathrooms?

Yes — MIRA SUPER is designed for both dry and wet rooms, is moisture-repellent and easy to maintain, making it suitable for bathrooms and showers when installed correctly.

How long does the grout take to dry and when can you walk on the tiles?

Initial drying for MIRA SUPER is 3–6 hours; light foot traffic is typically possible after a few hours, but check manufacturer guidance for full load-bearing times.

How many shades are available and does colour affect performance?

MIRA SUPER is available in 30 shades; colour does not affect core technical properties — water- and frost-resistance and elasticity remain the same across shades.

Can this grout be used on natural stone without staining?

Yes, MIRA SUPER is suitable for natural stone, but to avoid staining test on a small area first and follow cleaning and maintenance recommendations.

Where to buy Joint Grout MIRA SUPER n121 5kg?

You can buy Joint Grout MIRA SUPER n121 5kg in our online store for 9.61€. Category: Joint mixtures.

What is the price of Joint Grout MIRA SUPER n121 5kg?

The current price of Joint Grout MIRA SUPER n121 5kg is 9.61€. Brand: Mira.

Joint Grout MIRA SUPER n121 5kg — specifications and description

Model: 000-330823ASP. Category: Joint mixtures. Brand: Mira. Price: 9.61€.

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