POLYSTYRENE EXPANDED EPS100 100X1000X1200/ 0,72m³

The photographs are for illustrative purposes only.
Get AI analytics on product POLYSTYRENE EXPANDED
EPS100 100X1000X1200/ 0,72m³:
87.40€ / box
Ex Tax: 70.48€ / box
12.14€ / m²
1 box = 7.2m²
ESTplast
0 reviews
In stock
Product Code: 000-446619ASP
Qty
One click order
Tags:

DESCRIPTION POLYSTYRENE EXPANDED EPS100 100X1000X1200/ 0,72m³ price 55.06€ ESTplast

Product sizes100,00 x 120,00 x 10,00 cm
Package dimensions100,00 x 120,00 x 60,00 cm
Gross weight2,430 kg
Net weight14,705 kg

0,17 pakk=1leht ,pakk=7,2m²=6lehte

Product details

Net weight: 2.18 kg
Total weight: 13.10 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 EPS100 100X1000X1200/ 0,72m³
Write a review

Also purchase from categories

Related Products
rempro rempro-mobile

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

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

POLYSTYRENE EXPANDED EPS100 100X1000X1200/ 0,72m³ is an EPS foam sheet measuring 100×120×10 cm (volume 0.72 m³) with a net weight of 2.18 kg, used for thermal and acoustic insulation in construction applications.

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

Product measurements are 100.00×120.00×10.00 cm; net weight 2.18 kg and total (package) weight 13.10 kg. Package dimensions 100×120×60 cm — package contains 6 sheets (7.2 m²).

How many sheets and what area in the package of POLYSTYRENE EXPANDED EPS100?

The package contains 6 sheets with a total area of 7.2 m² (each sheet is 1.2 m²). Notation in description: pakk=7,2m²=6lehte.

Is POLYSTYRENE EXPANDED EPS100 10 mm suitable for insulating aerated concrete walls?

Yes, 10 mm EPS100 can be used for wall insulation, but 10 mm provides minimal thermal resistance; thicker boards are typically recommended for aerated concrete to meet required R‑values.

Can POLYSTYRENE EXPANDED EPS100 100×120×10 cm be cut on site?

Yes, the EPS sheet can be cut on site with a utility knife or saw for accurate fitting. Work in a ventilated area and use protective gloves; cut edges can be finished or skimmed during installation.

What is the EPS grade/density of POLYSTYRENE EXPANDED EPS100 100X1000X1200/ 0,72m³?

The product name specifies EPS100 grade, indicating it meets EPS100 specifications; an exact density value (g/m³) is not provided in the product description.

Is this 10 mm EPS100 sheet suitable for floor sound insulation under screed?

10 mm EPS100 offers limited acoustic and thermal insulation; for floating screeds thicker or dedicated acoustic insulation boards are typically used, so 10 mm is suitable only as an auxiliary layer.

Can POLYSTYRENE EXPANDED EPS100 10 mm be used in external facade systems?

EPS100 is used in facade insulation systems, but 10 mm boards are typically for levelling or as auxiliary layers; primary façade insulation usually requires greater thickness per design requirements.

What tools are best for cutting and installing POLYSTYRENE EXPANDED EPS100 10 mm?

Use a utility knife, hot wire/foam cutter or fine‑tooth saw to cut EPS; fix with polystyrene adhesives and insulation anchors as required by substrate. Wear gloves and a dust mask when cutting.

Who is the manufacturer and model for POLYSTYRENE EXPANDED EPS100 100X1000X1200/ 0,72m³?

Manufacturer: ESTplast. Model code: A113386SP. SKU: 000-446619ASP.

How does this EPS100 10 mm differ from other EPS thicknesses in the 'Polystyrene general purpose' category?

The primary difference is thickness: 10 mm provides less thermal and acoustic insulation than thicker boards but is convenient for levelling, underlays or auxiliary layers. EPS100 denotes the material grade.

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

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

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

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

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

Model: 000-446619ASP. Category: General purpose polystyrene products. Brand: ESTplast. Price: 70.48€.

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