:root{--brand: #C6202C;--brand-dark: #a51a24;--brand-light: #fdf0f0;--green: #2e7d32;--green-light: #e8f5e9;--blue: #1565c0;--blue-light: #e3f2fd;--orange: #bf6000;--orange-light:#fff3e0;--red-light: #fce4ec;--gray-1: #1a1a1a;--gray-2: #444;--gray-3: #666;--gray-4: #888;--gray-5: #e5e5e5;--gray-6: #f5f5f5;--radius: 12px;--shadow: 0 2px 12px rgba(0,0,0,.06)}.sc-track-page{max-width:780px;margin:0 auto;padding:20px 16px 64px;font-family:inherit}.sc-breadcrumb{font-size:13px;color:var(--gray-4);margin-bottom:20px;display:flex;align-items:center;gap:6px}.sc-breadcrumb a{color:var(--gray-4);text-decoration:none}.sc-breadcrumb a:hover{color:var(--brand)}.sc-breadcrumb span:last-child{color:var(--gray-2);font-weight:500}.sc-loading{text-align:center;padding:60px 20px;color:var(--gray-4)}.sc-spinner{width:40px;height:40px;border:3px solid var(--gray-5);border-top-color:var(--brand);border-radius:50%;animation:sc-spin .8s linear infinite;margin:0 auto 16px}@keyframes sc-spin{to{transform:rotate(360deg)}}.sc-error{background:#fff5f5;border:1px solid #fcc;border-radius:var(--radius);padding:16px 20px;display:flex;align-items:center;gap:12px;color:#c00;font-size:14px;margin-bottom:16px}.sc-card{background:#fff;border:1px solid var(--gray-5);border-radius:var(--radius);padding:20px 22px;margin-bottom:16px;box-shadow:var(--shadow)}.sc-card-title{font-size:15px;font-weight:600;color:var(--gray-1);margin:0 0 16px}.sc-status-card{padding-bottom:24px}.sc-status-top{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:16px;margin-bottom:24px}.sc-section-label{font-size:12px;color:var(--gray-4);margin:0 0 6px;text-transform:uppercase;letter-spacing:.5px}.sc-status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600;margin-bottom:6px}.sc-status-badge:before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor;opacity:.7}.sc-badge-orange{background:var(--orange-light);color:var(--orange)}.sc-badge-blue{background:var(--blue-light);color:var(--blue)}.sc-badge-green{background:var(--green-light);color:var(--green)}.sc-badge-red{background:var(--red-light);color:#c62828}.sc-status-msg{font-size:13px;color:var(--gray-3);margin:0}.sc-status-right{text-align:right}.sc-edd-val{font-size:18px;font-weight:700;color:var(--gray-1);margin:0}.sc-edd-time{font-size:12px;color:var(--gray-4);margin:3px 0 0}.sc-progress{display:flex;align-items:flex-start}.sc-step{display:flex;flex-direction:column;align-items:center;flex:1;min-width:60px}.sc-step-wrap{display:flex;align-items:center;width:100%;justify-content:center;position:relative}.sc-step-circle{width:38px;height:38px;border-radius:50%;background:var(--gray-6);color:var(--gray-4);border:2px solid var(--gray-5);display:flex;align-items:center;justify-content:center;font-size:15px;z-index:1;flex-shrink:0;transition:all .3s}.sc-step-done .sc-step-circle{background:#4caf50;color:#fff;border-color:#4caf50}.sc-step-active .sc-step-circle{background:var(--brand);color:#fff;border-color:var(--brand);box-shadow:0 0 0 4px #c6202c26}.sc-step-line{position:absolute;left:50%;width:100%;height:3px;background:var(--gray-5);z-index:0;border-radius:2px}.sc-line-done{background:#4caf50}.sc-step-label{font-size:11px;color:var(--gray-4);text-align:center;margin-top:10px;line-height:1.4}.sc-step-done .sc-step-label{color:#4caf50;font-weight:500}.sc-step-active .sc-step-label{color:var(--brand);font-weight:600}.sc-timeline{display:flex;flex-direction:column}.sc-tl-item{display:flex;gap:14px;padding:4px 0}.sc-tl-left{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.sc-tl-dot{width:14px;height:14px;border-radius:50%;margin-top:3px;flex-shrink:0}.sc-dot-active{background:var(--brand)}.sc-dot-done{background:#4caf50}.sc-tl-line{width:2px;flex:1;background:var(--gray-5);margin:4px 0;min-height:24px}.sc-tl-content{flex:1;padding-bottom:14px}.sc-tl-status{font-size:14px;font-weight:600;color:var(--gray-1);margin:0 0 3px}.sc-tl-latest{color:var(--brand)}.sc-tl-loc{font-size:13px;color:var(--gray-3);margin:0 0 3px}.sc-tl-time{font-size:12px;color:var(--gray-4);margin:0}.sc-no-events{color:var(--gray-4);font-size:14px;text-align:center;padding:20px 0}.sc-two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.sc-addr-name{font-size:15px;font-weight:600;color:var(--gray-1);margin:0 0 6px}.sc-addr-text{font-size:14px;color:var(--gray-3);margin:0 0 6px;line-height:1.7}.sc-addr-phone{font-size:14px;color:var(--gray-3);margin:0}.sc-carrier-name{font-size:15px;font-weight:600;color:var(--gray-1);margin:0 0 6px}.sc-carrier-awb{font-size:13px;color:var(--gray-3);margin:0 0 4px}.sc-carrier-edd{font-size:13px;color:var(--gray-3);margin:0 0 8px}.sc-carrier-link{font-size:13px;color:var(--brand);text-decoration:none}.sc-carrier-link:hover{text-decoration:underline}.sc-items{display:flex;flex-direction:column;gap:16px}.sc-item{display:flex;align-items:center;gap:14px;padding-bottom:16px;border-bottom:1px solid var(--gray-5)}.sc-item:last-child{border-bottom:none;padding-bottom:0}.sc-item-img{width:72px;height:72px;border-radius:8px;overflow:hidden;border:1px solid var(--gray-5);flex-shrink:0;background:var(--gray-6);display:flex;align-items:center;justify-content:center}.sc-item-img img{width:100%;height:100%;object-fit:cover}.sc-item-img-placeholder{font-size:28px}.sc-item-info{flex:1}.sc-item-name{font-size:14px;font-weight:600;color:var(--gray-1);margin:0 0 4px}.sc-item-qty{font-size:13px;color:var(--gray-4);margin:0}.sc-item-price{font-size:15px;font-weight:700;color:var(--gray-1);white-space:nowrap}.sc-support-card{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.sc-support-title{font-size:14px;font-weight:600;color:var(--gray-1);margin:0 0 4px}.sc-support-sub{font-size:13px;color:var(--gray-4);margin:0}.sc-support-btns{display:flex;gap:10px;flex-wrap:wrap}.sc-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:8px;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s;white-space:nowrap}.sc-btn-whatsapp{background:#e8f5e9;color:#2e7d32;border:1px solid #c8e6c9}.sc-btn-whatsapp:hover{background:#c8e6c9}.sc-btn-call{background:var(--gray-6);color:var(--gray-2);border:1px solid var(--gray-5)}.sc-btn-call:hover{background:var(--gray-5)}.sc-review-banner{background:var(--brand);border-radius:var(--radius);padding:18px 24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px}.sc-review-title{font-size:15px;font-weight:600;color:#fff;margin:0 0 4px}.sc-review-sub{font-size:13px;color:#fffc;margin:0}.sc-review-btn{background:#fff;color:var(--brand);padding:10px 22px;border-radius:8px;font-size:13px;font-weight:600;text-decoration:none;white-space:nowrap;transition:all .2s}.sc-review-btn:hover{background:var(--brand-light)}.hidden{display:none!important}@media(max-width:580px){.sc-two-col{grid-template-columns:1fr}.sc-status-top{flex-direction:column}.sc-status-right{text-align:left}.sc-support-card{flex-direction:column;align-items:flex-start}.sc-review-banner{flex-direction:column}.sc-step-label{font-size:10px}.sc-step-circle{width:30px;height:30px;font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/track-order.css.map */
