(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$ 16,75
Ganhe 16 pontos
PEIXE SARDINHA INTEIRA KG
Código: 56809
 
R$ 13,29
Ganhe 13 pontos
 
R$ 42,19
Ganhe 42 pontos
PEIXE MANJUBA INT.CONG KG
Código: 51618
 
R$ 18,75
Ganhe 18 pontos
Chiken Supreme 300g
Código: 13928
 
R$ 13,85
Ganhe 13 pontos
PEIXE SARDINHA INTEIRA KG
Código: 63441
 
R$ 29,15
Ganhe 29 pontos
Peixe Palombeta Inteira - Aprox. 500g
PEIXE PALOMBETA INT KG
Código: 51619
 
R$ 11,45
Ganhe 11 pontos
Pescada Eviscerada kg
Código: 20234
 
R$ 18,09
Ganhe 18 pontos
PEIXE SARDINHA INTEIRA KG
Código: 63440
 
R$ 20,89
Ganhe 20 pontos
 
R$ 69,99
Ganhe 69 pontos
 
R$ 12,09
Ganhe 12 pontos
 
R$ 36,09
Ganhe 36 pontos
 
R$ 30,40
Ganhe 30 pontos
 
R$ 30,40
Ganhe 30 pontos
 
R$ 18,09
Ganhe 18 pontos
 
R$ 45,69
Ganhe 45 pontos
 
R$ 48,25
Ganhe 48 pontos
 
R$ 60,09
Ganhe 60 pontos
 
R$ 28,70
Ganhe 28 pontos
 
R$ 49,30
Ganhe 49 pontos
 
R$ 50,99
Ganhe 50 pontos
 
R$ 92,69
Ganhe 92 pontos
 
R$ 13,29
Ganhe 13 pontos
 
R$ 64,59
Ganhe 64 pontos
 
R$ 30,45
Ganhe 30 pontos
Carregando produtos...
Cadastre-se para receber nossas ofertas!