POLYSTYRENE EXPANDED EPS80 100X1000X1200/ 0,72m³

The photographs are for illustrative purposes only.
Get AI analytics on product POLYSTYRENE EXPANDED
EPS80 100X1000X1200/ 0,72m³:
78.19€ / box
Ex Tax: 63.06€ / box
108.60€ / m²
1 box = 0.72m²
ESTplast
0 reviews
In stock
Product Code: 000-446936ASP
Qty
One click order
Tags:

DESCRIPTION POLYSTYRENE EXPANDED EPS80 100X1000X1200/ 0,72m³ price 47.33€ ESTplast

Product sizes100,00 x 120,00 x 10,00 cm
Package dimensions100,00 x 120,00 x 60,00 cm
Gross weight1,908 kg
Net weight11,570 kg

Estplastil on vundamentide ja soklite soojustamiseks suurim tootevalik

Tulenevalt heast soojusisolatsioonivõimest, suurest niiskuskindlusest ja koormustaluvusest on Estplast EPS 80 parim materjal mõõduka kasutuskoormusega vundamentide ja soklite soojustamiseks.

Product details

Total weight: 9.60 kg
Product measurements: 100.00 x 120.00 x 10.00 cm
Package measurements: 100.00 x 120.00 x 60.00 cm

Description provided by sitypro.com

POLYSTYRENE EXPANDED EPS80 100X1000X1200/ 0,72m³
Write a review

Also purchase from categories

Related Products
rempro rempro-mobile

Frequently asked questions about the POLYSTYRENE EXPANDED EPS80 100X1000X1200/ 0,72m³

What is POLYSTYRENE EXPANDED EPS80 100X1000X1200/ 0,72m³?

POLYSTYRENE EXPANDED EPS80 100X1000X1200/ 0,72m³ is an ESTplast expanded polystyrene insulation board for foundations and plinths; it offers good thermal insulation, high moisture resistance and load-bearing capacity. Total weight 9.60 kg; board size 100×120×10 cm; package volume 0.72 m³.

Is EPS80 suitable for insulating a foundation under moderate loads?

Yes, EPS80 is designed for insulating foundations and plinths under moderate service loads due to its load-bearing capacity. For very heavy structural loads, consider stiffer EPS grades.

What are the dimensions and weight of POLYSTYRENE EXPANDED EPS80 100X1000X1200/ 0,72m³?

Product measurements: 100.00 × 120.00 × 10.00 cm, total weight 9.60 kg. Package measurements are 100×120×60 cm, package volume 0.72 m³.

Can I cut and trim EPS80 on site?

Yes, EPS80 can be easily cut with a knife or saw on site to fit foundation and plinth shapes. Use protective gloves and remove loose particles before installation to maintain insulation performance.

What is the moisture resistance of EPS80 and can it be used in contact with wet soil?

EPS80 has high moisture resistance and is suitable for use in contact with soil when insulating foundations and plinths. However, ensure proper drainage and a protective layer to minimise long-term water exposure.

What is the thermal conductivity of EPS80 and how does it affect house energy efficiency?

EPS80 provides good thermal insulation, reducing heat loss through the foundation and plinth and improving overall energy efficiency. The exact thermal conductivity value is not stated in the product description.

How does EPS80 differ from other EPS grades for foundations?

EPS80 offers a balanced mix of thermal insulation, moisture resistance and load-bearing capacity suitable for moderate loads. Denser EPS grades are stiffer and better for very heavy loads, while EPS80 is lighter and often more economical for typical residential use.

Can EPS80 be used under a floor screed in a basement?

Yes, EPS80 can be used under a basement screed provided the loads are within the material's service class. Ensure appropriate vapour and waterproofing layers and correct installation for even load distribution.

What is the brand and model of this polystyrene and why does it matter?

Manufacturer ESTplast, model A113603SP, SKU 000-446936ASP; brand and model indicate technical specs and help compare density and moisture resistance against alternatives. ESTplast is positioned for foundation and plinth insulation.

How should EPS80 boards be stored on site before installation?

Store boards on a flat, dry surface protected from direct sunlight and mechanical damage, ideally in original packaging or under a tarp. Do not stack too high to avoid deformation — package height is 60 cm.

Where to buy POLYSTYRENE EXPANDED EPS80 100X1000X1200/ 0,72m³?

You can buy POLYSTYRENE EXPANDED EPS80 100X1000X1200/ 0,72m³ in our online store for 63.06€. Category: General purpose polystyrene products.

What is the price of POLYSTYRENE EXPANDED EPS80 100X1000X1200/ 0,72m³?

The current price of POLYSTYRENE EXPANDED EPS80 100X1000X1200/ 0,72m³ is 63.06€. Brand: ESTplast.

POLYSTYRENE EXPANDED EPS80 100X1000X1200/ 0,72m³ — specifications and description

Model: 000-446936ASP. Category: General purpose polystyrene products. Brand: ESTplast. Price: 63.06€.

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