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
857
Vasos
271
Mobília
687
Material Buffet
137
Material Decorativo
4526
Totem
823
Temáticos
2460
Painel Geral
1327
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
857
$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
687
$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
4526
$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
823
$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
2460
$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
1327
$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
5777 itens encontrados
Suporte Acrílico Mostarda/M 8Cm Alt X 26Cm Larg X 14Cm Comp
Locação
Suporte Acrílico Perto M 8Cm Alt X 26Cm Larg X 14Cm Comp
Locação
Suporte Acrílico Prata Com Brilho 9Cm Alt X 26Cm Larg X 14Cm Comp
Locação
Suporte Acrílico Preto G 10Cm Alt X 30Cm Larg X 15Cm Comp
Locação
Suporte Acrílico Preto P 6Cm Alt X 20Cm Larg X 13Cm Comp
Locação
Suporte Acrílico/P Mostarda 6Cm Alt X 20Cm Larg X 13Cm Comp
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 " >
Suporte de Banner Regulável
Locação
Suporte de Chão 60Cm
Locação
Suporte de Chão Branco 1,30M
Locação
Suporte de Chão Preto 1,30M
Locação
Suporte de Mesa 60Cm
Locação
Suporte Mdf Amarelo Neon G Alt 8Cm X 20Cm X 20Cm
Locação
Suporte Mdf Amarelo Neon M Alt 8Cm X 16Cm X 16Cm
Locação
Suporte Mdf Amarelo Neon P Alt 8Cm X 10Cm X 10Cm
Locação
Suporte Mdf Azul Royal Alt 10Cm X 20Cm X 20Cm
Locação
Suporte Mdf Pink Neon G Alt 8Cm X 20Cm X 20Cm
Locação
1
…
274
275
276
277
278
…
362