top of page

BALCÃO NÃO INCLUSO

 

A cozinha Fit da Nicioli é muito bonita e elegante.

Material Principal: MDP

Portas de abrir: 07 (02 de vidro reflecta)

Porta basculante com pistão: 01

Prateleira: 03

Puxadores: 08

Pés: 04

Dimensões

Altura: 206 cm

Largura: 251,2 cm

Profundidade: 43 cm

Garantia: 03 meses

Cozinha Nicioli Fit Carvalho/Chumbo

R$ 894,00Preço
Quantidade
  •  Faça seu pedido pelo nosso WhatsApp, e pague somente na entrega em Salvador, Lauro de Freitas, Camaçari e região metropolitana.

Produtos relacionados

Salvador Móveis

bottom of page
const ButtonId = '#button15'//ID DO BOTÃO NO PROJETO HTML const WhatsappNumber = '557191770157'//NÚMERO DE TELEFONE const PreMsg = 'Olá, tenho interesse neste item: '//MENSSAGEM PERSONALIZADA function whatsappSend() { const url = window.location.href; const ref = `https://api.whatsapp.com/send?phone=${WhatsappNumber}&text=${PreMsg}${url}` window.open(ref, '_blank'); } const button = document.getElementById(ButtonId); button.addEventListener('click', whatsappSend);