.store-orders{color:var(--store-text);padding:48px 0 80px}.store-orders__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px 20px;margin-bottom:24px;display:flex}.store-orders__title{color:var(--store-ink);letter-spacing:-.02em;margin:0 0 8px;font-size:28px;font-weight:600;line-height:1.25}.store-orders__sub{color:var(--store-muted);margin:0;font-size:13px;line-height:1.5}.store-orders__back{color:var(--store-ink);text-underline-offset:2px;flex-shrink:0;font-size:13px;font-weight:500;text-decoration:underline}.store-orders__back:hover{opacity:.7}.store-orders__loading{background:linear-gradient(90deg, var(--store-soft) 0%, #f3f3f3 50%, var(--store-soft) 100%);background-size:200% 100%;border-radius:4px;min-height:200px}.store-orders__tabs{border-bottom:1px solid var(--store-line);-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:0;margin-bottom:20px;display:flex;overflow-x:auto}.store-orders__tab{color:var(--store-muted);white-space:nowrap;border-bottom:2px solid #0000;flex:none;padding:12px 16px;font-size:13px;font-weight:500;text-decoration:none}.store-orders__tab:hover{color:var(--store-ink)}.store-orders__tab.is-active{border-bottom-color:var(--store-primary);color:var(--store-ink);font-weight:600}.store-orders__meta{color:var(--store-muted);margin:0 0 14px;font-size:12px}.store-orders__list{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.store-orders__card{border:1px solid var(--store-line);background:#fff;padding:18px 20px}.store-orders__card-head{border-bottom:1px solid var(--store-line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 16px;margin-bottom:14px;padding-bottom:12px;display:flex}.store-orders__card-meta{flex-wrap:wrap;align-items:baseline;gap:6px 14px;display:flex}.store-orders__id{color:var(--store-ink);font-variant-numeric:tabular-nums;word-break:break-all;font-size:14px;font-weight:600}.store-orders__id-row{align-items:center;gap:6px;min-width:0;max-width:100%;display:inline-flex}.store-orders__copy{border:1px solid var(--store-line,#e8e8e8);color:var(--store-muted,#888);cursor:pointer;background:#fff;border-radius:3px;flex-shrink:0;align-items:center;gap:3px;margin:0;padding:2px 6px;font-family:inherit;font-size:11px;font-weight:500;line-height:1.2;display:inline-flex}.store-orders__copy:hover{border-color:var(--store-ink,#111);color:var(--store-ink,#111)}.store-orders__date{color:var(--store-muted);font-size:12px}.store-orders__badge{background:var(--store-soft);height:24px;color:var(--store-ink);border-radius:2px;align-items:center;padding:0 10px;font-size:12px;font-weight:600;display:inline-flex}.store-orders__badge--pending_payment{color:#b85c00;background:#fff4e8}.store-orders__badge--pending_shipment{color:#2a4f9b;background:#eef4ff}.store-orders__badge--pending_delivery{color:#1f7a3f;background:#eefaf1}.store-orders__badge--completed{color:#555;background:#f3f3f3}.store-orders__badge--cancelled{color:#999;background:#f7f7f7}.store-orders__thumbs{flex-wrap:wrap;gap:8px;margin:0 0 14px;padding:0;list-style:none;display:flex}.store-orders__items-preview{margin:0 0 14px}.store-orders__item-preview{grid-template-columns:72px minmax(0,1fr);align-items:start;gap:12px;display:grid}.store-orders__item-thumb{background:#f5f5f5;width:72px;height:72px;position:relative;overflow:hidden}.store-orders__item-body{min-width:0}.store-orders__item-name{color:var(--store-ink);-webkit-line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.4;display:-webkit-box;overflow:hidden}.store-orders__item-opts{color:var(--store-muted);margin:4px 0 0;font-size:12px;line-height:1.4}.store-orders__thumb{background:#f5f5f5;width:72px;height:72px;display:block;position:relative;overflow:hidden}.store-orders__thumb-img{object-fit:cover}.store-orders__card-foot{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 16px;display:flex}.store-orders__summary{color:var(--store-muted);margin:0;font-size:13px}.store-orders__payable{color:var(--store-ink);font-variant-numeric:tabular-nums;margin-left:10px;font-size:15px;font-weight:600}.store-orders__actions{flex-wrap:wrap;gap:8px;display:flex}.store-orders__btn{cursor:pointer;border-radius:2px;justify-content:center;align-items:center;min-height:36px;padding:0 14px;font-size:13px;font-weight:600;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.store-orders__btn--block{width:100%}.store-orders__btn--solid{border:1px solid var(--store-primary);background:var(--store-primary);color:var(--store-on-primary)}.store-orders__btn--solid:hover{background:var(--store-primary-hover);border-color:var(--store-primary-hover)}.store-orders__btn--ghost{border:1px solid var(--store-line);color:var(--store-ink);background:#fff}.store-orders__btn--ghost:hover{border-color:var(--store-primary)}.store-orders__empty{border:1px dashed var(--store-line);background:var(--store-soft);text-align:center;flex-direction:column;align-items:center;gap:18px;padding:64px 24px;display:flex}.store-orders__empty-text{color:var(--store-muted);margin:0;font-size:14px}.store-order-detail__status{border:1px solid var(--store-line);background:var(--store-soft);margin-bottom:28px;padding:20px}.store-order-detail__status-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.store-order-detail__timeline{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none;display:grid}.store-order-detail__step{opacity:.45;gap:10px;display:flex;position:relative}.store-order-detail__step.is-done{opacity:1}.store-order-detail__step-dot{background:#ccc;border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:4px}.store-order-detail__step.is-done .store-order-detail__step-dot{background:var(--store-primary)}.store-order-detail__step-label{color:var(--store-ink);margin:0;font-size:13px;font-weight:600}.store-order-detail__step-time{color:var(--store-muted);margin:4px 0 0;font-size:11px}.store-order-detail__cancelled-note{color:var(--store-muted);margin:0;font-size:13px}.store-order-detail__layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:24px 36px;display:grid}.store-order-detail__panel{border:1px solid var(--store-line);background:#fff;margin-bottom:16px;padding:18px 20px}.store-order-detail__panel-title{color:var(--store-ink);margin:0 0 14px;font-size:15px;font-weight:600}.store-order-detail__items{margin:0;padding:0;list-style:none}.store-order-detail__item{border-bottom:1px solid var(--store-line);grid-template-columns:88px minmax(0,1fr);gap:14px;padding:14px 0;display:grid}.store-order-detail__item:first-child{padding-top:0}.store-order-detail__item:last-child{border-bottom:0;padding-bottom:0}.store-order-detail__thumb{background:#f5f5f5;width:88px;height:88px;display:block;position:relative;overflow:hidden}.store-order-detail__name{color:var(--store-ink);font-size:14px;font-weight:500;line-height:1.4;text-decoration:none}.store-order-detail__name:hover{text-underline-offset:2px;text-decoration:underline}.store-order-detail__opts{color:var(--store-muted);margin:6px 0 0;font-size:12px}.store-order-detail__item-row{color:var(--store-text);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px;margin-top:10px;font-size:13px;display:flex}.store-order-detail__item-row strong{color:var(--store-ink);font-variant-numeric:tabular-nums}.store-order-detail__dl{margin:0}.store-order-detail__dl>div{justify-content:space-between;align-items:flex-start;gap:12px;margin:0 0 10px;font-size:13px;display:flex}.store-order-detail__dl dt{color:var(--store-muted);flex-shrink:0;margin:0}.store-order-detail__dl dd{color:var(--store-ink);text-align:right;margin:0;line-height:1.45}.store-order-detail__dl-total{border-top:1px solid var(--store-line);padding-top:12px;font-weight:600;margin-top:4px!important;font-size:14px!important}.store-order-detail__tracking{color:var(--store-ink);margin:0 0 12px;font-size:13px;font-weight:500}.store-order-detail__events{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.store-order-detail__events li{color:var(--store-text);flex-direction:column;gap:2px;font-size:12px;line-height:1.45;display:flex}.store-order-detail__event-time{color:var(--store-muted);font-size:11px}@media (max-width:900px){.store-orders{padding:32px 0 64px}.store-orders__title{font-size:22px}.store-order-detail__layout{grid-template-columns:1fr}.store-order-detail__timeline{grid-template-columns:1fr 1fr}}@media (max-width:560px){.store-orders__card{padding:16px}.store-orders__card-foot{flex-direction:column;align-items:stretch}.store-orders__actions{width:100%}.store-orders__actions .store-orders__btn{flex:1}.store-order-detail__timeline{grid-template-columns:1fr}.store-order-detail__item{grid-template-columns:72px minmax(0,1fr);gap:10px}.store-order-detail__thumb{width:72px;height:72px}}
