.checkout-details-card{position:relative;isolation:isolate;overflow:hidden;padding:12px;background:linear-gradient(145deg,#f7f5ff 0%,#fff 48%,#f3faff 100%);border-color:#e3def3;box-shadow:0 18px 45px rgba(39,27,91,.08)}
#checkoutForm.checkout-shell{grid-template-areas:"details summary" "payment .";align-items:stretch!important}
#checkoutForm>.checkout-details-card{grid-area:details;height:100%;margin-bottom:0}
#checkoutForm>.checkout-payment-section{grid-area:payment;margin:0}
#checkoutForm>.order-summary{grid-area:summary;height:auto;align-self:stretch!important}
.checkout-details-card::before{position:absolute;z-index:-1;top:-90px;right:-70px;width:220px;height:220px;border:45px solid rgba(91,53,242,.045);border-radius:50%;content:""}
.checkout-details-card::after{position:absolute;top:0;left:32px;width:92px;height:4px;border-radius:0 0 8px 8px;background:linear-gradient(90deg,var(--primary),#65c9ff);content:""}
.checkout-info-group{position:relative;padding:24px;border:1px solid rgba(226,221,241,.9);border-radius:16px;background:rgba(255,255,255,.86);backdrop-filter:blur(5px)}
.checkout-info-group+.checkout-info-group{margin-top:10px}
.checkout-info-head{display:flex;align-items:center;gap:11px;margin-bottom:18px}
.checkout-info-head>i{display:grid;place-items:center;flex:0 0 40px;height:40px;border-radius:13px;background:linear-gradient(135deg,var(--primary),#7960f5);box-shadow:0 8px 18px rgba(91,53,242,.2);color:#fff;font-size:17px}
.checkout-info-head div{min-width:0}
.checkout-info-head h2{margin:0 0 3px;font-size:15px}
.checkout-info-head p{margin:0;color:var(--muted);font-size:9px}
.checkout-details-card .form-label{margin-bottom:7px;color:#403b55}
.checkout-details-card .form-control{min-height:46px;padding-inline:14px;background:#fcfbff;border-color:#ded9ed}
.checkout-details-card .form-control:hover{border-color:#c8c0e5}
.checkout-address-group{padding:18px 20px;background:linear-gradient(120deg,#f8f6ff,#f5fbff);border-color:#ddd7f1}
.checkout-address-group .form-label{display:flex;align-items:center;gap:7px;color:#332a55;font-size:11px}
.checkout-address-group .form-label::before{font-family:"bootstrap-icons";font-size:14px;color:var(--primary);content:"\f3e8"}
.checkout-address-group textarea.form-control{min-height:112px;padding-block:12px;resize:vertical;background:#fff;border-width:1.5px;line-height:1.7}
@media(max-width:991.98px){#checkoutForm.checkout-shell{grid-template-areas:"details" "payment" "summary";grid-template-columns:1fr}#checkoutForm>.checkout-details-card{height:auto;margin-bottom:0}#checkoutForm>.order-summary{grid-row:auto!important;height:auto}#checkoutForm>.checkout-payment-section{margin:0}}
@media(max-width:575.98px){.checkout-details-card{padding:8px!important}.checkout-info-group{padding:16px}.checkout-info-head>i{flex-basis:36px;height:36px;border-radius:11px}.checkout-address-group{padding:15px}.checkout-address-group textarea.form-control{min-height:130px}}
