Joint Grout KIILTO 41 K.HALL 3kg

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

Specification

Qty
Tags:

SPECIFICATION Joint Grout KIILTO 41 K.HALL 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 41 K.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 41 K.HALL 3kg
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Joint Grout KIILTO 41 K.HALL 3kg

What is Joint Grout KIILTO 41 K.HALL 3kg and what jobs is it used for?

Joint Grout KIILTO 41 K.HALL 3kg is a coloured cement-based grout for filling joints of ceramic and clinker tiles on walls and floors both indoors and outdoors. It is suitable for 1–6 mm joints, meets CG2 W A water-resistance and wear class requirements, and is ideal for bathrooms, kitchens and facades.

What joint width is Joint Grout KIILTO 41 K.HALL 3kg suitable for?

Joint Grout KIILTO 41 K.HALL 3kg is suitable for joint widths from 1 to 6 mm, making it appropriate for narrow and standard tile joints.

What is the consumption of Joint Grout KIILTO 41 K.HALL 3kg per m²?

Consumption is approximately 0.5–1.5 m² per kg depending on joint width and depth; use this range to estimate coverage from a 3 kg pack.

Can Joint Grout KIILTO 41 K.HALL 3kg be used in wet areas and on facades?

Yes, KIILTO 41 meets CG2 W A requirements for water resistance and wear class, so it is suitable for wet rooms like bathrooms and kitchens as well as exterior facades.

How to prepare the surface before using Joint Grout KIILTO 41 K.HALL 3kg?

The surface must be clean and dry: remove adhesive residues and dirt, ensure tiles are firmly fixed and prime joints if needed. Mix and apply the grout following the manufacturer's instructions for a uniform consistency.

Can Joint Grout KIILTO 41 K.HALL 3kg be used with underfloor heating?

The product description does not explicitly mention underfloor heating; cement-based grouts are generally compatible with heated floors, but check Kiilto's guidance for compatibility before use.

What is the weight and package size of Joint Grout KIILTO 41 K.HALL 3kg?

Net weight is 3.00 kg, total weight 3.16 kg, and package dimensions are 19 x 19 x 18 cm, making the pack easy to handle on site.

Is Joint Grout KIILTO 41 K.HALL 3kg suitable for outdoor clinker tiles?

Yes, the description states it is for ceramic and clinker tiles both indoors and outdoors; its water-repellent properties and CG2 W A rating make it suitable for external use.

What is the abrasion resistance of Joint Grout KIILTO 41 K.HALL 3kg and can it be used on high-traffic floors?

The grout meets CG2 W A wear class requirements, indicating improved abrasion resistance; it is suitable for moderate to high-traffic floors, but for very heavy commercial use consult the manufacturer's guidance.

How to mix and prepare Joint Grout KIILTO 41 K.HALL 3kg for use?

The description states it is cement-based; typically mix with water to a paste consistency per the manufacturer's instructions, allow to rest briefly and apply with a rubber float. Exact mixing ratios and working times are on the pack or technical datasheet.

Where to buy Joint Grout KIILTO 41 K.HALL 3kg?

You can buy Joint Grout KIILTO 41 K.HALL 3kg in our online store for 9.05€. Category: Joint mixtures.

What is the price of Joint Grout KIILTO 41 K.HALL 3kg?

The current price of Joint Grout KIILTO 41 K.HALL 3kg is 9.05€. Brand: Kiilto.

Joint Grout KIILTO 41 K.HALL 3kg — specifications and description

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