Stone Wool SUPERROCK Premium 100X565X1000/4.52m²

The photographs are for illustrative purposes only.
Get AI analytics on product Stone Wool SUPERROCK Premium 100X565X1000/4.52m²:
26.90€ / box
Ex Tax: 21.69€ / box
5.95€ / m²
1 box = 4.52m²
Rockwool
0 reviews
In stock
Product Code: 000-487912ASP
Qty
One click order
Tags:

Semi-rigid SUPERROCK Premium stone wool insulation panels for light constructions

Semi-rigid stone wool panels designed for thermal and acoustic insulation in non-load-bearing structures — compare features and price before you buy from SityPro.

Key Benefits


    Effective thermal insulation for improved energy performance
  • Good sound insulation to reduce noise transmission
  • Suitable for a wide range of non-load-bearing constructions
  • Semi-rigid boards that are easy to cut and fit
  • Durable mineral wool material resistant to settling
  • Packaged quantity simplifies ordering and installation

Applications

Application: intended for use in light constructions where no structural load is applied; ideal for thermal and acoustic tasks.


    Light stud wall constructions
  • Ventilated facades
  • Three-layer brick wall constructions
  • Attics and rafter-spaced roof decks
  • Additional wall insulation in stud frameworks
  • Inter-floor ceilings and floors above basements

What to Consider When Choosing


    Check that the construction is non-load-bearing and suitable for semi-rigid boards
  1. Match board thickness to required thermal and acoustic performance
  2. Confirm compatibility with vertical, horizontal or pitched installations
  3. Consider pack quantity to minimize joints and waste on site
  4. Compare features and price to other insulation options before you buy

Specifications


    Material: stone wool (kivivillaplaat)
  • Product line: SUPERROCK PREMIUM
  • Type: semi-rigid universal insulation boards
  • Dimensions: 100 × 565 × 1000 mm
  • Pack area: 4.52 m²
  • Quantity per pack: 8 pcs

Why Buy from SityPro


    Easy online ordering — buy directly from SityPro
  • Competitive price and clear product features listed
  • Fast delivery options to Estonia and Finland
  • Customer support to help with selection and application
  • Convenient pack quantities and reliable shipping service

Description provided by sitypro.com

Stone Wool SUPERROCK Premium 100X565X1000/4.52m²
Write a review

Also purchase from categories

Related Products
rempro rempro-mobile

Frequently asked questions about the STONE WOOL SUPERROCK PREMIUM 100X565X1000/4.52m²

What is STONE WOOL SUPERROCK PREMIUM 100X565X1000/4.52m² and where is it used?

STONE WOOL SUPERROCK PREMIUM 100X565X1000/4.52m² is a semi‑rigid Rockwool stone wool board for thermal and acoustic insulation in light, non‑loadbearing constructions: stud walls, ventilated facades, three‑leaf brick walls, attics and between‑rafter roofs. Pack contains 8 boards, each 100×565×1000 mm.

Is this stone wool suitable for insulating a stud wall?

Yes, STONE WOOL SUPERROCK PREMIUM is designed for light stud constructions and is fitted between studs for thermal and acoustic insulation. The 100 mm thickness and 565 mm board width suit standard 600 mm stud spacing.

Can these boards be used for soundproofing between floors?

Yes, STONE WOOL SUPERROCK PREMIUM is suitable for inter‑floor and over‑basement floor thermal and acoustic insulation when placed between joists. The boards are semi‑rigid — for higher sound reduction you may need additional layers or suspended ceiling systems.

Is SUPERROCK PREMIUM suitable for ventilated facades?

Yes, SUPERROCK PREMIUM is used in ventilated facades as thermal and acoustic insulation behind the ventilated cavity. Ensure correct installation with a ventilation gap and moisture protection.

What are the board dimensions and pack coverage?

Each board measures 100×565×1000 mm and the pack contains 8 boards. Pack coverage is 4.52 m².

Can these boards be used in a roof between rafters?

Yes, SUPERROCK PREMIUM boards are suitable for between‑rafter insulation in attic and pitched roofs for thermal and acoustic performance. Ensure roof ventilation and appropriate vapour control are applied.

Is this product suitable for insulating three‑leaf brick walls?

Yes, the boards are specified for use in three‑leaf brick wall constructions as thermal and acoustic insulation between the layers. The semi‑rigid boards are suitable for fitting into cavity spaces.

What material and density does SUPERROCK PREMIUM have?

The product is Rockwool stone wool — semi‑rigid universal boards for thermal and acoustic insulation. Exact numeric density is not provided in the product text; check Rockwool technical datasheets for precise density values.

How many boards per pack and what is the pack coverage?

There are 8 boards per pack, each 100×565×1000 mm. Pack coverage is 4.52 m².

How does SUPERROCK PREMIUM differ from regular mineral wool?

SUPERROCK PREMIUM is a semi‑rigid Rockwool stone wool board tailored for light frame and facade systems, offering easier installation and dimensional stability. Compared with loose or soft mats, these boards hold shape better and fit more snugly into cavities.

Where to buy Stone Wool SUPERROCK Premium 100X565X1000/4.52m²?

You can buy Stone Wool SUPERROCK Premium 100X565X1000/4.52m² in our online store for 21.69€. Category: General purpose stone wool boards.

What is the price of Stone Wool SUPERROCK Premium 100X565X1000/4.52m²?

The current price of Stone Wool SUPERROCK Premium 100X565X1000/4.52m² is 21.69€. Brand: Rockwool.

Stone Wool SUPERROCK Premium 100X565X1000/4.52m² — specifications and description

Model: 000-487912ASP. Category: General purpose stone wool boards. Brand: Rockwool. Price: 21.69€.

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