Joint Grout KIILTO 48 SÖEHALL 1kg

The photographs are for illustrative purposes only.
Get AI analytics on product Joint Grout KIILTO 48 SÖEHALL 1kg:
7.32€ / pc.
Ex Tax: 5.90€ / pc.
7.32€ / m²
1 pc. = 1m²
Kiilto
0 reviews
In stock
Product Code: 000-354246ASP

Specification

Qty
Tags:

DESCRIPTION Joint Grout KIILTO 48 SÖEHALL 1kg price 7.44€ Kiilto

Package dimensions13,00 x 13,00 x 13,00 cm
Gross weight1,000 kg
Net weight1,060 kg

VUUGISEGU KIILTO 48 SÖEHALL 1kg

Värviline tsemendialusel vuugitäide kahhel- ja klinkerplaatide vuukimiseks seina- ja põrandapindadel sees ja väljas. Vuugi laius 1-6 mm. CG2 W A veekindlus- ja kulumisklassi nõuetele vastav. Vetthülgav. Kulu: 0,5-1,5 m²/kg sõltuvalt vuugi laiusest.

Product details

Net weight: 1.00 kg
Total weight: 1.06 kg
Package measurements: 13.00 x 13.00 x 13.00 cm

Description provided by sitypro.com

Keraamilised plaadid
Type
Grout for joints
Общее
Manufacturer
Kiilto
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Joint Grout KIILTO 48 SÖEHALL 1kg
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Joint Grout KIILTO 48 SÖEHALL 1kg

What is Joint Grout KIILTO 48 SÖEHALL 1kg and what is it used for?

Joint Grout KIILTO 48 SÖEHALL 1kg is a coloured cement-based grout for tiling and clinker tiles on walls and floors, usable indoors and outdoors. It fits joint widths 1–6 mm, meets CG2 WA durability/water resistance standards and is water-repellent.

What joint widths does Joint Grout KIILTO 48 SÖEHALL cover?

Joint Grout KIILTO 48 SÖEHALL is suitable for joint widths from 1 to 6 mm, covering most standard tile and clinker installations.

Is Joint Grout KIILTO 48 suitable for wet rooms and exterior facades?

Yes. It meets CG2 WA standards for water resistance and wear class and is water-repellent, making it suitable for bathrooms, balconies and exterior facades.

What is the coverage of Joint Grout KIILTO 48 per 1 kg?

Coverage is 0.5–1.5 m² per kg depending on joint width and depth: narrow joints approach 1.5 m²/kg, while wider joints are closer to 0.5 m²/kg.

Is Joint Grout KIILTO 48 suitable for high-traffic floors?

Yes, it meets CG2 wear-class requirements and is suitable for medium to high traffic floors; for very heavy industrial areas, check specific site requirements.

What are the package weight and dimensions of Joint Grout KIILTO 48 1kg?

Net weight is 1.00 kg, gross weight 1.06 kg. Package dimensions are 13 x 13 x 13 cm.

Can Joint Grout KIILTO 48 be used outdoors with clinker tiles in freezing temperatures?

The description states it is for indoor and outdoor use and meets CG2 WA. However, curing can be affected by frost; follow the manufacturer's instructions regarding application and curing temperatures.

Is Joint Grout KIILTO 48 compatible with epoxy or dispersion primers?

This is a cement-based grout; cement grouts generally work with mineral and suitable primers, but compatibility with epoxy or dispersion primers depends on the specific primer. Check Kiilto's technical guidance for the chosen primer.

What is the shade and finish of KIILTO 48 SÖEHALL — is it suitable for dark and light tiles?

The SÖEHALL name indicates a dark grey (charcoal) shade, which pairs well with dark tiles and contrasts light tiles. Always compare a grout sample with your tiles before final selection.

How to calculate how many 1 kg packs are needed for a standard bathroom?

Use the coverage 0.5–1.5 m²/kg: measure the tiled area and estimate average joint width, then divide area by the expected coverage (e.g. 1 m²/kg for average joints). For precise calculation use tile-size consumption charts or ask your installer.

Where to buy Joint Grout KIILTO 48 SÖEHALL 1kg?

You can buy Joint Grout KIILTO 48 SÖEHALL 1kg in our online store for 5.90€. Category: Joint mixtures.

What is the price of Joint Grout KIILTO 48 SÖEHALL 1kg?

The current price of Joint Grout KIILTO 48 SÖEHALL 1kg is 5.90€. Brand: Kiilto.

Joint Grout KIILTO 48 SÖEHALL 1kg — specifications and description

Model: 000-354246ASP. Category: Joint mixtures. Brand: Kiilto. Price: 5.90€.

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