top of page

Potência: 2.200 W

Alto-falante de 12 polegadas: 02

Drivers: 02

Conexão: Bluetooth, Auxiliar, USB, Micro SD, FM e P10

Entrada de cartão de memória: sim

Bateria interna: não

Dimensões

Altura: 114,2 cm

Largura: 32,2  cm

GARANTIA: 03 MESES DIRETO NA ASSISTÊNCIA TÉCNICA AUTORIZADA DA FÁBRICA

Caixa de Som Multilaser Pulse SP500 2200Watts

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

     

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