(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
% PROMOÇÃO
CX TERMICA MOR 34LT PRETA COM CINZA
De: R$ 116,19
Por: R$ 88,89
Ganhe 88 pontos
% PROMOÇÃO
Caixa Térmica mor 34L Vermelha
De: R$ 116,19
Por: R$ 88,89
Ganhe 88 pontos
% PROMOÇÃO
Caixa Térmica Mor Verde Escuro  34l
De: R$ 116,19
Por: R$ 88,89
Ganhe 88 pontos
% PROMOÇÃO
Caixa Térmica mor 34L Azul
De: R$ 116,19
Por: R$ 88,89
Ganhe 88 pontos
 
R$ 80,05
Ganhe 80 pontos
 
R$ 80,09
Ganhe 80 pontos
 
R$ 158,49
Ganhe 158 pontos
 
R$ 36,39
Ganhe 36 pontos
 
R$ 53,85
Ganhe 53 pontos
 
R$ 65,19
Ganhe 65 pontos
CX TERMICA MOR 6LT PRETO
Código: 50630
 
R$ 53,65
Ganhe 53 pontos
 
R$ 53,79
Ganhe 53 pontos
 
R$ 65,19
Ganhe 65 pontos
 
R$ 76,70
Ganhe 76 pontos
 
R$ 76,35
Ganhe 76 pontos
 
R$ 76,29
Ganhe 76 pontos
Espeto mor Duplo 65
Código: 14901
 
R$ 14,95
Ganhe 14 pontos
Espeto mor Simples 55
Código: 14895
 
R$ 13,35
Ganhe 13 pontos
Faca mor 8 Assador
Código: 14919
 
R$ 51,35
Ganhe 51 pontos
Espeto mor Duplo 55
Código: 14899
 
R$ 12,85
Ganhe 12 pontos
 
R$ 55,20
Ganhe 55 pontos
 
R$ 115,39
Ganhe 115 pontos
 
R$ 115,25
Ganhe 115 pontos
 
R$ 39,69
Ganhe 39 pontos
Carregando produtos...
Cadastre-se para receber nossas ofertas!