.checkout-top{display:flex;justify-content:space-between;align-items:center;gap:15px}.reservation-timer{display:flex;min-width:155px;padding:12px 15px;align-items:center;justify-content:space-between;gap:12px;border-radius:16px;color:#7c5700;background:#fff0c7}.reservation-timer span{font-size:10px}.reservation-timer strong{font-size:18px}.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:18px;align-items:start}.checkout-sections{display:grid;gap:15px}.checkout-card,.checkout-summary{padding:20px;border-radius:22px;background:#fff;box-shadow:0 12px 35px rgba(26,61,40,.08)}.checkout-card-title{display:flex;gap:12px;margin-bottom:18px}.checkout-card-title>span{display:grid;flex:0 0 37px;height:37px;place-items:center;border-radius:13px;color:#fff;background:#214b35;font-weight:bold}.checkout-card-title h2,.checkout-card-title p{margin:0}.checkout-card-title h2{font-size:17px}.checkout-card-title p{margin-top:5px;color:#758178;font-size:11px}.address-mode-option{display:flex;margin:12px 0;align-items:center;gap:9px;font-size:12px;font-weight:bold}.address-mode-option input,.saved-address input,.payment-options input,.default-address-check input{width:18px;height:18px;accent-color:#214b35}.saved-addresses{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin-bottom:16px}.saved-address{display:flex;padding:13px;gap:10px;border:1px solid #e4e9e5;border-radius:16px;background:#f9fbfa}.saved-address strong,.saved-address small{display:block}.saved-address strong{font-size:12px}.saved-address small{margin-top:6px;color:#758178;line-height:1.6;font-size:10px}.checkout-fields{display:grid;grid-template-columns:repeat(2,1fr);gap:11px}.checkout-fields label,.checkout-note-field label{display:block;margin-bottom:7px;color:#46564c;font-size:11px;font-weight:bold}.checkout-fields input,.checkout-fields select,.checkout-fields textarea,.checkout-note-field textarea{width:100%;min-height:46px;padding:10px 12px;border:1px solid #e4e9e5;border-radius:13px;outline:none;background:#f9fbfa}.checkout-fields textarea,.checkout-note-field textarea{min-height:90px;resize:vertical}.checkout-field-wide,.default-address-check{grid-column:1/-1}.default-address-check{display:flex!important;align-items:center;gap:8px}.payment-options{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.payment-options label{position:relative;display:block}.payment-options input{position:absolute;top:12px;right:12px}.payment-options span{display:grid;min-height:105px;padding:18px 12px 12px;place-items:center;border:1px solid #e4e9e5;border-radius:16px;background:#f9fbfa;text-align:center}.payment-options input:checked+span{border-color:#214b35;background:#e7f1eb}.payment-options b{font-size:25px}.payment-options strong{font-size:11px}.checkout-note-field{margin-top:14px}.checkout-summary{position:sticky;top:90px}.checkout-summary h2{margin:0 0 15px}.summary-line,.summary-total{display:flex;justify-content:space-between;gap:12px}.summary-line{padding:10px 0;border-bottom:1px solid #edf1ee;color:#59675f;font-size:12px}.summary-total{padding:15px 0 5px;align-items:end}.summary-total strong{color:#214b35;font-size:20px}.place-order-button{width:100%;min-height:53px;margin-top:16px;border:0;border-radius:16px;color:#fff;background:#214b35;font-weight:bold}.checkout-security{color:#758178;line-height:1.7;text-align:center;font-size:9px}.order-success-page{min-height:calc(100vh - 170px);display:grid;place-items:center}.order-success-card{width:min(100%,600px);padding:32px;border-radius:28px;background:#fff;box-shadow:0 18px 55px rgba(26,61,40,.12);text-align:center}.success-check{display:grid;width:82px;height:82px;margin:0 auto 18px;place-items:center;border-radius:50%;color:#fff;background:#27975a;font-size:42px}.success-order-number{margin:22px 0;padding:17px;border-radius:17px;background:#f7faf8}.success-order-number small,.success-order-number strong{display:block}.success-order-number strong{margin-top:7px;color:#214b35;font-size:19px}.success-actions{display:flex;justify-content:center;gap:9px;margin-top:22px}.customer-orders-list{display:grid;gap:12px}.customer-order-card{padding:17px;border-radius:20px;background:#fff;box-shadow:0 12px 35px rgba(26,61,40,.08)}.order-card-head,.order-card-body{display:flex;justify-content:space-between;gap:12px}.order-card-head{padding-bottom:13px;border-bottom:1px solid #e4e9e5}.order-card-body{padding-top:13px}.order-card-head small,.order-card-body small{color:#758178;font-size:9px}.order-card-head strong,.order-card-body strong{display:block;margin-top:5px}.order-details-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;align-items:start}.order-details-main{display:grid;gap:14px}.order-detail-item{display:flex;padding:13px 0;justify-content:space-between;gap:12px;border-bottom:1px solid #e4e9e5}.order-detail-item small,.order-detail-item strong,.order-detail-item span{display:block}.order-detail-item small,.order-detail-item span{color:#758178;font-size:10px}.order-information-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.order-information-grid>div,.order-payment-status{padding:13px;border-radius:14px;background:#f7faf8}.order-information-grid small,.order-information-grid strong,.order-payment-status small,.order-payment-status strong{display:block}.order-information-grid strong,.order-payment-status strong{margin-top:6px;line-height:1.6;font-size:11px}.profile-orders-link{display:grid;grid-template-columns:44px 1fr;padding:14px;margin:18px 0;align-items:center;border-radius:16px;color:#214b35;background:#e7f1eb}.profile-orders-link>span{grid-row:span 2;font-size:24px}.profile-orders-link strong,.profile-orders-link small{display:block}.profile-orders-link small{margin-top:4px;color:#758178;font-size:9px}@media(max-width:800px){.checkout-layout,.order-details-layout{grid-template-columns:1fr}.checkout-summary{position:static}.payment-options{grid-template-columns:1fr}.order-information-grid{grid-template-columns:1fr}}@media(max-width:560px){.checkout-top{display:block}.reservation-timer{margin-top:12px}.saved-addresses,.checkout-fields{grid-template-columns:1fr}.checkout-field-wide,.default-address-check{grid-column:auto}.checkout-card,.checkout-summary{padding:15px}.success-actions{display:grid;grid-template-columns:1fr}}

/* Restaurant order details */
.order-details-hero{display:flex;justify-content:space-between;align-items:center;gap:24px;margin:26px 0 22px;padding:28px 30px;border-radius:30px;color:#fff;background:linear-gradient(135deg,#4a2116,#d8392f);box-shadow:0 18px 42px rgba(120,43,30,.2)}
.order-details-kicker{display:inline-flex;margin-bottom:8px;color:#ffd3b5;font-size:12px;font-weight:800}.order-details-heading h1{margin:0;font-size:clamp(25px,4vw,40px);letter-spacing:.4px}.order-meta-row{display:flex;flex-wrap:wrap;gap:9px;margin-top:13px}.order-meta-row span{padding:7px 11px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.09);font-size:11px}.order-status-box{min-width:155px;padding:17px;border-radius:20px;background:rgba(255,255,255,.12);text-align:center}.order-status-box small,.order-status-box strong{display:block}.order-status-box small{margin-bottom:10px;color:#ffe5d5}.order-status-box .badge{padding:9px 13px;border-radius:999px;background:#fff;color:#9f2e24}
.restaurant-order-details{margin-bottom:42px}.order-section-title{display:flex;align-items:center;gap:12px;margin-bottom:18px}.order-section-title>span{display:grid;width:45px;height:45px;place-items:center;border-radius:15px;background:#fff1e8;font-size:22px}.order-section-title h2,.order-section-title p{margin:0}.order-section-title h2{font-size:19px}.order-section-title p{margin-top:4px;color:#8c756c;font-size:10px}.order-products-list{display:grid;gap:12px}.restaurant-order-item{display:grid;grid-template-columns:86px minmax(0,1fr);gap:14px;padding:13px;border:1px solid #f0dfd6;border-radius:20px;background:#fffcfa}.restaurant-order-image{width:86px;height:86px;overflow:hidden;border-radius:17px;background:#fff3e8}.restaurant-order-image img{width:100%;height:100%;object-fit:cover}.restaurant-order-content{min-width:0}.restaurant-order-name-row{display:flex;justify-content:space-between;gap:12px}.restaurant-order-name-row strong,.restaurant-order-name-row small{display:block}.restaurant-order-name-row strong{font-size:14px}.restaurant-order-name-row small{margin-top:5px;color:#8b756c;font-size:10px}.restaurant-order-name-row b{white-space:nowrap;color:#c9362d;font-size:13px}.restaurant-order-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.restaurant-order-tags span,.restaurant-order-extras span{padding:6px 9px;border-radius:999px;background:#fff1e8;color:#6f3b2f;font-size:9px}.restaurant-order-extras{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:9px}.restaurant-order-extras small{color:#8b756c;font-size:9px}.restaurant-order-note{margin-top:9px;padding:8px 10px;border-radius:11px;background:#fff8dc;color:#785d00;font-size:10px}.modern-order-information{grid-template-columns:repeat(2,minmax(0,1fr))}.modern-order-information>div{border:1px solid #f0e3dc;background:#fffaf7}.order-address-wide{grid-column:1/-1}.order-customer-notes{margin-top:12px;padding:14px;border-radius:15px;background:#fff8e9}.order-customer-notes small,.order-customer-notes strong{display:block}.order-customer-notes small{color:#90755d;font-size:10px}.order-customer-notes strong{margin-top:6px;font-size:11px}.order-account-card{border-top:5px solid #e33b31!important}.order-payment-details{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:15px}.order-payment-details>div{padding:12px;border-radius:14px;background:#fff4ed}.order-payment-details small,.order-payment-details strong{display:block}.order-payment-details small{color:#8b756c;font-size:9px}.order-payment-details strong{margin-top:6px;font-size:10px}.order-back-button{display:block;margin-top:14px;padding:13px;border-radius:14px;color:#fff;background:linear-gradient(135deg,#d8392f,#f26b36);text-align:center;font-weight:800}
@media(max-width:700px){.order-details-hero{display:block;padding:22px}.order-status-box{margin-top:17px}.restaurant-order-item{grid-template-columns:70px minmax(0,1fr)}.restaurant-order-image{width:70px;height:70px}.modern-order-information,.order-payment-details{grid-template-columns:1fr}.order-address-wide{grid-column:auto}}

/* Premium order details — 2026 */
:root{--od-red:#e43d30;--od-orange:#ff8a24;--od-ink:#241a17;--od-muted:#8c7a72;--od-line:#f2e4dc;--od-soft:#fff8f3;--od-green:#1f9d64}
.premium-order-hero{position:relative;overflow:hidden;min-height:260px;padding:38px 42px;background:radial-gradient(circle at 15% 20%,rgba(255,184,92,.24),transparent 28%),linear-gradient(125deg,#241714 0%,#6d2d20 48%,#e44332 100%);box-shadow:0 28px 70px rgba(126,45,28,.23)}
.order-hero-pattern{position:absolute;inset:auto -45px -75px auto;width:280px;height:280px;border:34px solid rgba(255,255,255,.06);border-radius:50%;box-shadow:0 0 0 34px rgba(255,255,255,.035),0 0 0 68px rgba(255,255,255,.02)}
.order-hero-back{display:inline-flex;margin-bottom:22px;padding:9px 13px;border:1px solid rgba(255,255,255,.18);border-radius:999px;color:#fff;background:rgba(255,255,255,.08);backdrop-filter:blur(10px);font-size:11px;font-weight:800}
.premium-order-hero .order-details-kicker{color:#ffd9b9}.premium-order-hero .order-details-heading h1{font-size:clamp(30px,5vw,50px);letter-spacing:1px}
.premium-order-hero .order-status-box{position:relative;min-width:220px;padding:24px 22px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.14);backdrop-filter:blur(14px)}
.premium-order-hero .order-status-box strong{margin-top:8px;font-size:20px}.premium-order-hero .order-status-box em{display:block;margin-top:7px;color:#ffe0ce;font-size:10px;font-style:normal}
.status-pulse{position:absolute;top:15px;left:15px;width:10px;height:10px;border-radius:50%;background:#62e6a7;box-shadow:0 0 0 7px rgba(98,230,167,.15);animation:orderPulse 1.8s infinite}
@keyframes orderPulse{50%{box-shadow:0 0 0 12px rgba(98,230,167,0)}}
.order-progress-card{display:grid;grid-template-columns:repeat(6,1fr);gap:0;margin:-1px 18px 24px;padding:20px 18px;border:1px solid var(--od-line);border-top:0;border-radius:0 0 24px 24px;background:#fff;box-shadow:0 18px 45px rgba(74,37,24,.08)}
.order-progress-step{position:relative;display:grid;justify-items:center;gap:8px;text-align:center;color:#b7aaa4}.order-progress-step:not(:last-child):after{content:"";position:absolute;top:17px;right:calc(50% + 22px);width:calc(100% - 44px);height:3px;border-radius:999px;background:#eee3dd}
.order-progress-step.is-done:not(:last-child):after{background:linear-gradient(90deg,var(--od-green),#75d6ac)}
.progress-dot{position:relative;z-index:1;display:grid;width:36px;height:36px;place-items:center;border:3px solid #eee3dd;border-radius:50%;background:#fff;font-size:11px;font-weight:900}.order-progress-step.is-done .progress-dot{border-color:var(--od-green);color:#fff;background:var(--od-green)}.order-progress-step.is-current .progress-dot{border-color:var(--od-red);color:#fff;background:var(--od-red);box-shadow:0 0 0 7px rgba(228,61,48,.1)}
.order-progress-step strong,.order-progress-step small{display:block}.order-progress-step strong{font-size:10px}.order-progress-step small{margin-top:3px;font-size:8px}.order-progress-step.is-current strong{color:var(--od-red)}.order-progress-step.is-done strong{color:var(--od-green)}
.restaurant-order-details{gap:22px}.restaurant-order-details .checkout-card,.restaurant-order-details .checkout-summary{border:1px solid var(--od-line);box-shadow:0 20px 55px rgba(79,43,29,.075)}
.order-products-card{padding:24px}.order-section-title>span{box-shadow:inset 0 0 0 1px #ffe0d0}.restaurant-order-item{padding:16px;border-color:#f3e4dc;background:linear-gradient(180deg,#fff,#fffbf8);transition:.22s ease}.restaurant-order-item:hover{transform:translateY(-2px);border-color:#efc9b8;box-shadow:0 14px 30px rgba(112,54,33,.08)}
.restaurant-order-image{width:96px;height:96px;box-shadow:0 8px 22px rgba(85,45,28,.12)}.restaurant-order-name-row strong{font-size:15px}.restaurant-order-name-row b{padding:7px 10px;border-radius:12px;background:#fff0e8;color:var(--od-red)}
.modern-order-information>div{padding:16px;border-radius:17px}.modern-order-information small{color:var(--od-muted)}.modern-order-information strong{font-size:12px}
.order-account-card{overflow:hidden;border-top:0!important}.order-account-card:before{content:"";display:block;height:6px;margin:-20px -20px 20px;background:linear-gradient(90deg,var(--od-orange),var(--od-red))}.order-account-card .summary-total{margin:12px -8px 0;padding:18px 8px;border-radius:15px;background:var(--od-soft)}
.order-account-card .summary-total strong{font-size:24px}.order-payment-details>div{border:1px solid #f4dfd5;background:#fff9f5}.order-back-button{box-shadow:0 12px 25px rgba(228,61,48,.2);transition:.2s}.order-back-button:hover{transform:translateY(-2px)}
.order-help-button{display:block;margin-top:9px;padding:12px;border:1px solid #d9eadd;border-radius:14px;color:#13764b;background:#f2fbf6;text-align:center;font-size:11px;font-weight:800}
@media(max-width:980px){.order-progress-card{grid-template-columns:repeat(3,1fr);gap:18px}.order-progress-step:not(:last-child):after{display:none}}
@media(max-width:700px){.premium-order-hero{min-height:auto;padding:24px 20px}.premium-order-hero .order-status-box{min-width:0}.order-progress-card{margin:0 8px 18px;padding:16px 10px;grid-template-columns:repeat(2,1fr)}.order-progress-step{grid-template-columns:36px 1fr;justify-items:start;align-items:center;text-align:right}.restaurant-order-item{grid-template-columns:76px minmax(0,1fr);padding:11px}.restaurant-order-image{width:76px;height:76px}.restaurant-order-name-row{display:block}.restaurant-order-name-row b{display:inline-block;margin-top:8px}.order-products-card{padding:15px}}

/* =========================================================
   Checkout V3 — Restaurant ordering experience
   ========================================================= */
:root{
  --checkout-red:#e43d30;
  --checkout-red-dark:#b92921;
  --checkout-orange:#ff8a24;
  --checkout-ink:#241916;
  --checkout-muted:#81736d;
  --checkout-line:#f0e0d7;
  --checkout-soft:#fff8f4;
  --checkout-green:#1f9d64;
}

.restaurant-main:has(.restaurant-checkout-form){
  width:min(100% - 28px,1180px);
  margin-inline:auto;
  padding-bottom:150px;
}

.checkout-hero{
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  min-height:220px;
  margin:24px 0 22px;
  padding:34px 38px;
  border-radius:30px;
  color:#fff;
  background:
    radial-gradient(circle at 15% 15%,rgba(255,194,112,.28),transparent 27%),
    linear-gradient(130deg,#251713 0%,#6b2b20 48%,#e44332 100%);
  box-shadow:0 24px 60px rgba(126,45,28,.20);
}
.checkout-hero:after{
  content:"🍕";
  position:absolute;
  left:24px;
  bottom:-52px;
  font-size:170px;
  opacity:.08;
  transform:rotate(-12deg);
  pointer-events:none;
}
.checkout-kicker{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-bottom:10px;
  padding:7px 11px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  color:#ffe1cb;
  background:rgba(255,255,255,.08);
  font-size:11px;
  font-weight:800;
}
.checkout-hero h1{margin:0;font-size:clamp(27px,4vw,44px);line-height:1.2}
.checkout-hero p{max-width:650px;margin:12px 0 0;color:#f7ddd2;line-height:1.9;font-size:12px}
.checkout-progress{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  min-width:260px;
  padding:17px 19px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:22px;
  background:rgba(255,255,255,.09);
  backdrop-filter:blur(12px);
}
.checkout-progress i{
  display:grid;
  flex:0 0 36px;
  height:36px;
  place-items:center;
  border:2px solid rgba(255,255,255,.36);
  border-radius:50%;
  font-size:12px;
  font-style:normal;
  font-weight:900;
}
.checkout-progress i.done{border-color:#6ce4ac;background:#1f9d64}
.checkout-progress span{flex:1;height:3px;background:rgba(255,255,255,.22)}
.checkout-progress span:has(+ i.done){background:#6ce4ac}

.checkout-alert{margin:0 0 18px;padding:14px 16px;border:1px solid #ffc7c2;border-radius:16px;background:#fff1ef;color:#9e2c24}

.checkout-layout{
  grid-template-columns:minmax(0,1fr) 390px;
  gap:22px;
}
.checkout-sections{gap:18px}
.checkout-card,.checkout-summary{
  border:1px solid var(--checkout-line);
  border-radius:24px;
  box-shadow:0 18px 50px rgba(73,42,30,.07);
}
.checkout-card{padding:24px}
.checkout-card-title{align-items:flex-start;margin-bottom:20px}
.checkout-card-title>span{
  flex-basis:42px;
  height:42px;
  border-radius:14px;
  background:linear-gradient(135deg,var(--checkout-orange),var(--checkout-red));
  box-shadow:0 9px 20px rgba(228,61,48,.20);
}
.checkout-card-title h2{color:var(--checkout-ink);font-size:18px}
.checkout-card-title p{color:var(--checkout-muted);font-size:11px;line-height:1.7}

.order-type-options{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.order-type-options label,.payment-options label{position:relative;cursor:pointer}
.order-type-options input,.payment-options input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.order-type-options span{
  position:relative;
  display:grid;
  min-height:145px;
  padding:22px 18px;
  align-content:center;
  justify-items:center;
  gap:8px;
  border:1.5px solid var(--checkout-line);
  border-radius:20px;
  background:linear-gradient(180deg,#fff,#fffbf8);
  text-align:center;
  transition:.2s ease;
}
.order-type-options span:after,.payment-options span:after{
  content:"✓";
  position:absolute;
  top:12px;
  left:12px;
  display:grid;
  width:24px;
  height:24px;
  place-items:center;
  border-radius:50%;
  color:#fff;
  background:var(--checkout-red);
  opacity:0;
  transform:scale(.7);
  transition:.2s ease;
}
.order-type-options input:checked+span,.payment-options input:checked+span{
  border-color:var(--checkout-red);
  background:#fff3ef;
  box-shadow:0 12px 26px rgba(228,61,48,.10);
  transform:translateY(-2px);
}
.order-type-options input:checked+span:after,.payment-options input:checked+span:after{opacity:1;transform:scale(1)}
.order-type-options b{font-size:35px}
.order-type-options strong{font-size:14px;color:var(--checkout-ink)}
.order-type-options small{color:var(--checkout-muted);font-size:10px;line-height:1.7}

.checkout-fields{gap:13px}
.checkout-fields label,.checkout-note-field label{margin-bottom:8px;color:#5f504a;font-size:11px}
.checkout-fields input,.checkout-fields select,.checkout-fields textarea,.checkout-note-field textarea{
  min-height:50px;
  padding:12px 14px;
  border:1px solid #eadbd2;
  border-radius:14px;
  background:#fffcfa;
  color:var(--checkout-ink);
  font-family:inherit;
  transition:.18s ease;
}
.checkout-fields input:focus,.checkout-fields select:focus,.checkout-fields textarea:focus,.checkout-note-field textarea:focus{
  border-color:var(--checkout-red);
  background:#fff;
  box-shadow:0 0 0 4px rgba(228,61,48,.08);
}
.checkout-fields textarea,.checkout-note-field textarea{min-height:105px}

.address-mode-option{
  width:max-content;
  padding:9px 12px;
  border-radius:999px;
  background:#fff5ee;
  color:#754034;
}
.address-mode-option input,.saved-address input,.default-address-check input{accent-color:var(--checkout-red)}
.saved-addresses{gap:12px}
.saved-address{
  min-height:84px;
  align-items:flex-start;
  border-color:#eadbd2;
  background:#fffcfa;
  transition:.18s ease;
}
.saved-address:has(input:checked){border-color:var(--checkout-red);background:#fff2ed;box-shadow:0 10px 24px rgba(228,61,48,.08)}
.saved-address strong{font-size:12px}.saved-address small{font-size:10px}
.zone-and-time{margin-top:18px;padding-top:18px;border-top:1px dashed #eadbd2}

.payment-options{gap:12px}
.payment-options span{
  position:relative;
  min-height:128px;
  padding:20px 12px 14px;
  border:1.5px solid var(--checkout-line);
  border-radius:18px;
  background:linear-gradient(180deg,#fff,#fffbf8);
  transition:.2s ease;
}
.payment-options b{font-size:30px}.payment-options strong{font-size:12px;color:var(--checkout-ink)}.payment-options small{color:var(--checkout-muted);font-size:9px}
.checkout-note-field{margin-top:18px}

.checkout-summary{
  top:96px;
  overflow:hidden;
  padding:0;
  background:#fff;
}
.summary-head{
  display:flex;
  align-items:center;
  gap:12px;
  padding:20px 20px 17px;
  color:#fff;
  background:linear-gradient(135deg,#3b211a,#e44332);
}
.summary-head>span{display:grid;width:44px;height:44px;place-items:center;border-radius:14px;background:rgba(255,255,255,.13);font-size:23px}
.summary-head h2,.summary-head small{display:block;margin:0}.summary-head h2{font-size:17px}.summary-head small{margin-top:4px;color:#ffd9c7;font-size:9px}
.summary-products{display:grid;gap:0;padding:8px 18px 2px;max-height:330px;overflow:auto}
.summary-product{
  display:grid;
  grid-template-columns:58px minmax(0,1fr) auto;
  align-items:center;
  gap:11px;
  padding:12px 0;
  border-bottom:1px solid #f2e6df;
}
.summary-product img{width:58px;height:58px;object-fit:cover;border-radius:15px;background:#fff2e9}
.summary-product strong,.summary-product small{display:block}.summary-product strong{font-size:11px;color:var(--checkout-ink)}.summary-product small{margin-top:5px;color:var(--checkout-muted);font-size:9px}.summary-product>b{white-space:nowrap;color:var(--checkout-red);font-size:11px}
.checkout-summary>.summary-line,.checkout-summary>.summary-total,.checkout-summary>.tax-note,.checkout-summary>.place-order-button,.checkout-summary>.checkout-security{margin-left:18px;margin-right:18px}
.checkout-summary>.summary-line{padding:11px 0;font-size:11px}
.checkout-summary>.summary-total{margin-top:8px;padding:16px 14px;border-radius:16px;background:var(--checkout-soft)}
.summary-total strong{color:var(--checkout-red);font-size:22px}
.tax-note{display:block;margin-top:8px;color:var(--checkout-muted);font-size:9px;text-align:center}
.place-order-button{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:58px;
  margin-top:16px;
  padding:0 18px;
  border-radius:16px;
  background:linear-gradient(135deg,var(--checkout-orange),var(--checkout-red));
  box-shadow:0 14px 28px rgba(228,61,48,.22);
  font-family:inherit;
  font-size:13px;
  transition:.2s ease;
}
.place-order-button:hover{transform:translateY(-2px)}
.place-order-button:disabled{opacity:.68;cursor:wait;transform:none}
.place-order-button b{display:grid;width:30px;height:30px;place-items:center;border-radius:10px;background:rgba(255,255,255,.16);font-size:17px}
.checkout-security{margin-bottom:18px!important}

/* Keep floating controls above the fixed footer navigation */
.restaurant-checkout-form~* .whatsapp-float,
body:has(.restaurant-checkout-form) .whatsapp-float{bottom:96px!important}
body:has(.restaurant-checkout-form) .fixed-bottom-nav,
body:has(.restaurant-checkout-form) .customer-bottom-nav{z-index:1000}

@media(max-width:1050px){
  .checkout-layout{grid-template-columns:minmax(0,1fr) 350px}
}
@media(max-width:900px){
  .checkout-hero{display:block;min-height:auto;padding:28px}
  .checkout-progress{width:min(100%,360px);margin-top:22px}
  .checkout-layout{grid-template-columns:1fr}
  .checkout-summary{position:static;order:-1}
  .summary-products{max-height:none}
}
@media(max-width:620px){
  .restaurant-main:has(.restaurant-checkout-form){width:min(100% - 18px,1180px);padding-bottom:145px}
  .checkout-hero{margin-top:12px;padding:22px 18px;border-radius:22px}
  .checkout-hero:after{font-size:115px;left:-8px}
  .checkout-hero h1{font-size:27px}
  .checkout-progress{min-width:0;padding:13px 14px}
  .checkout-progress i{flex-basis:31px;height:31px}
  .checkout-card{padding:17px;border-radius:20px}
  .checkout-card-title>span{flex-basis:38px;height:38px}
  .checkout-card-title h2{font-size:16px}
  .order-type-options{grid-template-columns:1fr}
  .order-type-options span{min-height:112px;grid-template-columns:44px 1fr;justify-items:start;align-items:center;text-align:right}
  .order-type-options b{grid-row:1/3;font-size:31px}
  .order-type-options small{grid-column:2}
  .payment-options{grid-template-columns:1fr}
  .payment-options span{min-height:86px;grid-template-columns:44px 1fr;justify-items:start;align-items:center;text-align:right}
  .payment-options b{grid-row:1/3}.payment-options small{grid-column:2}
  .checkout-fields,.saved-addresses{grid-template-columns:1fr}
  .checkout-summary>.summary-line,.checkout-summary>.summary-total,.checkout-summary>.tax-note,.checkout-summary>.place-order-button,.checkout-summary>.checkout-security{margin-left:14px;margin-right:14px}
  .summary-products{padding-inline:14px}
  .summary-product{grid-template-columns:52px minmax(0,1fr) auto}.summary-product img{width:52px;height:52px}
}
