.rb-delivery-banner {
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 10px 20px;
  background: linear-gradient(90deg, #e9843d, #f5a15e);
  color: #fff;
  font: 700 14px/1.35 Arial, sans-serif;
  text-align: center;
  box-shadow: 0 6px 20px rgb(121 70 32 / 14%);
}

.rb-delivery-banner strong { font-size: 16px; }
.rb-delivery-banner span { opacity: .9; font-weight: 500; }

.rb-cart-fab {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9990;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 18px;
  border: 0;
  border-radius: 18px;
  background: #f08f4b;
  color: #fff;
  box-shadow: 0 16px 35px rgb(88 52 26 / 28%);
  font: 800 15px/1 Arial, sans-serif;
  cursor: pointer;
}

.rb-cart-fab b {
  display: grid;
  min-width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: #d86d25;
  font-size: 12px;
}

.rb-cart-overlay {
  position: fixed;
  inset: 0;
  z-index: 9995;
  background: rgb(33 26 21 / 46%);
  backdrop-filter: blur(3px);
}

.rb-cart-overlay[hidden], .rb-cart-drawer[hidden] { display: none !important; }

.rb-cart-drawer {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 9996;
  display: flex;
  width: min(500px, 100%);
  flex-direction: column;
  background: #fff;
  color: #302a26;
  box-shadow: -24px 0 60px rgb(45 33 24 / 18%);
  font-family: Arial, sans-serif;
}

.rb-cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px;
  border-bottom: 1px solid #eee8e3;
}

.rb-cart-head div { display: grid; gap: 3px; }
.rb-cart-head h2 { margin: 0; font-size: 25px; }
.rb-cart-head small { color: #857870; }
.rb-cart-close { width: 42px; height: 42px; border: 0; border-radius: 50%; background: #f5f1ed; color: #5a4d45; font-size: 26px; cursor: pointer; }
.rb-cart-body { flex: 1; overflow: auto; padding: 20px 24px; }
.rb-cart-empty { padding: 60px 20px; text-align: center; color: #7c7069; }
.rb-cart-empty strong { display: block; margin-bottom: 8px; color: #3f352f; font-size: 22px; }
.rb-cart-items { display: grid; gap: 14px; }
.rb-cart-item { display: grid; grid-template-columns: 82px 1fr auto; gap: 14px; align-items: center; padding-bottom: 14px; border-bottom: 1px solid #eee8e3; }
.rb-cart-item img { width: 82px; height: 82px; object-fit: cover; border-radius: 14px; background: #f4f1ee; }
.rb-cart-item h3 { margin: 0 0 8px; font-size: 14px; line-height: 1.35; }
.rb-cart-item p { margin: 0; color: #e47931; font-weight: 800; }
.rb-cart-qty { display: inline-flex; align-items: center; gap: 9px; margin-top: 10px; }
.rb-cart-qty button { width: 30px; height: 30px; border: 1px solid #e6ddd7; border-radius: 9px; background: #fff; cursor: pointer; }
.rb-cart-remove { align-self: start; border: 0; background: none; color: #a39790; font-size: 21px; cursor: pointer; }
.rb-cart-foot { padding: 18px 24px 24px; border-top: 1px solid #eee8e3; background: #fffcfa; }
.rb-cart-total { display: flex; justify-content: space-between; margin-bottom: 14px; font-size: 16px; }
.rb-cart-total strong { font-size: 22px; }
.rb-delivery-note { margin: 0 0 14px; padding: 12px 14px; border-radius: 12px; background: #fff0e4; color: #a9531b; font-size: 13px; font-weight: 700; }
.rb-button { display: inline-flex; width: 100%; min-height: 50px; align-items: center; justify-content: center; border: 0; border-radius: 13px; background: #ee8740; color: #fff; font: 800 15px/1 Arial, sans-serif; cursor: pointer; }
.rb-button:disabled { opacity: .55; cursor: wait; }
.rb-checkout { display: grid; gap: 12px; }
.rb-checkout[hidden] { display: none; }
.rb-checkout h3 { margin: 4px 0; font-size: 20px; }
.rb-checkout label { display: grid; gap: 6px; color: #665950; font-size: 13px; font-weight: 700; }
.rb-checkout input, .rb-checkout textarea { width: 100%; padding: 12px 13px; border: 1px solid #ded5cf; border-radius: 11px; background: #fff; color: #302a26; font: 15px/1.35 Arial, sans-serif; }
.rb-checkout-consent { grid-template-columns: 20px 1fr !important; align-items: start; font-weight: 500 !important; line-height: 1.4; }
.rb-checkout-consent input { width: 18px; margin: 2px 0 0; }
.rb-checkout-status { min-height: 20px; margin: 0; color: #b54a37; font-size: 13px; }
.rb-location-status { min-height: 16px; color: #d66f2c; font-size: 12px; font-weight: 700; }
.ymaps-2-1-79-suggest-item { font-family: Arial, sans-serif; }
.rb-toast { position: fixed; left: 50%; bottom: 28px; z-index: 10000; translate: -50% 0; padding: 13px 18px; border-radius: 12px; background: #342a24; color: #fff; font: 700 14px/1.35 Arial, sans-serif; box-shadow: 0 12px 30px rgb(0 0 0 / 20%); }

@media (max-width: 600px) {
  .rb-delivery-banner { flex-direction: column; gap: 2px; padding-block: 9px; }
  .rb-cart-fab { right: 14px; bottom: 14px; min-height: 52px; }
  .rb-cart-head, .rb-cart-body, .rb-cart-foot { padding-inline: 18px; }
}
