Joint Grout CERESIT CE40 39 PERGAMON 2kg

The photographs are for illustrative purposes only.
Get AI analytics on product Joint Grout CERESIT CE40 39 PERGAMON 2kg:
11.17€ / pc.
Ex Tax: 9.01€ / pc.
5.59€ / m²
1 pc. = 2m²
Ceresit
0 reviews
In stock
Product Code: 000-312550ASP
EAN Code: 5900089217151

Specification

Qty
Tags:

SPECIFICATION Joint Grout CERESIT CE40 39 PERGAMON 2kg price 11.17€ Ceresit

Package dimensions19,50 x 19,50 x 14,00 cm
Net weight2,130 kg

Color Perfect koostisega elastne veekindel vuugisegu CE 40 Auquastatic sobib 1 – 8 mm laiuste vuukide täitmiseks vertikaal- ja horisontaalpindadel sise- ja välistingimuste. CE 40 tagab vuugi täiuslikult ühtlase ja püsiva värvitooni aastateks, plekkide ja soolavöötide puudumise ning kerge puhastamise ja hooldamise. Sobivad kasutuskohad: vannitoad ja köögid, rõdud ja terrassid, köetavad põrandad, fassaadid, käidavad kohtad (näit liikumisteed, koolid, kauplused, koridorid jms). Lihtne kokkusegamine, pealekandmine ja vuugi profileerimine.

Omadused:

-hea hõõrdumis- ja pragunemiskindlus
-vastupidav seentele ja hallitusele
-erinevatele plaatidele – glasuur-, täismass-, terrakota-, klaas- ja kiviplaadid, sh marmo
-deformeeruvatele ja halvas seisukorras aluspindadele
-elastsust nõudvatele aluspindadele – puitlaast- ja kipskartongplaadid, põrandaküte

Product details

Total weight: 2.13 kg
Package measurements: 19.50 x 19.50 x 14.00 cm

Description provided by sitypro.com

Keraamilised plaadid
Type
Grout for joints
Общее
Manufacturer
Ceresit
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Joint Grout CERESIT CE40 39 PERGAMON 2kg
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Joint Grout CERESIT CE40 39 PERGAMON 2kg

What is Joint Grout CERESIT CE40 39 PERGAMON 2kg?

Joint Grout CERESIT CE40 39 PERGAMON 2kg is a Color Perfect formulation elastic, water-resistant grout suitable for filling 1–8 mm joints on vertical and horizontal surfaces indoors and outdoors; it provides long-lasting uniform colour, stain and mould resistance, and easy cleaning.

What surfaces is this grout suitable for?

CERESIT CE40 grout is suitable for vertical and horizontal surfaces: bathrooms, kitchens, balconies, terraces, heated floors, facades and high-traffic areas; it works with glazed, full-body, terracotta, glass and natural stone tiles.

What joint width is compatible with CE40 39 PERGAMON 2kg?

CERESIT CE40 grout is designed for joints 1–8 mm wide; for joints outside this range, use a different grout or sealing system.

Can this grout be used on heated floors?

Yes, CE40 is suitable for heated floors, provided installation and operating temperature guidelines are followed.

Is this grout suitable for external facades and terraces?

Yes, CE40 is formulated for indoor and outdoor use including facades and terraces, providing weather resistance and long-term colour stability.

What is CE40's resistance to mould and mildew?

CERESIT CE40 is resistant to mould and mildew due to its Color Perfect formulation, reducing staining and making maintenance easier.

What types of tiles is this grout compatible with?

This grout is compatible with glazed, full-body (porcelain), terracotta, glass and natural stone tiles, including marble, and can be used on deforming or problematic substrates.

How to correctly mix and apply CE40 2kg grout?

Mix the powder into clean water to a uniform plastic consistency per pack instructions. Apply with a rubber float to fill joints, profile the grout, and remove excess with a damp sponge after initial setting.

What is the package weight/volume of model A089227SP (000-312550ASP)?

Model A089227SP with SKU 000-312550ASP is supplied in a 2 kg package, as indicated by the product name Joint Grout CERESIT CE40 39 PERGAMON 2kg.

How does CERESIT CE40 differ from ordinary cementitious and epoxy grouts?

CERESIT CE40 is an elastic cement-based grout with Color Perfect technology, offering water and stain resistance plus flexibility for moving substrates. Compared to epoxy, it’s easier to apply and suited to a wider range of tiles; compared to standard cement grouts it has improved stain and mould resistance.

Where to buy Joint Grout CERESIT CE40 39 PERGAMON 2kg?

You can buy Joint Grout CERESIT CE40 39 PERGAMON 2kg in our online store for 9.01€. Category: Joint mixtures.

What is the price of Joint Grout CERESIT CE40 39 PERGAMON 2kg?

The current price of Joint Grout CERESIT CE40 39 PERGAMON 2kg is 9.01€. Brand: Ceresit.

Joint Grout CERESIT CE40 39 PERGAMON 2kg — specifications and description

Model: 000-312550ASP. Category: Joint mixtures. Brand: Ceresit. Price: 9.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ххххххх');