Joint Grout KIILTO 42 S.HALL 3kg

The photographs are for illustrative purposes only.
Get AI analytics on product Joint Grout KIILTO 42 S.HALL 3kg:
14.40€ / pc.
Ex Tax: 11.61€ / pc.
4.80€ / m²
1 pc. = 3m²
Kiilto
0 reviews
In stock
Product Code: 000-332438ASP

Specification

Qty
Tags:

SPECIFICATION Joint Grout KIILTO 42 S.HALL 3kg price 14.63€ Kiilto

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

VUUGISEGU KIILTO 42 S.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 42 S.HALL 3kg
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Joint Grout KIILTO 42 S.HALL 3kg

What is Joint Grout KIILTO 42 S.HALL 3kg and what is it used for?

Joint Grout KIILTO 42 S.HALL 3kg is a coloured cement-based grout for filling joints of ceramic and clinker tiles on walls and floors indoors and outdoors; suitable for joint widths 1–6 mm, water-repellent and compliant with CG2 W A for water resistance and wear class.

What joint widths is KIILTO 42 S.HALL suitable for?

KIILTO 42 S.HALL is suitable for joint widths from 1 to 6 mm; for joints wider than 6 mm consider flexible or epoxy-based grout products.

Can KIILTO 42 S.HALL be used on heated floors?

Yes, KIILTO 42 S.HALL can be used on floors including underfloor heating, provided the substrate is prepared correctly and grout curing instructions are followed.

What is the coverage of KIILTO 42 S.HALL 3kg per m²?

Coverage is approximately 0.5–1.5 m²/kg depending on joint width and tile size; with a 3 kg pack this yields a variable coverage according to those parameters.

Can KIILTO 42 S.HALL be used on facades and external surfaces?

Yes, the grout is suitable for both indoor and outdoor ceramic and clinker surfaces; it meets CG2 W A standards and is water-repellent, though weather conditions during application and curing should be considered.

How to mix and prepare KIILTO 42 S.HALL 3kg for application?

This is a cement-based powder: mix with clean water to a homogeneous paste per manufacturer instructions, allow to rest 2–3 minutes and remix before application for lump-free consistency.

Is KIILTO 42 S.HALL suitable for wet areas like showers and pools?

Due to its water-repellent properties and CG2 W A classification, it is suitable for wet areas such as showers; for continuous immersion (pools) check specific grout requirements and surface preparation.

What are the package dimensions and weight of KIILTO 42 S.HALL 3kg?

Net weight is 3.00 kg, gross weight 3.16 kg; package dimensions are 19 x 19 x 18 cm, convenient for handling and storage.

How does KIILTO 42 S.HALL differ from epoxy grouts?

KIILTO 42 S.HALL is a cement-based coloured grout offering water repellence and CG2 W A durability, but it is less chemical- and stain-resistant than epoxy grouts, which are generally stronger and non-porous.

On which surfaces can this grout be used (tile, clinker, etc.)?

This grout is intended for ceramic and clinker tiles on walls and floors; suitable for standard ceramic and clinker surfaces when substrate preparation guidelines are followed.

How fast does KIILTO 42 S.HALL dry and when can the grouted surface be washed?

Drying and curing depend on temperature and humidity; initial setting may occur within hours, but washing should be done only after full curing—check the manufacturer's instructions on the packaging.

Where to buy Joint Grout KIILTO 42 S.HALL 3kg?

You can buy Joint Grout KIILTO 42 S.HALL 3kg in our online store for 11.61€. Category: Joint mixtures.

What is the price of Joint Grout KIILTO 42 S.HALL 3kg?

The current price of Joint Grout KIILTO 42 S.HALL 3kg is 11.61€. Brand: Kiilto.

Joint Grout KIILTO 42 S.HALL 3kg — specifications and description

Model: 000-332438ASP. Category: Joint mixtures. Brand: Kiilto. Price: 11.61€.

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