Katia Koppa Ateliê de Festas
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
Adulto
180
Infantil
1091
Casamento
22
Chá de Cozinha
17
Chá Revelação
47
Datas Comemorativas
28
Chá de Bebê
45
Chá de Lingerie
2
Batizado
11
Despedida de Solteiro
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 === '' || 'adulto '.includes(categorySearch.toLowerCase())" >
Adulto
180
$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
1091
$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 === '' || 'casamento'.includes(categorySearch.toLowerCase())" >
Casamento
22
$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 cozinha'.includes(categorySearch.toLowerCase())" >
Chá de Cozinha
17
$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'.includes(categorySearch.toLowerCase())" >
Chá Revelação
47
$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 === '' || 'datas comemorativas'.includes(categorySearch.toLowerCase())" >
Datas Comemorativas
28
$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 bebê'.includes(categorySearch.toLowerCase())" >
Chá de Bebê
45
$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 lingerie'.includes(categorySearch.toLowerCase())" >
Chá de Lingerie
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 === '' || 'batizado'.includes(categorySearch.toLowerCase())" >
Batizado
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 === '' || 'despedida de solteiro'.includes(categorySearch.toLowerCase())" >
Despedida de Solteiro
1
1441 itens encontrados
Adulto - Preto
Kit
Adulto - Preto
Kit
Adulto - Preto
Kit
Adulto - Preto
Kit
Adulto - Preto
Kit
Adulto - Preto
Kit
Adulto - Preto
Kit
Adulto - Preto
Kit
Adulto - Preto
Kit
Adulto - Preto
Kit
Adulto - Preto
Kit
Adulto - Preto
Kit
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 " >
Adulto - Preto
Kit
Adulto - Preto
Kit
Adulto - Rosa
Kit
Adulto - Rosa
Kit
1
…
4
5
6
7
8
…
91