Skip to content
[email protected]
Centennial · CO
Used Shipping Containers

Find Your Container in 60 Seconds

Four questions. One clear answer, with a price.

  <div class="qz-step" data-step="1">
    <h2 class="text-xl font-extrabold text-rockies-800 mb-4">What's it for?</h2>
    <div class="grid grid-cols-2 gap-3">
      <button class="qz-opt btn btn-outline h-auto py-4" data-k="use" data-v="storage">📦 Storage</button>
      <button class="qz-opt btn btn-outline h-auto py-4" data-k="use" data-v="workshop">🔨 Workshop</button>
      <button class="qz-opt btn btn-outline h-auto py-4" data-k="use" data-v="living">🏡 Living / Office</button>
      <button class="qz-opt btn btn-outline h-auto py-4" data-k="use" data-v="business">🏢 Business</button>
    </div>
  </div>

  <div class="qz-step hidden" data-step="2">
    <h2 class="text-xl font-extrabold text-rockies-800 mb-4">How much height do you want?</h2>
    <div class="grid grid-cols-2 gap-3">
      <button class="qz-opt btn btn-outline h-auto py-4" data-k="height" data-v="standard">Standard<br/><span class="text-xs font-normal">8'6"</span></button>
      <button class="qz-opt btn btn-outline h-auto py-4" data-k="height" data-v="high-cube">High Cube ★<br/><span class="text-xs font-normal">9'6" — popular</span></button>
    </div>
  </div>

  <div class="qz-step hidden" data-step="3">
    <h2 class="text-xl font-extrabold text-rockies-800 mb-4">Pick a condition</h2>
    <div id="qz-conds" class="grid gap-3"></div>
  </div>

  <div class="qz-step hidden" data-step="4">
    <h2 class="text-xl font-extrabold text-rockies-800 mb-4">Where are we delivering?</h2>
    <div class="join w-full">
      <input id="qz-zip" class="input input-bordered bg-stone-50 join-item w-full" inputmode="numeric" maxlength="5" placeholder="Delivery ZIP"/>
      <button id="qz-go" class="btn bg-sunset-500 text-white border-0 join-item">See My Match</button>
    </div>
  </div>

  <div id="qz-result" class="hidden text-center">
    <div class="text-5xl mb-2">📦</div>
    <h2 class="text-2xl font-extrabold text-rockies-800">Your match: <span id="qz-name"></span></h2>
    <span id="qz-badge" class="badge border-0 text-white mt-2"></span>
    <div class="grid grid-cols-3 gap-3 my-5">
      <div><div class="text-xs uppercase text-rockies-500">Container</div><div id="qz-price" class="text-lg font-bold text-rockies-800"></div></div>
      <div><div class="text-xs uppercase text-rockies-500">Delivery</div><div id="qz-ship" class="text-lg font-bold text-rockies-800"></div></div>
      <div><div class="text-xs uppercase text-rockies-500">Total</div><div id="qz-total" class="text-lg font-extrabold text-sunset-500"></div></div>
    </div>
    <p id="qz-why" class="text-rockies-600 text-sm mb-4"></p>
    <div class="flex flex-wrap justify-center gap-3">
      <a id="qz-link" href="/containers/" class="btn bg-rockies-700 text-white border-0">View This Container</a>
      <button class="btn bg-sunset-500 text-white border-0" onclick="openQuote(window.__qzPrefill||{})">Talk to an Expert</button>
    </div>
    <button id="qz-restart" class="btn btn-ghost btn-sm mt-4">↺ Start over</button>
  </div>
</div>