.vr-fixed-checkout[hidden]{display:none!important}
.vr-fixed-checkout{position:fixed;inset:0;z-index:2147483000;display:grid;place-items:center;padding:24px;background:rgba(0,0,0,.78);font-family:Inter,Arial,sans-serif}
.vr-fixed-checkout__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.78);backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px)}
.vr-fixed-checkout__panel{position:relative;z-index:1;width:min(1180px,100%);max-height:calc(100dvh - 48px);overflow:auto;background:#090a0c;border:1px solid rgba(255,255,255,.22);box-shadow:0 28px 90px rgba(0,0,0,.7);color:#f5f5f4}
.vr-fixed-checkout__header{min-height:78px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid rgba(255,255,255,.12)}
.vr-fixed-checkout__header span{display:block;margin-bottom:5px;font-family:"JetBrains Mono",monospace;font-size:9px;line-height:1;letter-spacing:.24em;color:#8f949c}
.vr-fixed-checkout__header h2{margin:0;font-family:"Bebas Neue",Impact,sans-serif;font-size:30px;line-height:1;letter-spacing:.055em;font-weight:400;color:#fff}
.vr-fixed-checkout__close{width:44px;height:44px;flex:0 0 44px;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:#101114;color:#fff;font-size:26px;line-height:1;cursor:pointer}
.vr-fixed-checkout__close:hover,.vr-fixed-checkout__close:focus-visible{border-color:#fff;outline:none}
.vr-fixed-checkout__status{padding:13px 20px;border-bottom:1px solid rgba(255,255,255,.08);font-size:13px;color:#b9bdc4}
.vr-fixed-checkout__body{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);align-items:start}
.vr-fixed-checkout__order{position:sticky;top:0;align-self:start;padding:18px;border-right:1px solid rgba(255,255,255,.1);background:#0b0c0e}
.vr-fixed-checkout__checkout{min-width:0;background:#08090a}
.vr-fixed-checkout__mount{min-height:310px;padding:12px;background:#08090a}
.vr-fixed-checkout__mount:empty{min-height:0;padding:0}
.vr-fixed-checkout__actions{padding:0 20px 20px}
.vr-fixed-checkout__actions a{display:flex;min-height:48px;align-items:center;justify-content:center;background:#f4f4f2;color:#090a0c;text-decoration:none;font-family:"JetBrains Mono",monospace;font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}
html.vr-fixed-checkout-open,body.vr-fixed-checkout-open{overflow:hidden!important}
@media(max-width:640px){
  .vr-fixed-checkout{padding:0;place-items:end stretch}
  .vr-fixed-checkout__panel{width:100%;max-height:92dvh;border-left:0;border-right:0;border-bottom:0;border-radius:16px 16px 0 0}
  .vr-fixed-checkout__header{min-height:70px;padding:14px 16px}
  .vr-fixed-checkout__header h2{font-size:25px}
  .vr-fixed-checkout__status{padding-left:16px;padding-right:16px}
  .vr-fixed-checkout__body{display:block}
  .vr-fixed-checkout__order{position:static;padding:12px;border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}
  .vr-fixed-checkout__mount{padding:8px;min-height:360px}
}
