TILE ADHESIVE CERESIT CM11 5kg

The photographs are for illustrative purposes only.
Get AI analytics on product
TILE ADHESIVE
CERESIT CM11 5kg:
6.16€ / bag
Ex Tax: 4.97€ / bag
1.23€ / m²
1 bag = 5m²
Ceresit
0 reviews
In stock
Product Code: 000-312480ASP

Specification

  • Weight package (kg): 5.00
  • Type: Tile adhesives
  • Manufacturer: Ceresit
Qty
Tags:

DESCRIPTION TILE ADHESIVE CERESIT CM11 5kg price 6.26€ Ceresit

Package dimensions22,70 x 11,00 x 42,70 cm
Net weight5,040 kg

Segu CM 11 on ette nähtud keraamiliste (glasuur, terrakota), tsemendist ja kivist (v.a. marmor) plaatide kinnitamiseks mittedeformeeruvatele aluspindadele, nt tavalisele ja vuukideta betoonile, tsementkrohvile ning lubjatud tsementpindadele. Klinkerplaatide puhul kasutada ainult sisetingimustes. Segu võib kasutada nii hoonete sise- kui ka välispindadel. Segule on lisatud spetsiaalseid keemilisi lisandeid, mis takistavad plaatide alla vajumist, tagades sellega stabiilse ja mugava paigaldamise.

Omadused:

• keraamilistele ja täismassplaatidele nii sise- kui ka välistingimustes

• lihtne segada ja peale kanda

• vee- ja külmakindel

• sobib plaatide kinnitamiseks nii põrandatele kui seintele

Product details

Total weight: 5.04 kg
Package measurements: 22.70 x 11.00 x 42.70 cm

Description provided by sitypro.com

Keraamilised plaadid
Weight package (kg)
5.00
Type
Tile adhesives
Общее
Manufacturer
Ceresit
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
TILE ADHESIVE CERESIT CM11 5kg
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the TILE ADHESIVE CERESIT CM11 5kg

What is TILE ADHESIVE CERESIT CM11 5kg and what is it used for?

TILE ADHESIVE CERESIT CM11 5kg is a cement-based dry mix for fixing ceramic (glazed, terracotta), cement and natural stone tiles (except marble) to non-deformable substrates. It is suitable for interior and exterior use on floors and walls, includes anti-sag additives and is water- and frost-resistant.

Can CERESIT CM11 be used for marble and natural stone?

TILE ADHESIVE CERESIT CM11 5kg is not recommended for marble (explicitly excluded). For other natural stones, check compatibility; for sensitive stone types use a specialist adhesive.

Is this adhesive suitable for exterior use and is it frost-resistant?

Yes, TILE ADHESIVE CERESIT CM11 5kg is specified for exterior use and is water- and frost-resistant when applied to non-deformable substrates.

What tile types is CERESIT CM11 suitable for — large, small, clinker?

TILE ADHESIVE CERESIT CM11 5kg is suitable for ceramic and solid-body tiles (glazed, terracotta). Use for clinker tiles is limited to interior applications; for large-format tiles ensure a flat substrate and correct adhesive layer thickness.

Can CM11 be used with underfloor heating?

The product description does not explicitly state suitability for underfloor heating. CM11 is for non-deformable substrates; for heated floors choose an adhesive explicitly rated for underfloor heating or confirm with the manufacturer.

What is the packaging weight and dimensions of CERESIT CM11 5kg?

TILE ADHESIVE CERESIT CM11 5kg has a total gross weight of 5.04 kg. Package measurements: 22.70 x 11.00 x 42.70 cm.

Which substrates is this adhesive suitable for (concrete, plaster, etc.)?

TILE ADHESIVE CERESIT CM11 5kg is intended for non-deformable substrates such as normal and non-shrink concrete, cement render and lime-cement surfaces. Substrate must be clean, sound and free of weak layers.

How to mix and apply CERESIT CM11 — coverage and working time?

The product description does not provide exact coverage or working time figures. It states the mix is easy to mix and apply; refer to the manufacturer's instructions on the package for precise mixing ratios, coverage and open time.

Can this adhesive be used on external facades in sub-zero temperatures?

TILE ADHESIVE CERESIT CM11 5kg is water- and frost-resistant and can be used in cold conditions. For façade applications, follow the manufacturer's guidance on application and curing temperatures, as specific limits are not detailed in the description.

How does CERESIT CM11 differ from other tile adhesives in the 'Tile adhesives' category?

TILE ADHESIVE CERESIT CM11 5kg is a universal cement-based mix for ceramic and solid-body tiles with anti-sag additives. Its distinguishing points are suitability for interior and exterior use, water- and frost-resistance and ease of mixing; compare these specs with other models when choosing.

Where to buy TILE ADHESIVE CERESIT CM11 5kg?

You can buy TILE ADHESIVE CERESIT CM11 5kg in our online store for 4.97€. Category: Tiling mixtures.

What is the price of TILE ADHESIVE CERESIT CM11 5kg?

The current price of TILE ADHESIVE CERESIT CM11 5kg is 4.97€. Brand: Ceresit.

TILE ADHESIVE CERESIT CM11 5kg — specifications and description

Model: 000-312480ASP. Category: Tiling mixtures. Brand: Ceresit. Price: 4.97€.

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