.es-order-history{margin:28px 0 40px;scroll-margin-top:140px;color:var(--text)}
.es-orders-heading{margin-bottom:22px}.es-orders-heading h2{font-size:26px!important;line-height:1.2;margin:8px 0;text-transform:none!important}.es-orders-heading p{font-size:15px;color:var(--muted);margin:0}
.es-order-card,.es-orders-empty{border:1px solid var(--line);border-radius:18px;background:var(--panel);padding:24px;margin:14px 0}
.es-order-card-head{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.es-order-card-head>div{margin-right:auto}.es-order-card-head h3{font-size:17px!important;text-transform:none!important;margin:0 0 5px;letter-spacing:0!important}.es-order-card-head time{font-size:13px;color:var(--muted)}
.es-order-status{font-size:12px;font-weight:700;border:1px solid var(--line);border-radius:30px;padding:7px 12px}.es-order-total{font-size:20px;white-space:nowrap}
.es-delivery-progress{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));list-style:none!important;margin:26px 0!important;padding:0!important;gap:12px;color:var(--muted)}
.es-delivery-progress li{display:flex;flex-direction:column;gap:10px;font-size:13px;line-height:1.4;position:relative;border-top:2px solid var(--line);padding-top:12px;margin:0}.es-delivery-dot{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--bg);border:1px solid var(--line);font-weight:800}.es-delivery-progress li.is-reached{border-color:#ffbd16;color:var(--text)}.es-delivery-progress .is-reached .es-delivery-dot{background:#ffbd16;color:#171911;border-color:#ffbd16}.es-delivery-progress [aria-current=step]{font-weight:700}
.es-order-details{margin-top:18px;border-top:1px solid var(--line);padding-top:16px}.es-order-details summary{cursor:pointer;font-weight:700;font-size:14px;min-height:28px}.es-order-details ul{list-style:none;padding:0;margin:18px 0}.es-order-details li{display:flex;justify-content:space-between;gap:18px;font-size:14px;padding:10px 0}.es-order-details li>span{min-width:0;overflow-wrap:anywhere}.es-order-details li>strong{white-space:nowrap}.es-order-details small{color:var(--muted)}.es-order-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:14px}.es-order-actions>a:first-child{text-decoration:underline;text-underline-offset:4px}.es-orders-empty{text-align:center;padding:32px}.es-orders-empty h3{font-size:20px!important}.es-orders-empty p{color:var(--muted);font-size:15px}.es-orders-pagination{display:flex;justify-content:center;align-items:center;gap:18px;margin-top:22px}
.es-order-details summary:focus-visible,.es-order-actions a:focus-visible{outline:2px solid #ffbd16;outline-offset:5px}
@media(max-width:600px){.es-order-card{padding:18px 16px}.es-order-card-head{gap:12px}.es-order-card-head>div{flex-basis:100%}.es-order-total{margin-left:auto;font-size:18px}.es-delivery-progress{gap:8px}.es-delivery-progress li{font-size:12px}.es-orders-heading h2{font-size:23px!important}.es-order-actions{flex-wrap:wrap}}
.es-order-history,.es-delivery-progress{--text:var(--cream);--bg:var(--ink)}
.es-order-preview{font-size:14px;color:var(--muted);margin:18px 0 0;overflow-wrap:anywhere}.es-order-preview span{display:inline-block;font-size:12px;border:1px solid var(--line);border-radius:6px;padding:0 5px;margin-left:6px}
.es-order-card--processing .es-order-status{background:rgba(255,189,22,.12);border-color:rgba(255,189,22,.3);color:var(--cream)}
.es-order-card--completed .es-order-status{background:rgba(94,161,92,.12);border-color:rgba(94,161,92,.35)}
.es-account-shell{width:min(1180px,92%);padding:44px 0 64px!important;min-height:65vh}
.es-account-page-head{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:34px}.es-account-page-head h1{font-size:clamp(27px,3vw,34px)!important;line-height:1.15;letter-spacing:-.04em;margin:10px 0 12px;text-transform:none!important}.es-account-page-head p{font-size:15px;color:var(--muted);margin:0}.es-account-back{display:inline-flex;align-items:center;gap:9px;white-space:nowrap;font-size:13px;font-weight:700;border:1px solid var(--line);border-radius:10px;padding:12px 16px;background:var(--panel)}
.es-account-shell>.woocommerce{display:grid;grid-template-columns:230px minmax(0,1fr);gap:28px;align-items:start}.es-account-shell>.woocommerce::before,.es-account-shell>.woocommerce::after{display:none!important}.es-account-shell .woocommerce-notices-wrapper{grid-column:1/-1}.es-account-shell .woocommerce-notices-wrapper:empty{display:none}
.es-account-shell .woocommerce .woocommerce-MyAccount-navigation,.es-account-shell .woocommerce .woocommerce-MyAccount-content{float:none;width:100%;min-width:0}
.es-account-shell .woocommerce-MyAccount-navigation{padding:10px;border:1px solid var(--line);border-radius:18px;background:var(--panel)}.es-account-shell .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0;display:grid;gap:4px}.es-account-shell .woocommerce-MyAccount-navigation li{margin:0;padding:0}.es-account-shell .woocommerce-MyAccount-navigation a{display:flex;align-items:center;gap:12px;padding:13px 12px;border-radius:10px;font-size:13px;font-weight:600;color:var(--muted);transition:background .15s,color .15s}.es-account-shell .woocommerce-MyAccount-navigation a::before{content:"";width:7px;height:7px;flex-shrink:0;border:1.5px solid currentColor;border-radius:2px}.es-account-shell .woocommerce-MyAccount-navigation a:hover{background:rgba(255,189,22,.08);color:var(--cream)}.es-account-shell .woocommerce-MyAccount-navigation .is-active a{background:#ffbd16;color:#171911;font-weight:800}.es-account-shell .woocommerce-MyAccount-navigation-link--customer-logout{border-top:1px solid var(--line);padding-top:6px!important;margin-top:6px!important}
.es-account-shell .es-order-history{margin:0}.es-account-shell .es-order-card:first-of-type{margin-top:0}.es-account-shell .es-order-card:last-of-type{margin-bottom:0}.es-account-shell .woocommerce a.button{background:#ffbd16;color:#171911;border:0;border-radius:9px;font-size:13px;padding:13px 18px}
.es-account-shell .woocommerce-MyAccount-content>p{font-size:15px;color:var(--muted)}.es-account-shell .woocommerce-MyAccount-content mark{background:rgba(255,189,22,.12);color:var(--cream);padding:2px 4px;border-radius:4px}.es-account-shell .woocommerce-order-details,.es-account-shell .woocommerce-customer-details{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:24px}.es-account-shell .woocommerce h2{font-size:21px;line-height:1.2;text-transform:none;letter-spacing:-.03em}.es-account-shell .woocommerce table.shop_table{border-color:var(--line);border-radius:10px;font-size:14px}.es-account-shell .woocommerce table.shop_table td,.es-account-shell .woocommerce table.shop_table th{padding:13px;border-color:var(--line)}.es-account-shell .woocommerce address{border:0!important;padding:0!important;font-size:14px;line-height:1.8;overflow-wrap:anywhere}
.es-account-shell a:focus-visible{outline:2px solid #ffbd16;outline-offset:4px}
@media(max-width:800px){.es-account-shell>.woocommerce{grid-template-columns:minmax(0,1fr);gap:22px}.es-account-page-head{align-items:flex-start;flex-direction:column;gap:16px}.es-account-shell .woocommerce-MyAccount-navigation ul{display:flex;overflow-x:auto;gap:6px;padding-bottom:3px}.es-account-shell .woocommerce-MyAccount-navigation li{flex-shrink:0}.es-account-shell .woocommerce-MyAccount-navigation a{white-space:nowrap;min-height:44px;padding:10px 12px}.es-account-shell .woocommerce-MyAccount-navigation-link--customer-logout{border:0;padding:0!important;margin:0!important}.es-account-shell .woocommerce-MyAccount-navigation{padding:7px;border-radius:13px}.es-account-shell .woocommerce-order-details,.es-account-shell .woocommerce-customer-details{padding:16px}.es-account-shell .woocommerce table.shop_table td,.es-account-shell .woocommerce table.shop_table th{padding:10px;font-size:13px}}
@media(prefers-reduced-motion:reduce){.es-account-shell .woocommerce-MyAccount-navigation a{transition:none}}
.es-order-extra-actions{display:flex;gap:8px;flex-wrap:wrap}
