Privacy Policy

<style>
  .policy-wrap {
    max-width: 720px;
    margin: 0 auto;
    padding: 48px 16px 80px;
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 300;
    color: #1a1a1a;
    line-height: 1.8;
  }
  .policy-wrap h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #0a0a0a;
  }
  .policy-wrap .last-updated {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 40px;
  }
  .policy-wrap .intro {
    font-size: 1.05rem;
    color: #444;
    margin-bottom: 48px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e8e4de;
  }
  .policy-wrap h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 40px 0 12px;
    color: #0a0a0a;
  }
  .policy-wrap h3 {
    font-size: 0.95rem;
    font-weight: 500;
    margin: 24px 0 8px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  .policy-wrap p {
    margin-bottom: 16px;
    color: #444;
    font-size: 0.98rem;
  }
  .policy-wrap ul {
    padding-left: 20px;
    margin-bottom: 16px;
  }
  .policy-wrap ul li {
    margin-bottom: 6px;
    color: #444;
    font-size: 0.98rem;
  }
  .policy-wrap .contact-block {
    margin-top: 48px;
    padding: 24px;
    background: #f5f2ee;
    border-left: 3px solid #c9a84c;
  }
  .policy-wrap .contact-block p {
    margin: 0;
  }
  .policy-wrap a {
    color: #c9a84c;
    text-decoration: none;
  }
  .policy-wrap a:hover {
    text-decoration: underline;
  }
</style>

<div class="policy-wrap">
  <h1>Privacy Policy</h1>
  <p class="last-updated">Last Updated: February 23, 2026</p>

  <p class="intro">Your privacy is important to us. This Privacy Policy explains how we collect, use, and protect your personal information when you visit our website, make a purchase, or interact with us. By using our website, you agree to the terms described below.</p>

  <h2>1. Information We Collect</h2>

  <h3>a. Personal Information</h3>
  <p>When you make a purchase or create an account, we may collect:</p>
  <ul>
    <li>Name</li>
    <li>Email address</li>
    <li>Billing and shipping address</li>
    <li>Phone number</li>
    <li>Payment information (handled securely by third-party processors)</li>
  </ul>

  <h3>b. Automatically Collected Information</h3>
  <p>When you browse our website, we may collect:</p>
  <ul>
    <li>IP address</li>
    <li>Device type</li>
    <li>Browser information</li>
    <li>Pages visited</li>
    <li>Cookies and tracking technologies</li>
  </ul>

  <h3>c. Order Information</h3>
  <p>Product details, order history, and customer preferences.</p>

  <h2>2. How We Use Your Information</h2>
  <p>We use your information to:</p>
  <ul>
    <li>Process and deliver your orders</li>
    <li>Improve our website and shopping experience</li>
    <li>Provide customer support</li>
    <li>Send order confirmations and updates</li>
    <li>Prevent fraud and maintain security</li>
    <li>Send promotional emails (only if you opt in)</li>
  </ul>

  <h2>3. Sharing Your Information</h2>
  <p>We do not sell personal information. We may share your data only with:</p>
  <ul>
    <li>Payment processors (e.g., Stripe, PayPal, Shopify Payments)</li>
    <li>Shipping companies to deliver your order</li>
    <li>Service providers that help operate the website</li>
    <li>Legal authorities if required by law</li>
  </ul>
  <p>All partners are required to protect your information.</p>

  <h2>4. Cookies and Tracking Technologies</h2>
  <p>We use cookies to:</p>
  <ul>
    <li>Improve site functionality</li>
    <li>Remember your preferences</li>
    <li>Analyze site performance</li>
    <li>Support marketing and advertising</li>
  </ul>
  <p>You may disable cookies in your browser settings, but some features may not work properly.</p>

  <h2>5. Data Security</h2>
  <p>We use industry-standard measures to protect your information from unauthorized access, alteration, disclosure, or destruction. However, no online method is 100% secure.</p>

  <h2>6. Your Rights</h2>
  <p>Depending on your location, you may request:</p>
  <ul>
    <li>Access to your personal information</li>
    <li>Corrections to your information</li>
    <li>Deletion of your information</li>
    <li>Opt-out from marketing emails</li>
  </ul>
  <p>To make a request, contact us at: <a href="mailto:contact@gonewiththeant.com">contact@gonewiththeant.com</a></p>

  <h2>7. Third-Party Links</h2>
  <p>Our website may include links to third-party sites. We are not responsible for the privacy practices of these external websites.</p>

  <h2>8. Children's Privacy</h2>
  <p>Our website is not directed to children under 13, and we do not knowingly collect their information.</p>

  <h2>9. Changes to This Privacy Policy</h2>
  <p>We may update this Policy from time to time. The updated version will be posted on this page with a revised "Last Updated" date.</p>

  <h2>10. Contact Us</h2>
  <div class="contact-block">
    <p>📧 <a href="mailto:contact@gonewiththeant.com">contact@gonewiththeant.com</a><br>
    📍 FL, USA</p>
  </div>
</div>