@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");.sc{--text:#30313d;--muted:#6a7383;--line:#e6e8eb;--soft:#f6f8fa;--ink:#0a2540;--link:#00d66f;--focus:#635bff;--radius:5px;background:#fff;color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}.sc,.sc-grid{min-height:100vh}.sc-grid{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(340px,1.1fr);max-width:920px;margin:0 auto}.sc-col-right{border-left:1px solid #e3e8ee}.sc-pad{width:100%;max-width:400px;margin:0 auto;padding:48px 28px 56px}.sc-top{display:flex;gap:8px;margin-bottom:28px}.sc-icon-btn,.sc-top{align-items:center;color:var(--muted)}.sc-icon-btn{width:24px;height:24px;border:0;background:transparent;display:inline-flex;justify-content:center;cursor:pointer;border-radius:4px;padding:0}.sc-icon-btn:hover{background:var(--soft);color:var(--text)}.sc-top-icon{display:inline-flex;opacity:.7}.sc-top-name{font-size:14px;font-weight:500;color:var(--text)}.sc-label{font-size:14px;margin:0 0 10px}.sc-currencies{display:grid;grid-template-columns:1fr 1fr;gap:8px}.sc-cur{height:44px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;display:flex;align-items:center;gap:8px;padding:0 10px;font:inherit;font-size:14px;font-weight:500;cursor:pointer;color:var(--text)}.sc-cur.is-on{border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink)}.sc-flag{width:20px;height:14px;border-radius:2px;position:relative;overflow:hidden;flex-shrink:0;border:1px solid rgba(0,0,0,.08)}.sc-flag.se{background:#006aa7}.sc-flag.se .v{left:6px;top:0;width:3px;height:100%}.sc-flag.se .h,.sc-flag.se .v{position:absolute;background:#fecc00}.sc-flag.se .h{left:0;top:5px;width:100%;height:3px}.sc-flag.us{background:repeating-linear-gradient(#fff 0 1.15px,#b22234 1.15px 2.3px)}.sc-flag.us .canton{position:absolute;left:0;top:0;width:45%;height:54%;background:#3c3b6e}.sc-fx{margin:8px 0 26px;font-size:12px;color:var(--muted)}.sc-item,.sc-items{margin-bottom:14px}.sc-item{display:flex;justify-content:space-between;gap:16px}.sc-item-name{font-size:14px;font-weight:500}.sc-item-sub{font-size:13px;color:var(--muted);margin-top:1px}.sc-item-price{font-size:14px;font-weight:500;white-space:nowrap}.sc-sum-row{display:flex;justify-content:space-between;font-size:14px;margin-bottom:12px}.sc-sum-total{margin-top:4px;padding-top:14px;border-top:1px solid var(--line);font-weight:600}.sc-pill{border:0;background:#eef1f4;color:var(--text);font:inherit;font-size:13px;font-weight:500;height:28px;padding:0 12px;border-radius:999px;cursor:pointer;margin-bottom:14px}.sc-pill:hover{background:#e4e8ed}.sc-promo-input{width:100%;height:36px;border:1px solid var(--line);border-radius:var(--radius);padding:0 10px;margin-bottom:14px;font:inherit;font-size:14px}.sc-wallets{display:grid;grid-template-columns:1fr 1fr;gap:8px}.sc-wallet{height:42px;border:0;border-radius:var(--radius);cursor:pointer;display:flex;align-items:center;justify-content:center}.sc-wallet:disabled{opacity:.55;cursor:not-allowed}.sc-wallet-apple{background:#000}.sc-wallet-link{background:var(--link)}.sc-divider{display:flex;align-items:center;gap:12px;margin:16px 0 20px;color:var(--muted);font-size:11px;font-weight:500;letter-spacing:.04em}.sc-divider:after,.sc-divider:before{content:"";flex:1;height:1px;background:var(--line)}.sc-h{font-size:14px;font-weight:600;margin:0 0 8px}.sc-h-gap{margin-top:22px}.sc-email{display:flex;align-items:center;gap:12px;background:var(--soft);border-radius:var(--radius);padding:0 12px;height:44px;border:1px solid transparent}.sc-email:focus-within{background:#fff;border-color:var(--focus);box-shadow:0 0 0 1px var(--focus)}.sc-email-label{font-size:14px;color:var(--muted);flex-shrink:0}.sc-email input{flex:1;border:0;background:transparent;font:inherit;font-size:14px;color:var(--text);outline:none;text-align:right;min-width:0}.sc-box{border:1px solid var(--line);border-radius:8px;overflow:hidden}.sc-opt+.sc-opt{border-top:1px solid var(--line)}.sc-opt-head{width:100%;display:flex;align-items:center;gap:10px;padding:13px 14px;border:0;background:#fff;cursor:pointer;font:inherit;text-align:left}.sc-opt-head:hover{background:#fafbfc}.sc-radio{width:16px;height:16px;border-radius:50%;border:1.5px solid #b0b6bf;flex-shrink:0;position:relative}.sc-radio.on{border-color:var(--ink)}.sc-radio.on:after{content:"";position:absolute;inset:3px;border-radius:50%;background:var(--ink)}.sc-opt-title{font-size:14px;font-weight:500}.sc-opt-body{padding:0 14px 14px}.sc-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff}.sc-card-top{padding:8px 10px 6px;border-bottom:1px solid var(--line)}.sc-card-lab{font-size:11px;color:var(--muted);margin-bottom:2px}.sc-card-row{display:flex;align-items:center;gap:8px}.sc-card-row input{flex:1;border:0;outline:none;font:inherit;font-size:15px;height:26px;min-width:0;background:transparent}.sc-card-bot{display:grid;grid-template-columns:1fr 1fr}.sc-card-bot input{height:42px;border:0;border-right:1px solid var(--line);padding:0 10px;font:inherit;font-size:15px;outline:none;background:transparent}.sc-card-bot input:last-child{border-right:0}.sc-card-bot input:focus,.sc-card-row input:focus,.sc-field input:focus,.sc-field select:focus{outline:none}.sc-brands{display:flex;gap:3px;flex-shrink:0}.sc-brand{height:15px;padding:0 3px;border:1px solid #e0e3e8;border-radius:2px;font-size:7.5px;font-weight:800;display:inline-flex;align-items:center;color:#6b7280;background:#fff}.sc-brand.visa{color:#1a1f71;font-style:italic}.sc-brand.mc{width:24px;padding:0;justify-content:center}.sc-brand.mc i{width:8px;height:8px;border-radius:50%;display:inline-block}.sc-brand.mc i:first-child{background:#eb001b;margin-right:-2px;z-index:1}.sc-brand.mc i:last-child{background:#f79e1b}.sc-brand.amex{color:#2e77bc}.sc-field{margin-top:10px;background:var(--soft);border-radius:var(--radius);padding:7px 10px 8px;border:1px solid transparent}.sc-field:focus-within{background:#fff;border-color:var(--focus);box-shadow:0 0 0 1px var(--focus)}.sc-field>span{display:block;font-size:11px;color:var(--muted);margin-bottom:1px}.sc-field input,.sc-field select{width:100%;border:0;background:transparent;font:inherit;font-size:14px;height:22px;color:var(--text);outline:none}.sc-gpay{font-size:14px;font-weight:500;color:#3c4043}.sc-gpay .g{color:#4285f4;font-weight:700}.sc-gpay b{font-weight:600}.sc-save{display:flex;gap:10px;align-items:flex-start;margin-top:16px;font-size:14px;line-height:1.35;cursor:pointer}.sc-save input{margin-top:2px;width:15px;height:15px;accent-color:var(--ink);flex-shrink:0}.sc-fine{margin:6px 0 0 25px;font-size:12px;color:var(--muted);line-height:1.4}.sc-err{margin-top:12px;padding:10px 12px;background:#fdecef;color:#df1b41;border-radius:var(--radius);font-size:13px}.sc-submit{margin-top:16px;width:100%;height:42px;border:0;border-radius:var(--radius);background:var(--ink);color:#fff;font:inherit;font-size:14px;font-weight:600;cursor:pointer}.sc-submit:hover:not(:disabled){background:#143352}.sc-submit:disabled{opacity:.6;cursor:not-allowed}.sc-wait{margin-top:12px;text-align:center;font-size:13px;color:var(--muted);display:flex;flex-direction:column;gap:6px;align-items:center}.sc-wait a,.sc-wait button{border:0;background:none;color:var(--focus);font:inherit;font-size:13px;font-weight:500;cursor:pointer;text-decoration:none}.sc-done{max-width:360px;margin:80px auto;text-align:center;padding:24px}.sc-done-icon{width:48px;height:48px;margin:0 auto 14px;border-radius:50%;background:#0d904f;color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700}.checkout-page,.checkout-page-inner{min-height:100vh;background:#fff}.checkout-edit{max-width:400px;margin:16px auto;padding:0 16px}.checkout-edit .ssc-edit-card{border:1px solid #e6e8eb;border-radius:8px;padding:14px}.checkout-edit label{display:flex;flex-direction:column;gap:6px;font-size:14px;margin-bottom:10px}.checkout-edit input{height:38px;border:1px solid #e6e8eb;border-radius:5px;padding:0 10px;font:inherit}.confirmation-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f6f9fc;padding:16px}.confirmation-card{background:#fff;border:1px solid #e6e8eb;border-radius:8px;padding:28px 22px;text-align:center;max-width:380px;width:100%}@media (max-width:820px){.sc-grid{grid-template-columns:1fr}.sc-col-right{border-left:0;border-top:1px solid #e3e8ee}.sc-pad{padding:28px 16px 40px}.sc-wallets{grid-template-columns:1fr}}