Joint Grout KIILTO 40 Grey 3kg

The photographs are for illustrative purposes only.
Get AI analytics on product Joint Grout KIILTO 40 Grey
3kg:
11.22€ / pc.
Ex Tax: 9.05€ / pc.
3.74€ / m²
1 pc. = 3m²
Kiilto
0 reviews
In stock
Product Code: 000-332375ASP

Specification

Qty
Tags:

SPECIFICATION Joint Grout KIILTO 40 Grey 3kg price 11.51€ Kiilto

Package dimensions19,00 x 19,00 x 18,00 cm
Gross weight3,000 kg
Net weight3,160 kg

VUUGISEGU KIILTO 40 HALL 3kg

Värviline tsemendialusel vuugitäide kahhel- ja klinkerplaatide vuukimiseks seina- ja põrandapindadel sees ja väljas. Vuugi laius 1-6 mm. CG2 W A veekindlus- ja kulumisklassi nõuetele vastav. Vetthülgav. Kulu: 0,5-1,5 m²/kg sõltuvalt vuugi laiusest.

Product details

Net weight: 3.00 kg
Total weight: 3.16 kg
Package measurements: 19.00 x 19.00 x 18.00 cm

Description provided by sitypro.com

Keraamilised plaadid
Type
Grout for joints
Общее
Manufacturer
Kiilto
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Joint Grout KIILTO 40 Grey 3kg
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Joint Grout KIILTO 40 Grey 3kg

What is Joint Grout KIILTO 40 Grey 3kg?

Joint Grout KIILTO 40 Grey 3kg is a coloured cement-based grout for jointing ceramic and clinker tiles on walls and floors, indoors and outdoors. Suitable for joint widths 1–6 mm, meets CG2 WA water-resistance and wear class, and is water-repellent. Net weight 3 kg, consumption 0.5–1.5 m²/kg depending on joint width.

What types of tiles is this grout suitable for?

KIILTO 40 grout is suitable for ceramic (ceramic) and clinker tiles on walls and floors. Its CG2 WA rating makes it appropriate where enhanced water resistance and wear resistance are required.

What joint width is recommended for KIILTO 40?

The recommended joint width for KIILTO 40 is 1–6 mm. Performance and consumption may vary outside this range.

What is the consumption of KIILTO 40 per m²?

KIILTO 40 consumption is approximately 0.5–1.5 m²/kg depending on joint width and depth. Narrower joints yield more square metres per kilogram.

Can this grout be used on exterior facades and balconies?

Yes, KIILTO 40 is intended for both indoor and outdoor use and meets CG2 WA requirements with water-repellent properties. Ensure joint width is 1–6 mm and installation instructions are followed.

Is this grout suitable for heated floors?

The description does not explicitly state compatibility with underfloor heating, so check Kiilto technical data before use on heated floors. Cement-based grouts are commonly used with underfloor heating, but installation and temperature guidelines must be followed.

What is the packaging and dimensions of the container?

The grout comes in a pack with net weight 3.00 kg and total weight 3.16 kg. Package dimensions are 19.00 x 19.00 x 18.00 cm.

Does this grout meet CG2 WA standard and what does that mean?

Yes, KIILTO 40 meets the CG2 WA standard. That indicates an enhanced cement-based formulation with improved abrasion resistance and water repellency suitable for wet and outdoor applications.

Do I need to prime the surface before using KIILTO 40 grout?

The store description does not specify priming; generally surfaces must be clean and sound. Check Kiilto's technical instructions for any recommended primers or specific surface preparation.

How does KIILTO 40 differ from other cement grouts?

KIILTO 40 stands out by meeting CG2 WA classification and having water-repellent properties, providing enhanced water resistance and abrasion resistance. Its 1–6 mm joint recommendation and 0.5–1.5 m²/kg consumption make it suitable for outdoor and high-traffic applications.

How should KIILTO 40 be stored unopened and after opening?

The store listing gives no specific storage instructions; generally keep the sealed pack in a dry, cool place protected from moisture. After opening, store tightly sealed and follow Kiilto's manufacturer recommendations to avoid moisture ingress.

Where to buy Joint Grout KIILTO 40 Grey 3kg?

You can buy Joint Grout KIILTO 40 Grey 3kg in our online store for 9.05€. Category: Joint mixtures.

What is the price of Joint Grout KIILTO 40 Grey 3kg?

The current price of Joint Grout KIILTO 40 Grey 3kg is 9.05€. Brand: Kiilto.

Joint Grout KIILTO 40 Grey 3kg — specifications and description

Model: 000-332375ASP. Category: Joint mixtures. Brand: Kiilto. Price: 9.05€.

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