contact

{% raw %}

Contact Us

We’d love to help — send a message and we’ll reply within 1 business day.

text

Collapse

Copy

    <form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" style="display:flex;flex-direction:column;gap:12px;">
      <input type="hidden" name="form_type" value="contact">
      <input type="hidden" name="utf8" value="✓">

      <label style="font-size:14px;color:#d6fbff;display:flex;flex-direction:column;">
        Your name
        <input type="text" name="contact[name]" required style="margin-top:8px;padding:10px;border-radius:8px;border:1px solid rgba(127,234,240,0.08);background:#040404;color:#e6fbff;">
      </label>

      <label style="font-size:14px;color:#d6fbff;display:flex;flex-direction:column;">
        Email
        <input type="email" name="contact[email]" required style="margin-top:8px;padding:10px;border-radius:8px;border:1px solid rgba(127,234,240,0.08);background:#040404;color:#e6fbff;">
      </label>

      <label style="font-size:14px;color:#d6fbff;display:flex;flex-direction:column;">
        Subject
        <input type="text" name="contact[subject]" style="margin-top:8px;padding:10px;border-radius:8px;border:1px solid rgba(127,234,240,0.08);background:#040404;color:#e6fbff;">
      </label>

      <label style="font-size:14px;color:#d6fbff;display:flex;flex-direction:column;">
        Message
        <textarea name="contact[body]" rows="6" required style="margin-top:8px;padding:10px;border-radius:8px;border:1px solid rgba(127,234,240,0.08);background:#040404;color:#e6fbff;"></textarea>
      </label>

      <div style="display:flex;gap:12px;align-items:center;">
        <button type="submit" style="background:linear-gradient(90deg,var(--accent),#41bcd8);color:#021015;border:none;padding:12px 18px;border-radius:10px;font-weight:700;cursor:pointer;">Send Message</button>
        <p id="contact_form_status" style="margin:0;color:#9deff3;font-size:13px;">Or email us at <a href="mailto:PlaytimeJewelry@Yahoo.com" style="color:#bff7f6;text-decoration:underline;">PlaytimeJewelry@Yahoo.com</a></p>
      </div>
    </form>
  </div>

  <aside style="flex:0 1 300px;padding:18px;border-radius:10px;background:rgba(127,234,240,0.03);color:#cfeff2;font-size:14px;">
    <strong style="color:var(--accent);">Customer Care</strong>
    <p style="margin:10px 0 0;">Email: <a href="mailto:PlaytimeJewelry@Yahoo.com" style="color:#bff7f6;">PlaytimeJewelry@Yahoo.com</a></p>
    <p style="margin:6px 0 0;">Phone: <a href="tel:+17867256917" style="color:#bff7f6;">(786) 725‑6917</a></p>
    <p style="margin:6px 0 0;">Hours: Mon–Fri 9am–6pm</p>

    <div style="margin-top:12px;">
      <a href="https://www.instagram.com/playtimejewelry" style="color:#bff7f6;text-decoration:none;margin-right:8px;">Instagram</a>
      <a href="https://www.facebook.com/playtimejewelry" style="color:#bff7f6;text-decoration:none;margin-left:8px;">Facebook</a>
    </div>
  </aside>
</div>

{% endraw %}

Contact form