var day = parseInt(2), hour = parseInt(6), minute = parseInt(30), seconds = parseInt(0); var nomeProduto = "THUNDERPLUS"; var status = '1'; window.onload = function () { if (status == '1') { var search = "c" + nomeProduto + "P="; if (document.cookie.length > 0) { offset = document.cookie.indexOf(search); if (offset != -1) { offset += search.length; end = document.cookie.indexOf(";", offset); if (end == -1) end = document.cookie.length; value = unescape(document.cookie.substring(offset, end)); data = value.split('-'); day = !isNaN(data[0]) ? parseInt(data[0]) : day; hour = !isNaN(data[1]) ? parseInt(data[1]) : hour; minute = !isNaN(data[2]) ? parseInt(data[2]) : minute; seconds = !isNaN(data[3]) ? parseInt(data[3]) : seconds; } } } var fildDay = document.getElementById('counterDay'), fildHour = document.getElementById('counterHour'), fildMinute = document.getElementById('counterMinute'), fildSeconds = document.getElementById('counterSecond'); var sDay = document.getElementById('sDay'), sHour = document.getElementById('sHour'), sMinute = document.getElementById('sMinute'), sSeconds = document.getElementById('sSecond'); var liDay = document.getElementById('liDay'), liHour = document.getElementById('liHour'), liMinute = document.getElementById('liMinute'); var stringDay = ''; var stringHour = ''; var stringMinute = ''; var stringSeconds = ''; if (day == 0) { liDay.style.display = 'none'; } if (day == 0 && hour == 0) { liHour.style.display = 'none'; } if (day == 0 && hour == 0 && minute == 0) { liMinute.style.display = 'none'; } var inter = setInterval(function () { stringDay = day; stringHour = hour; stringMinute = minute; stringSeconds = seconds; fildDay.innerHTML = stringDay; fildHour.innerHTML = stringHour; fildMinute.innerHTML = stringMinute; fildSeconds.innerHTML = stringSeconds; if (seconds == 1) { sSecond.innerHTML = 'Segundo'; } else { sSecond.innerHTML = 'Segundos'; if (minute == 1) { sMinute.innerHTML = 'Minuto'; } else { sMinute.innerHTML = 'Minutos'; if (hour == 1) { sHour.innerHTML = 'Hora'; } else { sHour.innerHTML = 'Horas'; if (day == 1) { sDay.innerHTML = 'Dia'; } else { sDay.innerHTML = 'Dias'; } } } } if (day == 0) { liDay.style.display = 'none'; } if (day == 0 && hour == 0) { liHour.style.display = 'none'; } if (day == 0 && hour == 0 && minute == 0) { liMinute.style.display = 'none'; } seconds--; if (seconds < 0) { minute--; seconds = 59; if (minute < 0) { hour--; minute = 59; if (hour < 0) { day--; hour = 23; if (day < 0) { day = 0; hour = 0; minute = 0; seconds = 0; clearInterval(inter); document.getElementById('countdown').style.display = 'none'; document.getElementById('expired').style.display = 'block'; } } } } }, 1000); } window.onbeforeunload = function () { var expires = new Date(); // 7 dias para expirar expires.setDate(expires.getDate() + 7); var data = day + '-' + hour + '-' + minute + '-' + seconds; document.cookie = "c" + nomeProduto + "P=" + data + "; expires=" + expires.toGMTString() }; .checkmark-circle { width: 130px; height: 130px; position: relative; display: inline-block; vertical-align: top; } .checkmark-circle .background { width: 130px; height: 130px; border-radius: 50%; background: #2EB150; position: absolute; } .checkmark-circle .checkmark { border-radius: 5px; } .checkmark-circle .checkmark.draw:after { -webkit-animation-delay: 100ms; -moz-animation-delay: 100ms; animation-delay: 100ms; -webkit-animation-duration: 1s; -moz-animation-duration: 1s; animation-duration: 1s; -webkit-animation-timing-function: ease; -moz-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-name: checkmark; -moz-animation-name: checkmark; animation-name: checkmark; -webkit-transform: scaleX(-1) rotate(135deg); -moz-transform: scaleX(-1) rotate(135deg); -ms-transform: scaleX(-1) rotate(135deg); -o-transform: scaleX(-1) rotate(135deg); transform: scaleX(-1) rotate(135deg); -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; animation-fill-mode: forwards; } .checkmark-circle .checkmark:after { opacity: 1; height: 75px; width: 37.5px; -webkit-transform-origin: left top; -moz-transform-origin: left top; -ms-transform-origin: left top; -o-transform-origin: left top; transform-origin: left top; border-right: 15px solid white; border-top: 15px solid white; border-radius: 2.5px !important; content: ''; left: 25px; top: 75px; position: absolute; } @-webkit-keyframes checkmark { 0% { height: 0; width: 0; opacity: 1; } 20% { height: 0; width: 37.5px; opacity: 1; } 40% { height: 75px; width: 37.5px; opacity: 1; } 100% { height: 75px; width: 37.5px; opacity: 1; } } @-moz-keyframes checkmark { 0% { height: 0; width: 0; opacity: 1; } 20% { height: 0; width: 37.5px; opacity: 1; } 40% { height: 75px; width: 37.5px; opacity: 1; } 100% { height: 75px; width: 37.5px; opacity: 1; } } @keyframes checkmark { 0% { height: 0; width: 0; opacity: 1; } 20% { height: 0; width: 37.5px; opacity: 1; } 40% { height: 75px; width: 37.5px; opacity: 1; } 100% { height: 75px; width: 37.5px; opacity: 1; } }

Seu produto foi reservado com sucesso!
Devido à grande quantidade de pedidos, esse produto ficará reservado para você somente:

var day = parseInt(2), hour = parseInt(6), minute = parseInt(30), seconds = parseInt(0); var nomeProduto = "THUNDERPLUS"; var status = '1'; window.onload = function () { if (status == '1') { var search = "c" + nomeProduto + "P="; if (document.cookie.length > 0) { offset = document.cookie.indexOf(search); if (offset != -1) { offset += search.length; end = document.cookie.indexOf(";", offset); if (end == -1) end = document.cookie.length; value = unescape(document.cookie.substring(offset, end)); data = value.split('-'); day = !isNaN(data[0]) ? parseInt(data[0]) : day; hour = !isNaN(data[1]) ? parseInt(data[1]) : hour; minute = !isNaN(data[2]) ? parseInt(data[2]) : minute; seconds = !isNaN(data[3]) ? parseInt(data[3]) : seconds; } } } var fildDay = document.getElementById('counterDay'), fildHour = document.getElementById('counterHour'), fildMinute = document.getElementById('counterMinute'), fildSeconds = document.getElementById('counterSecond'); var sDay = document.getElementById('sDay'), sHour = document.getElementById('sHour'), sMinute = document.getElementById('sMinute'), sSeconds = document.getElementById('sSecond'); var liDay = document.getElementById('liDay'), liHour = document.getElementById('liHour'), liMinute = document.getElementById('liMinute'); var stringDay = ''; var stringHour = ''; var stringMinute = ''; var stringSeconds = ''; if (day == 0) { liDay.style.display = 'none'; } if (day == 0 && hour == 0) { liHour.style.display = 'none'; } if (day == 0 && hour == 0 && minute == 0) { liMinute.style.display = 'none'; } var inter = setInterval(function () { stringDay = day; stringHour = hour; stringMinute = minute; stringSeconds = seconds; fildDay.innerHTML = stringDay; fildHour.innerHTML = stringHour; fildMinute.innerHTML = stringMinute; fildSeconds.innerHTML = stringSeconds; if (seconds == 1) { sSecond.innerHTML = 'Segundo'; } else { sSecond.innerHTML = 'Segundos'; if (minute == 1) { sMinute.innerHTML = 'Minuto'; } else { sMinute.innerHTML = 'Minutos'; if (hour == 1) { sHour.innerHTML = 'Hora'; } else { sHour.innerHTML = 'Horas'; if (day == 1) { sDay.innerHTML = 'Dia'; } else { sDay.innerHTML = 'Dias'; } } } } if (day == 0) { liDay.style.display = 'none'; } if (day == 0 && hour == 0) { liHour.style.display = 'none'; } if (day == 0 && hour == 0 && minute == 0) { liMinute.style.display = 'none'; } seconds--; if (seconds < 0) { minute--; seconds = 59; if (minute < 0) { hour--; minute = 59; if (hour < 0) { day--; hour = 23; if (day < 0) { day = 0; hour = 0; minute = 0; seconds = 0; clearInterval(inter); document.getElementById('countdown').style.display = 'none'; document.getElementById('expired').style.display = 'block'; } } } } }, 1000); } window.onbeforeunload = function () { var expires = new Date(); // 7 dias para expirar expires.setDate(expires.getDate() + 7); var data = day + '-' + hour + '-' + minute + '-' + seconds; document.cookie = "c" + nomeProduto + "P=" + data + "; expires=" + expires.toGMTString() }; .checkmark-circle { width: 130px; height: 130px; position: relative; display: inline-block; vertical-align: top; } .checkmark-circle .background { width: 130px; height: 130px; border-radius: 50%; background: #2EB150; position: absolute; } .checkmark-circle .checkmark { border-radius: 5px; } .checkmark-circle .checkmark.draw:after { -webkit-animation-delay: 100ms; -moz-animation-delay: 100ms; animation-delay: 100ms; -webkit-animation-duration: 1s; -moz-animation-duration: 1s; animation-duration: 1s; -webkit-animation-timing-function: ease; -moz-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-name: checkmark; -moz-animation-name: checkmark; animation-name: checkmark; -webkit-transform: scaleX(-1) rotate(135deg); -moz-transform: scaleX(-1) rotate(135deg); -ms-transform: scaleX(-1) rotate(135deg); -o-transform: scaleX(-1) rotate(135deg); transform: scaleX(-1) rotate(135deg); -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; animation-fill-mode: forwards; } .checkmark-circle .checkmark:after { opacity: 1; height: 75px; width: 37.5px; -webkit-transform-origin: left top; -moz-transform-origin: left top; -ms-transform-origin: left top; -o-transform-origin: left top; transform-origin: left top; border-right: 15px solid white; border-top: 15px solid white; border-radius: 2.5px !important; content: ''; left: 25px; top: 75px; position: absolute; } @-webkit-keyframes checkmark { 0% { height: 0; width: 0; opacity: 1; } 20% { height: 0; width: 37.5px; opacity: 1; } 40% { height: 75px; width: 37.5px; opacity: 1; } 100% { height: 75px; width: 37.5px; opacity: 1; } } @-moz-keyframes checkmark { 0% { height: 0; width: 0; opacity: 1; } 20% { height: 0; width: 37.5px; opacity: 1; } 40% { height: 75px; width: 37.5px; opacity: 1; } 100% { height: 75px; width: 37.5px; opacity: 1; } } @keyframes checkmark { 0% { height: 0; width: 0; opacity: 1; } 20% { height: 0; width: 37.5px; opacity: 1; } 40% { height: 75px; width: 37.5px; opacity: 1; } 100% { height: 75px; width: 37.5px; opacity: 1; } } ul.countdownP { list-style: none; margin: 0; padding: 0; display: block; text-align: center; } ul.countdownP li { background-color: transparent; display: inline-block; margin: 0 5px; padding: 2% 0; width: 130px; border: none; color: #fff; text-align: center; } @media all and (max-width: 768px) { ul.countdownP li { width: 51px; } } ul.countdownP li span { font-weight: bold; font-size: 90px; line-height: 90px; } @media all and (max-width: 768px) { ul.countdownP li span { font-size: 30px; line-height: 40px; } } ul.countdownP li p { opacity: .9; font-size: 24px; } @media all and (max-width: 768px) { ul.countdownP li p { font-size: 12px; } } .expired { text-align: center; background-color: #cb0910; width: 50%; margin: 0 auto; padding: 2%; border-radius: 4px; display: none; } .expired h2 { color: #fff; font-weight: bold; }
  • X

    Dias

  • X

    Horas

  • X

    Minutos

  • X

    Segundos

Hoje

Estamos aguardando a confirmação do pagamento do boleto para enviarmos o seu produto.
Após a confirmação do pagamento, sua encomenda será postada no prazo de 1 a 3 dias úteis e logo será enviada pelos Correios.
O prazo para chegar a sua casa é de 10 dias úteis.

Confirme o seu pagamento e garanta o seu!

Assim que seu pedido for enviado, nós iremos lhe enviar um e-mail de confirmação junto com seu Código de rastreio.

Dúvidas Frequentes

1 – Com quantos dias o produto chega na minha casa?
O prazo de postagem do produto nos correios é entre 1 a 3 dias úteis após a confirmação do pagamento. Após a postagem nos correios eles enviam o produto para o seu endereço de cadastro. O prazo de entrega dos correios até a sua casa é de até 10 dias úteis, tirando sábado, domingo e feriados.
2 – Eu posso acompanhar o meu pedido?
Sim. Após a postagem da mercadoria nos correios você receberá o código de rastreio no seu e-mail para poder acompanhar o seu produto até o local da entrega.

FORMAS DE PAGAMENTO

pagamento-1-1-6521751.png

método de entrega

correios-1-1-1-6521804.png

Serviço de atendimento ao consumidor

Você tem dúvidas sobre o nosso produto? Venha conversar conosco!

4003-6076

Site 100% seguro
seguro-5597213.png