EXPANDED CLAY 50L FR. 4-10 MM

The photographs are for illustrative purposes only.
Get AI analytics on product EXPANDED CLAY
50L FR. 4-10 MM:
9.85€ / bag
Ex Tax: 7.94€ / bag
0.20€ / m²
1 bag = 50m²
Leca
0 reviews
In stock
Product Code: 000-335444ASP
Price in reward points: 1

Specification

  • Application: Floor insulation
  • Fraction: 4-10 MM
  • Type: Gravel Leka
  • Volume (L): 50
Qty
Tags:

DESCRIPTION EXPANDED CLAY 50L FR. 4-10 MM price 8.72€ Leca

Package dimensions70,00 x 45,00 x 15,00 cm
Net weight16,000 kg

Kergkruus on keraamiline täite- ja soojustusmaterjal, mis saadakse savist pöördahjus põletusprotsessi tulemusel.

EELISED:
◾ Kerge täitematerjal
◾ Soojustusmaterjal
◾ Dreeniv materjal
◾ Ei karda vett ega tuld

KASUTUSKOHAD:
◾ Soojustus ja täitematerjalina vundamentide, keldriseinte ja torustike ümber, põrandate, teede, (spordi)platside all ning vahe- ja katuslagede ehitusel
◾ Drenaažina vundamentide ümber, (spordi)platside all
◾ Koormuse vähendajana hoonete/rajatiste all, keldriseintele langeva koormuse vähendamiseks, põrandates, teede ehituses
◾ Ventileeriva ja tasandava kihina põrandates, katuslagedes
◾ Haljastuses ja reoveepuhastuses

Description provided by sitypro.com

Thermal insulation
Application
Floor insulation
Fraction
4-10 MM
Type
Gravel Leka
Общее
Volume (L)
50
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
EXPANDED CLAY 50L FR. 4-10 MM
Write a review

Also purchase from categories

Related Products
rempro rempro-mobile

Frequently asked questions about the EXPANDED CLAY 50L FR. 4-10 MM

What is EXPANDED CLAY 50L FR. 4-10 MM and what is it used for?

EXPANDED CLAY 50L FR. 4-10 MM is a ceramic lightweight aggregate and thermal insulation material produced by firing clay. It is used as a light fill and insulation for foundations, around cellar walls and pipes, under floors and sports pitches, for drainage and in landscaping applications.

What is the grain size of EXPANDED CLAY 50L FR. 4-10 MM and what does FR. 4-10 MM mean?

The grain size for EXPANDED CLAY 50L FR. 4-10 MM is 4–10 mm; FR. 4-10 MM denotes the particle size range of 4–10 mm, suitable for drainage, leveling layers and light fills.

Is EXPANDED CLAY 50L FR. 4-10 MM suitable for drainage around foundations?

Yes, EXPANDED CLAY 50L FR. 4-10 MM is suitable for drainage around foundations; its 4–10 mm fraction and water-resistant nature provide good permeability and moisture clearance.

Can this expanded clay be used to insulate floors and ceilings?

Yes, EXPANDED CLAY 50L FR. 4-10 MM can be used as thermal insulation and a leveling layer in floors and ceilings; its porous structure helps reduce heat loss and provides ventilation.

Is this product suitable for landscaping and garden use?

Yes, EXPANDED CLAY 50L FR. 4-10 MM is suitable for landscaping and garden use; it is used as a drainage layer in pots and beds and as a lightweight fill in soil applications.

Can EXPANDED CLAY 50L FR. 4-10 MM be used around pipes and utilities?

Yes, EXPANDED CLAY 50L FR. 4-10 MM is used as fill and insulation around pipes and utilities, reducing load on structures and providing effective drainage.

How does this expanded clay behave with water and fire?

EXPANDED CLAY 50L FR. 4-10 MM is water-resistant and non-combustible; as an inert ceramic product it withstands moisture and does not burn, suitable for external and underground use.

Is this product suitable as a sub-base for roads and sports surfaces?

Yes, EXPANDED CLAY 50L FR. 4-10 MM is used under roads and sports surfaces as a lightweight fill and to reduce loads on the base.

What is the bag volume and approximately how heavy is EXPANDED CLAY 50L FR. 4-10 MM?

The product is supplied in a 50 litre (50L) bag for EXPANDED CLAY 50L FR. 4-10 MM; the 50L volume is convenient for transport and use in construction and landscaping jobs.

How does EXPANDED CLAY 50L FR. 4-10 MM differ from other expanded clay fractions?

EXPANDED CLAY 50L FR. 4-10 MM has a 4–10 mm fraction, making it versatile for drainage, leveling and light fills; larger fractions are used for load-bearing fills, smaller ones for potting substrates.

Where to buy EXPANDED CLAY 50L FR. 4-10 MM?

You can buy EXPANDED CLAY 50L FR. 4-10 MM in our online store for 7.94€. Category: Thermal insulation / construction wool.

What is the price of EXPANDED CLAY 50L FR. 4-10 MM?

The current price of EXPANDED CLAY 50L FR. 4-10 MM is 7.94€. Brand: Leca.

EXPANDED CLAY 50L FR. 4-10 MM — specifications and description

Model: 000-335444ASP. Category: Thermal insulation / construction wool. Brand: Leca. Price: 7.94€.

Google reviews

See all reviews

Model

//$('#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ххххххх');