PRIMER CERESIT CT19 1L

The photographs are for illustrative purposes only.
Get AI analytics on product PRIMER
CERESIT CT19 1L:
7.45€ / pc.
Ex Tax: 6.01€ / pc.
7.45€ / m²
1 pc. = 1m²
Ceresit
0 reviews
In stock
Product Code: 000-312488ASP

Specification

  • Volume (L): 1
Qty
Tags:

SPECIFICATION PRIMER CERESIT CT19 1L price 7.58€ Ceresit

Package dimensions11,70 x 11,70 x 12,50 cm
Net weight1,040 kg

CT 19 on spetsiaalne krunt sellistele aluspindadele, kus on vajalik tugev nake. Liimjas koostis ja kvartsliiva sisaldus tekitavad tugeva, elastse ning libisemiskindla kihi. Sobib betoon-, tsement-, lubi-tsement-, kips-, kaltsiumsulfaat- ja asfaltpindadele, puidule, OSB- ja puitkiudplaatidele, põrandatasandussegudele, keraamilistele ja looduskivist plaatidele, kõvale värvile ja PVC-le, tellistele, ehitusplokkidele ja kergbetoonile. Pindkuiv umbes 1 tunni möödudes, kõvenenud ja kaetav umbes 3 tunni möödudes.

Omadused:

• eriti tugev nake aluspinnaga

• ideaalne probleemsetele pindadele ja PVC-le

• tekitab kareda ja hästi nakkuva pinna

• imavatele ja mitte-imavatele aluspindadele

• sees ja väljas kasutamiseks

• kiirelt kuivav

Product details

Total weight: 1.04 kg
Package measurements: 11.80 x 11.80 x 12.50 cm

Description provided by sitypro.com

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

Frequently asked questions about the PRIMER CERESIT CT19 1L

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

PRIMER CERESIT CT19 1L is a specialised adhesive primer containing a tacky formulation and quartz sand that creates a strong, elastic, non-slip bonding layer. It improves adhesion on concrete, tiles, PVC, wood, OSB and levelling compounds; surface-dry in ~1 hour and ready for covering in ~3 hours.

Which surfaces can PRIMER CERESIT CT19 be applied to?

PRIMER CERESIT CT19 can be applied to concrete, cement, lime-cement, gypsum, calcium sulphate screeds, asphalt, wood, OSB and fibreboard, levelling compounds, ceramic and natural stone tiles, hard paint, PVC, brick, blocks and lightweight concrete.

Can PRIMER CERESIT CT19 be used on problematic surfaces and PVC?

Yes. Its tacky formulation and quartz filler make CT19 suitable for problematic surfaces and PVC by producing a rough, highly adherent surface that improves bonding of adhesives and coverings.

How fast does PRIMER CERESIT CT19 dry and when can adhesive or levelling compound be applied?

Surface-dry in about 1 hour; the primer hardens and is ready for adhesive application or levelling compound in approximately 3 hours under normal conditions.

What is the packaging size and weight of PRIMER CERESIT CT19 1L?

The primer comes in a 1-litre container with total weight 1.04 kg and package dimensions approximately 11.80 x 11.80 x 12 cm.

Is PRIMER CERESIT CT19 suitable for interior and exterior use?

Yes, PRIMER CERESIT CT19 is suitable for both interior and exterior applications, providing a durable bonding and roughened surface on various substrates.

Do I need to dilute PRIMER CERESIT CT19 before use?

The product description does not mention dilution: CERESIT CT19 is a tacky formulation in a 1-litre pack and is recommended to be used as supplied to achieve the stated adhesion properties.

What are the advantages of PRIMER CERESIT CT19 compared to regular primers?

PRIMER CERESIT CT19 has a tacky base and quartz filler, providing especially strong adhesion, a rough non-slip surface and suitability for problematic substrates including PVC and hard paint, unlike many standard primers.

Can PRIMER CERESIT CT19 be used on both absorbent and non-absorbent substrates?

Yes, CT19 is formulated for both absorbent and non-absorbent substrates, creating a rough bonding surface suitable for porous and dense materials alike.

Which materials are compatible with PRIMER CERESIT CT19 after drying (adhesives, tiles, levelling screeds)?

Once dry, PRIMER CERESIT CT19 provides a reliable bonding surface for tile adhesives, levelling compounds and other coverings on substrates like concrete, ceramics, PVC and OSB; follow with adhesives and mixes compatible with those substrates and use conditions.

Where to buy PRIMER CERESIT CT19 1L?

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

What is the price of PRIMER CERESIT CT19 1L?

The current price of PRIMER CERESIT CT19 1L is 6.01€. Brand: Ceresit.

PRIMER CERESIT CT19 1L — specifications and description

Model: 000-312488ASP. Category: Ground coat, additives for mixtures, maintenance products. Brand: Ceresit. Price: 6.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ххххххх');