#mpQuickOrderBanner{
  width:100% !important;
  margin:14px 0 16px !important;
  overflow:hidden !important;
}

#mpQuickOrderBanner .mp-qob-track{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  gap:12px !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  scroll-snap-type:x mandatory !important;
  -webkit-overflow-scrolling:touch !important;
  padding:4px 4px 12px !important;
}

#mpQuickOrderBanner .mp-qob-track::-webkit-scrollbar{
  display:none !important;
}

#mpQuickOrderBanner .mp-qob-card{
  flex:0 0 82% !important;
  width:82% !important;
  min-width:82% !important;
  max-width:82% !important;
  height:135px !important;
  border-radius:22px !important;
  overflow:hidden !important;
  position:relative !important;
  border:1.5px solid #d8bf26 !important;
  background:#111 !important;
  box-shadow:0 8px 22px rgba(0,0,0,.14) !important;
  scroll-snap-align:center !important;
}

#mpQuickOrderBanner .mp-qob-card img,
#mpQuickOrderBanner .mp-qob-card video{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
  opacity:.82 !important;
}

.mp-qob-content{
  position:absolute;
  left:12px;
  top:10px;
  right:12px;
  color:#fff;
  text-shadow:0 2px 8px rgba(0,0,0,.65);
  font-weight:900;
}

.mp-qob-title{
  font-size:16px;
  line-height:1.15;
  max-height:38px;
  overflow:hidden;
}

.mp-qob-price{
  margin-top:5px;
  font-size:12px;
  line-height:1.15;
}

.mp-qob-price-main{
  font-size:17px;
  color:#ffe45c;
}

.mp-qob-days{
  margin-top:4px;
  font-size:11px;
  max-height:28px;
  overflow:hidden;
}

.mp-qob-pill{
  position:absolute;
  right:10px;
  bottom:10px;
  background:#f4d634;
  color:#111;
  border-radius:999px;
  padding:9px 16px;
  font-weight:900;
  font-size:15px;
  box-shadow:0 4px 12px rgba(0,0,0,.25);
}

.mp-qob-pop{
  position:fixed;
  inset:0;
  z-index:999999;
  background:rgba(0,0,0,.72);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px;
}

.mp-qob-box{
  background:#fff;
  width:min(94vw,520px);
  max-height:90vh;
  overflow:auto;
  border-radius:24px;
  padding:16px;
  box-shadow:0 20px 70px rgba(0,0,0,.45);
  font-family:Arial,sans-serif;
  color:#111;
}

.mp-qob-box h2{margin:4px 48px 12px 4px}

.mp-qob-box img,
.mp-qob-box video{
  width:100%;
  max-height:300px;
  object-fit:contain;
  border-radius:16px;
  background:#000;
}

.mp-qob-x{
  float:right;
  width:38px;
  height:38px;
  border:0;
  border-radius:50%;
  background:#111;
  color:#fff;
  font-size:24px;
  font-weight:900;
}

.mp-qob-box input,
.mp-qob-box select{
  width:100%;
  box-sizing:border-box;
  padding:13px;
  margin:6px 0 10px;
  border-radius:14px;
  border:2px solid #d8bf26;
  font-size:17px;
}

.mp-qob-actions{
  display:flex;
  gap:10px;
  justify-content:center;
  flex-wrap:wrap;
  margin-top:12px;
}

.mp-qob-btn{
  border:0;
  border-radius:18px;
  padding:13px 20px;
  font-size:17px;
  font-weight:900;
  background:#111;
  color:#fff;
}

.mp-qob-msg{
  padding:10px;
  border-radius:12px;
  background:#e8f2ff;
  color:#174c91;
  font-weight:900;
  margin:8px 0;
}

.mp-qob-note{
  font-size:16px;
  font-weight:900;
  margin:6px 6px 10px;
  color:#111;
  text-align:center;
}


.mp-qob-hidden-select{
  display:none !important;
}
.mp-qob-date-list{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin:8px 0 10px;
}
.mp-qob-date-btn{
  width:100%;
  border:2px solid #d7c772;
  border-radius:15px;
  background:#fff8cf;
  color:#0b3470;
  padding:12px 13px;
  font-size:16px;
  font-weight:900;
  text-align:left;
}
.mp-qob-date-btn.active{
  background:#FFD400;
  border-color:#c9a800;
  box-shadow:0 4px 0 #c9a800;
}

#mpQuickOrderBanner .mp-qob-global-note{
  background:#f4d634;
  color:#111;
  font-size:16px;
  font-weight:900;
  text-align:center;
  padding:9px 12px;
  border-radius:18px;
  margin:4px 4px 10px;
  border:1px solid #d8bf26;
}
