top of page

A caixa de som SP503 da Multilaser é um eletrodoméstico que vai surpreender você.

Bluetooth 5.0: sim

Sd Card: sim

Usb: sim

Conexão P10: sim

Potencia: 800 Wats

Autonomia: 6 horas em 50% do volume

Luzes Led: sim

Radio Fm: sim

Função Mega Bass: sim

Reforço de Graves: sim

Tweeter: 1 x 3.5”

Voltagem: 110/220 V

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

Caixa de Som Multilaser Pulse SP503 Flamebox 800W

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