CINXE.COM

My Orders

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- CSRF Token --> <meta name="csrf-token" content="K8L9qYDMxqdiCVo4wAu38UVbW5Ohf254L3iXaCJA"> <style> [x-cloak] { display: none !important; } </style> <title>My Orders</title> <link href="/css/order-status.css?id=eec37829903171700568" rel="stylesheet"> <script type="text/javascript"> window.heapReadyCb=window.heapReadyCb||[],window.heap=window.heap||[],heap.load=function(e,t){window.heap.envId=e,window.heap.clientConfig=t=t||{},window.heap.clientConfig.shouldFetchServerConfig=!1;var a=document.createElement("script");a.type="text/javascript",a.async=!0,a.src="https://cdn.us.heap-api.com/config/"+e+"/heap_config.js";var r=document.getElementsByTagName("script")[0];r.parentNode.insertBefore(a,r);var n=["init","startTracking","stopTracking","track","resetIdentity","identify","getSessionId","getUserId","getIdentity","addUserProperties","addEventProperties","removeEventProperty","clearEventProperties","addAccountProperties","addAdapter","addTransformer","addTransformerFn","onReady","addPageviewProperties","removePageviewProperty","clearPageviewProperties","trackPageview"],i=function(e){return function(){var t=Array.prototype.slice.call(arguments,0);window.heapReadyCb.push({name:e,fn:function(){heap[e]&&heap[e].apply(heap,t)}})}};for(var p=0;p<n.length;p++)heap[n[p]]=i(n[p])}; heap.load("2499289854"); </script> </head> <body class=" text-sm-sp md:text-base-sp"> <div class="h-screen flex flex-col login-gradient"> <div class="h-3/4 flex justify-center text-center w-[300px] mx-auto"> <div class="my-auto w-full"> <span class="font-bold text-2xl-sp mb-4">Check Order Status</span> <form action="/" method="post" class="mt-4 w-full"> <input type="hidden" name="_token" value="K8L9qYDMxqdiCVo4wAu38UVbW5Ohf254L3iXaCJA"> <div class="w-full"> <div class="relative rounded-md shadow-sm mx-6 sm:mx-0"> <div class="absolute text-2xl-sp inset-y-0 left-0 pl-4 flex items-center pointer-events-none text-black w-full "> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="h-4 w-4"> <path stroke-linecap="round" stroke-linejoin="round" d="M21.75 6.75v10.5a2.25 2.25 0 0 1-2.25 2.25h-15a2.25 2.25 0 0 1-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25m19.5 0v.243a2.25 2.25 0 0 1-1.07 1.916l-7.5 4.615a2.25 2.25 0 0 1-2.36 0L3.32 8.91a2.25 2.25 0 0 1-1.07-1.916V6.75" /> </svg> </div> <input type="text" name="email" placeholder="Email" class="border block w-full rounded-lg border-grey-status-page py-4 pl-10 text-base-sp" value="" /> </div> </div> <div> <div class="mt-2 relative rounded-md shadow-sm mx-6 sm:mx-0"> <div class="absolute text-2xl-sp inset-y-0 left-0 pl-4 flex items-center pointer-events-none text-black w-full"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="h-4 w-4"> <path stroke-linecap="round" stroke-linejoin="round" d="M15.75 10.5V6a3.75 3.75 0 1 0-7.5 0v4.5m11.356-1.993 1.263 12c.07.665-.45 1.243-1.119 1.243H4.25a1.125 1.125 0 0 1-1.12-1.243l1.264-12A1.125 1.125 0 0 1 5.513 7.5h12.974c.576 0 1.059.435 1.119 1.007ZM8.625 10.5a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm7.5 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"/> </svg> </div> <input type="text" name="order_number" placeholder="Order Number" class="border block w-full rounded-lg border-grey-status-page py-4 pl-10 text-base-sp" value="" /> </div> <div class="w-full px-6 sm:px-0"> <button class="w-full hover:bg-helix-blue bg-blue-status-page font-bold text-white mt-4 rounded-lg py-4 text-base-sp uppercase"> Check order status </button> </div> </div> </form> </div> </div> <div class="h-1/4 bg-blue-status-page flex flex-col gap-2 justify-center items-center text-white"> <div class="text-center text-2xl-sp">Thanks for shopping with us!</div> </div> </div> </body> <script src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v2.x.x/dist/alpine.min.js" defer></script> </html>