Todos os produtos serão enviados de acordo com a forma escolhida pelo cliente, em até 2 dias úteis da confirmação do pagamento. O prazo para a entrega varia de acordo com a forma de envio escolhida e não é de nossa responsabilidade, ,já que a entrega fica a cargo dos Correios.

Você será informado do código para rastrear sua encomenda através do site dos correios assim que ela for postada.

Newsletter

Receba nossas ofertas

Quer receber nossas ofertas exclusivas? Cadastre-se agora

Pagamento

À Vista
Pix - Vindi
A Prazos
Cartão Visa - Vindi
Cartão MasterCard - Vindi
Cartão Diners - Vindi
Cartão Amex - Vindi
Cartão Elo - Vindi

Segurança

  • Loja Protegida
' + '
' + 'Volk Culture' + '

' + randomMsg + '

' + 'Falar agora' + '
' + '
' + /* Seta conectando balão ao botão */ '
' + /* Botão flutuante */ '
Precisa de ajuda?
' + '' + '
' + '' + '' + '' + '
' + '' + '
'; /* ── ESTILOS ─────────────────────────────────────────────────── */ var style = document.createElement('style'); style.textContent = [ /* Wrapper geral */ '#volk-wa-wrapper{', 'position:fixed;bottom:20px;right:20px;z-index:9999;', 'display:flex;flex-direction:column;align-items:flex-end;', '}', /* Balão proativo — oculto por padrão */ '#volk-balloon{', 'display:none;', 'position:relative;', 'background:#fff;', 'border-radius:14px 14px 2px 14px;', 'padding:14px 16px 14px 14px;', 'box-shadow:0 4px 20px rgba(0,0,0,0.18);', 'max-width:240px;width:max-content;', 'margin-bottom:6px;', 'animation:volk-pop-in 0.3s ease;', 'align-items:flex-start;gap:10px;', '}', '#volk-balloon.volk-visible{display:flex;}', '@keyframes volk-pop-in{', 'from{opacity:0;transform:scale(0.85) translateY(10px);}', 'to{opacity:1;transform:scale(1) translateY(0);}', '}', /* Botão fechar do balão */ '#volk-balloon-close{', 'position:absolute;top:6px;right:8px;', 'background:none;border:none;font-size:16px;', 'color:#bbb;cursor:pointer;line-height:1;padding:0;', '}', '#volk-balloon-close:hover{color:#555;}', /* Avatar */ '.volk-balloon-avatar{', 'width:36px;height:36px;border-radius:50%;', 'background:#111;color:#fff;', 'display:flex;align-items:center;justify-content:center;', 'font-size:11px;font-weight:700;flex-shrink:0;margin-top:2px;', '}', /* Corpo do balão */ '.volk-balloon-body{flex:1;}', '.volk-balloon-name{display:block;font-size:11px;font-weight:700;color:#111;margin-bottom:4px;}', '.volk-balloon-msg{font-size:13px;color:#333;line-height:1.5;margin:0 0 10px;}', '.volk-balloon-msg b{color:#111;font-weight:700;}', /* CTA dentro do balão */ '.volk-balloon-cta{', 'display:inline-block;', 'background:#25D366;color:#fff;', 'border-radius:20px;', 'padding:6px 14px;', 'font-size:12px;font-weight:600;', 'text-decoration:none;', '}', '.volk-balloon-cta:hover{background:#1ebe5a;color:#fff;text-decoration:none;}', /* Seta apontando para o botão */ '#volk-balloon-arrow{', 'display:none;', 'width:0;height:0;', 'border-left:8px solid transparent;', 'border-right:8px solid transparent;', 'border-top:8px solid #fff;', 'align-self:flex-end;margin-right:21px;margin-bottom:2px;', 'filter:drop-shadow(0 2px 2px rgba(0,0,0,0.10));', '}', '#volk-balloon-arrow.volk-visible{display:block;}', /* Texto "Precisa de ajuda?" */ '#volk-help-text{', 'background:#25D366;color:#fff;', 'padding:5px 12px;border-radius:15px;', 'font-size:13px;font-weight:700;', 'margin-bottom:8px;', 'box-shadow:0 2px 5px rgba(0,0,0,0.2);', 'animation:volk-bounce 2s infinite;', 'pointer-events:none;', '}', '@keyframes volk-bounce{', '0%,100%{transform:translateY(0);}', '50%{transform:translateY(-5px);}', '}', /* Link do botão */ '#volk-wa-link{', 'text-decoration:none;display:block;position:relative;', '}', /* Círculo do botão */ '#volk-icon-container{', 'width:60px;height:60px;', 'background:#25D366;border-radius:50%;', 'box-shadow:0 4px 10px rgba(0,0,0,0.25);', 'display:flex;align-items:center;justify-content:center;', 'transition:transform 0.2s,background 0.2s;', '}', '#volk-icon-container:hover{background:#1ebe5a;transform:scale(1.06);}', '#volk-wa-icon{width:28px;height:28px;color:#fff;}', /* Pulse */ '.volk-pulse{', 'position:absolute;top:0;left:0;right:0;bottom:0;', 'border-radius:50%;background:#25D366;opacity:0.55;', 'animation:volk-pulse 2s infinite;', '}', '@keyframes volk-pulse{', '0%{transform:scale(1);opacity:0.55;}', '70%{transform:scale(1.35);opacity:0;}', '100%{transform:scale(1.35);opacity:0;}', '}', /* Responsivo mobile */ '@media(max-width:768px){', '#volk-wa-wrapper{bottom:14px;right:14px;}', '#volk-balloon{max-width:210px;}', '#volk-help-text{font-size:11px;padding:4px 9px;}', '#volk-icon-container{width:52px;height:52px;}', '#volk-wa-icon{width:24px;height:24px;}', '}' ].join(''); /* ── INJETA NO DOM ──────────────────────────────────────────── */ document.head.appendChild(style); document.body.appendChild(wrapper); var balloon = document.getElementById('volk-balloon'); var balloonArrow = document.getElementById('volk-balloon-arrow'); var closeBtn = document.getElementById('volk-balloon-close'); var autoHideTimer; function showBalloon() { if (sessionStorage.getItem(STORAGE_KEY)) return; balloon.classList.add('volk-visible'); balloonArrow.classList.add('volk-visible'); sessionStorage.setItem(STORAGE_KEY, '1'); autoHideTimer = setTimeout(hideBalloon, BALLOON_AUTO_HIDE); } function hideBalloon() { balloon.classList.remove('volk-visible'); balloonArrow.classList.remove('volk-visible'); clearTimeout(autoHideTimer); } /* Exibe o balão após o delay configurado */ setTimeout(showBalloon, BALLOON_DELAY_MS); /* Fecha ao clicar no X */ closeBtn.addEventListener('click', function(e) { e.preventDefault(); e.stopPropagation(); hideBalloon(); }); /* Fecha o balão ao clicar no link (vai abrir o WA) */ document.querySelector('.volk-balloon-cta').addEventListener('click', hideBalloon); });