<!-- 1. STICKER GRANDE -->
<div id="sticker-grande" style="
display: none !important;
position: fixed !important;
bottom: 100px !important;
right: 20px !important;
z-index: 999999 !important;
max-width: 300px !important;
width: 80% !important;
opacity: 0;
transition: opacity 0.5s ease-in-out !important;
">
<!-- Pulsante di chiusura (X) -->
<span onclick="chiudiSticker()" style="
position: absolute !important;
top: -10px !important;
right: -10px !important;
background: #ff4d4d !important;
color: white !important;
width: 30px !important;
height: 30px !important;
border-radius: 50% !important;
text-align: center !important;
line-height: 28px !important;
font-family: Arial, sans-serif !important;
font-weight: bold !important;
cursor: pointer !important;
box-shadow: 0px 2px 5px rgba(0,0,0,0.3) !important;
z-index: 1000000 !important;
">×</span>
<!-- Immagine dello Sticker -->
<img src="https://assets.zyrosite.com/cdn-cgi/image/format=auto,w=768,h=512,fit=crop/YrDWODPoLPTR2b3r/sticker1-removebg-preview-i4rn6tBb0oh1XkKL.png" alt="Snowboard" style="width: 100% !important; height: auto !important; display: block !important;">
</div>
<!-- 2. CERCHIOLINO WHATSAPP (SEMPRE VISIBILE) -->
target="_blank"
id="cerchiolino-whatsapp"
style="
display: block !important;
position: fixed !important;
bottom: 20px !important;
right: 20px !important;
z-index: 999998 !important;
width: 65px !important;
height: 65px !important;
cursor: pointer !important;
">
<img src="https://assets.zyrosite.com/cdn-cgi/image/format=auto,w=768,h=512,fit=crop/YrDWODPoLPTR2b3r/sticker2-removebg-preview-q5DFY25MwvewWDOK.png" alt="WhatsApp" style="width: 100% !important; height: 100% !important; object-fit: contain !important;">
</a>
<script>
(function() {
// Controlla subito se dobbiamo nasconderlo per le 24 ore
const oraAttuale = new Date().getTime();
const scadenzaSticker = localStorage.getItem('nascondiStickerFinoA');
if (!scadenzaSticker || oraAttuale > parseInt(scadenzaSticker)) {
// Avvia il timer di 8 secondi appena la pagina è pronta
setTimeout(function() {
const sticker = document.getElementById('sticker-grande');
if (sticker) {
sticker.style.setProperty('display', 'block', 'important');
setTimeout(function() {
sticker.style.opacity = '1';
}, 50);
}
}, 8000);
}
})();
// Funzione per chiudere e attivare il blocco di 24 ore
function chiudiSticker() {
const sticker = document.getElementById('sticker-grande');
if (sticker) {
sticker.style.opacity = '0';
setTimeout(function() {
sticker.style.setProperty('display', 'none', 'important');
}, 500);
// Salva il blocco di 24 ore
const tempoScadenza = new Date().getTime() + (24 60 60 * 1000);
localStorage.setItem('nascondiStickerFinoA', tempoScadenza);
}
}
</script>




© 2025. All rights reserved.
P.IVA 12825830016
