.order-note {
  color: #6b6b63;
  font-size: 12px;
  line-height: 1.45;
  margin: 10px 0;
}

.checkout-customer {
  background: #f3f1e8;
  border-radius: 14px;
  display: grid;
  gap: 3px;
  margin-bottom: 12px;
  padding: 14px;
}

.checkout-customer b {
  font-size: 16px;
}
.checkout-customer span {
  color: #59594f;
  font-size: 13px;
}
.checkout-modal select {
  background: #fff;
  border: 1px solid #d6d4c8;
  border-radius: 12px;
  font: inherit;
  padding: 13px;
  width: 100%;
}

.recommend-list {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 3px 2px 10px;
  scrollbar-width: none;
}
.recommend-list::-webkit-scrollbar {
  display: none;
}
.recommend-card {
  position: relative;
  min-width: 148px;
  max-width: 148px;
  background: #fff;
  border: 1px solid #deded4;
  border-radius: 15px;
  overflow: hidden;
  scroll-snap-align: start;
}
.recommend-card img {
  width: 100%;
  height: 92px;
  object-fit: cover;
  background: #eee;
}
.recommend-card div {
  padding: 9px 36px 10px 9px;
}
.recommend-card b {
  display: block;
  font-size: 11px;
  line-height: 1.25;
  min-height: 28px;
}
.recommend-card span {
  font-size: 12px;
  font-weight: 800;
}
.recommend-card button {
  position: absolute;
  right: 8px;
  bottom: 9px;
  width: 28px;
  height: 28px;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ffd400;
  font-size: 19px;
  text-align: center;
}
.cart-modal {
  padding-bottom: 18px;
}
.bag-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 4px 0 16px;
}
.bag-actions button,
.back-menu-bottom {
  min-height: 42px;
  border: 1px solid #171717;
  border-radius: 12px;
  background: #fff;
  color: #171717;
  font:
    700 12px Montserrat,
    sans-serif;
  padding: 9px 10px;
}
.bag-actions button:last-child {
  background: #171717;
  color: #fff;
}
.back-menu-bottom {
  display: block;
  width: 100%;
  margin-top: 9px;
}
.cart-row {
  grid-template-columns: 48px 1fr auto auto;
}
.cart-row > img {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  object-fit: cover;
}
.cart-row small {
  display: block;
  color: #6b6b66;
  margin-top: 3px;
}
.cart-suggestions {
  margin: 20px -4px 0;
}
.suggestion-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.suggestion-head h3 {
  font:
    700 18px "Playfair Display",
    serif;
  margin: 0;
}
.suggestion-head span {
  font-size: 10px;
  color: #6b6b66;
}
.cart-price-row {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
.cart-total {
  border-top: 1px solid #deded4;
  margin-top: 10px;
}
.sticky-checkout {
  position: sticky;
  bottom: 0;
  box-shadow: 0 -9px 24px #fff;
}
.checkout-totals {
  margin-top: 14px;
  border-top: 1px solid #deded4;
}
.checkout-totals p {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
.checkout-totals .grand-total {
  font-size: 20px;
  border-top: 1px solid #deded4;
  padding-top: 12px;
}
.whish-note {
  background: #fff8d7;
  border: 1px solid #f0cf2f;
  border-radius: 12px;
  padding: 11px;
  font-size: 11px;
  line-height: 1.5;
}
.split-box {
  margin-top: 18px;
  padding: 15px;
  border: 2px solid #171717;
  border-radius: 17px;
  background: #fffdf2;
}
.split-box h3 {
  margin: 0 0 4px;
  font:
    700 21px "Playfair Display",
    serif;
}
.split-box > p {
  margin: 0 0 12px;
  color: #59594f;
  font-size: 12px;
  line-height: 1.45;
}
.payable {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  padding: 12px;
  border-radius: 12px;
  background: #ffd400;
  font-size: 13px;
  font-weight: 700;
}
.payable b {
  font-size: 20px;
}
