.supercar-cart-button{position:relative;cursor:pointer;border:1px solid #d8e2e5;background:#fff;color:#102b39;border-radius:999px;height:39px;padding:0 13px;display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:750;white-space:nowrap}
.supercar-cart-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}
.supercar-cart-count{min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:#18a8bc;color:#fff;display:grid;place-items:center;font-size:9px}
.supercar-cart-backdrop{position:fixed;z-index:180;inset:0;background:#04131d8c;backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .22s}
.supercar-cart-backdrop.open{opacity:1;pointer-events:auto}
.supercar-cart-drawer{position:fixed;z-index:181;top:0;right:0;width:min(480px,100%);height:100dvh;background:#f6f9f9;color:#102b39;box-shadow:-24px 0 80px #0004;transform:translateX(102%);transition:transform .25s ease;display:flex;flex-direction:column}
.supercar-cart-drawer.open{transform:translateX(0)}
.supercar-cart-head{background:#071d2b;color:#fff;padding:22px 22px 19px;display:flex;align-items:center;justify-content:space-between;gap:15px}
.supercar-cart-head span{display:block;color:#80d6e0;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.11em}
.supercar-cart-head h2{margin:3px 0 0;font-size:23px;line-height:1.3;font-weight:750}
.supercar-cart-close{width:38px;height:38px;border-radius:50%;background:#ffffff17;color:#fff;cursor:pointer;font-size:24px;line-height:1}
.supercar-cart-body{padding:18px 18px 28px;overflow:auto;flex:1}
.supercar-cart-empty{text-align:center;color:#6c7b82;padding:68px 25px}
.supercar-cart-empty strong{display:block;color:#243e4a;font-size:18px;margin-bottom:7px}
.supercar-cart-item{background:#fff;border:1px solid #dce6e8;border-radius:14px;padding:14px;margin-bottom:10px;box-shadow:0 6px 20px #0a26320a}
.supercar-cart-item-head{display:flex;justify-content:space-between;gap:12px}
.supercar-cart-item h3{font-size:15px;margin:0 0 4px}
.supercar-cart-item p{font-size:11px;color:#667980;margin:2px 0;line-height:1.55}
.supercar-cart-item strong{font-size:13px;color:#0b7f94}
.supercar-cart-remove{cursor:pointer;color:#a34d4d;background:#fff1f1;border-radius:8px;padding:6px 8px;font-size:10px;height:max-content}
.supercar-cart-summary{background:#071d2b;color:#fff;border-radius:15px;padding:16px;margin-top:15px}
.supercar-cart-summary>div{display:flex;justify-content:space-between;gap:15px;padding:5px 0;font-size:12px}
.supercar-cart-summary .deposit{color:#8de1d0;font-size:14px;font-weight:800;border-top:1px solid #ffffff24;margin-top:7px;padding-top:12px}
.supercar-cart-note{font-size:10px;color:#6a7d85;line-height:1.65;margin:12px 2px}
.supercar-cart-fields{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:14px}
.supercar-cart-fields label{font-size:9px;color:#52656d;font-weight:750;text-transform:uppercase;letter-spacing:.04em}
.supercar-cart-fields .supercar-cart-email{grid-column:1/-1}
.supercar-cart-fields input{display:block;width:100%;height:41px;margin-top:5px;padding:0 10px;border:1px solid #d5e1e4;background:#fff;border-radius:9px;font-size:11px;outline:0}
.supercar-cart-fields input:focus{border-color:#26aabe;box-shadow:0 0 0 3px #26aabe19}
.supercar-cart-checkout{width:100%;height:50px;border-radius:11px;background:linear-gradient(135deg,#36bfd0,#117e98);color:#fff;cursor:pointer;font-size:12px;font-weight:800;margin-top:12px;box-shadow:0 12px 30px #168da630}
.supercar-cart-checkout:disabled{opacity:.55;cursor:wait}
.supercar-cart-toast{position:fixed;z-index:190;left:50%;bottom:25px;transform:translate(-50%,20px);background:#092332;color:#fff;border-radius:12px;padding:12px 17px;font-size:12px;font-weight:650;opacity:0;pointer-events:none;transition:.2s;box-shadow:0 15px 45px #0004}
.supercar-cart-toast.show{opacity:1;transform:translate(-50%,0)}
.supercar-deposit-backdrop{position:fixed;z-index:195;inset:0;background:#04131da3;backdrop-filter:blur(5px);display:grid;place-items:center;padding:18px}
.supercar-deposit-dialog{width:min(460px,100%);background:#fff;color:#102b39;border-radius:20px;padding:24px;box-shadow:0 25px 90px #0005}
.supercar-deposit-dialog>span{color:#1598aa;text-transform:uppercase;letter-spacing:.11em;font-size:9px;font-weight:850}
.supercar-deposit-dialog h2{font-size:23px;line-height:1.35;margin:5px 0 7px}
.supercar-deposit-dialog p{color:#64767e;font-size:11px;line-height:1.65;margin:0 0 17px}
.supercar-deposit-options{grid-template-columns:repeat(3,1fr);gap:7px;display:grid}
.supercar-deposit-options button{cursor:pointer;border:1px solid #d5e1e4;background:#f7fafb;border-radius:11px;min-height:55px;color:#193642;font-size:14px;font-weight:850;transition:.18s}
.supercar-deposit-options button:hover,.supercar-deposit-options button.active{color:#fff;background:#0c8095;border-color:#0c8095;transform:translateY(-1px);box-shadow:0 8px 18px #0c80952b}
.supercar-deposit-cancel{width:100%;cursor:pointer;margin-top:10px;min-height:40px;border-radius:9px;background:#eef3f4;color:#607179;font-size:11px;font-weight:700}
@media(max-width:1050px){.supercar-cart-button{padding:0 10px}.supercar-cart-label{display:none}}
@media(max-width:720px){.supercar-cart-button{height:36px}.supercar-cart-fields{grid-template-columns:1fr}.supercar-cart-drawer{width:100%}.supercar-cart-body{padding-bottom:95px}.supercar-deposit-options{grid-template-columns:1fr 1fr}}

/* The website must remain scrollable even when an overlay is open. */
html,body{overflow-y:auto!important}
.supercar-booking-email{margin-top:10px}
.supercar-booking-email input{width:100%}
