Moisture-Resistant Laminate Flooring 7mm Richmo Oak 32/AC5

The photographs are for illustrative purposes only.
Get AI analytics on product Moisture-Resistant Laminate Flooring 7mm Richmo Oak 32/AC5:
26.89€ / box
Ex Tax: 21.69€ / box
10.90€ / m²
1 box = 2.467m²
Classen
0 reviews
In stock
Product Code: 000-493376ASP

Specification

  • Type: HDF
  • Class: 32
  • Thickness (mm): 7
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:
Product sizes128,50 x 19,20 x 0,70 cm
Package dimensions130,40 x 20,50 x 6,80 cm
Net weight15,347 kg

7 mm Moisture-Resistant Laminate in Richmo Oak

Durable laminate flooring designed for moderate commercial and residential use, moisture-resistant and compatible with underfloor heating. Check buy options, price and features at SityPro to evaluate benefits and application suitability.

Key Benefits


    Moisture-resistant surface for improved longevity
  • Wear class 32 / AC5 for high durability
  • Compatible with underfloor heating systems
  • Classic Richmo Oak appearance for versatile styling
  • 7 mm thickness balances stability and comfort
  • Cost-effective option when comparing price and features

Applications

Suitable for a range of rooms and light-to-moderate commercial spaces where moisture resistance and durability are needed.


    Living rooms
  • Hallways and entryways
  • Kitchens (occasional moisture exposure)
  • Offices and small retail spaces
  • Rooms with underfloor heating

What to Consider When Choosing


    Confirm wear class 32 / AC5 meets expected traffic and durability needs
  1. Ensure underfloor heating compatibility for your heating system
  2. Assess moisture-resistance requirements for the room
  3. Evaluate 7 mm thickness for comfort and subfloor conditions
  4. Compare price, features and benefits at SityPro before purchase

Specifications


    Product type: Laminate flooring
  • Moisture-resistant
  • Thickness: 7 mm
  • Design: Richmo Oak
  • Wear class: 32 / AC5
  • Underfloor heating: yes

Why Buy from SityPro


    Clear buy options and transparent price information on the site
  • Product features and benefits described to aid selection
  • Easy online ordering and customer support from SityPro
  • Delivery available to Estonia and Finland
  • Reliable service and return policy for peace of mind

Description provided by sitypro.com

Floor coverings
Type
HDF
Class
32
Thickness (mm)
7
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Moisture-Resistant Laminate Flooring 7mm Richmo Oak 32/AC5
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the LAMINATE FLOORING MOISTURE-RESISTANT 7MM RICHMO OAK 32/AC5

What is LAMINATE FLOORING MOISTURE-RESISTANT 7MM RICHMO OAK 32/AC5?

LAMINATE FLOORING MOISTURE-RESISTANT 7MM RICHMO OAK 32/AC5 is a 7 mm moisture-resistant laminate floor with wear class 32/AC5, designed for heavy domestic and light commercial use and compatible with underfloor heating systems.

Is this laminate suitable for use with underfloor heating?

Yes — the product notes indicate "Põrandaküte - jah", meaning the 7MM RICHMO OAK laminate is compatible with underfloor heating when installed following the manufacturer's temperature limits.

What does wear class 32/AC5 mean for this laminate?

Wear class 32/AC5 indicates the 7MM RICHMO OAK laminate is suitable for heavy domestic and light commercial use, with a surface designed to withstand frequent foot traffic.

Is this laminate suitable for kitchens and bathrooms due to moisture resistance?

The product is moisture-resistant, so the 7MM RICHMO OAK laminate is suitable for kitchens and hallways. For bathrooms with constant high humidity, follow installation and sealing guidance before use.

What are the panel dimensions and locking system for model A160043SP?

The context lists model A160043SP, but specific panel dimensions and the locking system are not provided here; check Classen technical documentation or ask the seller for exact measurements.

Can this laminate be used in commercial spaces with high foot traffic?

Yes — with wear class 32/AC5 the 7MM RICHMO OAK laminate is suitable for medium-duty commercial areas like offices or shops; for very high-traffic zones consider thicker or higher-class flooring.

How do I care for the moisture-resistant 7MM RICHMO OAK laminate?

Sweep or vacuum regularly, clean spills with a damp (not wet) cloth and mild cleaner, and avoid leaving standing water; wipe up liquids immediately to protect the joints and surface.

How does the 7 mm RICHMO laminate differ from thicker options?

7 mm RICHMO offers cost-effective durability suitable for residential and medium-duty commercial use; thicker boards provide better sound and thermal insulation and generally greater longevity under heavy traffic.

Is this laminate compatible with wheeled furniture and office chairs?

Yes — wear class 32/AC5 tolerates normal furniture movement, but for rolling office chairs use a protective mat or chair wheels designed for laminate to prevent localized wear.

Who is the manufacturer and what is the model of this laminate, and why does it matter?

Manufacturer: Classen; model: A160043SP. Knowing this helps you locate technical specifications, compatible trims and installation instructions, and follow correct care guidelines.

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