LAMINATE FLOORING MOISTURE-RESISTANT 10MM SANTANA 33/AC5

The photographs are for illustrative purposes only.
Get AI analytics on product LAMINATE FLOORING
MOISTURE-RESISTANT
10MM SANTANA 33/AC5:
30.69€ / box
Ex Tax: 24.75€ / box
18.90€ / m²
1 box = 1.624m²
Classen
0 reviews
In stock
Product Code: 000-476371ASP

Specification

  • Type: HDF
  • Class: 33
  • Thickness (mm): 10
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 dimensions129,50 x 17,10 x 7,80 cm
Gross weight8,607 kg
Net weight14,735 kg

Santana 10 mm Moisture-Resistant Laminate Flooring — AC5 / Class 33

Durable laminate designed for moisture-prone and high-traffic floors; check features and price before you buy from SityPro.

Key Benefits

  • Moisture-resistant surface for improved longevity
  • 10 mm thickness for stable, solid feel underfoot
  • AC5 / Class 33 wear rating for heavy commercial and residential use
  • Compact package dimensions for easier transport and storage
  • Manageable net and gross weights for handling and installation planning

Applications

Suitable application areas where durability and moisture resistance are required.

  • Retail spaces and shops
  • Office environments and corridors
  • Apartment living rooms and hallways
  • Public areas with high footfall

What to Consider When Choosing

  1. Verify the 10 mm thickness meets your comfort and subfloor needs
  2. Confirm the AC5 / Class 33 rating matches expected traffic levels
  3. Ensure moisture-resistant properties are suitable for the intended room
  4. Check package dimensions and net/gross weights for transport and storage
  5. Compare price and delivery options at SityPro before you buy

Specifications

  • Product type: Laminate flooring
  • Feature: Moisture-resistant
  • Thickness: 10 mm
  • Rating: 33 / AC5
  • Unit net weight: 8,607 kg
  • Total gross weight: 9,073 kg
  • Package dimensions: 129,50 x 17,10 x 7,80 cm

Why Buy from SityPro

  • Easy online buy process with clear product features and price
  • Focused customer support for product selection and questions
  • Convenient delivery to Estonia and Finland
  • Reliable packing and handling information to plan receipt and installation
  • Wide selection of flooring solutions and trusted product details

Description provided by sitypro.com

Floor coverings
Type
HDF
Class
33
Thickness (mm)
10
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
LAMINATE FLOORING MOISTURE-RESISTANT 10MM SANTANA 33/AC5
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the LAMINATE FLOORING MOISTURE-RESISTANT 10MM SANTANA 33/AC5

What is LAMINATE FLOORING MOISTURE-RESISTANT 10MM SANTANA 33/AC5?

LAMINATE FLOORING MOISTURE-RESISTANT 10MM SANTANA 33/AC5 is a 10 mm moisture-resistant laminate floor rated 33/AC5 for heavy residential and commercial use; package dimensions are 129.50 x 17.10 x 7.80 cm and total package weight is 9.073 kg.

Is this laminate suitable for kitchen and bathroom?

LAMINATE FLOORING MOISTURE-RESISTANT 10MM SANTANA 33/AC5 is moisture-resistant and suitable for kitchens and damp rooms but not for continuous direct water exposure; ensure proper joint sealing and an appropriate underlay.

What are the package dimensions and weight of this laminate?

The LAMINATE FLOORING MOISTURE-RESISTANT 10MM SANTANA 33/AC5 package measures 129.50 x 17.10 x 7.80 cm; total package weight is 9.073 kg and unit net weight is 8.607 kg.

What is the panel thickness and wear class of SANTANA 33/AC5?

The LAMINATE FLOORING MOISTURE-RESISTANT 10MM SANTANA 33/AC5 is 10 mm thick and rated class 33/AC5, suitable for heavy residential and commercial use.

Can this laminate be installed over underfloor heating?

LAMINATE FLOORING MOISTURE-RESISTANT 10MM SANTANA 33/AC5 is generally compatible with electric and hydronic underfloor heating when manufacturer temperature limits are followed and a suitable underlay is used.

What type of locking system does this laminate have and is it easy to fit?

LAMINATE FLOORING MOISTURE-RESISTANT 10MM SANTANA 33/AC5 uses a standard laminate locking system (confirm with the seller), enabling glue-free tight joins and relatively straightforward installation.

How many square metres are in one pack and how many packs for a 12 m² room?

The exact m² per pack for LAMINATE FLOORING MOISTURE-RESISTANT 10MM SANTANA 33/AC5 (model A143048SP) should be confirmed with the seller; for a 12 m² room allow an extra 5–10% for cuts and wastage when ordering.

Who is the manufacturer and what is the model?

The manufacturer is Classen and the product model is A143048SP, SKU 000-476371ASP.

What is the finish/design of the SANTANA panels — wood look or other pattern?

The LAMINATE FLOORING MOISTURE-RESISTANT 10MM SANTANA 33/AC5 features a laminated surface typically imitating a wood pattern; check with the seller for available Santana decors.

What additional materials are needed to install this laminate?

To install LAMINATE FLOORING MOISTURE-RESISTANT 10MM SANTANA 33/AC5 you will need an underlay, skirting/baseboards, installation tools and a vapour barrier if required; exact requirements depend on the subfloor and manufacturer guidance.

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