(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
 
R$ 21,35
Ganhe 21 pontos
 
R$ 23,55
Ganhe 23 pontos
 
R$ 55,20
Ganhe 55 pontos
% PROMOÇÃO
Bowl Atenas Mostarda
Código: 47766
De: R$ 26,29
Por: R$ 19,90
Ganhe 19 pontos
% PROMOÇÃO
PRATO P SERVIR DE CR DE CHUMBO DOU 20CM
De: R$ 75,19
Por: R$ 29,90
Ganhe 29 pontos
 
R$ 23,99
Ganhe 23 pontos
 
R$ 29,99
Ganhe 29 pontos
 
R$ 48,00
Ganhe 48 pontos
 
R$ 7,80
Ganhe 7 pontos
 
R$ 70,45
Ganhe 70 pontos
Prato Cristal Pearl 28cm
Código: 33007
 
R$ 47,55
Ganhe 47 pontos
 
R$ 32,09
Ganhe 32 pontos
 
R$ 88,05
Ganhe 88 pontos
 
R$ 39,79
Ganhe 39 pontos
 
R$ 26,69
Ganhe 26 pontos
 
R$ 45,75
Ganhe 45 pontos
CADEIRA POTENZA GRAFITE
Código: 43831
 
R$ 178,15
Ganhe 178 pontos
CADEIRA POTENZA BRANCO
Código: 43834
 
R$ 172,69
Ganhe 172 pontos
CADEIRA POTENZA MARROM
Código: 43840
 
R$ 172,69
Ganhe 172 pontos
% PROMOÇÃO
PRATO SOBREM ATENAS MOSTARDA 1O
De: R$ 29,39
Por: R$ 19,90
Ganhe 19 pontos
 
R$ 46,05
Ganhe 46 pontos
SOMBRINHA STITCH 3D
Código: 63174
 
R$ 54,90
Ganhe 54 pontos
 
R$ 149,90
Ganhe 149 pontos
 
R$ 86,49
Ganhe 86 pontos
Carregando produtos...
Cadastre-se para receber nossas ofertas!