WATERPROOFING PIPE COLLAR CERESIT CL83 PLUS 12-28mm

The photographs are for illustrative purposes only.
Get AI analytics on product WATERPROOFING PIPE COLLAR
CERESIT CL83 PLUS 12-28mm:
6.44€/pc.
Ex Tax: 5.19€/pc.
Ceresit
0 reviews
In stock
Product Code: 000-485718ASP
Qty
Tags:

DESCRIPTION WATERPROOFING PIPE COLLAR CERESIT CL83 PLUS 12-28mm price 6.41€ Ceresit

Package dimensions15,00 x 15,00 x 0,07 cm
Net weight0,009 kg

Ceresit CL 83 on läbiviigumansett seina jaoks, mis kuulub CL ULTRATAPE komplekti. Komplekti kasutatakse paisumis- ja servavuukide, torude läbiviikude ja ruuminurkade püsivalt veetihedaks täitmiseks. Teipi kasutatakse koos muude Ceresiti hüdroisolatsioonitoodetega (nt elastsete segudega keraamiliste ja kiviplaatide all. CL ULTRATAPE komplekt sobib kasutamiseks seintel ja põrandatel nii sees kui väljas.

Description provided by sitypro.com

WATERPROOFING PIPE COLLAR CERESIT CL83 PLUS 12-28mm
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the WATERPROOFING PIPE COLLAR CERESIT CL83 PLUS 12-28mm

What is the WATERPROOFING PIPE COLLAR CERESIT CL83 PLUS 12-28mm and what is it used for?

WATERPROOFING PIPE COLLAR CERESIT CL83 PLUS 12-28mm is a prefabricated pipe collar for sealing pipe penetrations and corners as part of the CL ULTRATAPE system. It is used to permanently waterproof expansion and edge joints, pipe penetrations and internal corners on walls and floors when used with Ceresit flexible waterproofing mixes.

What pipe diameters does the CERESIT CL83 PLUS 12-28mm collar fit?

The WATERPROOFING PIPE COLLAR CERESIT CL83 PLUS fits pipes with an external diameter of 12–28 mm, providing a snug seal around the penetration.

Can the CERESIT CL83 PLUS collar be used on walls and floors both indoors and outdoors?

Yes. The CL ULTRATAPE system including the CERESIT CL83 PLUS collar is suitable for walls and floors both indoors and outdoors when used with compatible Ceresit flexible waterproofing products.

What materials is the CERESIT CL83 PLUS collar compatible with?

The collar is part of the CL ULTRATAPE system and is intended for use together with other Ceresit waterproofing products, notably flexible waterproofing mixes used under ceramic and stone tiles.

How do you install the CERESIT CL83 PLUS collar around a pipe?

Slip the collar over the pipe and press the flange flat to the surface to ensure close contact with the Ceresit waterproofing mix. Then apply the flexible waterproofing mix over the area and proceed with tiling after the waterproofing has cured.

Is the CERESIT CL83 PLUS collar suitable for plastic and metal pipes?

Yes. The collar is suitable for sealing penetrations of pipes sized 12–28 mm, including plastic and metal pipes, provided it is installed correctly and used with compatible waterproofing mixes.

Can the CERESIT CL83 PLUS collar be used with underfloor heating pipes?

Yes, it can be used for underfloor heating pipe penetrations if the pipe external diameter is 12–28 mm and the collar is installed and sealed as part of the CL ULTRATAPE system with flexible waterproofing.

How does the CERESIT CL83 PLUS collar differ from standard waterproofing tape?

CERESIT CL83 PLUS is a preformed collar designed for pipe penetrations (12–28 mm), whereas standard waterproofing tape is a general-purpose product for joints and corners. The collar provides a neater, tighter seal around pipes without cutting tape on-site.

Is any special substrate preparation required before installing the CERESIT CL83 PLUS collar?

The substrate must be clean, dry and sound — free of dust, grease and loose material. Level and prime the surface if necessary following the instructions for the Ceresit flexible waterproofing mix used.

Can the CERESIT CL83 PLUS collar be used to seal corners and joints as well as pipes?

Yes, the CL ULTRATAPE system is used for expansion and edge joints and internal corners, but the CL83 PLUS collar is primarily designed for pipe penetrations of 12–28 mm.

Where to buy WATERPROOFING PIPE COLLAR CERESIT CL83 PLUS 12-28mm?

You can buy WATERPROOFING PIPE COLLAR CERESIT CL83 PLUS 12-28mm in our online store for 5.19€. Category: Hydro-insulation and reinforcement materials.

What is the price of WATERPROOFING PIPE COLLAR CERESIT CL83 PLUS 12-28mm?

The current price of WATERPROOFING PIPE COLLAR CERESIT CL83 PLUS 12-28mm is 5.19€. Brand: Ceresit.

WATERPROOFING PIPE COLLAR CERESIT CL83 PLUS 12-28mm — specifications and description

Model: 000-485718ASP. Category: Hydro-insulation and reinforcement materials. Brand: Ceresit. Price: 5.19€.

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