Joint Grout CERESIT CE40 40 JASMINE 5kg

The photographs are for illustrative purposes only.
Get AI analytics on product Joint Grout CERESIT CE40 40 JASMINE 5kg:
20.56€ / pc.
Ex Tax: 16.58€ / pc.
4.11€ / m²
1 pc. = 5m²
Ceresit
0 reviews
In stock
Product Code: 000-312512ASP
EAN Code: 5900089140183

Specification

Qty
One click order
Tags:

SPECIFICATION Joint Grout CERESIT CE40 40 JASMINE 5kg price 20.52€ Ceresit

Package dimensions24,00 x 24,00 x 19,50 cm
Net weight5,200 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: 5.20 kg
Package measurements: 24.00 x 24.00 x 19.50 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 40 JASMINE 5kg
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Joint Grout CERESIT CE40 40 JASMINE 5kg

What is Joint Grout CERESIT CE40 40 JASMINE 5kg?

Joint Grout CERESIT CE40 40 JASMINE 5kg is an elastic, water-resistant Color Perfect grout for filling 1–8 mm joints on vertical and horizontal surfaces indoors and outdoors; it provides long-lasting uniform colour, mould resistance and easy cleaning.

What joint widths and tile types is CE40 suitable for?

CE40 is suitable for joint widths of 1–8 mm and compatible with glazed, full-body, terracotta, glass and stone tiles, including marble and slightly deformable or poor-condition substrates.

Can CE40 be used in bathrooms and kitchens?

Yes, CE40 is formulated for bathrooms and kitchens: its water-resistant and mould-resistant properties make it suitable for both vertical and horizontal surfaces in these rooms.

Is CE40 suitable for outdoor terraces and balconies?

Yes, CE40 is suitable for outdoor use on balconies and terraces; it is designed for both indoor and outdoor surfaces and can withstand pedestrian traffic areas.

Can CE40 be used on heated (underfloor heated) floors?

Yes, CE40 is suitable for heated floors; ensure you follow recommended temperature conditions during installation and curing.

What are the main advantages of CE40 compared to regular grout?

CE40 is elastic and water-resistant, mould-resistant and uses Color Perfect to maintain uniform colour without salt streaks; it fits 1–8 mm joints and resists fading.

How to mix and apply CERESIT CE40 (basic steps)?

Mix with water to a uniform, plastic consistency; apply with a rubber float, filling and compacting the joint, then remove excess with a damp sponge before setting.

What is the CE40 consumption for calculating how many packs I need?

Consumption depends on tile size and joint width; CE40 is for 1–8 mm joints. Use the manufacturer's consumption tables or technical datasheet to get exact quantities.

Can CE40 be used on marble and glass tiles?

Yes, CE40 is compatible with marble and glass tiles; its elastic formula is suitable, but test a small area first and take care around polished edges.

Is CE40 resistant to mould and strong chemicals?

CE40 is mould-resistant. The product description does not list resistance to specific acids or alkalis; consult the manufacturer's technical datasheet for aggressive chemical exposure.

Where to buy Joint Grout CERESIT CE40 40 JASMINE 5kg?

You can buy Joint Grout CERESIT CE40 40 JASMINE 5kg in our online store for 16.58€. Category: Joint mixtures.

What is the price of Joint Grout CERESIT CE40 40 JASMINE 5kg?

The current price of Joint Grout CERESIT CE40 40 JASMINE 5kg is 16.58€. Brand: Ceresit.

Joint Grout CERESIT CE40 40 JASMINE 5kg — specifications and description

Model: 000-312512ASP. Category: Joint mixtures. Brand: Ceresit. Price: 16.58€.

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