Joint Grout KIILTO 11 LOODUSWhite 10kg

The photographs are for illustrative purposes only.
Get AI analytics on product Joint Grout KIILTO 11 LOODUSWhite 10kg:
24.51€ / pc.
Ex Tax: 19.77€ / pc.
2.45€ / m²
1 pc. = 10m²
Kiilto
0 reviews
In stock
Product Code: 000-332393ASP
EAN Code: 6411513517109

Specification

Qty
One click order
Tags:

SPECIFICATION Joint Grout KIILTO 11 LOODUSWhite 10kg price 24.92€ Kiilto

Package dimensions30,00 x 30,00 x 21,00 cm
Gross weight10,000 kg
Net weight10,490 kg

VUUGISEGU KIILTO 11 L.VAL.10kg

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: 10.00 kg
Total weight: 10.49 kg
Package measurements: 30.00 x 30.00 x 21.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 10kg
Write a review
Related Products

Also looking for

rempro rempro-mobile

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

What is Joint Grout KIILTO 11 LOODUSWhite 10kg and where is it used?

Joint Grout KIILTO 11 LOODUSWhite 10kg is a coloured cement-based grout for tiling and clinker tiles, suitable for wall and floor joints 1–6 mm wide. It meets CG2 WA water-resistance and wear class requirements and has a consumption of 0.5–1.5 m²/kg.

What joint width is Joint Grout KIILTO 11 LOODUSWhite 10kg suitable for?

This grout is suitable for joint widths of 1–6 mm, making it appropriate for standard ceramic and clinker tile joints. For wider joints, select a grout formulated for larger widths.

Is Joint Grout KIILTO 11 LOODUSWhite 10kg suitable for bathrooms and kitchens?

Yes — it meets CG2 WA standards for water resistance and wear, making it suitable for wet areas like bathrooms and kitchens on both walls and floors.

What is the consumption of Joint Grout KIILTO 11 LOODUSWhite 10kg per m²?

Consumption is approximately 0.5–1.5 m²/kg depending on joint width and depth; calculate precisely by accounting for tile size and joint dimensions.

Can Joint Grout KIILTO 11 LOODUSWhite 10kg be used with underfloor heating?

The product description does not state restrictions for underfloor heating; as a cement-based, water-repellent grout it is generally suitable, but confirm compatibility with your underfloor heating system manufacturer.

Is Joint Grout KIILTO 11 LOODUSWhite 10kg suitable for outdoor use and clinker tiles?

Yes — it is specified for outdoor surfaces and clinker tiles, meets CG2 WA requirements, and is water-repellent.

What are the packaging weight and dimensions of Joint Grout KIILTO 11 LOODUSWhite 10kg?

Net weight: 10.00 kg; total (gross) weight: 10.49 kg. Package dimensions: 30.00 × 30.00 × 21.00 cm — useful for storage and handling.

Does Joint Grout KIILTO 11 LOODUSWhite 10kg meet water-resistance and wear class standards?

Yes — it complies with CG2 WA class requirements, indicating the grout meets water-resistance and wear resistance standards for cement-based grouts.

For which tile types is Joint Grout KIILTO 11 LOODUSWhite 10kg recommended (tile/clinker)?

It is recommended for ceramic tiles and clinker tiles, suitable for both wall and floor installations.

What precautions should be taken when mixing and using Joint Grout KIILTO 11 LOODUSWhite 10kg?

The product description lacks detailed instructions, but for cement grouts use protective gloves and goggles, mix with clean water to a paste consistency, and use before setting; follow the manufacturer's instructions on the package.

How does Joint Grout KIILTO 11 LOODUSWhite 10kg differ from other cement grouts?

It stands out by meeting CG2 WA standards, having water-repellent properties, and being specified for 1–6 mm joints. Compare these features—water resistance, wear class and recommended joint width—when choosing a grout.

Where to buy Joint Grout KIILTO 11 LOODUSWhite 10kg?

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

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

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

Joint Grout KIILTO 11 LOODUSWhite 10kg — specifications and description

Model: 000-332393ASP. Category: Joint mixtures. Brand: Kiilto. Price: 19.77€.

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