LAMINATE FLOORING MOISTURE-RESISTANT 8MM CONCRE.BEEŽ 32/AC4

The photographs are for illustrative purposes only.
Get AI analytics on product LAMINATE FLOORING
MOISTURE-RESISTANT
8MM CONCRE.BEEŽ 32/AC4:
37.64€ / box
Ex Tax: 30.35€ / box
15.90€ / m²
1 box = 2.367m²
Classen
0 reviews
In stock
Product Code: 000-476192ASP

Specification

  • Type: HDF
  • Class: 32
  • Thickness (mm): 8
Fuel surcharge — 2.5%
The surcharge covers part of SityPro’s transport and logistics costs. Delivery to parcel lockers is charged without any additional markup — according to the carrier’s rate.
Qty
One click order
Tags:
Package dimensions62,30 x 29,20 x 10,90 cm
Gross weight6,751 kg
Net weight17,106 kg

Moisture-resistant 8 mm laminate in concrete beige — AC4/Class 32

Durable laminate flooring designed for interior use, offering moisture resistance and a concrete-beige look; check features, price and buy conveniently at SityPro.

Key Benefits

  • Moisture-resistant surface for improved durability
  • 8 mm thickness for stable performance
  • Wear rating Class 32 / AC4 for robust use
  • Concrete beige appearance for a neutral, modern style
  • Compact packaging for easier handling and transport
  • Known package weights for planning installation and delivery

Applications

Suitable for a range of indoor flooring applications.

  • Living rooms
  • Bedrooms
  • Kitchens (interior use)
  • Offices
  • Corridors and hallways

What to Consider When Choosing

  1. Confirm moisture resistance meets your application
  2. Verify thickness (8 mm) fits undercuts and transitions
  3. Check wear rating (Class 32 / AC4) for expected traffic
  4. Ensure the concrete beige tone suits your interior design
  5. Account for package weight and dimensions when planning delivery and installation

Specifications

  • Product type: Laminate flooring
  • Feature: Moisture-resistant
  • Thickness: 8 mm
  • Color: Concrete beige
  • Wear class: 32 / AC4
  • Unit net weight: 6,751 kg
  • Total gross weight: 7,227 kg
  • Package dimensions: 62,30 x 29,20 x 10,90 cm

Why Buy from SityPro

  • Buy online at SityPro with clear price information
  • Convenient ordering and product feature details on the site
  • Delivery options available to Estonia and Finland
  • Packaging and weights provided to simplify transport planning
  • Local support and assistance for selection and purchase

Description provided by sitypro.com

Floor coverings
Type
HDF
Class
32
Thickness (mm)
8
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
LAMINATE FLOORING MOISTURE-RESISTANT 8MM CONCRE.BEEŽ 32/AC4
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the LAMINATE FLOORING MOISTURE-RESISTANT 8MM CONCRE.BEEŽ 32/AC4

What is LAMINATE FLOORING MOISTURE-RESISTANT 8MM CONCRE.BEEŽ 32/AC4?

LAMINATE FLOORING MOISTURE-RESISTANT 8MM CONCRE.BEEŽ 32/AC4 is an 8 mm moisture-resistant laminate floor of durability class 32/AC4, suitable for residential and light commercial use; package dimensions are 62.30×29.20×10.90 cm with a gross weight of 7.227 kg.

Is this laminate suitable for kitchens and hallways?

Yes. The 32/AC4 rating and moisture-resistant construction make LAMINATE FLOORING MOISTURE-RESISTANT 8MM CONCRE.BEEŽ 32/AC4 suitable for kitchens and hallways with moderate moisture and foot traffic.

What are the package dimensions and weight of the laminate?

The LAMINATE FLOORING MOISTURE-RESISTANT 8MM CONCRE.BEEŽ 32/AC4 package measures 62.30×29.20×10.90 cm; gross weight is 7.227 kg and unit net weight is 6.751 kg.

What is the panel coverage and how many m² per pack?

Only weight and package dimensions are provided; m² per pack is not specified. Calculate coverage from the panel dimensions or request exact m² for model A143869SP from the manufacturer Classen.

Can this laminate be installed over underfloor heating?

There is no direct statement about underfloor heating compatibility in the provided data. Check with Classen for model A143869SP; 8 mm laminates can be compatible under specific temperature and installation requirements.

How to care for the moisture-resistant CONCRE.BEEŽ laminate?

Regularly vacuum and wipe with a slightly damp cloth, avoid standing water and harsh chemicals. Use mild cleaners recommended for laminate floors to maintain LAMINATE FLOORING MOISTURE-RESISTANT 8MM CONCRE.BEEŽ 32/AC4.

How does the 8mm 32/AC4 version differ from thicker laminates?

8 mm offers a cost-effective balance of durability for residential and light commercial use (32/AC4). Thicker panels (10–12 mm) typically provide better sound insulation and resistance to deflection but cost more.

What is the model and manufacturer of this laminate?

Model A143869SP, manufactured by Classen. Use these details to verify technical specs and accessory compatibility.

Is this laminate suitable for commercial spaces?

Yes. The 32/AC4 wear rating means LAMINATE FLOORING MOISTURE-RESISTANT 8MM CONCRE.BEEŽ 32/AC4 is suitable for moderate commercial use such as offices and small shops.

What accessories and skirtings are compatible with this laminate?

No specific accessories are listed. Choose underlay, skirtings and thresholds compatible with 8 mm laminate and the CONCRE.BEEŽ shade, or consult Classen for recommended accessories for model A143869SP.

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