PRIMER CERESIT CN94 5L

The photographs are for illustrative purposes only.
Get AI analytics on product PRIMER
CERESIT CN94 5L:
37.21€ / pc.
Ex Tax: 30.01€ / pc.
7.44€ / m²
1 pc. = 5m²
Ceresit
0 reviews
In stock
Product Code: 000-386021ASP

Specification

  • Volume (L): 5
Qty
One click order
Tags:

DESCRIPTION PRIMER CERESIT CN94 5L price 37.82€ Ceresit

Package dimensions19,30 x 15,40 x 22,60 cm
Net weight5,250 kg

Kruntimisvahend Ceresit CN 94 on mõeldud sise- ja välispindade kruntimiseks enne põrandatasandus- ja remondisegude ning keraamilistele ja kiviplaatidele mõeldud liimsegude pinnale kandmist. Toode tugevdab aluspinda ja parandab naket. CN 94 võib kanda anhüdriit-, tsement- ja asfaltmastikspõrandatele, valmis põrandaelementidele (nt põrandale mõeldud kipskiudplaadid), betoonile (sh vaakumbetoonile), värvitud ja värvimata puidusisaldusega põrandatele (puitlaast- ja OSB-plaadid). põrandatasandussegule, olemasolevatele keraamilistele ja kiviplaatidele, tsement-, lubitsement- ja lubikrohvile, kips- ja aereeritud betoonpindadele. CN 94 võib kasutada ka põrandaküttel.

Omadused:

• imavate ja mitteimavate pindade jaoks

• kriitiliste pindade jaoks

• väga tugev nake

• võib lahjendada veega 1:3

• kuivab kiiresti

• väga sobiv vertikaalpindade jaoks

Product details

Total weight: 5.25 kg
Package measurements: 19.30 x 15.40 x 22.60 cm

Description provided by sitypro.com

Building mixes
Volume (L)
5
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
PRIMER CERESIT CN94 5L
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the PRIMER CERESIT CN94 5L

What is PRIMER CERESIT CN94 5L and what is it used for?

PRIMER CERESIT CN94 5L is an acrylic primer for internal and external substrates before applying floor levelling compounds, repair mortars and adhesives for ceramic and stone tiles; it strengthens the substrate, improves adhesion and suits anhydrite, cement and asphaltic floors, concrete and wood-based panels. Dries fast and can be diluted with water up to 1:3.

Which types of floors is PRIMER CERESIT CN94 suitable for?

PRIMER CERESIT CN94 is suitable for anhydrite, cement and asphaltic floors, prefabricated floor elements (e.g. gypsum-fibre boards), concrete (including vacuum concrete) and wood-containing floors such as chipboard and OSB.

Can PRIMER CERESIT CN94 be used on existing ceramic tiles?

Yes, PRIMER CERESIT CN94 can be applied to existing ceramic and stone tile surfaces before applying new adhesives or levelling compounds to improve interlayer adhesion.

Is PRIMER CERESIT CN94 suitable for underfloor heating?

Yes, CN94 can be used on underfloor heating systems; ensure the primer is fully dry before subsequent layers and follow the required installation procedures.

How should PRIMER CERESIT CN94 be diluted and in what ratio?

CN94 can be diluted with water; the product notes allow dilution up to 1:3 (one part primer to three parts water). Follow the manufacturer's mixing and application instructions.

How long does PRIMER CERESIT CN94 take to dry before applying screed or adhesive?

The product states CN94 dries quickly, but actual drying time depends on temperature and humidity. Ensure the surface is completely dry to the touch before applying screed or adhesive.

Will PRIMER CERESIT CN94 improve adhesion of tile and stone adhesives?

Yes, CN94 is formulated to strengthen the substrate and significantly improve adhesion; the product notes emphasise very strong bonding with adhesives and levelling compounds.

Can PRIMER CERESIT CN94 be used on gypsum and aerated concrete surfaces?

Yes, CN94 is suitable for gypsum and aerated concrete surfaces, strengthening the substrate before applying levelling compounds or adhesives.

Do I need to sand the surface before applying PRIMER CERESIT CN94?

If the substrate is dry, sound and clean, sanding may not be necessary; remove dust, oils and loose particles and repair any deteriorated areas before applying the primer.

Is PRIMER CERESIT CN94 suitable for external use and damp conditions?

CN94 is suitable for both internal and external priming and strengthens substrates; for external use ensure appropriate subsequent coatings and protection against prolonged heavy moisture exposure.

How does PRIMER CERESIT CN94 differ from other Ceresit primers?

CN94 is formulated for a wide range of floor substrates (anhydrite, cement, asphaltic), delivers very strong adhesion, can be diluted with water up to 1:3 and dries quickly; it is intended for critical and varied floor surfaces.

Where to buy PRIMER CERESIT CN94 5L?

You can buy PRIMER CERESIT CN94 5L in our online store for 30.01€. Category: Ground coat, additives for mixtures, maintenance products.

What is the price of PRIMER CERESIT CN94 5L?

The current price of PRIMER CERESIT CN94 5L is 30.01€. Brand: Ceresit.

PRIMER CERESIT CN94 5L — specifications and description

Model: 000-386021ASP. Category: Ground coat, additives for mixtures, maintenance products. Brand: Ceresit. Price: 30.01€.

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