WALL TILE 29.8X59.8X0.9 WHITE STRIPES MICRO STR.

The photographs are for illustrative purposes only.
Get AI analytics on product WALL TILE 29.8X59.8X0.9 WHITE STRIPES MICRO STR.:
31.56€ / box
Ex Tax: 25.45€ / box
25.25€ / m²
1 box = 1.25m²
Cersanit
0 reviews
Pre-Order
Product Code: 000-472793ASP

Specification

Item sold out
Tags:

DESCRIPTION WALL TILE 29.8X59.8X0.9 WHITE STRIPES MICRO STR. price 31.56€ Cersanit

Product sizes59,80 x 29,80 x 0,90 cm
Package dimensions62,00 x 32,00 x 7,00 cm
Gross weight15,300 kg
Net weight15,550 kg

Unit net weight: 15,300 kg

Total weight: 15,550 kg

Dimensions: 59.80 x 29.80 x 0.90 cm

Package dimensions: 62.00 x 32.00 x 7.00 cm

Description provided by sitypro.com

Keraamilised plaadid
Size (cm)
30x60
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
WALL TILE 29.8X59.8X0.9 WHITE STRIPES MICRO STR.
Write a review
Similar products in stock
Dear visitor, please be aware that this item is temporarily out of stock.
We recommend considering other products:
Wall tile  30X75X0,8 BORNENO WHITE MATE
In Stock
39.12€ Ex Tax: 31.55€
Wall tile  30X75X0,8 ALURE CAUDALIE IVORY MĀTE
In Stock
39.12€ Ex Tax: 31.55€
WALL TILE 30X90 STONE AGE WHITE SATIN RECT
In Stock
38.75€ Ex Tax: 31.25€
Or you can choose other products in the category: Wall tiles
Related Products
rempro rempro-mobile

Frequently asked questions about the WALL TILE 29.8X59.8X0.9 WHITE STRIPES MICRO STR.

What is WALL TILE 29.8X59.8X0.9 WHITE STRIPES MICRO STR. and what are its dimensions?

WALL TILE 29.8X59.8X0.9 WHITE STRIPES MICRO STR. is a Cersanit wall ceramic tile measuring 59.80 x 29.80 x 0.90 cm with a unit net weight of 15.300 kg. Package dimensions are 62.00 x 32.00 x 7.00 cm and total weight is 15.550 kg.

Is this WALL TILE 29.8X59.8X0.9 WHITE STRIPES MICRO STR. suitable for a bathroom or only dry rooms?

WALL TILE 29.8X59.8X0.9 WHITE STRIPES MICRO STR. is a wall ceramic tile suitable for bathroom walls when installed with waterproof adhesive and grout. At 0.9 cm thickness it is not intended for floor use.

How many tiles are in a package and what area does one package cover?

The product lists package dimensions and total weight but does not state the number of tiles per package. Ask the seller for tile count, then multiply a single tile area (0.598 x 0.298 m) to get coverage per package.

What are the tolerances for thickness and geometry of this wall ceramic tile?

The listing gives a nominal thickness of 0.90 cm but does not provide manufacturing tolerances. For exact thickness and geometry tolerances consult the Cersanit technical documentation.

What adhesives and grout are suitable for a 59.8x29.8x0.9 cm tile?

Use a wall tile adhesive (paste or standard tile mortar) formulated for ceramic tiles and a waterproof, flexible grout. Choose an adhesive rated for large-format wall tiles and able to support the unit weight of 15.3 kg.

Can this WHITE STRIPES tile be combined with other Cersanit decorative elements?

Yes, WALL TILE 29.8X59.8X0.9 WHITE STRIPES MICRO STR. can be paired with Cersanit decorative panels and borders if formats and thicknesses are compatible. Verify dimensions to ensure a flush installation.

How to cut a 59.8x29.8x0.9 cm tile and what tools are suitable?

Use a manual tile cutter or an electric wet tile saw for cutting this 0.9 cm thick wall tile. For shaped cuts, use an angle grinder with a diamond blade or a specialist tile cutting machine.

Is this tile suitable for kitchen splashback and walls near the sink?

Yes, WALL TILE 29.8X59.8X0.9 WHITE STRIPES MICRO STR. is suitable for kitchen splashbacks and walls near the sink when installed with waterproof adhesive and grout. Regular cleaning of glazed surfaces from grease is recommended.

What are the package dimensions and weight for transport — will it fit in a standard car?

Package dimensions are 62.00 x 32.00 x 7.00 cm and total weight 15.550 kg, so a single package will generally fit in a car boot. For multiple packages check combined volume and weight.

Is the 59.8×29.8 cm tile suitable for vertical or horizontal installation on the wall?

The 59.8×29.8 cm format is suitable for both vertical and horizontal installation. Vertical layout accentuates height, while horizontal layout visually widens the space.

What care and cleaning are recommended for the white striped glazed tile?

Clean WALL TILE 29.8X59.8X0.9 WHITE STRIPES with a soft sponge, warm water and mild detergent; avoid acidic or abrasive cleaners that can damage the glaze. Clean grout lines regularly and use grout protectant if needed.

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