.order-status-lookup-section.page-width{max-width:1000px;margin-top:50px;margin-bottom:50px}.order-status-container{margin-top:32px}.order-status-details__title,.order-status-details .order-history__title,.order-status-details .customer-actions__title,.order-status-details .action-card h3{font-weight:700;letter-spacing:-.02em;line-height:1.2}.order-status-details__title{font-size:38px;margin:0 0 8px}.order-status-details .order-history__title{font-size:28px;margin:0 0 16px}.order-status-details__header{margin-bottom:24px}.order-status-details__header h2{margin-bottom:8px;font-size:24px}.order-status-details__subtitle{color:#666;font-size:14px}.order-status-card{border:1px solid #ddd;border-radius:12px;overflow:hidden;box-shadow:0 2px 4px #0000000d}.order-status-card__header{display:flex;justify-content:space-between;align-items:center;padding:16px;background-color:#f9f9f9;border-bottom:1px solid #ddd}.order-status-card__body{padding:16px}.order-status-badge[data-status=processing]{background-color:#2563eb;color:#fff;padding:4px 12px;border-radius:16px;font-size:14px;font-weight:500;display:inline-block}.order-status-badge[data-status=shipped],.order-status-badge[data-status=delivered]{background-color:#10b981;color:#fff;padding:4px 12px;border-radius:16px;font-size:14px;font-weight:500;display:inline-block}.order-status-badge[data-status=ready-for-pickup],.order-status-badge[data-status=ready-for-dropoff]{background-color:#f59e0b;color:#fff;padding:4px 12px;border-radius:16px;font-size:14px;font-weight:500;display:inline-block}.order-status-badge[data-status=cancelled]{background-color:#ef4444;color:#fff;padding:4px 12px;border-radius:16px;font-size:14px;font-weight:500;display:inline-block}.order-status-badge[data-status=on-hold]{background-color:#f59e0b;color:#fff;padding:4px 12px;border-radius:16px;font-size:14px;font-weight:500;display:inline-block}.order-status-badge[data-status=completed]{background-color:#10b981;color:#fff;padding:4px 12px;border-radius:16px;font-size:14px;font-weight:500;display:inline-block}.order-status-badge[data-status=completed-checkout]{background-color:#2563eb;color:#fff;padding:4px 12px;border-radius:16px;font-size:14px;font-weight:500;display:inline-block}.order-status-badge{background-color:#757575;color:#fff;padding:4px 12px;border-radius:16px;font-size:14px;font-weight:500;display:inline-block}.order-date{font-size:14px;color:#666}.order-details-list{margin:0;padding:0}.order-details-list .order-detail-item{display:flex;margin-bottom:16px}.order-details-list .order-detail-item:last-child{margin-bottom:0}.order-details-list .order-detail-item dt{flex:0 0 20%;font-weight:500;color:#555}.order-details-list .order-detail-item dd{flex:0 0 60%;margin:0}.order-history{margin-top:32px}.order-history__title{margin-bottom:16px}.order-history__timeline{list-style:none;margin:0;padding:0;position:relative}.order-history__timeline:before{content:"";position:absolute;left:7px;top:0;height:100%;width:2px;background-color:#ddd}.order-history__item{position:relative;padding-left:32px;padding-bottom:24px}.order-history__item:last-child{padding-bottom:0}.order-history__date{display:block;font-weight:500;margin-bottom:4px}.order-history__status{display:block;color:#555}.customer-action{margin-top:32px;padding:16px;background-color:#f5f5f5;border-radius:4px}.customer-action__title{font-size:18px;margin-bottom:12px}.customer-action__content{color:#555}.loading-state .loading-spinner{width:40px;height:40px;border:3px solid rgba(0,0,0,.1);border-radius:50%;border-top-color:#000;animation:spin 1s ease-in-out infinite;margin-bottom:16px}.loading-state p{color:#000}.loading-state p.type--heading{font-size:28px;font-weight:700;letter-spacing:-.02em;line-height:1.2}@keyframes spin{to{transform:rotate(360deg)}}@media screen and (max-width:767px){.order-details-list .order-detail-item{flex-direction:column}.order-details-list .order-detail-item dt{flex:0 0 100%;margin-bottom:4px}.order-details-list .order-detail-item dd{flex:0 0 100%}.order-status-card__header{flex-direction:column;align-items:flex-start}.order-status-card__header .order-date{margin-top:8px}}order-status-lookup{display:block;width:100%}order-status-lookup .form-container{margin-bottom:32px}order-status-lookup .form-group{margin-bottom:16px}order-status-lookup label{display:block;margin-bottom:8px;font-weight:500}order-status-lookup input[type=text],order-status-lookup input[type=email]{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:6px;font-size:16px;line-height:1.5;color:#111827;background-color:#fff;box-shadow:0 1px 2px #0000000d;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}order-status-lookup input[type=text]:focus,order-status-lookup input[type=email]:focus{outline:2px solid black;outline-offset:2px;border-color:#000;box-shadow:0 0 0 3px #0000001a}order-status-lookup input[type=text]::placeholder,order-status-lookup input[type=email]::placeholder{color:#9ca3af}order-status-lookup .loading-state,order-status-lookup .error-state,order-status-lookup .order-status{display:none}order-status-lookup.is-loading .loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;padding:32px 0;text-align:center}order-status-lookup.is-loading .loading-spinner{margin-bottom:24px}order-status-lookup.is-loading .spinner{animation:rotate 2s linear infinite;width:60px;height:60px}order-status-lookup.is-loading .spinner .path{stroke:#000;stroke-width:4;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}order-status-lookup.has-error .error-state{display:block}order-status-lookup .error-state{padding:20px;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-left:4px solid #ef4444;border-radius:6px;margin:24px 0;color:#b91c1c}order-status-lookup .error-state .alert--error{margin:0;font-weight:500}order-status-lookup .error-state .try-again-button{margin-top:16px;padding:10px 20px;background-color:#ef4444;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s ease;font-size:14px}order-status-lookup .error-state .try-again-button:hover{background-color:#dc2626}order-status-lookup .error-message{text-align:center}order-status-lookup.has-status .order-status{display:block}order-status-lookup .status-timeline{margin:32px 0;padding:0;list-style:none;position:relative}order-status-lookup .status-timeline:before{content:"";position:absolute;left:10px;top:0;bottom:0;width:2px;background:#e0e0e0;z-index:1}order-status-lookup .status-item{position:relative;padding:0 0 32px 32px}order-status-lookup .status-item:before{content:"";position:absolute;left:0;top:4px;width:12px;height:12px;border-radius:50%;background:#bdbdbd;z-index:2}order-status-lookup .status-item.is-current:before{background:#2196f3;transform:scale(1.2)}order-status-lookup .status-item.is-complete:before{background:#4caf50}order-status-lookup .status-item__timestamp{font-size:13.6px;color:#757575;margin-bottom:4px}order-status-lookup .status-item__label{font-weight:500;margin-bottom:4px}order-status-lookup .status-item__description{font-size:14.4px;color:#616161}order-status-lookup .customer-actions__title{margin-top:48px;margin-bottom:16px}order-status-lookup .customer-actions .action-card{background-color:#f7f7f7;border:1px solid var(--color-input-border);border-radius:12px}order-status-lookup .customer-action{margin-bottom:8px}order-status-lookup .customer-action:last-child{margin-bottom:0}order-status-lookup .customer-action.pending .customer-action__link,order-status-lookup .customer-action.pending .customer-action__text{color:#f57c00;font-weight:500;display:flex;align-items:center}order-status-lookup .customer-action.pending .customer-action__link:before,order-status-lookup .customer-action.pending .customer-action__text:before{content:"\26a0\fe0f";margin-right:8px}order-status-lookup .customer-action.completed .customer-action__link,order-status-lookup .customer-action.completed .customer-action__text{color:#4caf50;text-decoration:line-through;opacity:.7}order-status-lookup .customer-action.completed .customer-action__link:before,order-status-lookup .customer-action.completed .customer-action__text:before{content:"\2713";margin-right:8px}order-status-lookup .customer-action__link{color:#2196f3;text-decoration:none;font-weight:500;display:inline-flex;align-items:center}order-status-lookup .customer-action__link:hover{text-decoration:underline}order-status-lookup .customer-action__link:focus{outline:2px solid #2196f3;outline-offset:2px}order-status-lookup:has(.loading-state) .order-status-lookup__result-display{display:none}.order-timeline-section{margin:32px 0}.make-your-choice-direct-container{font-family:inherit;color:#111827;line-height:1.5;margin-top:24px}.make-your-choice-direct-container fieldset{border:none;padding:0;margin:0}.make-your-choice-direct-container .choice-direct{background-color:#fff;border:1px solid #d1d5db;border-radius:8px;padding:16px;margin-bottom:16px;transition:border-color .2s ease,box-shadow .2s ease}.make-your-choice-direct-container .choice-direct:hover{border-color:#000}.make-your-choice-direct-container .choice-direct:has(input:checked){border-color:#000;border:1px solid black}.make-your-choice-direct-container input[type=radio]{accent-color:black;width:20px;height:20px;margin-top:4px}.make-your-choice-direct-container input[type=radio]:focus{box-shadow:none}.make-your-choice-direct-container .product-item{font-size:14px;color:#374151;display:flex;justify-content:space-between;align-items:center;border:0}.make-your-choice-direct-container .product-item:last-child{margin-bottom:0}.make-your-choice-direct-container .product-name{font-weight:500}.make-your-choice-direct-container .product-price{font-weight:600;color:#111827}.make-your-choice-direct-container #myc-feedback{padding:12px;border-radius:6px;margin-top:16px}.make-your-choice-direct-container #myc-feedback.error{background-color:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#c81e1e}.make-your-choice-direct-container #myc-feedback.success{background-color:#10b9811a;border:1px solid rgba(16,185,129,.3);color:#0a8f63}.order-timeline{list-style:none;padding:0;margin:24px 0;position:relative}.order-timeline:before{content:"";position:absolute;top:0;bottom:0;left:12px;width:2px;background-color:#e5e7eb;z-index:0}.order-timeline__item{position:relative;padding-left:40px;margin-bottom:32px}.order-timeline__item:last-child{margin-bottom:0}.order-timeline__item-wrapper{display:flex;flex-direction:column;gap:6px}.order-timeline__date{font-size:14px;color:#6b7280;font-weight:400}.order-timeline__status{font-weight:600;color:#111827;font-size:16px}.order-history__item:before{content:"";position:absolute;left:0;top:4px;width:16px;height:16px;border-radius:50%;background-color:#d1d5db;z-index:1;transition:all .2s ease}.order-history__item--current:before{background-color:#000;border:2px solid rgba(0,0,0,.3);transform:scale(1.1);box-shadow:0 0 0 4px #0000001a}.current-status-marker{color:#000;font-weight:700;display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.actions-heading{margin-top:0;margin-bottom:16px;color:#111827;font-size:20px}.customer-actions-list{list-style:none;padding:0;margin:0}.customer-action{display:flex;flex-direction:column;gap:12px;padding:16px 0;border-bottom:1px solid #e5e7eb}.customer-action:last-child{border-bottom:none;padding-bottom:0}.action-label{font-weight:500;color:#111827}.action-link{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;background-color:#000;color:#fff;border-radius:4px;font-weight:500;text-decoration:none;transition:background-color .2s;max-width:fit-content}.action-link:hover{background-color:#000}.customer-action.completed .action-label{color:#10b981}.customer-action.completed .action-link{background-color:#10b981}@media(min-width:640px){.order-timeline:before{left:16px}.order-timeline__item{padding-left:48px}.order-timeline__item:before{left:4px}}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-4{margin-top:16px}.mt-6{margin-top:24px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.p-3{padding:12px}.p-4{padding:16px}.py-8{padding-top:32px;padding-bottom:32px}.pt-3{padding-top:12px}.block{display:block}.flex{display:flex}.flex-1{flex:1 1 0%}.items-start{align-items:flex-start}.items-center{align-items:center}.gap-3{gap:12px}.text-center{text-align:center}.space-y-1>*+*{margin-top:4px}.space-y-4>*+*{margin-top:16px}.rounded-md{border-radius:6px}.border{border:1px solid #e5e7eb}.border-gray-200{border-color:#e5e7eb}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-red-100{background-color:#fee2e2}.bg-green-100{background-color:#dcfce7}.text-sm{font-size:14px;line-height:20px}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-800{color:#1f2937}.text-red-800{color:#991b1b}.text-green-800{color:#166534}.max-w-none{max-width:none}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.cursor-pointer{cursor:pointer}.hover\:border-blue-500:hover{border-color:#3b82f6}.hidden{display:none}
/*# sourceMappingURL=/cdn/shop/t/191/assets/order-status-lookup.css.map */
