/* 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'); });

Privacy Policy

1. Introduction

This Privacy Policy explains how ActivateStack (“we”, “our”, or “us”) collects, uses, and safeguards the personal data you provide while using our website https://activatestack.com. By accessing or using our services, you agree to the practices described in this policy.

2. Information We Collect

  • Personal Identification Information: name, email address, phone number, billing/shipping address.
  • Order Details: items purchased, transaction amount, and order status.
  • Technical Data: IP address, browser type, device information, and operating system.

3. How We Use Your Data

  • To process and fulfill your orders
  • To provide customer support
  • To send order updates and service-related communications
  • To improve website functionality and user experience

4. Data Sharing & Third Parties

We do not sell your personal data. However, we may share information with:

  • Payment processors (e.g., Stripe, PayPal) for secure transactions
  • Developers/distributors (only to validate key authenticity).
  • Legal authorities (if required by law).

5. Data Retention

  • To fulfill the purposes outlined in this policy
  • To comply with legal, accounting, or reporting obligations

6. Cookies & Tracking

We use essential cookies (e.g., session IDs) for site functionality. Optional analytics cookies (Google Analytics) help optimize user experience. You can disable non-essential cookies via browser settings.

7. Security Measures

  • SSL encryption for all transactions.
  • Payment details handled by PCI-compliant third parties (we never store full card numbers).
  • Regular security audits.

8. Your Rights

Under GDPR/CCPA, you may:
  • Request access to or deletion of your data.
  • Opt out of marketing emails.
  • Lodge complaints with your local data authority.
    Contact us at [support email] to exercise these rights.

9. Policy Updates

We may update this policy periodically. Changes will be posted here with a revised “Last Updated” date.

10. Contact Us

If you have questions, concerns, or requests regarding this Privacy Policy or your personal data, please contact us at:

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