.order-history{box-sizing:border-box;min-width:0;overflow:hidden;border:1px solid #e8e8e8;border-radius:14px;background:#fff;color:#262626;font:14px/1.5715 var(--ui-font-family,Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif)}.order-history *{box-sizing:border-box}.order-history>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:20px 22px;border-bottom:1px solid #f0f0f0}.order-history h3,.order-history h4,.order-history p{margin:0}.order-history>header h3{font-size:18px}.order-history>header p{margin-top:4px;color:#595959}.order-history>header>div:last-child{display:flex;flex-wrap:wrap;gap:6px}.order-history [data-filter]{min-height:32px;padding:5px 10px;border:1px solid #d9d9d9;border-radius:8px;background:#fff;color:#595959;font:600 12px inherit;cursor:pointer}.order-history [data-filter][aria-pressed=true]{border-color:#1677ff;background:#e6f4ff;color:#0958d9}.order-history ul{margin:0;padding:0;list-style:none}.order-history li{padding:0 22px}.order-history li[data-order=""],.order-history li[hidden]{display:none}.order-history article{display:grid;grid-template-columns:40px minmax(0,1fr) auto auto;align-items:center;gap:14px;padding:18px 0;border-bottom:1px solid #f0f0f0}.order-history li:last-child article{border-bottom:0}.order-history__icon,.order-history__dialog-icon{display:grid;width:40px;height:40px;place-items:center;border-radius:10px;background:#e6f4ff;color:#0958d9}.order-history__icon svg,.order-history__dialog-icon svg{width:20px}.order-history__main>div{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.order-history__main strong{font-size:13px}.order-history__main em{padding:2px 7px;border-radius:99px;background:#e6f4ff;color:#0958d9;font-size:11px;font-style:normal}.order-history li[data-status=complete] em{background:#f6ffed;color:#237804}.order-history li[data-status=refunded] em,.order-history li[data-status=cancelled] em{background:#fff2f0;color:#a8071a}.order-history__main h4{margin-top:5px;font-size:14px}.order-history__main p{margin-top:2px;color:#595959;font-size:12px}.order-history__price{display:grid;text-align:right}.order-history__price small{color:#595959;font-size:11px}.order-history__price b{font-size:14px}.order-history nav{display:flex;gap:6px}.order-history nav a,.order-history nav button,.order-history dialog [data-dialog-track]{display:flex;min-height:34px;align-items:center;gap:5px;padding:6px 9px;border:1px solid #d9d9d9;border-radius:8px;background:#fff;color:#0958d9;font:600 12px inherit;text-decoration:none;cursor:pointer}.order-history nav svg{width:14px}.order-history__empty{padding:42px 20px;text-align:center}.order-history__empty svg{width:28px;color:#595959}.order-history__empty strong,.order-history__empty p{display:block}.order-history__empty p{color:#595959}.order-history dialog{width:min(440px,calc(100vw - 32px));padding:24px;border:0;border-radius:14px;color:#262626;box-shadow:0 20px 60px rgba(0,0,0,.2)}.order-history dialog::backdrop{background:rgba(0,0,0,.45)}.order-history dialog form{display:flex;justify-content:flex-end}.order-history dialog form button{display:grid;width:32px;height:32px;place-items:center;border:0;border-radius:8px;background:#f5f5f5;cursor:pointer}.order-history dialog form svg{width:16px}.order-history dialog>small{display:block;margin-top:16px;color:#0958d9;font-weight:700;letter-spacing:.06em}.order-history dialog h3{margin-top:6px}.order-history dialog>[data-dialog-meta]{margin-top:6px;color:#595959}.order-history dialog>[data-dialog-total]{display:block;margin-top:18px;font-size:22px}.order-history dialog [data-dialog-track]{margin-top:20px;border-color:#0958d9;background:#0958d9;color:#fff}.order-history dialog [data-dialog-track] svg{width:15px}@media(max-width:760px){.order-history>header{flex-direction:column}.order-history article{grid-template-columns:40px minmax(0,1fr) auto}.order-history__price{grid-column:2;text-align:left}.order-history nav{grid-column:2/-1;flex-wrap:wrap}}
/* mobile-order-layout-v3 */
@media(max-width:600px){
.order-history>header{padding:18px 16px}
.order-history>header>div,.order-history>header>div:last-child{min-width:0;width:100%}
.order-history>header>div:last-child{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
.order-history [data-filter]{min-width:0;padding-inline:6px;white-space:nowrap}
.order-history li{padding-inline:16px}
.order-history article{grid-template-columns:36px minmax(0,1fr);align-items:start;gap:12px}
.order-history__icon{width:36px;height:36px;margin-top:2px}
.order-history__main,.order-history__price,.order-history nav{grid-column:2;min-width:0}
.order-history__main h4,.order-history__main p{overflow-wrap:anywhere}
.order-history__price{justify-items:start;text-align:left}
.order-history nav{width:100%;flex-wrap:wrap}
.order-history nav a,.order-history nav button{min-width:0;max-width:100%}
}
@media(max-width:359px){
.order-history>header{padding-inline:14px}
.order-history li{padding-inline:14px}
.order-history article{grid-template-columns:32px minmax(0,1fr);gap:10px}
.order-history__icon{width:32px;height:32px}
.order-history nav a,.order-history nav button{padding-inline:7px}
}