PRIMER CERESIT CN94 1L

The photographs are for illustrative purposes only.
Get AI analytics on product PRIMER
CERESIT CN94 1L:
8.93€ / pc.
Ex Tax: 7.20€ / pc.
8.93€ / m²
1 pc. = 1m²
Ceresit
0 reviews
In stock
Product Code: 000-314505ASP
Qty
Tags:

SPECIFICATION PRIMER CERESIT CN94 1L price 9.06€ Ceresit

Package dimensions8,40 x 8,40 x 23,00 cm
Net weight1,050 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: 1.05 kg
Package measurements: 8.40 x 8.40 x 23.00 cm

Description provided by sitypro.com

PRIMER CERESIT CN94 1L
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the PRIMER CERESIT CN94 1L

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

PRIMER CERESIT CN94 1L is an acrylic primer for internal and external surfaces before applying floor levelling compounds, repair mixes and tile adhesives; it strengthens the substrate and improves adhesion on anhydrite, cement, concrete and wood-based floors. Suitable for absorbent and non‑absorbent substrates, it dries quickly and can be diluted with water up to 1:3.

Can PRIMER CERESIT CN94 1L be used on underfloor heating?

Yes, PRIMER CERESIT CN94 1L can be used on underfloor heating systems provided the surface is clean and cooled; the primer improves adhesion of levelling compounds or adhesives to heated substrates.

What substrates is PRIMER CERESIT CN94 1L compatible with?

PRIMER CERESIT CN94 1L is compatible with anhydrite, cement and asphalt-mastic floors, prefabricated floor elements (e.g. gypsum fibreboards), concrete (including vacuum concrete), painted and unpainted wood-based boards (chipboard, OSB), ceramic tiles and cement/lime plasters.

Should CN94 be diluted and in what ratio?

PRIMER CERESIT CN94 1L can be diluted with water up to 1:3 to improve penetration into absorbent substrates. For non‑absorbent surfaces use it undiluted to ensure maximum adhesion.

How long does CN94 take to dry before applying the next layer?

PRIMER CERESIT CN94 1L dries quickly; actual drying time depends on temperature and humidity, but the surface becomes touch-dry fast. Wait until the primer is fully dry to the touch before applying levelling compounds or adhesives.

Can CN94 be applied over existing ceramic tiles before laying new tile?

Yes, PRIMER CERESIT CN94 1L is suitable for priming existing ceramic and stone tiles before applying tile adhesive or levelling compounds to improve adhesion. Ensure the tile surface is clean and degreased prior to priming.

Is CN94 suitable for anhydrite floors?

Yes, PRIMER CERESIT CN94 1L is specified for use on anhydrite floors; it strengthens the surface and improves adhesion of levelling compounds and adhesives. Follow preparation recommendations for anhydrite substrates.

Can CN94 be applied to wooden and OSB/chipboard floors?

PRIMER CERESIT CN94 1L is suitable for painted and unpainted wood-containing floors including chipboard and OSB, enhancing adhesion of levelling compounds and adhesives. Ensure boards are firmly fixed and the surface is clean before priming.

Is CN94 suitable for outdoor use and how weather-resistant is it?

PRIMER CERESIT CN94 1L is intended for both internal and external substrate priming to strengthen the surface and improve adhesion; final weather resistance depends on the appropriate external finish applied over it. Avoid application in adverse weather and ensure proper drying conditions.

How does CN94 differ from other Ceresit primers for problematic substrates?

PRIMER CERESIT CN94 1L is formulated for critical substrates and for both absorbent and non‑absorbent surfaces, providing very strong adhesion; it can be diluted 1:3 for better penetration. Compared to standard universal primers, CN94 is targeted at challenging bases like anhydrite and vacuum concrete.

Where to buy PRIMER CERESIT CN94 1L?

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

What is the price of PRIMER CERESIT CN94 1L?

The current price of PRIMER CERESIT CN94 1L is 7.20€. Brand: Ceresit.

PRIMER CERESIT CN94 1L — specifications and description

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

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