Sanitary Silicone CERESIT CS25 01 WHITE 280ML

The photographs are for illustrative purposes only.
Get AI analytics on product Sanitary Silicone CERESIT CS25 01 WHITE 280ML:
8.18€ / pc.
Ex Tax: 6.60€ / pc.
29.23€ / m²
1 pc. = 0.28m²
Ceresit
0 reviews
In stock
Product Code: 000-352361ASP
Qty
Tags:

SPECIFICATION Sanitary Silicone CERESIT CS25 01 WHITE 280ML price 8.32€ Ceresit

Package dimensions5,00 x 5,00 x 23,00 cm
Net weight0,330 kg

CS 25 is intended for filling joints between ceramic tiles in the corners of rooms, at joints between walls and floors, as well as for filling gaps between ceramic tiles and sanitary ware. Provides watertightness of joints even in places where conventional fillers are easily cracked. Due to its high elasticity and water resistance, CS 25 is also suitable for filling expansion joints in damp rooms. Silicone is intended for use in kitchens, bathrooms, toilets, showers, as well as for outdoor use in buildings. The surface will dry after 30 minutes.

Functions:

• The colors correspond to the shades CE 33, CE 40 and CE 43 of Ceresit. • Protection of TripleProtect against mold and mildew.

• water-repellent

• resistance to high temperatures - up to +120 ºC

Description provided by sitypro.com

Sanitary Silicone CERESIT CS25 01 WHITE 280ML
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Sanitary Silicone CERESIT CS25 01 WHITE 280ML

What is Sanitary Silicone CERESIT CS25 01 WHITE 280ML and where is it used?

Sanitary Silicone CERESIT CS25 01 WHITE 280ML is a sanitary silicone for filling joints between ceramic tiles, wall-to-floor joints and gaps between tiles and sanitary ware; suitable for kitchens, bathrooms, showers and outdoor building use. It provides watertight joints, high elasticity, TripleProtect mold protection and a surface dry time of about 30 minutes.

Is this silicone suitable for filling expansion joints in wet rooms?

Yes, CS 25 is suitable for filling expansion joints in wet rooms due to its high elasticity and water resistance, making it ideal for showers and bathrooms. It maintains watertightness where conventional fillers may crack.

How long does the surface of CERESIT CS25 silicone take to dry?

The surface of CS 25 dries in about 30 minutes, which is the surface skin time; full curing depends on joint thickness and ventilation and will take longer. The 30-minute surface dry allows for quicker subsequent work on the surface.

Which Ceresit shades does the White colour in this cartridge match?

The White colour of CERESIT CS25 matches the shades CE 33, CE 40 and CE 43 of Ceresit fillers, making it easier to match existing grout or filler during tile repairs. This helps maintain a uniform joint appearance.

Does CS25 protect against mould and mildew and how is that indicated?

Yes, CS 25 features TripleProtect protection, which defends joints against mould and mildew. This makes the silicone especially suitable for wet areas with higher risk of biological growth.

Can this silicone be used outdoors and what temperatures can it withstand?

Yes, the product description states the silicone is intended for outdoor use on buildings. The Estonian description notes resistance up to +120 ºC, indicating good high-temperature resistance; cold-temperature limits are not specified in the provided context.

Is CS25 suitable for gaps between tiles and sanitary fixtures (sink, toilet)?

Yes, CS 25 is designed for filling gaps between ceramic tiles and sanitary ware, providing watertight, elastic joints that resist cracking. Apply evenly along the joint and allow surface drying before further use.

What surface materials is this silicone compatible with (tile, metal, plastic)?

The description focuses on use with ceramic tiles and sanitary ware; sanitary silicones generally adhere to glass and enamel and some metals, but the provided context does not list compatibility with plastics or special coatings. For unusual surfaces, perform a small test patch first.

How does CS25 differ from ordinary tile filler and why choose silicone?

CS 25 offers high elasticity and water resistance, keeping joints watertight and preventing cracking in deformation zones, unlike ordinary fillers that crack easily. It also includes TripleProtect mould protection, important for wet areas.

What is the cartridge volume of CS25 and what are the model/SKU details?

The cartridge volume is 280 ml as stated in the product name. Model and SKU details: model A029038SP, SKU 000-352361ASP, manufacturer Ceresit.

Where to buy Sanitary Silicone CERESIT CS25 01 WHITE 280ML?

You can buy Sanitary Silicone CERESIT CS25 01 WHITE 280ML in our online store for 6.60€. Category: Silicones.

What is the price of Sanitary Silicone CERESIT CS25 01 WHITE 280ML?

The current price of Sanitary Silicone CERESIT CS25 01 WHITE 280ML is 6.60€. Brand: Ceresit.

Sanitary Silicone CERESIT CS25 01 WHITE 280ML — specifications and description

Model: 000-352361ASP. Category: Silicones. Brand: Ceresit. Price: 6.60€.

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