Store Locations

<div style="max-width: 900px; margin: 0 auto; padding: 40px 20px;">
  <h1 style="text-align: center; font-size: 2em; margin-bottom: 10px;">Visit Us In Person</h1>
  <p style="text-align: center; color: #666; margin-bottom: 40px;">Experience Empress Energy products firsthand at our Jacksonville-area locations. Our wellness consultants are ready to help you find the perfect formula for your goals.</p>

  <div style="display: flex; flex-wrap: wrap; gap: 30px; justify-content: center;">
    <!-- Orange Park Mall -->
    <div style="flex: 1; min-width: 300px; max-width: 420px; border: 1px solid #e5e5e5; border-radius: 12px; padding: 30px;">
      <h2 style="margin-top: 0; color: #2d5016;">Orange Park Mall</h2>
      <p style="margin: 5px 0;"><strong>Address:</strong><br>1910 Wells Rd<br>Orange Park, FL 32073</p>
      <p style="margin: 5px 0;"><strong>Location:</strong> Next to Old Navy</p>
      <p style="margin: 5px 0;"><strong>Phone:</strong> <a href="tel:+19043751479" style="color: #2d5016;">(904) 375-1479</a></p>
      <div style="margin-top: 20px;">
        <a href="tel:+19043751479" style="display: inline-block; background: #2d5016; color: white; padding: 10px 20px; border-radius: 6px; text-decoration: none; margin-right: 10px; margin-bottom: 10px;">📞 Call Now</a>
        <a href="https://www.google.com/maps/dir/?api=1&destination=1910+Wells+Rd+Orange+Park+FL+32073" target="_blank" style="display: inline-block; background: #f5f0e8; color: #2d5016; padding: 10px 20px; border-radius: 6px; text-decoration: none; border: 1px solid #2d5016;">📍 Get Directions</a>
      </div>
    </div>

    <!-- The Avenues Mall -->
    <div style="flex: 1; min-width: 300px; max-width: 420px; border: 1px solid #e5e5e5; border-radius: 12px; padding: 30px;">
      <h2 style="margin-top: 0; color: #2d5016;">The Avenues Mall</h2>
      <p style="margin: 5px 0;"><strong>Address:</strong><br>10300 Southside Blvd<br>Jacksonville, FL 32256</p>
      <p style="margin: 5px 0;"><strong>Location:</strong> Across from H&amp;M</p>
      <p style="margin: 5px 0;"><strong>Phone:</strong> <a href="tel:+19043003865" style="color: #2d5016;">(904) 300-3865</a></p>
      <div style="margin-top: 20px;">
        <a href="tel:+19043003865" style="display: inline-block; background: #2d5016; color: white; padding: 10px 20px; border-radius: 6px; text-decoration: none; margin-right: 10px; margin-bottom: 10px;">📞 Call Now</a>
        <a href="https://www.google.com/maps/dir/?api=1&destination=10300+Southside+Blvd+Jacksonville+FL+32256" target="_blank" style="display: inline-block; background: #f5f0e8; color: #2d5016; padding: 10px 20px; border-radius: 6px; text-decoration: none; border: 1px solid #2d5016;">📍 Get Directions</a>
      </div>
    </div>
  </div>

  <div style="text-align: center; margin-top: 40px; padding: 30px; background: #f5f0e8; border-radius: 12px;">
    <h3 style="margin-top: 0;">What to Expect In Store</h3>
    <p>Free wellness consultations • Product sampling • Same-day pickup for online orders • Exclusive in-store promotions</p>
  </div>
</div>