<turbo-stream action="replace" target="turbo_dialog"><template>
<turbo-frame id="turbo_dialog">


  <dialog
    data-controller="turbo-dialog"
    data-action="click-&gt;turbo-dialog#close:self:stop animationend->turbo-dialog#handleAnimationEnd:self:stop keydown.esc->turbo-dialog#close"
    class="backdrop:bg-content-background-modal-overlay backdrop:backdrop-blur-xs z-10 rounded-t-radius-32 lg:rounded-radius-32 max-lg:!rounded-b-none bg-background-elevated focus:ring-0 focus:outline-none focus:border-none shadow-modal h-1/2 max-lg:dialog-bottom-sheet max-lg:p-0 "
  >
    <div class="w-full flex flex-col flex-1">
      
  <div class="sticky top-0 z-40 bg-background-elevated">
    <div class="relative px-8 py-4 text-center">
      <span class="text-base font-semibold">
        Refund policy
      </span>
    </div>

    <div class="absolute top-4 right-4">
          <div role="button" class="flex justify-center items-center size-8 p-2 rounded-full transition max-lg:bg-background-overlay lg:hover:bg-background-base focus-visible:outline focus-visible:outline-2 focus-visible:outline-content-primary" data-action="click->turbo-dialog#close">
      <!--
icons/cross-large.svg
-->
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="size-4 text-content-primary icon">
  <path stroke="currentColor" stroke-linecap="round" stroke-width="1.5" vector-effect="non-scaling-stroke" d="m5 5 14 14m0-14L5 19"></path>
</svg>

    </div>

    </div>
  </div>

  <div class="h-full px-4 space-y-3 overflow-y-auto text-sm lg:px-6 text-content-primary">
    <p><p><strong>15-day refund policy</strong></p>
<br /><p>We want you to be completely satisfied with your purchase. If you experience an issue accessing or using the product that we’re unable to resolve, you may request a refund within 15 days of your purchase.</p>
<br /><p><strong>Eligibility for refunds</strong></p>
<br /><ul>
<br />  <li>Refunds are only granted if a technical issue prevents access or use of the product and our support team cannot resolve it.</li>
<br />  <li>You must contact us within 7 days of purchase and provide proof of the issue (e.g., screenshot or error message).</li>
<br /></ul>
<br /><p><strong>Non-refundable conditions</strong></p>
<br /><ul>
<br />  <li>If the digital product has been accessed, downloaded, or used successfully.</li>
<br />  <li>If the issue was caused by incorrect usage or unsupported devices.</li>
<br />  <li>If the refund request is made after 15 days from purchase.</li>
<br /></ul>
<br /><p>Before issuing a refund, our team will attempt to resolve any technical problem. Most issues can be fixed quickly.</p>
<br /><p>To request support or a refund, contact us at
<br />  <strong>kgrady.im@gmail.com</strong>
<br />  with your order number and a brief description of the issue.</p>
</p>

  </div>


    </div>
  </dialog>
</turbo-frame></template></turbo-stream>