/* Base Styles */ .hamburger-menu { position: relative; display: none; cursor: pointer; z-index: 1001; margin-left: 10px; } .hamburger-menu div { width: 20px; height: 2px; background-color: #fff; margin: 4px 0; transition: 0.4s; } .mobile-nav { position: fixed; top: 0; left: -100%; width: 75%; max-width: 260px; height: 100%; background-color: #693bff; /* purple from xdpk2rmu */ color: #fff; z-index: 1000; padding: 18px; transition: left 0.3s ease; overflow-y: auto; box-shadow: 2px 0 6px rgba(0,0,0,0.3); font-family: "Helvetica Neue", sans-serif; } .mobile-nav.open { left: 0; } .mobile-nav h3 { margin-top: 18px; font-size: 14px; color: #dddddd; /* slight grey */ border-bottom: 1px solid rgba(255,255,255,0.15); padding-bottom: 6px; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.5px; font-family: "Helvetica Neue Bold", "Helvetica Neue", sans-serif; } .mobile-nav ul { list-style: none; padding: 0; margin: 0; } .mobile-nav li { margin: 10px 0; } .mobile-nav a { color: #ffffff; text-decoration: none; font-size: 14px; font-family: "Helvetica Neue", sans-serif; } .mobile-nav a:hover { text-decoration: underline; } .overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 999; } .overlay.show { display: block; } @media (max-width: 768px) { .hamburger-menu { display: block; } }
const hamburger = document.getElementById('hamburger'); const mobileNav = document.getElementById('mobileNav'); const overlay = document.getElementById('overlay'); hamburger.addEventListener('click', () => { mobileNav.classList.toggle('open'); overlay.classList.toggle('show'); }); overlay.addEventListener('click', () => { mobileNav.classList.remove('open'); overlay.classList.remove('show'); });

Delivery Policy

1. Delivery Method

All purchases are delivered digitally via:

  • Email (to your registered address)

2. Delivery Timeframe

  • Instant Delivery: 95% of keys are delivered within 1-2 hours of payment confirmation.
  • Rare Delays (Under 5% of orders): May take up to 6 hours during high traffic or verification checks.

3. What to Do If You Haven’t Received Your Key

  1. Check:
    • Your spam/junk folder
  2. Contact Us within 48 hours if still missing:

4. Delivery Guarantee

  • We guarantee all keys will arrive as promised.
  • If delivery fails due to our error, we’ll:
    • Resend immediately or
    • Refund 100% within 24 hours

5. Important Notes

  • Validity Period: Keys never expire before delivery but check the activation deadline (set by the developer) after receipt.
  • Region Locks: Some keys are region-specific. Check product descriptions before purchasing.
  • Fraud Prevention: Orders may be delayed for verification if flagged by our system.

Subscribe Newsletter

Join our mailing list to receive any latest updates and promotions.

Safety Payments

0
    0
    Your Cart
    Your cart is empty
    Scroll to Top