(function() { const REGRA_AZUL = 'ENTREGA AZUL'; const TEXTO_AZUL = 'Informe o horário preferencial para entrega do seu pedido'; const TEXTO_PADRAO = 'Faça suas solicitações para a entrega'; function executarTroca() { const itens = document.querySelectorAll('.freight-methods__item'); const campo = document.getElementById('observacoes_entrega'); if (!campo) return; const container = campo.closest('.form-group'); const label = container?.querySelector('label b'); if (!label) return; let isAzul = false; itens.forEach(item => { const radio = item.querySelector('input[type="radio"]'); const titulo = item.querySelector('.freight-methods__item-title b')?.innerText || ""; if (radio && radio.checked && titulo.toUpperCase().includes(REGRA_AZUL)) { isAzul = true; } }); // 🔵 CASO ENTREGA AZUL if (isAzul) { // Atualiza label if (label.innerText !== TEXTO_AZUL) { label.innerText = TEXTO_AZUL; } // Se ainda for textarea, troca para input time if (campo.tagName.toLowerCase() === 'textarea') { const novoInput = document.createElement('input'); novoInput.type = 'time'; novoInput.className = campo.className; novoInput.name = campo.name; novoInput.id = campo.id; novoInput.value = campo.value; campo.parentNode.replaceChild(novoInput, campo); } } else { // ⚪ CASO PADRÃO if (label.innerText !== TEXTO_PADRAO) { label.innerText = TEXTO_PADRAO; } // Se virou input, volta pra textarea if (campo.tagName.toLowerCase() === 'input') { const novoTextarea = document.createElement('textarea'); novoTextarea.className = campo.className; novoTextarea.name = campo.name; novoTextarea.id = campo.id; novoTextarea.maxLength = 500; novoTextarea.rows = 2; novoTextarea.value = campo.value; campo.parentNode.replaceChild(novoTextarea, campo); } } } const interval = setInterval(executarTroca, 500); setTimeout(() => clearInterval(interval), 30000); document.addEventListener('change', executarTroca); document.addEventListener('click', executarTroca); const observer = new MutationObserver(executarTroca); observer.observe(document.body, { childList: true, subtree: true }); executarTroca(); })();
MENU
Filtros
Filtrar por:

Não foram encontrados produtos com os filtros aplicados

Remova ou ajuste os filtros para continuar
Bolo Isopor 150x150mm
Código: 31000
 
R$ 6,69
Ganhe 6 pontos
Bolo Isopor 200x150mm
Código: 31001
 
R$ 9,79
Ganhe 9 pontos
 
R$ 2,75
Ganhe 2 pontos
 
R$ 15,65
Ganhe 15 pontos
Bola Isopor 25mm Lux
Código: 16960
 
R$ 1,19
Ganhe 1 pontos
 
R$ 7,65
Ganhe 7 pontos
Bolo Isopor 250x150mm
Código: 31002
 
R$ 13,45
Ganhe 13 pontos
Bolo Isopor 150x100mm
Código: 15546
 
R$ 6,19
Ganhe 6 pontos
Bolo Isopor 200x100mm
Código: 15547
 
R$ 9,49
Ganhe 9 pontos
Bolo Isopor 300x150mm
Código: 31003
 
R$ 14,95
Ganhe 14 pontos
Bolo Isopor 100x150mm
Código: 30999
 
R$ 4,89
Ganhe 4 pontos
Bola Isopor 100mm Lux
Código: 16953
 
R$ 9,99
Ganhe 9 pontos
 
R$ 28,09
Ganhe 28 pontos
 
R$ 24,15
Ganhe 24 pontos
Bola Isopor 75mm Lux
Código: 16955
 
R$ 5,49
Ganhe 5 pontos
Bola Isopor 150mm Lux
Código: 16951
 
R$ 14,05
Ganhe 14 pontos
 
R$ 15,90
Ganhe 15 pontos
Porta Gelo Isoplast 2L
Código: 3720
 
R$ 18,25
Ganhe 18 pontos
Bolo Isopor 100x100mm
Código: 30995
 
R$ 5,39
Ganhe 5 pontos
 
R$ 41,15
Ganhe 41 pontos
 
R$ 48,79
Ganhe 48 pontos
Bolo Isopor 250x100mm
Código: 15549
 
R$ 11,09
Ganhe 11 pontos
Bolo Isopor 400x150mm
Código: 31005
 
R$ 27,00
Ganhe 27 pontos
 
R$ 22,09
Ganhe 22 pontos
Carregando produtos...
Cadastre-se para receber nossas ofertas!