FLOOR SCREED KESTONIT TERMO 20kg

The photographs are for illustrative purposes only.
Get AI analytics on product FLOOR SCREED
KESTONIT TERMO 20kg:
28.83€ / bag
Ex Tax: 23.25€ / bag
1.44€ / m²
1 bag = 20m²
Kiilto
0 reviews
In stock
Product Code: 000-332367ASP

Specification

  • Mass (kg): 20
Qty
One click order
Tags:

DESCRIPTION FLOOR SCREED KESTONIT TERMO 20kg price 20.69€ Kiilto

Package dimensions50,00 x 30,00 x 10,00 cm
Gross weight20,000 kg
Net weight20,150 kg

FLOOR SCREED KESTONIT TERMO 20kg

Tsemendialusel, fiiberkiude ning elastsust ja nakkuvust parandavaid lisaaineid sisaldav tasandussegu põrandatele, kuhu paigaldatakse kas elektriline või vee põrandaküte. Sobib ka ebastabiilsetele aluspindadele. Kihi paksus: 3-50 mm. Kulu: 1,7 kg/m²/mm. CT-C30-F7.

Product details

Net weight: 20.00 kg
Total weight: 20.15 kg
Package measurements: 50.00 x 30.00 x 10.00 cm

Description provided by sitypro.com

Building mixes
Mass (kg)
20
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Kestonit Termo 2 (110.93KB)
Kestonit Termo (106.11KB)
FLOOR SCREED KESTONIT TERMO 20kg
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the FLOOR SCREED KESTONIT TERMO 20kg

What is FLOOR SCREED KESTONIT TERMO 20kg and what is it used for?

FLOOR SCREED KESTONIT TERMO 20kg is a cement‑based, fibre‑reinforced self‑levelling screed with additives improving elasticity and adhesion, designed for floors with electric or water underfloor heating; layer thickness 3–50 mm, consumption 1.7 kg/m²/mm (CT‑C30‑F7).

Is KESTONIT TERMO suitable for electric underfloor heating?

Yes, FLOOR SCREED KESTONIT TERMO 20kg is formulated for floors with electric underfloor heating; its fibre reinforcement and elastic additives make it suitable to cover heating cables and mats.

Can this screed be used with water underfloor heating?

Yes, FLOOR SCREED KESTONIT TERMO 20kg is suitable for water underfloor heating and can be poured over heating pipes in layer thicknesses of 3–50 mm to ensure heat distribution.

What minimum and maximum thickness can be applied with this product?

The recommended application thickness for FLOOR SCREED KESTONIT TERMO 20kg is 3–50 mm per layer; for thicker builds, follow the multi‑layer application procedure in the technical instructions.

What is the product consumption per square metre?

Consumption for FLOOR SCREED KESTONIT TERMO 20kg is approximately 1.7 kg/m² per 1 mm of thickness; e.g. a 10 mm layer requires about 17 kg/m².

What substrates can this screed be used on (concrete, existing screed)?

FLOOR SCREED KESTONIT TERMO 20kg is suitable for concrete and cementitious substrates, existing screeds and weak repairable surfaces; substrates should be cleaned of dust and primed if necessary to improve adhesion.

How soon can floor coverings be installed over KESTONIT TERMO?

With KESTONIT TERMO you can walk on the screed after about 4 hours; floor coverings may be laid roughly 1 day after a 10 mm layer and 5 days after a 50 mm layer, per the product information.

How to prepare KESTONIT TERMO 20kg for use — mixing ratio and tools?

FLOOR SCREED KESTONIT TERMO 20kg is mixed with water to a pourable, homogeneous consistency per manufacturer instructions using a powered mixer; use a mixer, straight edge (screed) and a spiked roller to remove air.

Can this screed be used on weak, repairable surfaces?

Yes — the product description states FLOOR SCREED KESTONIT TERMO 20kg is suitable for weak repairable surfaces, provided the substrate is cleaned, consolidated if needed, and primed.

What are the technical specs and packaging dimensions of KESTONIT TERMO 20kg?

FLOOR SCREED KESTONIT TERMO 20kg comes in 20.00 kg net weight bags (20.15 kg gross); package dimensions approx. 50 x 30 x 10 cm. Strength/classification CT‑C30‑F7.

How does KESTONIT TERMO differ from ordinary cement screed?

KESTONIT TERMO has fibre reinforcement and additives improving elasticity and adhesion, making it better suited for underfloor heating and unstable substrates compared with ordinary cement screed.

Where to buy FLOOR SCREED KESTONIT TERMO 20kg?

You can buy FLOOR SCREED KESTONIT TERMO 20kg in our online store for 23.25€. Category: Floor levelling mixtures.

What is the price of FLOOR SCREED KESTONIT TERMO 20kg?

The current price of FLOOR SCREED KESTONIT TERMO 20kg is 23.25€. Brand: Kiilto.

FLOOR SCREED KESTONIT TERMO 20kg — specifications and description

Model: 000-332367ASP. Category: Floor levelling mixtures. Brand: Kiilto. Price: 23.25€.

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