Refund policy

<div class="onfoot-refund">
<style>
  .onfoot-refund { max-width: 680px; margin: 0 auto; padding: 56px 24px 80px; background: #FBF7F3; color: #2A2420; }
  .onfoot-refund * { box-sizing: border-box; }
  .onfoot-refund h1 { font-family: Georgia, "Iowan Old Style", "Palatino Linotype", serif; font-weight: 400; font-size: 32px; line-height: 1.25; margin: 0 0 12px; color: #201B17; }
  .onfoot-refund .rf-intro { font-size: 15px; line-height: 1.7; color: #6B6058; margin: 0 0 36px; max-width: 52ch; }
  .onfoot-refund .rf-cards { display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; }
  .onfoot-refund .rf-card { background: #FFFFFF; border: 1px solid #E8DDD3; border-radius: 14px; padding: 20px 24px; display: flex; gap: 16px; align-items: flex-start; }
  .onfoot-refund .rf-card .rf-mark { flex: 0 0 3px; align-self: stretch; background: #D9B7BD; border-radius: 2px; }
  .onfoot-refund .rf-card-body h2 { font-family: Georgia, "Iowan Old Style", "Palatino Linotype", serif; font-weight: 400; font-size: 17px; margin: 0 0 8px; color: #201B17; }
  .onfoot-refund .rf-card-body p { font-size: 14.5px; line-height: 1.7; color: #4A423B; margin: 0; }
  .onfoot-refund .rf-card-body a { color: #B85C68; }
  .onfoot-refund .rf-cta { margin-top: 8px; padding: 24px; border-radius: 14px; background: #F5E8E2; text-align: center; }
  .onfoot-refund .rf-cta p { margin: 0 0 14px; font-size: 15px; color: #6B4A50; }
  .onfoot-refund .rf-cta-actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
  .onfoot-refund .rf-cta-actions a { display: inline-block; padding: 10px 20px; border-radius: 999px; font-size: 14px; text-decoration: none; }
  .onfoot-refund .rf-btn-primary { background: #B85C68; color: #FBF7F3; }
  .onfoot-refund .rf-btn-secondary { background: transparent; border: 1px solid #B85C68; color: #B85C68; }
  @media (max-width: 480px) {
    .onfoot-refund { padding: 40px 18px 60px; }
    .onfoot-refund h1 { font-size: 25px; }
    .onfoot-refund .rf-card { padding: 16px; }
  }
</style>

  <h1>Returns and exchanges</h1>
  <p class="rf-intro">We want you to love your ON FOOT shoes. If something isn't right, here's exactly how returns and exchanges work.</p>

  <div class="rf-cards">

    <div class="rf-card">
      <div class="rf-mark"></div>
      <div class="rf-card-body">
        <h2>Return window</h2>
        <p>You have 7 days from the date of delivery to request a return or exchange.</p>
      </div>
    </div>

    <div class="rf-card">
      <div class="rf-mark"></div>
      <div class="rf-card-body">
        <h2>Eligibility</h2>
        <p>Items must be unused, unworn, and returned in their original packaging with all tags attached.</p>
      </div>
    </div>

    <div class="rf-card">
      <div class="rf-mark"></div>
      <div class="rf-card-body">
        <h2>Who pays return shipping</h2>
        <p>If the item is defective, damaged, or wrong — we cover return shipping. For change of mind or sizing — the customer covers return shipping.</p>
      </div>
    </div>

    <div class="rf-card">
      <div class="rf-mark"></div>
      <div class="rf-card-body">
        <h2>Refunds vs. exchanges</h2>
        <p>Choose either. For Cash on Delivery orders, refunds are issued via bank transfer, typically within 5–7 business days of us receiving and inspecting the item.</p>
      </div>
    </div>

    <div class="rf-card">
      <div class="rf-mark"></div>
      <div class="rf-card-body">
        <h2>How to start a return</h2>
        <p>Use our <a href="/pages/return-exchange-request">Return &amp; Exchange form</a>, WhatsApp +92 330 3274652, or email <a href="mailto:onfoot010@gmail.com">onfoot010@gmail.com</a>.</p>
      </div>
    </div>

  </div>

  <div class="rf-cta">
    <p>Ready to start a return or exchange?</p>
    <div class="rf-cta-actions">
      <a class="rf-btn-primary" href="/pages/return-exchange-request">Start a request</a>
      <a class="rf-btn-secondary" href="https://wa.me/923303274652">Ask on WhatsApp</a>
    </div>
  </div>

</div>