.ts-order-button{width:100%;min-height:44px;margin-top:10px;border:0;border-radius:7px;background:#0f766e;color:#fff;font:900 14px/1.2 Inter,Arial,sans-serif;cursor:pointer;transition:.2s}.ts-order-button:hover{background:#115e59;transform:translateY(-1px)}.ts-order-button:focus-visible{outline:3px solid #5eead4;outline-offset:2px}.product-info>.ts-order-button{min-height:50px;font-size:15px;margin:12px 0}.product-card>.ts-order-button{margin:10px 0 0}.ts-cart-checkout{grid-column:1/-1;min-height:50px;border:0;border-radius:7px;background:#0f766e;color:#fff;font-weight:900}.ts-order-modal[hidden]{display:none}.ts-order-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:18px;background:rgba(3,15,13,.72);font-family:Inter,Arial,sans-serif}.ts-order-dialog{width:min(680px,100%);max-height:calc(100dvh - 36px);display:flex;flex-direction:column;overflow:hidden;background:#fff;color:#111;border-radius:18px;box-shadow:0 30px 90px rgba(0,0,0,.38)}.ts-order-head{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:15px 20px;background:#0f1c1a;color:#fff}.ts-order-head h2{margin:0;font-size:19px}.ts-order-close{width:36px;height:36px;border:0;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:24px}.ts-order-body{flex:1 1 auto;min-height:0;overflow-y:auto;padding:18px 20px}.ts-order-progress{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px}.ts-order-progress span{padding:8px;border-radius:999px;background:#f1f5f4;color:#66716e;text-align:center;font-weight:800;font-size:13px}.ts-order-progress span.active{background:#ccfbf1;color:#115e59}.ts-order-product{display:grid;grid-template-columns:70px 1fr;gap:12px;align-items:center;padding:11px;background:#f7faf9;border:1px solid #e2e8e6;border-radius:10px;margin-bottom:13px}.ts-order-product img{width:70px;height:70px;object-fit:cover;border-radius:8px;background:#eee}.ts-order-product strong,.ts-order-product span{display:block}.ts-order-product span{margin-top:5px;color:#0f766e;font-weight:900}.ts-cart-order-list,.ts-cart-order-review{display:grid;gap:9px;margin-bottom:12px}.ts-cart-order-item{padding:10px;border:1px solid #dbe4e1;border-radius:10px;background:#f8fbfa}.ts-cart-order-item .ts-order-product,.ts-cart-order-review .ts-order-product{margin:0}.ts-cart-order-item .ts-order-product{padding:0 0 8px;border:0;border-radius:0;background:transparent}.ts-order-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px 12px}.ts-order-field{display:grid;gap:5px;min-width:0}.ts-order-field.full{grid-column:1/-1}.ts-order-field label{font-size:12px;font-weight:900;color:#29332f}.ts-order-field input,.ts-order-field select,.ts-order-field textarea{width:100%;min-height:42px;border:1px solid #cbd5d1;border-radius:7px;padding:8px 10px;background:#fff;color:#111;font:inherit}.ts-order-field textarea{min-height:68px;resize:vertical}.ts-order-field input:focus,.ts-order-field select:focus,.ts-order-field textarea:focus{outline:3px solid #ccfbf1;border-color:#0f766e}.ts-order-note{margin:10px 0 0;color:#66716e;font-size:11px;line-height:1.45}.ts-order-status{min-height:18px;margin:8px 0 0;color:#b42318;font-size:12px}.ts-order-actions{flex:0 0 auto;display:flex;justify-content:flex-end;gap:8px;padding:11px 20px;border-top:1px solid #e4e8e6;background:#fff}.ts-order-actions button{min-height:42px;padding:0 20px;border:0;border-radius:7px;font-weight:900}.ts-order-secondary{background:#eef2f1;color:#111}.ts-order-primary{background:#0f766e;color:#fff}.ts-order-primary:disabled{opacity:.55;cursor:not-allowed}.ts-order-success{text-align:center;padding:24px 8px}.ts-order-success-mark{width:60px;height:60px;margin:0 auto 14px;border-radius:50%;display:grid;place-items:center;background:#ccfbf1;color:#0f766e;font-size:30px;font-weight:1000}.ts-order-success h3{font-size:22px;margin:0 0 8px}.ts-order-success p{color:#56615d;line-height:1.6}.ts-order-code{display:flex;align-items:center;justify-content:center;gap:8px;margin:15px auto;padding:11px;border:1px solid #cbd5d1;border-radius:10px;background:#f7faf9}.ts-order-code strong{font-size:17px;word-break:break-all}.ts-order-code button{flex:0 0 auto;border:0;border-radius:7px;background:#0f766e;color:#fff;padding:9px 11px;font-weight:900}.ts-order-debug{margin-top:10px;padding:9px;background:#fff7ed;color:#9a3412;border-radius:8px;font-size:12px}@media(max-width:600px){.ts-order-modal{padding:0;align-items:stretch}.ts-order-dialog{width:100%;height:100dvh;max-height:100dvh;border-radius:0}.ts-order-head{padding:9px 13px}.ts-order-head h2{font-size:16px}.ts-order-close{width:32px;height:32px;font-size:21px}.ts-order-body{padding:10px 13px}.ts-order-progress{gap:6px;margin-bottom:9px}.ts-order-progress span{padding:7px 5px;font-size:11px}.ts-order-product{grid-template-columns:52px 1fr;gap:9px;padding:8px;margin-bottom:9px}.ts-order-product img{width:52px;height:52px}.ts-order-product strong{font-size:13px}.ts-order-product span{font-size:12px}.ts-order-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px}.ts-order-field{gap:3px}.ts-order-field.full{grid-column:1/-1}.ts-order-field label{font-size:11px}.ts-order-field input,.ts-order-field select,.ts-order-field textarea{min-height:38px;padding:6px 8px;font-size:13px}.ts-order-field textarea{min-height:55px}.ts-order-note{margin-top:7px;font-size:10px}.ts-order-status{min-height:14px;margin-top:5px;font-size:11px}.ts-order-actions{padding:8px 12px}.ts-order-actions button{flex:1;min-height:40px;padding:0 8px;font-size:12px}}
