BB FESTAS ALUGUEL
Fale conosco
$refs.categorySearchInput?.focus(), 250)" class="shrink-0 cursor-pointer rounded-lg bg-zinc-100 px-3 py-2 text-zinc-500 transition-all duration-300 hover:bg-zinc-200 dark:bg-zinc-800 dark:text-zinc-400 dark:hover:bg-zinc-700" type="button" >
Todos
Vasos
262
Totem
741
Doceira
820
Temáticos
2017
Material Decorativo
4012
Boleiras
82
Material Buffet
114
Mobília
618
Painel
1232
Categorias
$nextTick(() => scrollToActive()))" class="mx-2 cursor-pointer rounded-lg px-4 py-2.5 text-left text-sm font-medium transition-colors bg-[var(--cp-soft)] text-[var(--cp-soft-tx)]" type="button" > Todos
$nextTick(() => scrollToActive()))" class="mx-2 flex cursor-pointer items-center justify-between rounded-lg px-4 py-2.5 text-left text-sm font-medium transition-colors text-zinc-700 hover:bg-zinc-100 dark:text-zinc-300 dark:hover:bg-zinc-800" type="button" x-show="categorySearch === '' || 'vasos'.includes(categorySearch.toLowerCase())" >
Vasos
262
$nextTick(() => scrollToActive()))" class="mx-2 flex cursor-pointer items-center justify-between rounded-lg px-4 py-2.5 text-left text-sm font-medium transition-colors text-zinc-700 hover:bg-zinc-100 dark:text-zinc-300 dark:hover:bg-zinc-800" type="button" x-show="categorySearch === '' || 'totem'.includes(categorySearch.toLowerCase())" >
Totem
741
$nextTick(() => scrollToActive()))" class="mx-2 flex cursor-pointer items-center justify-between rounded-lg px-4 py-2.5 text-left text-sm font-medium transition-colors text-zinc-700 hover:bg-zinc-100 dark:text-zinc-300 dark:hover:bg-zinc-800" type="button" x-show="categorySearch === '' || 'doceira'.includes(categorySearch.toLowerCase())" >
Doceira
820
$nextTick(() => scrollToActive()))" class="mx-2 flex cursor-pointer items-center justify-between rounded-lg px-4 py-2.5 text-left text-sm font-medium transition-colors text-zinc-700 hover:bg-zinc-100 dark:text-zinc-300 dark:hover:bg-zinc-800" type="button" x-show="categorySearch === '' || 'temáticos'.includes(categorySearch.toLowerCase())" >
Temáticos
2017
$nextTick(() => scrollToActive()))" class="mx-2 flex cursor-pointer items-center justify-between rounded-lg px-4 py-2.5 text-left text-sm font-medium transition-colors text-zinc-700 hover:bg-zinc-100 dark:text-zinc-300 dark:hover:bg-zinc-800" type="button" x-show="categorySearch === '' || 'material decorativo'.includes(categorySearch.toLowerCase())" >
Material Decorativo
4012
$nextTick(() => scrollToActive()))" class="mx-2 flex cursor-pointer items-center justify-between rounded-lg px-4 py-2.5 text-left text-sm font-medium transition-colors text-zinc-700 hover:bg-zinc-100 dark:text-zinc-300 dark:hover:bg-zinc-800" type="button" x-show="categorySearch === '' || 'boleiras'.includes(categorySearch.toLowerCase())" >
Boleiras
82
$nextTick(() => scrollToActive()))" class="mx-2 flex cursor-pointer items-center justify-between rounded-lg px-4 py-2.5 text-left text-sm font-medium transition-colors text-zinc-700 hover:bg-zinc-100 dark:text-zinc-300 dark:hover:bg-zinc-800" type="button" x-show="categorySearch === '' || 'material buffet'.includes(categorySearch.toLowerCase())" >
Material Buffet
114
$nextTick(() => scrollToActive()))" class="mx-2 flex cursor-pointer items-center justify-between rounded-lg px-4 py-2.5 text-left text-sm font-medium transition-colors text-zinc-700 hover:bg-zinc-100 dark:text-zinc-300 dark:hover:bg-zinc-800" type="button" x-show="categorySearch === '' || 'mobília'.includes(categorySearch.toLowerCase())" >
Mobília
618
$nextTick(() => scrollToActive()))" class="mx-2 flex cursor-pointer items-center justify-between rounded-lg px-4 py-2.5 text-left text-sm font-medium transition-colors text-zinc-700 hover:bg-zinc-100 dark:text-zinc-300 dark:hover:bg-zinc-800" type="button" x-show="categorySearch === '' || 'painel'.includes(categorySearch.toLowerCase())" >
Painel
1232
5151 itens encontrados
Cubo Simbolo Mulher Maravilha (Herois) 15Cm X 15Cm
R$ 15,00
Locação
Cubo Simbolo Mulher Maravilha (Herois) 15Cm X 15Cm
R$ 15,00
Locação
Cubo Simbolo Thor (Herois) 15Cm X 15Cm
R$ 15,00
Locação
Cubo Take de Canal Youtube 15Cm Alt X 15 X 15Cm
R$ 15,00
Locação
Cubo Telado G Preto + Tampo 65Cm X 60Cm X 60Cm
R$ 60,00
Locação
Cubo Telado M Preto + Tampo 75Cm X 70Cm X 70Cm
R$ 50,00
Locação
Cubo Telado M Preto + Tampo 75Cm X 70Cm X 70Cm
R$ 50,00
Locação
Cubo Telado P Preto + Tampo 50Cm X 50Cm X 50Cm
R$ 45,00
Locação
Cubo Telado P Preto + Tampo 50Cm X 50Cm X 50Cm
R$ 45,00
Locação
Math.abs(dy) && Math.abs(dx) > 10) { dragging = true } if (dragging) { touchDelta = dx; swiping = true } " @touchend=" if (swiping && Math.abs(touchDelta) > 50) { touchDelta < 0 ? next() : prev() } touchDelta = 0; swiping = false; dragging = false " @mousedown.prevent="touchStartX = $event.clientX; touchStartY = $event.clientY; dragging = false; touchDelta = 0" @mousemove=" if (touchStartX === 0 && touchStartY === 0) return; let dx = $event.clientX - touchStartX; let dy = $event.clientY - touchStartY; if (!dragging && Math.abs(dx) > Math.abs(dy) && Math.abs(dx) > 10) { dragging = true } if (dragging) { touchDelta = dx; swiping = true } " @mouseup=" if (swiping && Math.abs(touchDelta) > 50) { touchDelta < 0 ? next() : prev() } if (dragging) { let a = $el.closest('a'); a.__dragged = true; setTimeout(() => a.__dragged = false, 50) } touchDelta = 0; swiping = false; dragging = false; touchStartX = 0; touchStartY = 0 " @mouseleave=" if (swiping) { if (Math.abs(touchDelta) > 50) { touchDelta < 0 ? next() : prev() } } if (dragging) { let a = $el.closest('a'); a.__dragged = true; setTimeout(() => a.__dragged = false, 50) } touchDelta = 0; swiping = false; dragging = false; touchStartX = 0; touchStartY = 0 " >
Cubo Vazado Alto Branco + Tampo Rústico/Branco 90Cm X 35Cm X 35Cm
R$ 35,00
Locação
Math.abs(dy) && Math.abs(dx) > 10) { dragging = true } if (dragging) { touchDelta = dx; swiping = true } " @touchend=" if (swiping && Math.abs(touchDelta) > 50) { touchDelta < 0 ? next() : prev() } touchDelta = 0; swiping = false; dragging = false " @mousedown.prevent="touchStartX = $event.clientX; touchStartY = $event.clientY; dragging = false; touchDelta = 0" @mousemove=" if (touchStartX === 0 && touchStartY === 0) return; let dx = $event.clientX - touchStartX; let dy = $event.clientY - touchStartY; if (!dragging && Math.abs(dx) > Math.abs(dy) && Math.abs(dx) > 10) { dragging = true } if (dragging) { touchDelta = dx; swiping = true } " @mouseup=" if (swiping && Math.abs(touchDelta) > 50) { touchDelta < 0 ? next() : prev() } if (dragging) { let a = $el.closest('a'); a.__dragged = true; setTimeout(() => a.__dragged = false, 50) } touchDelta = 0; swiping = false; dragging = false; touchStartX = 0; touchStartY = 0 " @mouseleave=" if (swiping) { if (Math.abs(touchDelta) > 50) { touchDelta < 0 ? next() : prev() } } if (dragging) { let a = $el.closest('a'); a.__dragged = true; setTimeout(() => a.__dragged = false, 50) } touchDelta = 0; swiping = false; dragging = false; touchStartX = 0; touchStartY = 0 " >
Cubo Vazado Alto Ferro Azul Escuro + Tampo Rústico/Branco 90Cm X 35Cm X 35Cm
R$ 35,00
Locação
Math.abs(dy) && Math.abs(dx) > 10) { dragging = true } if (dragging) { touchDelta = dx; swiping = true } " @touchend=" if (swiping && Math.abs(touchDelta) > 50) { touchDelta < 0 ? next() : prev() } touchDelta = 0; swiping = false; dragging = false " @mousedown.prevent="touchStartX = $event.clientX; touchStartY = $event.clientY; dragging = false; touchDelta = 0" @mousemove=" if (touchStartX === 0 && touchStartY === 0) return; let dx = $event.clientX - touchStartX; let dy = $event.clientY - touchStartY; if (!dragging && Math.abs(dx) > Math.abs(dy) && Math.abs(dx) > 10) { dragging = true } if (dragging) { touchDelta = dx; swiping = true } " @mouseup=" if (swiping && Math.abs(touchDelta) > 50) { touchDelta < 0 ? next() : prev() } if (dragging) { let a = $el.closest('a'); a.__dragged = true; setTimeout(() => a.__dragged = false, 50) } touchDelta = 0; swiping = false; dragging = false; touchStartX = 0; touchStartY = 0 " @mouseleave=" if (swiping) { if (Math.abs(touchDelta) > 50) { touchDelta < 0 ? next() : prev() } } if (dragging) { let a = $el.closest('a'); a.__dragged = true; setTimeout(() => a.__dragged = false, 50) } touchDelta = 0; swiping = false; dragging = false; touchStartX = 0; touchStartY = 0 " >
Cubo Vazado Alto Ferro Dourada +Tampo Rústico/Branco 90Cm X 35Cm X 35Cm
R$ 35,00
Locação
Cubo Vazado Alto Preto 90Cm X 35Cm X 35Cm
R$ 35,00
Locação
Cubo Vazado G Preto 75Cm X 90Cm X 70Cm
R$ 60,00
Locação
Math.abs(dy) && Math.abs(dx) > 10) { dragging = true } if (dragging) { touchDelta = dx; swiping = true } " @touchend=" if (swiping && Math.abs(touchDelta) > 50) { touchDelta < 0 ? next() : prev() } touchDelta = 0; swiping = false; dragging = false " @mousedown.prevent="touchStartX = $event.clientX; touchStartY = $event.clientY; dragging = false; touchDelta = 0" @mousemove=" if (touchStartX === 0 && touchStartY === 0) return; let dx = $event.clientX - touchStartX; let dy = $event.clientY - touchStartY; if (!dragging && Math.abs(dx) > Math.abs(dy) && Math.abs(dx) > 10) { dragging = true } if (dragging) { touchDelta = dx; swiping = true } " @mouseup=" if (swiping && Math.abs(touchDelta) > 50) { touchDelta < 0 ? next() : prev() } if (dragging) { let a = $el.closest('a'); a.__dragged = true; setTimeout(() => a.__dragged = false, 50) } touchDelta = 0; swiping = false; dragging = false; touchStartX = 0; touchStartY = 0 " @mouseleave=" if (swiping) { if (Math.abs(touchDelta) > 50) { touchDelta < 0 ? next() : prev() } } if (dragging) { let a = $el.closest('a'); a.__dragged = true; setTimeout(() => a.__dragged = false, 50) } touchDelta = 0; swiping = false; dragging = false; touchStartX = 0; touchStartY = 0 " >
Cubo Vazado M Ferro Azul Claro + Tampo Rústico/Branco 70Cm X 50Cm X 50Cm
R$ 45,00
Locação
Math.abs(dy) && Math.abs(dx) > 10) { dragging = true } if (dragging) { touchDelta = dx; swiping = true } " @touchend=" if (swiping && Math.abs(touchDelta) > 50) { touchDelta < 0 ? next() : prev() } touchDelta = 0; swiping = false; dragging = false " @mousedown.prevent="touchStartX = $event.clientX; touchStartY = $event.clientY; dragging = false; touchDelta = 0" @mousemove=" if (touchStartX === 0 && touchStartY === 0) return; let dx = $event.clientX - touchStartX; let dy = $event.clientY - touchStartY; if (!dragging && Math.abs(dx) > Math.abs(dy) && Math.abs(dx) > 10) { dragging = true } if (dragging) { touchDelta = dx; swiping = true } " @mouseup=" if (swiping && Math.abs(touchDelta) > 50) { touchDelta < 0 ? next() : prev() } if (dragging) { let a = $el.closest('a'); a.__dragged = true; setTimeout(() => a.__dragged = false, 50) } touchDelta = 0; swiping = false; dragging = false; touchStartX = 0; touchStartY = 0 " @mouseleave=" if (swiping) { if (Math.abs(touchDelta) > 50) { touchDelta < 0 ? next() : prev() } } if (dragging) { let a = $el.closest('a'); a.__dragged = true; setTimeout(() => a.__dragged = false, 50) } touchDelta = 0; swiping = false; dragging = false; touchStartX = 0; touchStartY = 0 " >
Cubo Vazado M Ferro Azul Escuro + Tampo Rústico/Branco 70Cm X 50Cm X 50Cm
R$ 45,00
Locação
1
…
73
74
75
76
77
…
322