LIIMVAHT CERESIT CX10 850ml GUN

The photographs are for illustrative purposes only.
Get AI analytics on product LIIMVAHT CERESIT CX10 850ml GUN:
16.38€ / pc.
Ex Tax: 13.21€ / pc.
19.27€ / m²
1 pc. = 0.85m²
Ceresit
0 reviews
In stock
Product Code: 000-371928ASP
Qty
Tags:

DESCRIPTION LIIMVAHT CERESIT CX10 850ml GUN price 16.64€ Ceresit

Package dimensions6,50 x 6,50 x 33,00 cm
Net weight0,990 kg

Universaalne PU-liim CX 10 on tüüpiliste ehituslike aluspindadega suurepäraselt nakkuv kasutusvalmis kiiresti kuivav polüuretaanliim. Kasutamiseks sise- ja välistingimustes vertikaal- ja horisontaalpindadel. Asendab tavapäraseid tsementmörte vaheseinte tegemisel. Sobib gaasbetoonplokkide, puidu, OSB-plaatide, kipsplaatide, vahtpolüstüreenelementide, bituumenkattematerjalide, klaasi, tsinkpleki, polüesterkattega pleki jms kinnitamiseks ning liimimiseks.

Omadused:

  • ei nõua elektritööriistade, vee ega eriseadmete kasutamist
  • madala rõhu ja väga väikese kuluga
  • mitme otstarbega
  • kohe kasutusvalmis
  • parendatud soojusisolatsiooniomadused; parim nake ja sidestumisjõud
  • täpne ja tugev ühendus juba kahe tunni pärast

Product details

Total weight: 0.99 kg
Package measurements: 6.50 x 6.50 x 33.00 cm

Description provided by sitypro.com

LIIMVAHT CERESIT CX10 850ml GUN
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the LIIMVAHT CERESIT CX10 850ml GUN

What is LIIMVAHT CERESIT CX10 850ml GUN and what is it used for?

LIIMVAHT CERESIT CX10 850ml GUN is a ready-to-use, fast-drying polyurethane adhesive foam that bonds well to typical construction substrates. It is used indoors and outdoors on vertical and horizontal surfaces for fixing aerated concrete blocks, wood, OSB, plasterboard, EPS elements, bitumen materials, glass and metal sheets.

Which substrates does CERESIT CX10 bond to?

CERESIT CX10 bonds well to aerated concrete blocks, wood, OSB boards, plasterboard, EPS (polystyrene) elements, bitumen coverings, glass, zinc and polyester-coated metal sheets. The product description emphasises excellent adhesion to typical construction substrates.

Can I use CERESIT CX10 outdoors in cold temperatures?

The description states the adhesive is for indoor and outdoor use on vertical and horizontal surfaces. However, exact application temperature ranges are not provided here, so check the manufacturer's technical data sheet for recommended temperature limits before use in cold conditions.

Do I need any special tool to apply CERESIT CX10 850ml GUN?

The 'GUN' format indicates use with a foam gun/applicator for accurate dosing. The description states no power tools or water are required, but using a foam gun is recommended for precise application and low waste.

How fast does CERESIT CX10 dry and when is the bond strong?

The description states CX10 is fast-drying and provides a precise, strong bond already after two hours. That indicates primary strength is typically reached about 2 hours under normal conditions.

Can CERESIT CX10 replace cement mortar when building partitions?

Yes, the description states CX10 replaces conventional cement mortars when constructing partitions. It is suitable for fixing blocks and panels used in partition walls.

What is the weight and package size of CERESIT CX10 850ml GUN?

Product details list total weight 0.99 kg and package measurements 6.50 x 6.50 x 33.00 cm. Use these figures for storage and transport planning.

Is CERESIT CX10 suitable for bonding EPS insulation elements?

Yes, the description lists polystyrene/EPS elements among suitable materials. It also mentions improved thermal insulation properties in the bonded joints.

What is the consumption/economy of CERESIT CX10 for typical jobs?

No exact consumption rate is given here; the description notes ‘very low consumption’ and ‘low pressure’. For precise yield calculations consult the manufacturer's technical datasheet.

Is CERESIT CX10 suitable for bonding glass and metal sheets?

Yes, glass, zinc and polyester-coated metal sheets are listed among suitable materials. For critical applications verify compatibility and surface preparation recommendations in the manufacturer's technical documentation.

Where to buy LIIMVAHT CERESIT CX10 850ml GUN?

You can buy LIIMVAHT CERESIT CX10 850ml GUN in our online store for 13.21€. Category: Building foams.

What is the price of LIIMVAHT CERESIT CX10 850ml GUN?

The current price of LIIMVAHT CERESIT CX10 850ml GUN is 13.21€. Brand: Ceresit.

LIIMVAHT CERESIT CX10 850ml GUN — specifications and description

Model: 000-371928ASP. Category: Building foams. Brand: Ceresit. Price: 13.21€.

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