/** Shopify CDN: Minification failed

Line 15:5 Unexpected "/"
Line 19:2 Unexpected "{"
Line 19:4 Expected identifier but found "'postpickup.css'"
Line 21:0 Unexpected "<"
Line 25:11 Unexpected "{"
Line 25:17 Expected ":"
Line 25:26 Unexpected "<"
Line 32:11 Unexpected "{"
Line 32:17 Expected ":"
Line 33:8 Unexpected "<"

**/
<!-- /templates/page.postpickup.liquid -->

<div class="grid__item large--one-whole medium--one-whole small--one-whole text-center"><img src="/cdn/shop/files/PostorPickup.png?v=1611888002" alt="Hero product" style="max-width:100%"></div>

 {{ 'postpickup.css'         | asset_url | stylesheet_tag }}

<div class="grid">
  <div class="grid__item large--five-sixths push--large--one-twelfth">

    <header class="section-header text-center">
      <h1>{{ page.title }}</h1>
      <hr class="hr--small">
    </header>

    <div class="grid">
      <div class="grid__item large--four-fifths push--large--one-tenth">
        <div class="rte rte--nomargin rte--indented-images">
          {{ page.content }}
        </div>
      </div>
    </div>

  </div>
</div>