.track-order-section{font-family:Open Sans,sans-serif;max-width:800px;margin:0 auto;padding:40px 20px 60px;color:#0b0b0b}.track-form-container{text-align:center;margin-bottom:32px}.track-form-container h1{font-size:1.8rem;font-weight:700;margin-bottom:8px}.track-form-container .subtitle{color:#6b7280;font-size:.95rem;margin-bottom:24px}.track-form{display:flex;gap:12px;max-width:600px;margin:0 auto;flex-wrap:wrap}.track-form .form-field{flex:1;min-width:180px}.track-form input{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:10px;font-size:.95rem;font-family:inherit;transition:border-color .2s;background:#fff}.track-form input:focus{outline:none;border-color:#62b134;box-shadow:0 0 0 3px #62b13426}.track-form input::placeholder{color:#9ca3af}.track-btn{padding:12px 28px;background:#62b134;color:#fff;border:none;border-radius:10px;font-weight:700;font-size:.95rem;cursor:pointer;font-family:inherit;transition:background .2s;white-space:nowrap}.track-btn:hover{background:#4e8e2a}.track-btn:disabled{background:#d1d5db;cursor:not-allowed}.track-error{max-width:600px;margin:16px auto 0;padding:12px 16px;background:#fef2f2;color:#991b1b;border-radius:10px;font-size:.9rem;text-align:center}.track-loading{text-align:center;padding:40px;color:#6b7280}.track-loading .spinner{display:inline-block;width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#62b134;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:12px}@keyframes spin{to{transform:rotate(360deg)}}.track-results{animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.order-summary-card{background:#f9fafb;border-radius:12px;padding:20px 24px;margin-bottom:28px}.order-header{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.order-number{font-size:1.2rem;font-weight:700}.order-date{color:#6b7280;font-size:.85rem}.status-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-badge.fulfilled{background:#f0fdf4;color:#166534}.status-badge.partial{background:#fffbeb;color:#92400e}.status-badge.unfulfilled{background:#fef2f2;color:#991b1b}.timeline-container{position:relative;padding:24px 0;margin-bottom:28px}.timeline-bar{position:absolute;top:50%;left:40px;right:40px;height:4px;background:#e5e7eb;border-radius:2px;transform:translateY(-50%);z-index:0}.timeline-progress{height:100%;background:#62b134;border-radius:2px;transition:width .5s ease}.timeline-steps{display:flex;justify-content:space-between;position:relative;z-index:1}.timeline-step{display:flex;flex-direction:column;align-items:center;flex:1}.timeline-dot{width:28px;height:28px;border-radius:50%;background:#e5e7eb;border:3px solid #fff;box-shadow:0 0 0 2px #e5e7eb;display:flex;align-items:center;justify-content:center;margin-bottom:10px;transition:all .3s}.timeline-dot.completed{background:#62b134;box-shadow:0 0 0 2px #62b134}.timeline-dot.active{background:#62b134;box-shadow:0 0 0 2px #62b134,0 0 0 6px #62b13433;animation:pulse 2s infinite}.timeline-dot .check{color:#fff;font-size:14px;line-height:1}@keyframes pulse{0%,to{box-shadow:0 0 0 2px #62b134,0 0 0 6px #62b13433}50%{box-shadow:0 0 0 2px #62b134,0 0 0 10px #62b1341a}}.timeline-label{font-size:.75rem;font-weight:600;color:#6b7280;text-align:center}.timeline-step.completed .timeline-label{color:#166534}.timeline-step.active .timeline-label{color:#62b134;font-weight:700}.timeline-date{font-size:.7rem;color:#9ca3af;margin-top:2px;text-align:center}.fulfillment-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;margin-bottom:16px}.fulfillment-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;flex-wrap:wrap;gap:8px}.carrier-name{font-weight:700;font-size:.95rem}.shipment-badge{padding:4px 10px;border-radius:16px;font-size:.75rem;font-weight:600}.shipment-badge.in_transit{background:#dbeafe;color:#1e40af}.shipment-badge.out_for_delivery{background:#fef3c7;color:#92400e}.shipment-badge.delivered{background:#dcfce7;color:#166534}.shipment-badge.default{background:#f3f4f6;color:#374151}.tracking-info{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.tracking-number{font-family:Courier New,monospace;font-size:.95rem;font-weight:600;background:#f3f4f6;padding:6px 12px;border-radius:6px}.track-link{display:inline-block;padding:6px 16px;background:#62b134;color:#fff;text-decoration:none;border-radius:6px;font-size:.85rem;font-weight:600;transition:background .2s}.track-link:hover{background:#4e8e2a;color:#fff}.carrier-message{margin-top:12px;padding:10px 14px;background:#fffbeb;border-radius:8px;font-size:.85rem;color:#92400e}.order-items{margin-top:8px}.order-items h3{font-size:.95rem;font-weight:700;margin-bottom:12px}.item-row{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #f3f4f6}.item-row:last-child{border-bottom:none}.item-image{width:48px;height:48px;border-radius:8px;object-fit:cover;background:#f3f4f6;flex-shrink:0}.item-placeholder{width:48px;height:48px;border-radius:8px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#d1d5db;flex-shrink:0}.item-title{font-size:.85rem;flex:1}.item-qty{font-size:.8rem;color:#6b7280;white-space:nowrap}.hidden{display:none!important}@media(max-width:768px){.track-order-section{padding:24px 16px 40px}.track-form-container h1{font-size:1.4rem}.track-form{flex-direction:column}.track-form .form-field{min-width:100%}.track-btn{width:100%}.timeline-container{padding:16px 0}.timeline-bar{left:14px;right:auto;top:0;bottom:0;width:4px;height:auto;transform:none}.timeline-steps{flex-direction:column;gap:24px;padding-left:44px}.timeline-step{flex-direction:row;align-items:flex-start;gap:12px}.timeline-dot{position:absolute;left:0;margin-bottom:0}.timeline-step{position:relative}.timeline-label{text-align:left;font-size:.85rem}.timeline-date{text-align:left}.fulfillment-header,.tracking-info{flex-direction:column;align-items:flex-start}}
/*# sourceMappingURL=/cdn/shop/t/46/assets/track-order.css.map */
