{{#extend "modal" id="billieLearnMoreModal" classMod="billie-modal modal-scroll-observer" title="" showCloseBtn=true centered=true backdrop=true fullWidth=true}}
{{#content "header"}}
  <img src="./img/billie-modal.svg" alt="billie header logo" class="modal-header-logo">
{{/content}}
{{#content "body"}}
  <div class="billie-modal__content">
    <h4 class="billie-modal__heading">Benefits for Tradespeople and Small Businesses</h4>
    <ul class="billie-modal__list">
      <li>Potential for a higher credit limit*</li>
      <li>Increased flexibility thanks to extended payment terms</li>
      <li>Settle outstanding payments via Bank Transfer</li>
      <li>View all your Wickes / Billie Orders in one place with your Trade Pro Account, on the Order History page.</li>
    </ul>

    <h4 class="billie-modal__heading js-billie-terms-heading">Buy now, pay within 30 days</h4>
    <ol class="billie-modal__list billie-modal__list--ordered">
      <li>Add items to your basket and proceed to checkout</li>
      <li>Select Billie as your payment method</li>
      <li>Enter your Business details on the payments page and Billie portal where necessary</li>
      <li>Billie review your submitted details in real-time and gives instant feedback if your order was successful</li>
      <li class="js-billie-repayment-line">From the point of collection / delivery of goods you’ll have 30 days to pay</li>
      <li>Billie will send you the invoice document via email and remind you when it is time to pay</li>
    </ol>

    <p class="billie-modal__disclaimer">
      *Available credit limits can differ between customers and are dependent on results of a credit check
    </p>

    <a href="https://www.wickes.co.uk/payments" class="billie-modal__read-more">Read more</a> about Billie
  </div>
{{/content}}

{{#content "footer"}}
  <div class="modal-box__inner-row justify-content-center modal-box__footer-row">
    <div class="modal-box__inner-columns">
      <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
    </div>
  </div>
{{/content}}

{{/extend}}
