:root{--of-accent: #111111;--of-green: #16a34a;--of-red: #dc2626;--of-blue: #2563eb;--of-amber: #d97706;--of-border: #e5e7eb;--of-bg: #f9fafb;--of-text: #111827;--of-muted: #6b7280;--of-radius: 10px;--of-shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04)}.custom-order-status{font-family:inherit;max-width:680px;margin:0 auto}.order-status-badge{display:flex;align-items:center;gap:10px;padding:14px 20px;border-radius:var(--of-radius);font-weight:600;font-size:1rem;margin-bottom:24px;box-shadow:var(--of-shadow)}.order-status-badge .status-icon{font-size:1.2rem}.order-status-badge .track-link{margin-left:auto;font-size:.875rem;font-weight:500;text-decoration:underline}.status--confirmed{background:#eff6ff;color:var(--of-blue);border-left:4px solid var(--of-blue)}.status--shipped{background:#fffbeb;color:var(--of-amber);border-left:4px solid var(--of-amber)}.status--delivered{background:#f0fdf4;color:var(--of-green);border-left:4px solid var(--of-green)}.status--cancelled{background:#fef2f2;color:var(--of-red);border-left:4px solid var(--of-red)}.order-stepper{display:flex;align-items:center;gap:0;margin-bottom:28px}.step{display:flex;flex-direction:column;align-items:center;gap:6px;font-size:.75rem;color:var(--of-muted);min-width:64px}.step--done .step-dot{background:var(--of-green);border-color:var(--of-green)}.step--done{color:var(--of-green)}.step--active .step-dot{border-color:var(--of-blue);background:var(--of-blue)}.step--active{color:var(--of-blue)}.step-dot{width:14px;height:14px;border-radius:50%;border:2px solid var(--of-border);background:#fff;flex-shrink:0}.step-line{flex:1;height:2px;background:var(--of-border);margin-bottom:20px}.step-line--done{background:var(--of-green)}.order-action-block{background:var(--of-bg);border:1px solid var(--of-border);border-radius:var(--of-radius);padding:18px 20px;margin-bottom:20px}.action-hint{font-size:.875rem;color:var(--of-muted);margin:0 0 12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 22px;border-radius:7px;font-size:.9rem;font-weight:600;border:none;cursor:pointer;transition:opacity .15s,transform .1s}.btn:disabled{opacity:.6;cursor:not-allowed}.btn:hover:not(:disabled){opacity:.88;transform:translateY(-1px)}.btn:active:not(:disabled){transform:translateY(0)}.btn--cancel{background:#fee2e2;color:var(--of-red)}.btn--return{background:var(--of-accent);color:#fff}.btn--submit{background:var(--of-green);color:#fff;width:100%;padding:13px;font-size:1rem;margin-top:6px}.countdown-timer{font-size:.8rem;color:var(--of-red);margin-top:8px;font-variant-numeric:tabular-nums}.action-feedback{margin-top:10px;padding:10px 14px;border-radius:6px;font-size:.875rem}.feedback--success{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.feedback--error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.feedback--info{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.order-items-list{border:1px solid var(--of-border);border-radius:var(--of-radius);overflow:hidden}.order-item{display:flex;align-items:center;gap:14px;padding:14px 16px;border-bottom:1px solid var(--of-border)}.order-item:last-child{border-bottom:none}.item-image{width:56px;height:56px;object-fit:cover;border-radius:6px;flex-shrink:0;background:var(--of-border)}.item-details{display:flex;flex-direction:column;gap:2px;flex:1}.item-name{font-weight:600;font-size:.9rem}.item-variant,.item-qty{font-size:.8rem;color:var(--of-muted)}.item-price{font-weight:600;font-size:.9rem;white-space:nowrap}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal-box{background:#fff;border-radius:14px;padding:28px;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0003}.modal-box h3{margin:0 0 6px;font-size:1.15rem}.modal-note{font-size:.875rem;color:var(--of-muted);margin-bottom:20px}.modal-close{position:absolute;top:16px;right:16px;background:var(--of-bg);border:1px solid var(--of-border);border-radius:50%;width:30px;height:30px;cursor:pointer;font-size:.9rem;display:flex;align-items:center;justify-content:center}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:.85rem;font-weight:600;margin-bottom:5px}.required{color:var(--of-red)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:9px 12px;border:1px solid var(--of-border);border-radius:7px;font-size:.9rem;box-sizing:border-box;background:#fff;color:var(--of-text)}.form-group input[readonly]{background:var(--of-bg);color:var(--of-muted)}.form-group textarea{resize:vertical;min-height:80px}.upload-drop-area{border:2px dashed var(--of-border);border-radius:9px;background:var(--of-bg);position:relative;min-height:100px;cursor:pointer;transition:border-color .2s,background .2s}.upload-drop-area.drag-over{border-color:var(--of-blue);background:#eff6ff}.upload-drop-area input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;width:100%;height:100%;padding:0;border:none}.upload-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;gap:6px;color:var(--of-muted);font-size:.875rem}.upload-icon{font-size:2rem}.upload-preview{display:flex;align-items:center;gap:12px;padding:14px 16px}.file-icon{font-size:1.8rem}.file-info{display:flex;flex-direction:column;flex:1;gap:2px;font-size:.85rem}.file-remove{background:#fee2e2;color:var(--of-red);border:none;border-radius:5px;padding:5px 10px;cursor:pointer;font-size:.8rem;font-weight:600}@media(max-width:600px){.order-stepper{gap:0}.step{min-width:50px;font-size:.7rem}.modal-box{padding:20px}.btn--submit{font-size:.9rem}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/order-flow.css.map */
