top of page

- Fabricante: Carioca
- MDP/DF
- 6 Gavetas externas
- Cabideiro de 1m com suporte no centro
- Corrediças metálicas

- Espelho Incluso

 

Dimensões
Altura: 187 cm
Largura: 153 cm
Profundidade: 40 cm

Guarda Roupa Carioca Dallas Freijo

R$ 1.099,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);