Joélia Miranda | Decoração Pegue e Monte
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
Chá Revelação E Bebê
16
Despedida de Solteira
7
Infantil
383
Teen
37
Adulto
60
Batizado E Eucaristia
7
Chá de Casa Nova
11
Festividades
5
Harmonia
18
Noivado / Casamento
2
Mini Kits
1
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 === '' || 'chá revelação e bebê'.includes(categorySearch.toLowerCase())" >
Chá Revelação E Bebê
16
$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 === '' || 'despedida de solteira'.includes(categorySearch.toLowerCase())" >
Despedida de Solteira
7
$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 === '' || 'infantil'.includes(categorySearch.toLowerCase())" >
Infantil
383
$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 === '' || 'teen'.includes(categorySearch.toLowerCase())" >
Teen
37
$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 === '' || 'adulto'.includes(categorySearch.toLowerCase())" >
Adulto
60
$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 === '' || 'batizado e eucaristia'.includes(categorySearch.toLowerCase())" >
Batizado E Eucaristia
7
$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 === '' || 'chá de casa nova'.includes(categorySearch.toLowerCase())" >
Chá de Casa Nova
11
$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 === '' || 'festividades'.includes(categorySearch.toLowerCase())" >
Festividades
5
$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 === '' || 'harmonia'.includes(categorySearch.toLowerCase())" >
Harmonia
18
$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 === '' || 'noivado / casamento'.includes(categorySearch.toLowerCase())" >
Noivado / Casamento
2
$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 === '' || 'mini kits'.includes(categorySearch.toLowerCase())" >
Mini Kits
1
464 itens encontrados
C000094 - Classic Branco - Batizado
R$ 315,00
Kit
20 itens
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 " >
C000097 - Flor de Cerejeira
R$ 395,00
Kit
30 itens
C000098 - Composição Verde Oliva Ripado
R$ 379,32
Kit
15 itens
C000099 - Kit Copa / Seleção
R$ 190,00
Kit
19 itens
C000100 - Kit Copa / Brasil 2
R$ 270,00
Kit
22 itens
C00093 - Eucaristia 2
R$ 190,00
Kit
11 itens
C00094 - Eucaristia
R$ 190,00
Kit
11 itens
C00095 - Batizado
R$ 190,00
Kit
12 itens
Cb0001 - Chá de Bebê Verde Oliva - Modelo 1
R$ 305,00
Kit
22 itens
Cb0002 - Chá de Bebê Verde Oliva - Modelo 2
R$ 340,00
Kit
17 itens
Cb0003 - Chá de Bebê Verde Oliva - Modelo 3
R$ 455,00
Kit
28 itens
Cb0004 - Chá de Bebê Branco
R$ 240,00
Kit
20 itens
Cb0005 - Chá de Bebê Rosa Bebê - Modelo 1
R$ 305,00
Kit
23 itens
Cb0006 - Chá de Bebê Rosa Bebê - Modelo 2
R$ 340,00
Kit
19 itens
Cb0007 - Chá de Bebê Rosa Bebê - Modelo 3
R$ 455,00
Kit
29 itens
Cb0009 - Chá de Bebê Xadrez Rosa
R$ 305,00
Kit
23 itens
1
…
4
5
6
7
8
…
29