html,body{overflow-x:hidden;max-width:100vw}.ordst-page,.ordst-page *,.ordst-page *:before,.ordst-page *:after{box-sizing:border-box}.ordst-page{max-width:640px;width:100%;margin:0 auto;padding:64px 10px 110px;overflow-x:hidden}.ordst-page h1{font-size:clamp(34px,5vw,50px);margin-bottom:10px}.ordst-sub{color:var(--grey);font-size:14.5px;font-weight:300;margin-bottom:30px}.ordst-card{border:1px solid var(--line);border-radius:18px;background:#fff;padding:28px;display:grid;gap:16px;margin-bottom:14px;box-shadow:0 1px 3px #0000000d}.ordst-trust{font-size:12px;color:var(--grey);text-align:center;margin:0 0 40px}.ordst-result{margin-top:8px}.ordst-status{border:1px solid var(--line);border-left:4px solid var(--grey);border-radius:18px;background:#fff;padding:28px;margin-bottom:22px;box-shadow:0 1px 3px #0000000d}.ordst-status .s-head{display:flex;align-items:center;gap:10px;margin-bottom:16px}.ordst-status .s-dot{width:11px;height:11px;border-radius:50%;flex-shrink:0;background:var(--grey)}.ordst-status h2{font-size:22px;font-weight:400;margin:0;letter-spacing:-.01em}.ordst-status .s-body{font-size:14.5px;line-height:1.65;color:#2c2c2c;font-weight:300}.ordst-status .s-body p{margin:0 0 14px}.ordst-status .s-body p:last-child{margin-bottom:0}.ordst-track{display:block;background:var(--soft);border:1px solid var(--line);border-radius:12px;padding:12px 14px;font-size:13px;word-break:break-all;color:var(--ink);text-decoration:none;margin-bottom:14px}.ordst-track:hover{border-color:var(--ink)}.ordst-status.is-tracking{border-left-color:#2f7d4f}.ordst-status.is-tracking .s-dot{background:#2f7d4f}.ordst-status.is-fulfilled{border-left-color:#c97a3a}.ordst-status.is-fulfilled .s-dot{background:#c97a3a}.ordst-status.is-none{border-left-color:#4d6a8a}.ordst-status.is-none .s-dot{background:#4d6a8a}.ordst-status.is-not_found{border-left-color:var(--grey)}.ordst-status.is-not_found .s-dot{background:var(--grey)}.ordst-status.is-cancelled{border-left-color:#a14b3f}.ordst-status.is-cancelled .s-dot{background:#a14b3f}.ordst-status.is-error{border-left-color:#a14b3f}.ordst-status.is-error .s-dot{background:#a14b3f}.ordst-steps{display:flex;justify-content:space-between;position:relative;margin:8px 0 28px}.ordst-steps:before{content:"";position:absolute;top:14px;left:0;right:0;height:1px;background:var(--line)}.ordst-step{position:relative;flex:1;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}.ordst-step__dot{width:29px;height:29px;border-radius:50%;background:#fff;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;font-family:var(--mono);font-size:11px;color:var(--grey)}.ordst-step.is-done .ordst-step__dot{background:var(--ink);border-color:var(--ink);color:#fff}.ordst-step.is-current .ordst-step__dot{border-color:var(--ink);color:var(--ink);font-weight:700}.ordst-step__label{font-family:var(--mono);font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--grey);max-width:90px}.ordst-step.is-done .ordst-step__label,.ordst-step.is-current .ordst-step__label{color:var(--ink)}.ordst-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:6px}.ordst-help{font-size:12.5px;color:var(--grey);line-height:1.5;margin:14px 0 0}.ordst-help a{color:var(--ink);text-decoration:underline}.ordst-wa{border:1px solid var(--line);border-radius:18px;background:#fff;padding:24px;display:flex;gap:16px;margin-bottom:22px;box-shadow:0 1px 3px #0000000d}.ordst-wa__icon{width:40px;height:40px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ordst-wa__icon svg{width:20px;height:20px;fill:#fff}.ordst-wa__body{flex:1;min-width:0}.ordst-wa__title{font-size:14.5px;font-weight:500;margin-bottom:4px}.ordst-wa__desc{font-size:13px;color:var(--grey);line-height:1.5;margin-bottom:14px;font-weight:300}.ordst-toggle-row{display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none;margin-bottom:12px;background:none;border:0;padding:0;font-family:var(--sans)}.ordst-toggle{width:38px;height:21px;background:var(--soft);border:1px solid var(--line);border-radius:20px;position:relative;transition:background .2s;flex-shrink:0}.ordst-toggle:before{content:"";position:absolute;top:2px;left:2px;width:15px;height:15px;background:#fff;border:1px solid var(--line);border-radius:50%;transition:transform .2s}.ordst-toggle.is-on{background:#25d366;border-color:#25d366}.ordst-toggle.is-on:before{transform:translate(17px);border-color:#25d366}.ordst-toggle-row span{font-size:13.5px;font-weight:400;color:var(--ink)}.ordst-wa-extra{display:none;gap:8px;margin-bottom:6px}.ordst-wa-extra.is-shown{display:flex}.ordst-wa-extra input{flex:1}.ordst-wa-success{display:none;font-size:12.5px;color:#2f7d4f;font-weight:500;margin-top:8px}.ordst-wa-success.is-shown{display:block}.ordst-contact{text-align:center;margin-top:6px;font-size:13px;color:var(--grey)}.ordst-contact a{color:var(--grey);text-decoration:underline;cursor:pointer}.ordst-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;display:inline-block;animation:ordst-spin .7s linear infinite;margin-right:8px;vertical-align:-2px}@keyframes ordst-spin{to{transform:rotate(360deg)}}.ordst-hidden{display:none!important}@media(max-width:600px){.ordst-page{padding:36px 16px 80px}.ordst-page h1{font-size:clamp(24px,7.5vw,32px);letter-spacing:-.01em;line-height:1.2;margin-bottom:8px}.ordst-sub{font-size:13.5px;line-height:1.5;margin-bottom:22px}.ordst-card,.ordst-status,.ordst-wa{padding:20px 18px;border-radius:16px}.ordst-card{gap:14px;margin-bottom:18px}.ordst-trust{margin-bottom:26px;font-size:11.5px}.ordst-status{margin-bottom:18px}.ordst-status .s-head{gap:8px;margin-bottom:14px}.ordst-status h2{font-size:19px;line-height:1.3}.ordst-status .s-body{font-size:14px}.ordst-steps{margin:4px 6px 20px}.ordst-step__dot{width:24px;height:24px;font-size:9.5px}.ordst-wa{flex-direction:column;gap:12px;margin-bottom:18px}.ordst-wa__icon{width:36px;height:36px}.ordst-actions{flex-direction:column;gap:10px;margin-top:4px}.ordst-actions .btn,.ordst-actions .btn--ghost{width:100%;text-align:center;display:flex;align-items:center;justify-content:center}.ordst-wa-extra{flex-direction:column;align-items:stretch;gap:8px}.ordst-wa-extra input{width:100%}.ordst-wa-extra .btn{width:100%;text-align:center}.ordst-track{font-size:12.5px;padding:11px 12px}}@media(max-width:480px){.ordst-step__label{display:none}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/cava-order-status.css.map */
