console.log('Theme JS');
const btnVoltarFotosTopo = `
`
const btnVoltarFotosRodape = `
`
const loadingHome = `
`
$( document ).ready(function() {
$('#s-biblioteca-imagens > div > div:nth-child(1) > div > h4').text('Aguarde enquanto carregamos seu produto...')
setTimeout(function(){
$('#navcol-1 > ul > li.nav-item.nav-produtos').after(btnVoltarFotosTopo);
$('#footer > div.s-footer > div > div > div.col-12.col-lg-3 > div > div:nth-child(1) > a').after(btnVoltarFotosRodape);
$('#jsTabelaEnderecoFaturaDados > tr > td.tabela-endereco-radio > label > div').click();
}, 3000);
});
if (document.URL.indexOf('/home/') > 0) {
document.location.href = "https://pluga-checkout.strongrace.com.br/strongrace/produtos-detalhes/4GMKRKNJ/Fotos-Digitais.html";
}
$('#checkbox_termos_uso').attr('checked', 'true');