.buy-button{width:100%;margin-top:20px;font-size:18px}.checkout-dialog{width:min(680px,calc(100% - 28px));border:0;border-radius:16px;padding:0;box-shadow:0 24px 80px #06123a55}.checkout-dialog::backdrop{background:#06123a99;backdrop-filter:blur(3px)}.checkout-content{padding:26px}.checkout-head{display:flex;justify-content:space-between;align-items:start;gap:20px}.checkout-head h2{margin:0}.checkout-close{border:0;background:#eef3f8;border-radius:50%;width:38px;height:38px;font-size:22px;cursor:pointer}.checkout-intro{color:var(--muted);margin-top:6px}.checkout-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.checkout-fields label{font-size:13px;font-weight:650}.checkout-fields input,.checkout-fields select{display:block;width:100%;margin-top:5px;padding:11px;border:1px solid var(--line);border-radius:8px;font:inherit}.checkout-fields .wide{grid-column:1/-1}.checkout-confirm{display:flex;align-items:flex-start;gap:9px;margin:18px 0;font-size:13px}.checkout-confirm+.checkout-confirm{margin-top:-7px}.checkout-confirm input{margin-top:4px}.checkout-confirm a{color:var(--blue);font-weight:700}.checkout-message{padding:11px 13px;background:#e9fbf1;color:#116238;border-radius:8px;margin:12px 0}.checkout-message.error{background:#fff0f0;color:#9d2222}#paypal-button-container{min-height:45px}@media(max-width:600px){.checkout-content{padding:20px}.checkout-fields{grid-template-columns:1fr}.checkout-fields .wide{grid-column:auto}}
 .checkout-summary{display:grid;gap:8px;margin-top:18px;padding:14px;border:1px solid var(--line);border-radius:10px;background:#f8fbff}.checkout-summary span{display:flex;justify-content:space-between;gap:20px}.checkout-summary .checkout-grand-total{padding-top:9px;border-top:1px solid var(--line);font-size:17px}
