Joint Grout KIILTO 29 HELEBEEŽ 10kg

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

Specification

Qty
One click order
Tags:

SPECIFICATION Joint Grout KIILTO 29 HELEBEEŽ 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 29 H.BEEŸ 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 29 HELEBEEŽ 10kg
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Joint Grout KIILTO 29 HELEBEEŽ 10kg

What is Joint Grout KIILTO 29 HELEBEEŽ 10kg?

Joint Grout KIILTO 29 HELEBEEŽ 10kg is a coloured cement-based grout for ceramic and clinker tiles on walls and floors, suitable for indoors and outdoors with joint widths 1–6 mm; meets CG2 WA water-resistance and abrasion requirements and is water-repellent. Net weight 10 kg, package 30×30×21 cm.

What joint widths and locations is this grout suitable for?

This grout is suitable for joint widths of 1–6 mm and designed for grouting ceramic and clinker tiles on walls and floors indoors and outdoors. Its CG2 WA rating and water-repellent property make it appropriate for bathrooms and exterior façades.

How many square metres does one 10 kg pack cover?

Coverage is 0.5–1.5 m²/kg depending on joint width, so a 10 kg pack covers approximately 5–15 m². Exact coverage varies with tile size and joint depth.

Can this grout be used in a shower or wet area?

Yes, KIILTO 29 meets CG2 WA requirements and is water-repellent, so it is suitable for showers and other wet areas provided the substrate is prepared correctly and waterproofing measures are used where required. Follow manufacturer instructions.

Is the grout suitable for outdoor work in freezing temperatures?

The description states use indoors and outdoors but does not specify a temperature range; KIILTO 29 is water-repellent and CG2 WA rated, however for work in freezing conditions consult the manufacturer's instructions on the packaging or technical datasheet, as cold installation typically requires special measures.

What surface preparation is required before applying KIILTO 29?

The substrate must be clean, dry and free of dust, oil stains or old grout residues; joints should be 1–6 mm wide and the substrate sound. Follow manufacturer instructions for mixing and curing times.

Can this cement grout be coloured or tinted?

The product is supplied as a ready-coloured shade (HELEBEEŽ); while cement-based grout can be tinted with pigments, to preserve CG2 WA properties it is recommended to use the manufacturer's factory colour. It's better to choose the required ready-made shade.

How does KIILTO 29 differ from other grouts in class and properties?

KIILTO 29 is a coloured cement-based grout meeting CG2 WA standards, offering improved water resistance and abrasion resistance versus standard C1 grouts. It is water-repellent and designed for 1–6 mm joints and outdoor use.

How should this cement grout be mixed and applied correctly?

Follow the manufacturer's proportions and working times on the pack; generally mix to a smooth, plastic consistency, apply with a rubber float diagonally across the joint, and remove excess with a sponge after initial set. Observe recommended mixing and cleaning times.

Is this grout suitable for clinker tiles on outdoor steps and terraces?

Yes — the description lists use for clinker tiles indoors and outdoors; the CG2 WA rating and water-repellent nature make KIILTO 29 suitable for outdoor steps and terraces provided correct installation and drainage are in place. Consider mechanical load and joint width.

Where to buy Joint Grout KIILTO 29 HELEBEEŽ 10kg?

You can buy Joint Grout KIILTO 29 HELEBEEŽ 10kg in our online store for 19.77€. Category: Joint mixtures.

What is the price of Joint Grout KIILTO 29 HELEBEEŽ 10kg?

The current price of Joint Grout KIILTO 29 HELEBEEŽ 10kg is 19.77€. Brand: Kiilto.

Joint Grout KIILTO 29 HELEBEEŽ 10kg — specifications and description

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