.order-status-section{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#111827;min-height:60vh;background:#f9fafb;padding:48px 16px}.order-status-section *{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;box-sizing:border-box}@media(min-width:640px){.order-status-section{padding:48px 24px}}@media(min-width:1024px){.order-status-section{padding:48px 32px}}.order-status-container{max-width:768px;margin:0 auto}.order-status-header{text-align:center;margin-bottom:32px}.order-status-header__icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:#ffedd5;border-radius:9999px;margin-bottom:16px}.order-status-header__icon svg{width:32px;height:32px;color:#ea580c;stroke:#ea580c}.order-status-header h1{font-size:30px;font-weight:700;color:#111827;margin:0 0 8px;line-height:1.25}.order-status-header p{color:#4b5563;font-size:16px;margin:0}.order-status-form-card{background:#fff;border-radius:12px;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb;padding:24px;margin-bottom:32px}.order-status-form{display:flex;flex-direction:column;gap:16px}.order-status-form__group{display:flex;flex-direction:column}.order-status-form__label{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:500;color:#374151;margin-bottom:8px}.order-status-form__label svg{width:16px;height:16px;stroke:currentColor}.order-status-form__input{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:16px;color:#111827;transition:all .2s ease;background:#fff}.order-status-form__input::placeholder{color:#9ca3af}.order-status-form__input:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px #f9731633}.order-status-form__submit{width:100%;background:#f97316;color:#fff;font-weight:500;padding:12px 16px;border-radius:8px;border:none;cursor:pointer;transition:background .2s ease;font-size:16px;display:flex;align-items:center;justify-content:center;gap:8px}.order-status-form__submit:hover{background:#ea580c}.order-status-form__submit svg{width:20px;height:20px;stroke:currentColor}.order-status-login-prompt{background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;padding:24px;margin-bottom:32px;text-align:center}.order-status-login-prompt p{color:#1e3a5f;font-size:15px;margin:0 0 16px;line-height:1.5}.order-status-login-prompt__btn{display:inline-flex;align-items:center;gap:8px;background:#f97316;color:#fff;font-weight:600;padding:10px 24px;border-radius:8px;text-decoration:none;font-size:15px;transition:background .2s ease}.order-status-login-prompt__btn:hover{background:#ea580c;color:#fff}.order-status-login-prompt__btn svg{width:18px;height:18px;stroke:currentColor}.order-status-orders{display:flex;flex-direction:column;gap:16px}.order-status-orders__title{font-size:20px;font-weight:700;color:#111827;margin:0 0 4px}.order-status-orders__subtitle{font-size:14px;color:#6b7280;margin:0 0 16px}.order-card{background:#fff;border-radius:12px;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb;overflow:hidden;transition:box-shadow .2s ease}.order-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.order-card__header{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #f3f4f6;gap:16px;flex-wrap:wrap}.order-card__info{flex:1;min-width:0}.order-card__number{font-size:16px;font-weight:600;color:#111827;margin:0 0 4px}.order-card__date{font-size:13px;color:#6b7280;margin:0}.order-status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:9999px;font-size:12px;font-weight:600;white-space:nowrap;border:1px solid}.order-status-badge svg{width:14px;height:14px;stroke:currentColor}.order-status-badge--fulfilled,.order-status-badge--paid{background:#f0fdf4;color:#15803d;border-color:#bbf7d0}.order-status-badge--unfulfilled,.order-status-badge--pending{background:#fffbeb;color:#a16207;border-color:#fde68a}.order-status-badge--partially_fulfilled,.order-status-badge--partially_paid{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.order-status-badge--refunded,.order-status-badge--voided{background:#f9fafb;color:#4b5563;border-color:#e5e7eb}.order-status-badge--cancelled{background:#fef2f2;color:#dc2626;border-color:#fecaca}.order-card__body{padding:20px 24px}.order-card__items{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.order-card__item{display:flex;align-items:center;gap:12px}.order-card__item-image{width:48px;height:48px;border-radius:8px;overflow:hidden;background:#f3f4f6;flex-shrink:0}.order-card__item-image img{width:100%;height:100%;object-fit:cover}.order-card__item-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af}.order-card__item-placeholder svg{width:20px;height:20px;stroke:currentColor}.order-card__item-details{flex:1;min-width:0}.order-card__item-name{font-size:14px;font-weight:500;color:#111827;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-card__item-qty{font-size:12px;color:#6b7280;margin:0}.order-card__item-price{font-size:14px;font-weight:600;color:#111827;white-space:nowrap}.order-card__footer{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:#f9fafb;border-top:1px solid #f3f4f6;flex-wrap:wrap;gap:12px}.order-card__total{font-size:16px;font-weight:700;color:#ea580c}.order-card__total-label{font-size:13px;font-weight:400;color:#6b7280;margin-right:4px}.order-card__actions{display:flex;gap:8px}.order-card__btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:8px;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s ease;cursor:pointer;border:none}.order-card__btn--primary{background:#f97316;color:#fff}.order-card__btn--primary:hover{background:#ea580c;color:#fff}.order-card__btn--secondary{background:#f3f4f6;color:#374151}.order-card__btn--secondary:hover{background:#e5e7eb;color:#374151}.order-card__btn svg{width:14px;height:14px;stroke:currentColor}.order-status-help{background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;padding:24px;margin-top:32px}.order-status-help h3{font-size:18px;font-weight:600;color:#1e3a5f;margin:0 0 12px}.order-status-help ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.order-status-help li{font-size:14px;color:#1e40af;padding-left:20px;position:relative;line-height:1.5}.order-status-help li:before{content:"\2022";position:absolute;left:0;color:#3b82f6}.order-status-help a{font-weight:500;text-decoration:underline;color:#1e40af}.order-status-help a:hover{color:#1d4ed8}.order-status-empty{text-align:center;padding:48px 24px;background:#fff;border-radius:12px;border:1px solid #e5e7eb}.order-status-empty__icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:#f3f4f6;border-radius:9999px;margin-bottom:16px}.order-status-empty__icon svg{width:32px;height:32px;stroke:#9ca3af}.order-status-empty h3{font-size:18px;font-weight:600;color:#111827;margin:0 0 8px}.order-status-empty p{color:#6b7280;font-size:15px;margin:0 0 24px}.order-status-empty__btn{display:inline-flex;align-items:center;gap:8px;background:#f97316;color:#fff;font-weight:600;padding:12px 24px;border-radius:8px;text-decoration:none;font-size:15px;transition:background .2s ease}.order-status-empty__btn:hover{background:#ea580c;color:#fff}.order-status-empty__btn svg{width:16px;height:16px;stroke:currentColor}.order-card__badges{display:flex;gap:8px;flex-wrap:wrap}@media(max-width:639px){.order-card__header{flex-direction:column;gap:12px}.order-card__footer{flex-direction:column;align-items:flex-start}.order-card__item-name{white-space:normal}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/order-status.css.map */
