Joint Grout CERESIT CE40 46 CARAMEL 2kg

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

Specification

Qty
Tags:

SPECIFICATION Joint Grout CERESIT CE40 46 CARAMEL 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 46 CARAMEL 2kg
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Joint Grout CERESIT CE40 46 CARAMEL 2kg

What is Joint Grout CERESIT CE40 46 CARAMEL 2kg?

Joint Grout CERESIT CE40 46 CARAMEL 2kg is an elastic, water-resistant Color Perfect CE 40 Auquastatic grout for 1–8 mm joints on vertical and horizontal surfaces, indoors and outdoors. It provides long-lasting uniform colour, stain and salt-residue resistance, and mold resistance.

What types of tiles is this grout compatible with?

CERESIT CE40 grout is suitable for glazed, full-body, terracotta, glass and natural stone tiles, including marble. The product notes compatibility with deformable and poorly conditioned substrates as well.

What joint widths does CE40 grout cover?

CE40 grout is designed for joints from 1 to 8 mm wide on both vertical and horizontal surfaces, for indoor and outdoor use.

Is CERESIT CE40 suitable for bathrooms and kitchens?

Yes, CE40 is suitable for bathrooms and kitchens due to its water resistance, mold resistance and easy cleaning. Follow substrate preparation guidelines before grouting.

Is CE40 suitable for heated floors?

Yes, CE40 is suitable for heated floors, providing elasticity and durability under temperature fluctuations.

What is the packaging size and product code?

The product name shows the pack size: Joint Grout CERESIT CE40 46 CARAMEL 2kg. Model: A089234SP; SKU: 000-312567ASP.

Is the grout resistant to mould and fungi?

Yes, CE40 is described as resistant to mould and fungi, making it suitable for moist rooms and high-traffic areas.

Can CE40 be used on exterior façades and terraces?

Yes, CE40 is suitable for indoor and outdoor use including façades, balconies and terraces due to its water resistance and stain durability.

How to mix and apply CERESIT CE40 correctly?

The description states easy mixing and application: mix per pack instructions, apply into 1–8 mm joints with a float or trowel and profile the joint. Remove excess and finish after initial setting.

How does CE40 differ from ordinary cement grout?

CE40 is an elastic Color Perfect blend with superior water resistance, stain and mould resistance compared to ordinary cement grout. It maintains a uniform colour, suits deformable substrates and heated floors.

Is CE40 suitable for marble and natural stone joints?

Yes, CE40 is indicated for marble and stone tiles; its elasticity and stain resistance make it suitable provided correct application and substrate preparation are followed.

Where to buy Joint Grout CERESIT CE40 46 CARAMEL 2kg?

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

What is the price of Joint Grout CERESIT CE40 46 CARAMEL 2kg?

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

Joint Grout CERESIT CE40 46 CARAMEL 2kg — specifications and description

Model: 000-312567ASP. 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ххххххх');