Joint Grout KIILTO 11 LOODUSWhite 3kg

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

Specification

Qty
Tags:

DESCRIPTION Joint Grout KIILTO 11 LOODUSWhite 3kg price 11.41€ Kiilto

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

VUUGISEGU KIILTO 11 L.VAL. 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 11 LOODUSWhite 3kg
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Joint Grout KIILTO 11 LOODUSWhite 3kg

What is Joint Grout KIILTO 11 LOODUSWhite 3kg and what is it used for?

Joint Grout KIILTO 11 LOODUSWhite 3kg is a Kiilto coloured cement-based grout for filling joints in ceramic and clinker tiles on walls and floors indoors and outdoors. Designed for joint widths 1–6 mm, water-repellent and compliant with CG2 W A waterproofing and wear class requirements.

What joint widths is this grout suitable for?

The KIILTO 11 grout is suitable for joint widths of 1–6 mm, making it appropriate for narrow to medium tile joints in ceramic and clinker installations.

Can this grout be used in wet rooms and outdoors?

Yes. KIILTO 11 is water-repellent and meets CG2 W A requirements, so it is suitable for wet rooms and outdoor use when applied using correct installation methods.

What is the coverage of KIILTO 11 LOODUSWhite 3kg per m²?

Coverage is 0,5–1,5 m²/kg depending on joint width and depth, so a 3 kg pack will cover approximately 1.5–4.5 m² depending on joint dimensions.

What are the pack dimensions and weight?

Net weight 3.00 kg, gross weight 3.16 kg. Package dimensions are 19 x 19 x 18 cm, making it convenient to store and transport to site.

Is this grout suitable for clinker tiles and floors?

Yes. The product description specifies it is for ceramic and clinker tiles on walls and floors, suitable for joint widths of 1–6 mm.

Does this grout meet waterproofing and wear-class standards?

Yes, the grout complies with CG2 W A class requirements, indicating conformity with waterproofing and wear-class standards for cement-based grouts.

Which surfaces should this grout not be used on?

Based on the product information, the grout is for ceramic and clinker tiles; it is not recommended for porous natural stone or specialty materials without checking compatibility first.

How does KIILTO 11 LOODUSWhite 3kg differ from other Kiilto grouts?

This is a cement-based coloured grout for 1–6 mm joints, water-repellent and classed CG2 W A, packaged as 3 kg. Other Kiilto products may differ by colour, packaging, formulation (e.g. epoxy) and recommended joint widths.

How do I calculate how many packs I need for my project?

Estimate joint width and depth, use the coverage 0,5–1,5 m²/kg, then divide the total area by the area a 3 kg pack covers (roughly 1.5–4.5 m² depending on joint dimensions).

Is this grout mixed with water and how should surfaces be prepared?

This is a dry cement-based mixture to be mixed with water per manufacturer instructions. Clean joints from dust and adhesive, lightly dampen the surface and mix to a smooth paste before application.

Where to buy Joint Grout KIILTO 11 LOODUSWhite 3kg?

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

What is the price of Joint Grout KIILTO 11 LOODUSWhite 3kg?

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

Joint Grout KIILTO 11 LOODUSWhite 3kg — specifications and description

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