Joint Grout MIRA SUPER n120 5kg

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

Specification

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

VUUGISEGU MIRA SUPER n120 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 n120 5kg
Write a review
Related Products

Also looking for

rempro rempro-mobile

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

What is Joint Grout MIRA SUPER n120 5kg?

Joint Grout MIRA SUPER n120 5kg is a cement-based CG2 W grade grout for ceramic tiles and natural stone; water- and dirt-repellent, frost-resistant, suitable for joint widths 2–10 mm, packaged in 5 kg with 12 months shelf life.

Which tiles and stone is MIRA SUPER n120 suitable for?

This grout is suitable for ceramic tiles and natural stone on walls and floors, and can be used on balconies, terraces and around heated floors or stoves when joint widths are 2–10 mm.

What joint width and consumption are recommended for MIRA SUPER n120?

Recommended joint width is 2–10 mm. Consumption depends on tile size and joint width and is approximately 0.5–1.8 kg/m².

Can MIRA SUPER n120 be used in wet rooms like bathrooms?

Yes. The grout is moisture-resistant and suitable for both dry and wet rooms, including bathrooms and showers, provided working temperature is 10–20°C and correct application is followed.

Is the grout suitable for exterior use and is it frost-resistant?

Yes. MIRA SUPER n120 is frost-resistant and suitable for exterior applications such as balconies and terraces, provided joint requirements and application conditions are observed.

What are the working and drying times for MIRA SUPER n120?

Working time after mixing is 1–2 hours. Drying/setting time is approximately 3–6 hours, depending on humidity and temperature.

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

The grout is available in 1.2, 5 and 15 kg bags and in 30 colours; this listing is for the 5 kg bag.

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

Yes. MIRA SUPER n120 is suitable for ceramic tiles on underfloor heating and around stoves, provided joint widths are 2–10 mm and correct working temperatures are observed.

How should the 5 kg bag be stored and what is the shelf life?

Shelf life is 12 months. Store the bag in a dry place in its sealed packaging; package size 10×15×23 cm, weight 5.00 kg.

How to mix and apply MIRA SUPER n120 correctly?

Mix with water per the pack instructions to a paste consistency. Apply into joints with a rubber float, remove excess and smooth; work at 10–20°C and within the 1–2 hour working time.

How does MIRA SUPER n120 differ from ordinary cement grout?

MIRA SUPER n120 is an improved CG2 W cementitious grout with water- and dirt-repellent properties, greater elasticity and frost resistance compared to basic cement grouts, making it suitable for exterior and wet-room use.

Where to buy Joint Grout MIRA SUPER n120 5kg?

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

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

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

Joint Grout MIRA SUPER n120 5kg — specifications and description

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