KIILTO FIBERGUM PRIMER 1L

The photographs are for illustrative purposes only.
Get AI analytics on product KIILTO FIBERGUM PRIMER 1L:
9.15€ / pc.
Ex Tax: 7.38€ / pc.
9.15€ / m²
1 pc. = 1m²
Kiilto
0 reviews
In stock
Product Code: 000-353616ASP

Specification

Qty
Tags:

SPECIFICATION KIILTO FIBERGUM PRIMER 1L price 9.30€ Kiilto

Package dimensions8,00 x 8,00 x 27,00 cm
Gross weight1,000 kg
Net weight1,060 kg

KIILTO FIBERGUM PRIMER 1L

Vesialusel, toonitud nakkedispersioon aluspindade kruntimiseks enne Kiilto hüdroisolatsioonimastiksite pealekandmist. Kulu: mitteimav pind: konsentraadina ca 8 m²/l, poorne pind: 1:1 veega vedeldatud 16 m²/l.

Product details

Net weight: 1.00 kg
Total weight: 1.06 kg
Package measurements: 8.00 x 8.00 x 27.00 cm

Description provided by sitypro.com

Keraamilised plaadid
Type
Waterproofing
Общее
Manufacturer
Kiilto
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
KIILTO FIBERGUM PRIMER 1L
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the KIILTO FIBERGUM PRIMER 1L

What is KIILTO FIBERGUM PRIMER 1L and what is it used for?

KIILTO FIBERGUM PRIMER 1L — is a water-based, tinted adhesion dispersion for priming substrates before applying Kiilto waterproofing mastics. It improves mastic adhesion to porous and non-porous surfaces and evens out absorption (coverage: non-absorbent as concentrate ~8 m²/l, porous diluted 1:1 with water ~16 m²/l).

What are the coverage and dilution instructions for KIILTO FIBERGUM PRIMER 1L?

Use undiluted concentrate on non-absorbent surfaces: coverage about 8 m²/l. Dilute 1:1 with water for porous substrates for coverage of approximately 16 m²/l. Apply evenly with brush, roller or spray and allow to dry before applying the mastic.

What substrates is KIILTO FIBERGUM PRIMER 1L compatible with?

Designed for priming various construction substrates before Kiilto waterproofing mastics — both non-absorbent and porous surfaces (concrete, screed, tiles etc.). Always remove dust, grease and weak layers before application.

Can KIILTO FIBERGUM PRIMER 1L be used before applying elastic waterproofing mastics?

Yes, KIILTO FIBERGUM PRIMER 1L is formulated as a primer for use before Kiilto waterproofing mastics, including elastic mastics. Ensure the primer is fully dry before applying the mastic.

What is the package volume and weight of KIILTO FIBERGUM PRIMER 1L?

Net weight is 1.00 kg and total weight 1.06 kg; package dimensions are 8 × 8 × 27 cm. It is a 1-litre bottle/canister suitable for small-area work.

Is KIILTO FIBERGUM PRIMER 1L tinted and why?

The primer is tinted to help visually check evenness and coverage during application. Additional tinting is generally unnecessary — use the tinted product to monitor the layer before applying the mastic.

How long does KIILTO FIBERGUM PRIMER 1L take to dry before applying mastic?

Drying time varies with temperature and humidity, but the primer typically dries quickly — wait until the surface is fully dry and not tacky before applying the mastic. Also follow the mastic manufacturer's recommended wait times.

Is KIILTO FIBERGUM PRIMER 1L suitable for indoor and outdoor use?

KIILTO FIBERGUM PRIMER 1L is suitable for priming both interior and exterior surfaces before applying Kiilto waterproofing mastics. For exterior work, consider weather conditions and follow temperature guidelines.

Can KIILTO FIBERGUM PRIMER 1L be applied with a spray and what packaging is suitable?

Yes, the primer can be applied with a brush, roller or spray — the 1-litre package (8×8×27 cm) is convenient for small spray jobs. Ensure the sprayer is suitable for water-based dispersions and adjust the nozzle for an even coat.

How does KIILTO FIBERGUM PRIMER 1L differ from other waterproofing primers?

KIILTO FIBERGUM PRIMER 1L is a water-based tinted dispersion specifically formulated for priming before Kiilto waterproofing mastics, with stated coverage values for non-absorbent and porous surfaces. Its tinting helps application control and its compatibility with Kiilto mastics is an advantage.

Is KIILTO FIBERGUM PRIMER 1L suitable for tiled and glazed surfaces?

Yes, for non-porous surfaces like tiles and glazed finishes, apply the primer as concentrate (coverage ~8 m²/l) to improve mastic adhesion. Ensure the surface is clean and degreased before treatment.

Where to buy KIILTO FIBERGUM PRIMER 1L?

You can buy KIILTO FIBERGUM PRIMER 1L in our online store for 7.38€. Category: Hydro-insulation and reinforcement materials.

What is the price of KIILTO FIBERGUM PRIMER 1L?

The current price of KIILTO FIBERGUM PRIMER 1L is 7.38€. Brand: Kiilto.

KIILTO FIBERGUM PRIMER 1L — specifications and description

Model: 000-353616ASP. Category: Hydro-insulation and reinforcement materials. Brand: Kiilto. Price: 7.38€.

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