(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
Potiche de Cristal Dele 13cm x 13cm x 12cm
Potiche de Cristal Dele 13cm x 13cm x 12cm
Código: 60738
 
R$ 14,25
Ganhe 14 pontos
Potiche de Cristal Renaissance 10,5x 10,5x 9,5cm
Potiche de Cristal Renaissance 10,5x 10,5x 9,5cm
Código: 60736
 
R$ 49,90
Ganhe 49 pontos
Potiche de Cristal Deli Diamond 10,5x 10,5x 9,5cm
Potiche de Cristal Deli Diamond 10,5x 10,5x 9,5cm
Código: 60735
 
R$ 7,00
Ganhe 7 pontos
 
R$ 7,19
Ganhe 7 pontos
 
R$ 22,25
Ganhe 22 pontos
 
R$ 44,70
Ganhe 44 pontos
 
R$ 14,39
Ganhe 14 pontos
 
R$ 108,39
Ganhe 108 pontos
 
R$ 11,95
Ganhe 11 pontos
 
R$ 7,85
Ganhe 7 pontos
% PROMOÇÃO
TACA BARONE NAVY ROSA NUDE PINTADA A MAO
De: R$ 26,85
Por: R$ 16,90
Ganhe 16 pontos
% PROMOÇÃO
DECANTER MALBEC NAVY RS NUDE PINTADA A M
De: R$ 43,35
Por: R$ 22,90
Ganhe 22 pontos
% PROMOÇÃO
PORTA AGUA BENTA NOSSA SRA APARECIDA
De: R$ 31,89
Por: R$ 22,90
Ganhe 22 pontos
 
R$ 32,55
Ganhe 32 pontos
 
R$ 43,05
Ganhe 43 pontos
 
R$ 35,59
Ganhe 35 pontos
 
R$ 28,99
Ganhe 28 pontos
 
R$ 64,90
Ganhe 64 pontos
 
R$ 65,20
Ganhe 65 pontos
 
R$ 65,35
Ganhe 65 pontos
 
R$ 25,60
Ganhe 25 pontos
Carregando produtos...
Cadastre-se para receber nossas ofertas!