(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$ 14,55
Ganhe 14 pontos
 
R$ 14,65
Ganhe 14 pontos
% PROMOÇÃO
Garrafa Neoplas 400ml Inox Clik Vermelho
De: R$ 10,65
Por: R$ 8,99
Ganhe 8 pontos
% PROMOÇÃO
Garrafa Neoplas 400ml Inox Clik Vermelho
De: R$ 10,65
Por: R$ 8,99
Ganhe 8 pontos
% PROMOÇÃO
Garrafa Neoplas 400ml Inox Clik Vermelho
De: R$ 10,05
Por: R$ 8,99
Ganhe 8 pontos
% PROMOÇÃO
Garrafa Neoplas 400ml Inox Clik Vermelho
De: R$ 10,65
Por: R$ 8,99
Ganhe 8 pontos
 
R$ 32,70
Ganhe 32 pontos
 
R$ 60,50
Ganhe 60 pontos
 
R$ 84,95
Ganhe 84 pontos
 
R$ 11,70
Ganhe 11 pontos
 
R$ 32,65
Ganhe 32 pontos
 
R$ 32,69
Ganhe 32 pontos
 
R$ 78,59
Ganhe 78 pontos
 
R$ 20,35
Ganhe 20 pontos
 
R$ 21,79
Ganhe 21 pontos
Conjunto 6 Garfos para Mesa Inox Positano 20cm
Conjunto 6 Garfos para Mesa Inox Positano 20cm
Código: 60764
 
R$ 82,19
Ganhe 82 pontos
 
R$ 6,59
Ganhe 6 pontos
 
R$ 32,65
Ganhe 32 pontos
De: R$ 151,09
Por: R$ 99,90
Ganhe 99 pontos
Infusor Mimo Style de Inox para Chá Coração
INFUSOR MIMO DE INOX P CHA CORACAO
Código: 38835
 
R$ 11,45
Ganhe 11 pontos
 
R$ 11,79
Ganhe 11 pontos
Pinça Para Gelo Mimo Pegador
PINCA PARA GELO MIMO PEGADOR
Código: 38881
 
R$ 9,79
Ganhe 9 pontos
 
R$ 137,70
Ganhe 137 pontos
Carregando produtos...
Cadastre-se para receber nossas ofertas!