Decking Oil Eskaro Terrace Dark Brown 0.9L

The photographs are for illustrative purposes only.
Get AI analytics on product Decking Oil Eskaro Terrace Dark Brown 0.9L:
9.60€ / pc.
Ex Tax: 7.74€ / pc.
10.67€ / l
1 pc. = 0.9l
Eskaro
0 reviews
In stock
Product Code: 000-495154ASP
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
Tags:

Eskaro Terrace Dark Brown Deck Oil — 0.9 L Outdoor Wood Protector

Oil-based terrace treatment containing natural tung and linseed oil for protective and decorative exterior finishing of wooden surfaces. Check SityPro for buy options and price, and review product features and benefits before purchase.

Key Benefits


    Contains natural tung and linseed oil for wood care
  • Provides protection and decorative treatment for outdoor wood
  • Designed for use on a variety of wooden constructions
  • Can be applied with simple tools: brush or sponge
  • Tool cleaning achievable with lakibensiin

Applications

Suitable for exterior wooden elements where both protection and appearance are important; see the application examples below.


    Terraces
  • Decking boards
  • Handrails
  • Stairs
  • Garden furniture
  • Railings

What to Consider When Choosing


    Do not use on surfaces with biological damage
  1. Not suitable for treating painted surfaces
  2. Confirm desired colour — dark brown (tumepruun)
  3. Choose appropriate tool: brush or sponge as stated
  4. Plan for tool cleaning with lakibensiin

Specifications


    Contains natural tung oil and linseed oil
  • Solvent: lakibensiin
  • Application tools: brush, sponge
  • Tool cleaning: lakibensiin
  • Colour: dark brown
  • Volume: 0.9 L
  • Brand / product line: Eskaro Terrace

Why Buy from SityPro


    Easy online purchase — buy directly from SityPro
  • Clear price and product features listed on the site
  • Convenient ordering and customer support for guidance
  • Delivery available to Estonia and Finland
  • Reliable service and product selection for exterior wood care

Description provided by sitypro.com

Decking Oil Eskaro Terrace Dark Brown 0.9L
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the DECKING OIL ESKARO TERRACE TUMEPRUUN 0,9L

What is Decking Oil Eskaro Terrace Dark Brown 0.9L and which surfaces is it for?

Decking Oil Eskaro Terrace Dark Brown 0.9L is an outdoor protective and decorative oil based on tung and linseed oils. It’s suitable for terraces, decking boards, handrails, stairs, garden furniture and railings, providing moisture protection and a dark brown finish.

How do I apply Decking Oil Eskaro Terrace Dark Brown — brush or sponge?

You can apply the oil with a brush or a sponge; both are suitable. Work along the grain, remove excess after 10–15 minutes, and apply a second coat if the timber is highly absorbent.

Is Decking Oil Eskaro Terrace suitable for pine, oak and larch decking boards?

Yes, the oil is suitable for a range of timbers including pine, larch and oak. More porous timbers like pine and larch may need a second coat for even colouring and adequate protection.

How much area does 0.9L of Decking Oil Eskaro Terrace cover per m²?

Coverage depends on timber absorbency; typically 0.9L covers about 5–10 m² with one thin coat. Highly absorbent surfaces requiring two coats will halve that coverage.

Can I apply Decking Oil Eskaro Terrace over previously lacquered or painted surfaces?

Applying the oil over intact lacquer or paint is not recommended because the oil won’t penetrate. You should remove the old coating or properly prepare the surface before oiling.

How do I clean tools after using Decking Oil Eskaro Terrace?

Clean tools immediately after use with lakibensiin (varnish solvent). Rinse and dry tools thoroughly before storing.

Can I use Decking Oil Eskaro Terrace on garden furniture and how often should I reapply?

Yes, the oil is suitable for garden furniture and enhances the wood grain. Reapply typically once a year or when water repellency and appearance begin to decline.

Does Decking Oil Eskaro Terrace protect against moisture and dirt outdoors?

Yes, the tung‑ and linseed‑oil formulation improves wood’s water resistance and protects against dirt and weathering. For lasting protection, follow application instructions and maintain regularly.

Can Decking Oil Eskaro Terrace be applied in cold or humid conditions?

The product is for outdoor use but no exact temperature limits are provided; avoid application in very cold or highly humid conditions to ensure proper absorption and curing. Apply to a clean, dry surface in favourable weather.

How does Decking Oil Eskaro Terrace Dark Brown differ from other shades of the same oil?

Dark Brown provides a rich, darker tone that emphasises the wood grain, whereas lighter shades alter the appearance more subtly. Choose based on the desired colour effect and how it complements surrounding finishes.

Do I need to prepare the surface before applying Decking Oil Eskaro Terrace and how?

Yes — ensure the surface is clean, dry and free of dirt, mould and impermeable old coatings. Sand if necessary, remove old layers, brush and wash the surface, and allow it to dry completely before applying the oil.

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