MOSAIC 30x30 8mm NR.76

The photographs are for illustrative purposes only.
Get AI analytics on product MOSAIC
30x30 8mm NR.76:
12.60€ / pc.
Ex Tax: 10.16€ / pc.
140.00€ / m²
1 pc. = 0.09m²
No brand
0 reviews
In stock
Product Code: 000-395190ASP

Specification

  • Color/Texture: Nr.76
  • Type: Wall tile decorations
  • Thickness (сm): 0.8
  • Length (cm): 30
  • Width (cm): 30
Qty
Tags:

SPECIFICATION MOSAIC 30x30 8mm NR.76 price 16.83€

Package dimensions30,00 x 30,00 x 0,80 cm
Net weight1,519 kg

 

Product details

Total weight: 1.52 kg
Package measurements: 30.00 x 30.00 x 0.80 cm

Description provided by sitypro.com

Keraamilised plaadid
Color/Texture
Nr.76
Type
Wall tile decorations
Общее
Thickness (сm)
0.8
Length (cm)
30
Width (cm)
30
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
MOSAIC 30x30 8mm NR.76
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the MOSAIC 30x30 8mm NR.76

What is MOSAIC 30x30 8mm NR.76 and what are the package specifications?

MOSAIC 30x30 8mm NR.76 is a decorative mosaic tile sheet sized 30x30 cm with an 8 mm thickness. Total weight is 1.52 kg and package measurements are 30.00 x 30.00 x 0.80 cm; model A062867SP, SKU 000-395190ASP.

Is MOSAIC 30x30 8mm NR.76 suitable for bathroom wall installation?

Yes, the 30x30 cm size and 8 mm thickness make MOSAIC 30x30 8mm NR.76 suitable for bathroom wall cladding. Use moisture-resistant adhesive and grout and check substrate compatibility with your installer.

Can MOSAIC 30x30 8mm NR.76 be installed on floors?

MOSAIC 30x30 8mm NR.76 is primarily decorative, but the 8 mm thickness can be used on floors if the tile's wear resistance and load capacity are suitable. Confirm suitability with a professional and use proper floor adhesive.

What are the dimensions of one mosaic sheet and how many sheets are in the package?

One mosaic sheet package measures 30.00 x 30.00 x 0.80 cm, corresponding to a single 30x30 cm mosaic sheet. The total package weight is 1.52 kg; the product is sold as one sheet per package.

What are the model and SKU of MOSAIC 30x30 8mm NR.76 for contractors?

Use model A062867SP and SKU 000-395190ASP to precisely identify MOSAIC 30x30 8mm NR.76. These codes are useful when ordering or instructing installers.

What material is MOSAIC 30x30 8mm NR.76 made of?

The product description does not specify the material; known specs are 30x30 cm size and 8 mm thickness. Contact the seller for confirmation whether it is glass, ceramic, or another material.

Is MOSAIC 30x30 8mm NR.76 suitable for exterior façade use?

The product details do not state suitability for exterior use. Façade applications require frost and UV resistance, so confirm with the seller whether MOSAIC 30x30 8mm NR.76 is approved for outdoor installation.

How to cut or trim MOSAIC 30x30 8mm NR.76 to size?

30x30 cm sheets are usually cut with a tile cutter along the mesh joints or with mosaic nippers. Because the material is unspecified, ask a professional which tool to use (tile cutter, diamond blade, or mosaic shears) and test a cut on an edge first.

What is the package weight of MOSAIC 30x30 8mm NR.76 and how does it affect installation?

The package gross weight is 1.52 kg. The light weight makes handling and transport easier, but account for it when calculating quantities and lifting logistics on site.

How does MOSAIC 30x30 8mm NR.76 differ from other products in the 30 x 30 category?

MOSAIC 30x30 8mm NR.76 is distinguished by its 30x30 cm size, 8 mm thickness, model A062867SP and package weight of 1.52 kg. Compare these specs and SKU when choosing between 30 x 30 mosaic sheets.

What accessories are needed to install MOSAIC 30x30 8mm NR.76?

You will need tile adhesive, moisture-resistant grout, a spirit level and cutting tools or mosaic nippers. Optionally use primer for the substrate and leveling clips or mesh where required.

Where to buy MOSAIC 30x30 8mm NR.76?

You can buy MOSAIC 30x30 8mm NR.76 in our online store for 10.16€. Category: 30 x 30.

What is the price of MOSAIC 30x30 8mm NR.76?

The current price of MOSAIC 30x30 8mm NR.76 is 10.16€. Brand: Tootja puudub.

MOSAIC 30x30 8mm NR.76 — specifications and description

Model: 000-395190ASP. Category: 30 x 30. Brand: Tootja puudub. Price: 10.16€.

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