LAMINATE FLOORING MOISTURE-RESISTANT 8MM POOL OAK MIX 32/AC4

The photographs are for illustrative purposes only.
Get AI analytics on product LAMINATE FLOORING
MOISTURE-RESISTANT
8MM POOL OAK
MIX 32/AC4:
36.31€ / box
Ex Tax: 29.28€ / box
18.40€ / m²
1 box = 1.973m²
Classen
0 reviews
In stock
Product Code: 000-303394ASP

Specification

  • Type: HDF
  • Class: 32
  • Thickness (mm): 8
Qty
One click order
Tags:
Product sizes1,29 x 19,20 x 0,80 cm
Package dimensions1,30 x 20,00 x 8,00 cm
Net weight15,730 kg

8 mm Pool Oak Moisture-Resistant Laminate — Class 32/AC4 Flooring

Durable moisture-resistant laminate flooring designed for indoor floors; available to buy from SityPro with clear price and features information.

Key Benefits

  • Moisture-resistant surface for increased longevity
  • 8 mm thickness for a stable walking feel
  • Wear class 32/AC4 indicates good durability for busy areas
  • Attractive Pool Oak mix design for natural appearance
  • Packaged dimensions and weight simplify handling and transport

Applications

Suitable for a wide range of indoor floor applications where moisture resistance and durability are needed.

  • Living rooms
  • Bedrooms
  • Hallways and entryways
  • Kitchens
  • Home offices

What to Consider When Choosing

  1. Confirm the 8 mm thickness fits your comfort and subfloor needs
  2. Assess the moisture-resistant feature for the intended application
  3. Check the panel and package dimensions before ordering
  4. Compare price and delivery options on SityPro before purchase
  5. Consider pack weight for handling and installation logistics

Specifications

  • Product: Laminate flooring
  • Feature: Moisture-resistant
  • Thickness: 8 mm
  • Design: Pool Oak Mix
  • Class: 32/AC4
  • Total weight: 15,730 kg
  • Dimensions: 1,29 x 19,20 x 0,80 cm
  • Package dimensions: 1,30 x 20,00 x 8,00 cm

Why Buy from SityPro

  • Easy online buy process with transparent price and features
  • Convenient ordering and product information from SityPro
  • Delivery available to Estonia and Finland
  • Reliable packaging and handling details provided
  • Customer support to advise on application and installation

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 POOL OAK MIX 32/AC4
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the LAMINATE FLOORING MOISTURE-RESISTANT 8MM POOL OAK MIX 32/AC4

What is LAMINATE FLOORING MOISTURE-RESISTANT 8MM POOL OAK MIX 32/AC4?

LAMINATE FLOORING MOISTURE-RESISTANT 8MM POOL OAK MIX 32/AC4 is an 8 mm moisture-resistant laminate floor with AC4 wear rating and oak appearance, suitable for residential and moderate-traffic commercial spaces.

What are the panel and package dimensions for this laminate?

Panel dimensions are listed as 1.29 x 19.20 x 0.80 cm and package dimensions as 1.30 x 20.00 x 8.00 cm. Use these to calculate how many packs you need for installation.

What is the pack weight for LAMINATE FLOORING 8MM POOL OAK?

The listed pack weight is 15.730 kg. This helps plan handling and storage on site.

Is this laminate suitable for bathrooms and kitchens?

LAMINATE FLOORING MOISTURE-RESISTANT 8MM POOL OAK MIX 32/AC4 is moisture-resistant but not intended for permanent direct water exposure; for bathrooms consider fully waterproof systems. It is suitable for kitchens and intermittently wet areas if joints and skirtings are properly installed.

What wear class does this laminate have and what does it mean?

The product is AC4 (noted as MIX 32/AC4), indicating high wear resistance suitable for heavy residential use and medium-traffic commercial areas.

How many square metres are in one pack?

The product data lists panel dimensions and weight but does not state m² per pack. Calculate pack coverage using the panel size 1.29 x 19.20 x 0.80 cm or ask the seller for m² per pack.

Is this laminate compatible with underfloor heating?

There is no explicit compatibility info in the product listing. Check with manufacturer Classen or the technical datasheet whether model A070061SP is suitable for use with underfloor heating.

What are the panels made of and what locking system do they use?

The listing provides thickness (8 mm), weight and dimensions but does not state core material or locking system. For details on panel composition and locking type contact Classen or consult the A070061SP technical datasheet.

How does the MIX 32/AC4 version differ from other Classen collections?

MIX 32/AC4 denotes a mix of decors with AC4/32 wear class suitable for heavy residential and medium-traffic commercial use. Other Classen collections may vary in thickness, surface texture or wear rating.

How do I calculate the number of panels needed using dimensions 1.29 x 19.20 x 0.80 cm?

Convert panel dimensions to metres to get the area of one panel, divide your room area by that number, and add 5–10% for cuts and waste. If unsure, confirm pack coverage with the seller.

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