{{#if bannerType}}
    <div class="sticky-wrapper waypoint">
        <div class="offer-banner" style="background-color: #004587;">
      <span class="offer-banner__content">
        <style>.offer-banner__link-arrow {
            height: 1em;
            width: .625em;
        }</style>
        <span class="offer-banner__link">
          <span class="offer-banner__link-text">FREE Click &amp; Collect within 30 minutes</span>
        </span>
      </span>
        </div>
    </div>
{{else}}
    <div class="sticky-wrapper waypoint">
        <div class="offer-banner">
      <span class="offer-banner__content">
        <strong>Up to 4 years Interest Free*. Ts&Cs apply.</strong>
        <a href="#" class="offer-banner__link">
          <span class="offer-banner__link-text">Learn more</span>
          <i class="fas fa-chevron-right offer-banner__link-arrow"></i>
        </a>
      </span>
            <span class="icon notification__close notification__close_white notification__close_stripbanner">
        <span class="fas fa-times"></span>
      </span>
        </div>
    </div>
{{/if}}
