<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-4xl lg:rounded-4xl max-lg:!rounded-b-none bg-background-elevated focus:ring-0 focus:outline-none focus:border-none shadow-[0_8px_28px_0_rgba(0,0,0,0.15)] 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 p-2 rounded-full 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="16" height="16" viewBox="0 0 16 16" fill="none" class="h-4 w-4 stroke-width-1.5 text-content-primary icon">
<path d="M3.3335 3.3335L12.6668 12.6668M12.6668 3.3335L3.3335 12.6668" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></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>