Joint Grout KIILTO PÕRAND 243 3kg helehall

The photographs are for illustrative purposes only.
Get AI analytics on product Joint Grout KIILTO PÕRAND 243 3kg helehall:
13.24€ / pc.
Ex Tax: 10.68€ / pc.
4.41€ / m²
1 pc. = 3m²
Kiilto
0 reviews
In stock
Product Code: 000-396900ASP

Specification

Qty
Tags:

DESCRIPTION Joint Grout KIILTO PÕRAND 243 3kg helehall price 13.47€ Kiilto

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

VUUGISEGU KIILTO PÕRAND 243 3kg helehall

Professionaalseks kasutamiseks mõeldud kiirkuivav vuugitäidis klinkerplaatide ja kivi vuukimiseks põrandatel. Vuugi laius 2-12 mm, vuugi sügavus peab olema min 3 mm. Sobib ka välistingimustes. CG2 W A veekindlus- ja kulumisklassi nõuetele vastav. Kulu: 0,5-1 kg/m² 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 PÕRAND 243 3kg helehall
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Joint Grout KIILTO PÕRAND 243 3kg helehall

What is Joint Grout KIILTO PÕRAND 243 3kg helehall and where is it used?

Joint Grout KIILTO PÕRAND 243 3kg helehall is a fast-drying professional grout for jointing clinker tiles and natural stone on floors. Suitable for indoor and outdoor use; joint width 2–12 mm, minimum joint depth 3 mm, meets CG2 W A water resistance and wear class requirements.

Is Joint Grout KIILTO PÕRAND 243 suitable for outdoor terraces and balconies?

Yes. Joint Grout KIILTO PÕRAND 243 meets CG2 W A requirements and is suitable for outdoor use, provided joint width is 2–12 mm and joint depth is at least 3 mm.

What joint width and depth are recommended for this grout?

Recommended joint width is 2–12 mm and minimum joint depth is 3 mm to ensure proper adhesion and durability.

What is the consumption (kg/m²) for KIILTO PÕRAND 243 grout?

Consumption is approximately 0.5–1 kg/m² depending on joint width: wider joints approach 1 kg/m², narrow joints around 0.5 kg/m².

Can this grout be used with porcelain tiles and marble?

KIILTO PÕRAND 243 is intended for clinker tiles and stone, so it is suitable for porcelain tiles and many natural stones; with sensitive stones like marble, perform a compatibility test before full application.

How to prepare joints before applying KIILTO PÕRAND 243?

Joints must be clean, dry and free of dust, adhesive residues and old grout; depth at least 3 mm. Use a primer if needed and follow manufacturer mixing and application instructions.

How fast does this grout dry and when can the floor be used?

KIILTO PÕRAND 243 is fast-drying; exact set and dry times depend on temperature and humidity. Check the manufacturer's instructions for recommended time before heavy use as conditions affect drying.

What is the water-to-powder mixing ratio and how to apply KIILTO PÕRAND 243?

The product description does not specify an exact mixing ratio; follow the instructions on the KIILTO 243 packaging and manufacturer guidelines for correct water-to-powder ratio and application technique.

Is this grout suitable for underfloor heating and how does thermal movement affect it?

The description does not explicitly state use with underfloor heating; thermal movement requires correct joint width/depth per recommendations. Check KIILTO technical data for compatibility with underfloor heating.

How does KIILTO PÕRAND 243 differ from other grouts (interior/facade)?

KIILTO PÕRAND 243 is a fast-drying grout designed for floor clinker and stone joints and meets CG2 W A for water resistance and wear. It is formulated for floor loads and outdoor use, unlike grouts intended only for interior or facade applications.

Where to buy Joint Grout KIILTO PÕRAND 243 3kg helehall?

You can buy Joint Grout KIILTO PÕRAND 243 3kg helehall in our online store for 10.68€. Category: Joint mixtures.

What is the price of Joint Grout KIILTO PÕRAND 243 3kg helehall?

The current price of Joint Grout KIILTO PÕRAND 243 3kg helehall is 10.68€. Brand: Kiilto.

Joint Grout KIILTO PÕRAND 243 3kg helehall — specifications and description

Model: 000-396900ASP. Category: Joint mixtures. Brand: Kiilto. Price: 10.68€.

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