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
Boleiras
88
Doceira
851
Vasos
271
Mobília
686
Material Buffet
137
Material Decorativo
4518
Totem
822
Temáticos
2459
Painel Geral
1326
Painel Estrutura
62
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 === '' || 'boleiras'.includes(categorySearch.toLowerCase())" >
Boleiras
88
$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
851
$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
271
$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
686
$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
137
$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
4518
$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
822
$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
2459
$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 geral'.includes(categorySearch.toLowerCase())" >
Painel Geral
1326
$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 estrutura'.includes(categorySearch.toLowerCase())" >
Painel Estrutura
62
5772 itens encontrados
Bandeja Rústica Redonda Com Pé 6Cm Alt X 27Cm Diametro
Locação
Bandeja Sousplat G Palha Alt 1Cm X 30Cm
Locação
Bandeja Sousplat P Palha Alt 1Cm X 22Cm
Locação
Bandeja Trabalhada Retangular Vidro 3Cm Alt X 20Cm X 30Cm
Locação
Bandeja Tronco de Mesa M 30Cm Diametro
Locação
Bandeja Tronco de Mesa P 15Cm Diametro
Locação
Bandeja Tronco Oval 25Cm Larg X 30Cm Comp
Locação
Bandeja Tronco Redonda 30Cm Diametro
Locação
Bandeja Tronco Redonda 35Cm Diametro
Locação
Bandeja Tronco Retangular Pé de Ferro Alt 7Cm X 25Cm X 8Cm
Locação
Bandeja Vermelho Formato Osso 5Cm Alt X 15Cm Larg X 25Cm Comp
Locação
Banqueta Alta Preto Com Rústico 85Cm Alt X 35Cm X 35Cm
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 " >
Banqueta Alta Pvc Preto 85Cm Alt X 35Cm X 35Cm
Locação
Baralho Louça (Alice No Pais das Maravilhas) 16Cm X 26Cm X 2Cm
Locação
Barco de Louça Decorativo 15Cm Larg X 30Cm Comp
Locação
Barco Decorativo Mdf 6Cm Alt X 16Cm Larg X 39Cm Comp
Locação
1
…
37
38
39
40
41
…
361