POLYSTYRENE EXPANDED EPS80 50X1000X1200/ 0,72m³

The photographs are for illustrative purposes only.
Get AI analytics on product POLYSTYRENE EXPANDED
EPS80 50X1000X1200/ 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-446935ASP
Qty
One click order
Tags:

SPECIFICATION POLYSTYRENE EXPANDED EPS80 50X1000X1200/ 0,72m³ price 47.33€ ESTplast

Product sizes100,00 x 120,00 x 5,00 cm
Package dimensions100,00 x 120,00 x 60,00 cm
Gross weight0,954 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 5.00 cm
Package measurements: 100.00 x 120.00 x 60.00 cm

Description provided by sitypro.com

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

Also purchase from categories

Related Products
rempro rempro-mobile

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

What is POLYSTYRENE EXPANDED EPS80 50X1000X1200/ 0,72m³ and what is it used for?

POLYSTYRENE EXPANDED EPS80 50X1000X1200/ 0,72m³ is a rigid ESTplast expanded polystyrene panel measuring 100×120×5 cm with a volume of 0.72 m³, used for foundation and plinth thermal insulation. Its good thermal resistance, high moisture resistance and load-bearing capacity make it suitable for moderate-duty insulation applications.

What are the dimensions and weight of this polystyrene sheet?

The panel measures 100.00 × 120.00 × 5.00 cm with a gross weight of 9.60 kg; package dimensions are 100.00 × 120.00 × 60.00 cm. Use these figures for coverage calculations and transport planning.

Is EPS80 suitable for insulating my foundation and plinth?

Yes, POLYSTYRENE EXPANDED EPS80 by ESTplast is designed for foundation and plinth insulation, offering good thermal performance, high moisture resistance and moderate load capacity. Verify that the 5 cm thickness meets your project's thermal and structural requirements.

How many EPS80 panels do I need to insulate 20 m²?

One panel covers 1.2 m² (1.0×1.2 m). 20 m² / 1.2 m² ≈ 16.7 panels, so order 17 panels and include extra for cuts and waste. Remember to account for joints during installation.

Can EPS80 panels be used under waterproofing and a concrete layer?

Yes, EPS80 has high moisture resistance and is suitable for foundation assemblies under waterproofing and moderate concrete loading. Follow project specifications for mechanical protection and covering layers.

What load-bearing capacity does EPS80 have and can it withstand traffic?

EPS80 is designed for moderate service loads suitable for foundations and plinths, but it is not intended for direct heavy traffic loading. For pedestrian or vehicular areas use a protective structural layer or a product with higher load capacity.

How to cut and install EPS80 panels on site?

Cut panels with a polystyrene knife or hot wire cutter for clean edges; install on a flat surface using appropriate adhesive or mechanical fixings. Leave minimal joints and seal them as required by installation practice.

How does EPS80 differ from other polystyrene grades?

EPS80 has higher moisture resistance and greater load-bearing capacity than softer EPS grades, making it suitable for foundation and plinth insulation. Compared with XPS it presents different mechanical and moisture properties — choose based on your project's structural and environmental requirements.

Is EPS80 suitable for use in high-humidity areas?

EPS80 has high moisture resistance and is suitable for moisture-exposed constructions like plinths and foundations beneath waterproofing. For areas with constant water exposure, follow project specifications and consider additional protective layers.

What is the product packaging like and how should panels be stored on site?

Package dimensions are 100×120×60 cm, typically containing several panels; store panels flat on a dry, level surface away from direct sunlight and mechanical damage. Avoid placing heavy loads on top of the panels.

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

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

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

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

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

Model: 000-446935ASP. 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ххххххх');