PARQUET KALASABA OPTILOCK OAK MARZIPAN MUFF.LAKK

The photographs are for illustrative purposes only.
Get AI analytics on product Herringbone Parquet Optilock Oak Marzipan Matt Lacquer:
38.87€ / box
Ex Tax: 31.35€ / box
59.81€ / m²
1 box = 0.65m²
Barlinek
0 reviews
In stock
Product Code: 000-462713ASP
Price in reward points: 1
Qty
One click order
Tags:
Product sizes72,50 x 13,00 x 1,40 cm
Package dimensions75,00 x 15,00 x 10,00 cm
Gross weight4,870 kg
Net weight5,012 kg

Oak Herringbone Parquet with Optilock and Marzipan Lacquer Finish

Parquet flooring in oak arranged in a herringbone pattern, featuring the Optilock installation system and a marzipan lacquer surface for indoor floor application.

Key Benefits


    Classic herringbone aesthetic enhances interior design
  • Natural oak appearance for warm, timeless look
  • Optilock system enables secure and straightforward installation
  • Muff.lakk lacquered surface protects and finishes the wood
  • Easy to clean and maintain
  • Improves overall room value and feel

Applications

Typical areas of application for this parquet type.


    Living rooms and lounges
  • Bedrooms
  • Hallways and entryways
  • Dining rooms
  • Office and boutique interiors

What to Consider When Choosing


    Check a color sample under your room lighting before purchase
  1. Confirm subfloor compatibility for Optilock installation
  2. Plan the herringbone layout and direction in advance
  3. Calculate required quantity and allow for cutting waste
  4. Review installation guidance for the Optilock system

Specifications


    Product type: Parquet
  • Pattern: Herringbone (KALASABA)
  • Locking system: OPTILOCK
  • Wood species: Oak
  • Color/finish: Marzipan
  • Surface: Muff.lakk (lacquer)

Why Buy from SityPro


    Easy to buy online via SityPro
  • Transparent price details and product information
  • Delivery available to Estonia and Finland
  • Clear features and application guidance on the site
  • Customer support for product selection and installation

Description provided by sitypro.com

PARQUET KALASABA OPTILOCK OAK MARZIPAN MUFF.LAKK
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the Herringbone Parquet Optilock Oak Marzipan Matt Lacquer

What is Herringbone Parquet Optilock Oak Marzipan Matt Lacquer and where is it used?

Herringbone Parquet Optilock Oak Marzipan Matt Lacquer is a single-strip oak herringbone board finished with a Marzipan matt lacquer and Optilock/Barclick joining system. It’s used indoors—living rooms, bedrooms, hallways and offices—and is compatible with underfloor heating when installed over a suitable subfloor.

What are the board dimensions and construction — is it suitable for herringbone installation?

The product is a single-strip oak board with Optilock/Barclick joining, specifically designed for herringbone layouts. Exact board dimensions for model A139480SP are provided in Barlinek’s technical datasheet, and the single-strip construction is appropriate for classic herringbone installation.

Is this parquet suitable for underfloor heating and what are subfloor requirements?

Yes, the parquet is compatible with underfloor heating provided the subfloor is flat, dry and meets the manufacturer’s thermal and moisture specifications. Check Barlinek’s technical guide for maximum surface temperature and allowable subfloor moisture before installation.

How to maintain the Marzipan matt lacquer surface and what cleaners to use?

The Marzipan matt lacquer protects the surface; vacuum or sweep regularly and clean with a lightly damp cloth and a neutral parquet cleaner. Avoid harsh chemicals, bleach and excess water which can damage the lacquer finish.

How does the Optilock/Barclick model differ from solid plank flooring?

The Optilock/Barclick model is a factory-finished single-strip parquet with locking joints for faster click installation without glue and greater dimensional stability versus solid plank. Solid wood often requires glue/nailing and is more prone to movement with humidity changes.

What is the wood texture and brushing like — are knots and grain visible?

The board features pronounced brushing that accentuates oak texture and grain depth; a small number of knots are present for a natural look. The surface is finished with a matt lacquer for a subdued sheen.

Is Optilock Marzipan Matt Lacquer suitable for high-traffic commercial spaces?

The product is primarily intended for residential and office use; for very high-traffic commercial areas verify Barlinek’s wear classification and consider boards with a heavier protective finish. Use entrance mats and more frequent maintenance in busy zones.

What installation method is recommended—floating, glued or nailed—for this model?

The Optilock/Barclick locking system enables floating (click) installation without glue, which is the standard recommendation. For glued installations check Barlinek’s guidance, but the typical approach is floating installation using the locking joints.

What is the model number and manufacturer—how to ensure skirtings/thresholds compatibility?

The model is A139480SP, SKU 000-462713ASP, manufactured by Barlinek. Match skirtings and thresholds to the board thickness and height from Barlinek’s technical data and reference the model/SKU when selecting accessories.

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