WATERPROOFING PIPE COLLAR CERESIT CL83 PLUS 42-72mm

The photographs are for illustrative purposes only.
Get AI analytics on product WATERPROOFING PIPE COLLAR
CERESIT CL83 PLUS 42-72mm:
8.79€/pc.
Ex Tax: 7.09€/pc.
Ceresit
0 reviews
In stock
Product Code: 000-485719ASP
Qty
Tags:

DESCRIPTION WATERPROOFING PIPE COLLAR CERESIT CL83 PLUS 42-72mm price 8.79€ Ceresit

Package dimensions20,00 x 20,00 x 0,07 cm
Net weight0,016 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 42-72mm
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the WATERPROOFING PIPE COLLAR CERESIT CL83 PLUS 42-72mm

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

WATERPROOFING PIPE COLLAR CERESIT CL83 PLUS 42-72mm is a CL ULTRATAPE system pipe collar designed to seal pipe penetrations, expansion and edge joints, and internal corners in walls. It is used with other Ceresit waterproofing products (e.g. flexible mortars) to provide durable watertight protection on walls and floors, indoors and outdoors.

What pipe diameters does the WATERPROOFING PIPE COLLAR CERESIT CL83 PLUS 42-72mm fit?

The WATERPROOFING PIPE COLLAR CERESIT CL83 PLUS fits pipe diameters from 42 to 72 mm, making it compatible with most standard supply and waste pipes within that range.

Can the WATERPROOFING PIPE COLLAR CERESIT CL83 PLUS be used on floors and walls?

Yes. The CL ULTRATAPE system pipe collar CERESIT CL83 PLUS is designed for use on both walls and floors, indoors and outdoors, when installed together with the recommended Ceresit waterproofing products.

Which Ceresit waterproofing products is the CERESIT CL83 PLUS collar compatible with?

The collar is intended for use with other Ceresit waterproofing products, particularly flexible waterproofing mortars and sealants used beneath ceramic and stone tiling.

How do I install the CERESIT CL83 PLUS pipe collar on a pipe?

Trim the collar to fit the pipe diameter (42–72 mm), slide it around the pipe and seal the joints with the recommended Ceresit flexible waterproofing mortar. Ensure the substrate is clean, dry and even before applying the mortar and collar.

Is the CERESIT CL83 PLUS collar suitable for outdoor use and wet areas?

Yes. The CL ULTRATAPE system collar CERESIT CL83 PLUS is designed for both outdoor use and wet indoor areas when installed according to manufacturer instructions and used with compatible waterproofing products.

How does the CERESIT CL83 PLUS differ from other Ceresit collars?

CERESIT CL83 PLUS is part of the CL ULTRATAPE system and is sized for 42–72 mm pipes. Its differences versus other models are the supported diameter range and its specific compatibility with the ULTRATAPE system and Ceresit flexible waterproofing mortars.

What material is the CERESIT CL83 PLUS collar made of and how strong is it?

The product description identifies it as a CL ULTRATAPE system pipe collar designed for durable waterproofing. The database does not list exact material composition or mechanical strength values; consult the manufacturer's technical datasheet for precise material and strength information.

Is the pipe collar suitable for installation under tile and stone?

Yes. The description states the collar is used with Ceresit flexible mortars under ceramic and stone coverings, so it is suitable for installation beneath tile and stone finishes.

What is the model number and SKU for the CERESIT CL83 PLUS 42-72mm for finding technical information?

Model: A152486SP, SKU: 000-485719ASP. Use these identifiers to locate the manufacturer's technical datasheets and installation guides.

Where to buy WATERPROOFING PIPE COLLAR CERESIT CL83 PLUS 42-72mm?

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

What is the price of WATERPROOFING PIPE COLLAR CERESIT CL83 PLUS 42-72mm?

The current price of WATERPROOFING PIPE COLLAR CERESIT CL83 PLUS 42-72mm is 7.09€. Brand: Ceresit.

WATERPROOFING PIPE COLLAR CERESIT CL83 PLUS 42-72mm — specifications and description

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

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