#mpRecurringOrderBanner{margin:14px 0 18px;font-family:Arial,sans-serif}
.mp-rob-head{margin:0 8px 10px;background:#fff8cf;border:2px solid #f0d33d;border-radius:20px;padding:12px 14px;box-shadow:0 8px 20px rgba(0,0,0,.08)}
.mp-rob-head h2{margin:0 0 4px;font-size:20px;color:#111}
.mp-rob-head p{margin:0;font-size:14px;font-weight:800;color:#333;line-height:1.35}
.mp-rob-track{display:flex;gap:12px;overflow-x:auto;padding:4px 8px 14px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}
.mp-rob-track::-webkit-scrollbar{height:7px}.mp-rob-track::-webkit-scrollbar-thumb{background:#d6bd25;border-radius:99px}
.mp-rob-card{flex:0 0 82%;max-width:82%;background:#fff;border:2px solid #ead46d;border-radius:22px;overflow:hidden;box-shadow:0 10px 24px rgba(0,0,0,.13);scroll-snap-align:start;position:relative}
.mp-rob-card-top{padding:9px 12px 0;font-weight:900;font-size:15px;color:#0b3470}
.mp-rob-card img,.mp-rob-card video{width:100%;aspect-ratio:16/9;background:#eee;object-fit:cover;display:block}
.mp-rob-content{padding:11px 12px 54px}
.mp-rob-title{font-size:20px;font-weight:900;color:#111;margin-bottom:6px}
.mp-rob-price{font-size:15px;font-weight:900;color:#0b3470;margin-bottom:8px}
.mp-rob-days{font-size:13px;font-weight:800;color:#555;line-height:1.3}
.mp-rob-pill{position:absolute;left:12px;right:12px;bottom:12px;background:#FFD400;color:#0b3470;border-radius:16px;padding:12px 14px;text-align:center;font-size:17px;font-weight:900;box-shadow:0 5px 0 #c9a800}
.mp-rob-pop{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:999999;display:flex;align-items:center;justify-content:center;padding:16px}
.mp-rob-box{background:#fff;width:min(440px,100%);max-height:90vh;overflow:auto;border-radius:24px;padding:18px;box-shadow:0 18px 60px rgba(0,0,0,.35);font-family:Arial,sans-serif;color:#111}
.mp-rob-box h2{margin:0 42px 12px 0;font-size:22px}
.mp-rob-x{float:right;border:0;background:#eee;border-radius:12px;font-size:24px;font-weight:900;width:38px;height:38px}
.mp-rob-box label{display:block;margin:10px 0 5px;font-weight:900}
.mp-rob-box input,.mp-rob-box select{width:100%;padding:13px 12px;border:2px solid #d7c772;border-radius:14px;font-size:17px;box-sizing:border-box}
.mp-rob-msg{margin:10px 0;padding:10px;border-radius:12px;background:#fff8cf;font-weight:800;color:#174c91}
.mp-rob-msg.err{background:#ffe2e2;color:#900}
.mp-rob-actions{display:flex;gap:10px;margin-top:14px}
.mp-rob-actions button{flex:1;border:0;border-radius:16px;padding:13px;font-size:17px;font-weight:900}
.mp-rob-go{background:#FFD400;color:#0b3470}
@media(min-width:760px){.mp-rob-card{flex-basis:340px;max-width:340px}}


.mp-rob-date-list{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin:8px 0 10px;
}
.mp-rob-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-rob-date-btn.active{
  background:#FFD400;
  border-color:#c9a800;
  box-shadow:0 4px 0 #c9a800;
}


.mp-rob-hidden-select{
  display:none !important;
}
.mp-rob-date-list{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin:8px 0 10px;
}
.mp-rob-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-rob-date-btn.active{
  background:#FFD400;
  border-color:#c9a800;
  box-shadow:0 4px 0 #c9a800;
}

/* FIX: ежедневните банери да не разтягат страницата */
#mpRecurringOrderBanner{
  width:100%;
  max-width:100%;
  overflow:hidden;
  box-sizing:border-box;
}

#mpRecurringOrderBanner .mp-rob-head{
  width:auto;
  max-width:calc(100% - 24px);
  margin:22px 12px 18px;
  box-sizing:border-box;
}

#mpRecurringOrderBanner .mp-rob-track{
  width:100%;
  max-width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  display:flex;
  flex-wrap:nowrap;
  gap:14px;
  box-sizing:border-box;
  padding:8px 12px 18px;
  scroll-snap-type:x proximity;
  -webkit-overflow-scrolling:touch;
}

#mpRecurringOrderBanner .mp-rob-card{
  flex:0 0 78%;
  width:78%;
  max-width:360px;
  min-width:0;
  box-sizing:border-box;
  scroll-snap-align:start;
}

@media (max-width:480px){
  #mpRecurringOrderBanner .mp-rob-card{
    flex-basis:78%;
    width:78%;
  }
}

#mpRecurringOrderBanner .mp-rob-card img,
#mpRecurringOrderBanner .mp-rob-card video{
  width:100%;
  max-width:100%;
  display:block;
  box-sizing:border-box;
}


/* MOVE UP: по-малко разстояние отгоре */
#mpRecurringOrderBanner{
  margin-top: -10px;
}

/* жълтото поле */
#mpRecurringOrderBanner .mp-rob-head{
  margin-top: 8px;
  margin-bottom: 12px;
}

/* самите банери */
#mpRecurringOrderBanner .mp-rob-track{
  padding-top: 0;
}



/* AUTO TICKER BETWEEN RECURRING AND NEXT BANNERS */
#mpRecurringTicker.mp-rec-ticker{
  width:calc(100% - 24px);
  max-width:100%;
  margin:6px 12px 10px;
  overflow:hidden;
  white-space:nowrap;
  box-sizing:border-box;
  background:#fff7cf;
  border:2px solid #e2c100;
  border-radius:18px;
  padding:9px 0;
}

#mpRecurringTicker .mp-rec-ticker-inner{
  display:inline-block;
  white-space:nowrap;
  padding-left:100%;
  font-size:16px;
  font-weight:900;
  color:#002b5c;
  animation: mpRecTickerMove 13s linear infinite;
  will-change:transform;
}

@keyframes mpRecTickerMove{
  0%{ transform:translateX(0); }
  100%{ transform:translateX(-100%); }
}


/* FORCE AUTO TICKER */
#mpRecurringTicker{
  width:calc(100% - 24px) !important;
  margin:6px 12px 10px !important;
  overflow:hidden !important;
  white-space:nowrap !important;
  box-sizing:border-box !important;
  background:#fff7cf !important;
  border:2px solid #e2c100 !important;
  border-radius:18px !important;
  padding:9px 0 !important;
}
#mpRecurringTicker .mp-rec-ticker-inner{
  display:inline-block !important;
  white-space:nowrap !important;
  padding-left:100% !important;
  font-size:16px !important;
  font-weight:900 !important;
  color:#002b5c !important;
  animation:mpRecTickerMoveForce 14s linear infinite !important;
}
@keyframes mpRecTickerMoveForce{
  0%{transform:translateX(0)}
  100%{transform:translateX(-100%)}
}

/* TICKER – по-дълъг и по-бавен */
#mpRecurringTicker .mp-rec-ticker-inner{
  animation: mpRecTickerMoveSlow 22s linear infinite !important;
  font-size:17px !important;
  letter-spacing:0.5px;
}

/* по-дълго съдържание (дублиране за плавност) */
#mpRecurringTicker .mp-rec-ticker-inner::after{
  content: "   🔸   " attr(data-text);
}

/* нова анимация – по-бавна */
@keyframes mpRecTickerMoveSlow{
  0%{ transform:translateX(0); }
  100%{ transform:translateX(-100%); }
}


/* по-малък шрифт */
#mpRecurringTicker .mp-rec-ticker-inner{
  font-size:14px !important;
}



/* BOTTOM TICKER (без рамка) */
  animation: mpRecTickerBottomMove 24s linear infinite;
}

@keyframes mpRecTickerBottomMove{
  0%{ transform:translateX(0); }
  100%{ transform:translateX(-100%); }
}


/* BOTTOM TICKER SEPARATE TEXT - под ежедневните банери, без рамка */
  font-weight:800 !important;
  color:#002b5c !important;
  opacity:.85 !important;
  animation:mpRecTickerBottomSeparate 24s linear infinite !important;
}

@keyframes mpRecTickerBottomSeparate{
  0%{transform:translateX(0)}
  100%{transform:translateX(-100%)}
}

/* bottom ticker: леко нагоре + плавно движение */

/* bottom ticker: по-малко закъснение при старт */

/* OVERRIDE bottom ticker stable moving */
}

  0%{transform:translateX(0);}
  100%{transform:translateX(-100%);}
}

/* FINAL fallback bottom ticker */
  font-size:13px !important;
  font-weight:800 !important;
  color:#002b5c !important;
}

  0%{transform:translateX(0);}
  100%{transform:translateX(-100%);}
}


/* FIX bottom ticker: видим веднага, без празно място */
  min-width:max-content !important;
  white-space:nowrap !important;
  padding-left:0 !important;
  font-size:13px !important;
  font-weight:800 !important;
  color:#002b5c !important;
  transform:translateX(0) !important;
}

  0%{ transform:translateX(0); }
  100%{ transform:translateX(-50%); }
}


/* FINAL: повдигнат + движещ се текст */
  font-weight:700 !important;
  color:#002b5c !important;
}

/* плавно движение без спиране */
  0%{ transform:translateX(0); }
  100%{ transform:translateX(-100%); }
}


/* CLEAN WORKING BOTTOM TICKER */
#mpRecurringTickerBottom{
  width:100%;
  overflow:hidden;
  white-space:nowrap;
  margin:0;
  padding:4px 12px;
  box-sizing:border-box;
}

#mpRecurringTickerBottom .inner{
  display:inline-block;
  white-space:nowrap;
  animation:mpTickerClean 25s linear infinite;
  font-size:12px;
  font-weight:700;
  color:#002b5c;
}

/* без прекъсване */
@keyframes mpTickerClean{
  0%{ transform:translateX(100%); }
  100%{ transform:translateX(-100%); }
}


/* FIX broken bottom ticker */
#mpRecurringTickerBottom{
  display:block !important;
  width:calc(100% - 24px) !important;
  height:20px !important;
  line-height:20px !important;
  margin:4px 12px 8px !important;
  overflow:hidden !important;
  white-space:nowrap !important;
  background:transparent !important;
  border:0 !important;
  padding:0 !important;
  font-size:12px !important;
}

#mpRecurringTickerBottom,
#mpRecurringTickerBottom *{
  white-space:nowrap !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
}

#mpRecurringTickerBottom .mp-rec-ticker-inner,
#mpRecurringTickerBottom .inner{
  display:inline-block !important;
  white-space:nowrap !important;
  font-size:12px !important;
  font-weight:700 !important;
  color:#002b5c !important;
  animation:mpBottomTickerFixedLine 24s linear infinite !important;
}

@keyframes mpBottomTickerFixedLine{
  0%{transform:translateX(100%);}
  100%{transform:translateX(-100%);}
}


/* bottom ticker: по-бърз старт без чакане */
#mpRecurringTickerBottom .mp-rec-ticker-inner,
#mpRecurringTickerBottom .inner{
  animation:mpBottomTickerQuickStart 24s linear infinite !important;
}

@keyframes mpBottomTickerQuickStart{
  0%{transform:translateX(25%);}
  100%{transform:translateX(-100%);}
}


/* повдигане на долния текст */
#mpRecurringTickerBottom{
  margin-top:-25px !important;   /* ↑ нагоре */
  margin-bottom:10px !important;
}


/* по-бавен долен текст */
#mpRecurringTickerBottom .mp-rec-ticker-inner,
#mpRecurringTickerBottom .inner{
  animation-duration: 36s !important; /* беше ~24s */
}



/* ticker admin controls */
#mpRecurringTicker .mp-ticker-static,
#mpRecurringTickerBottom .mp-ticker-static{
  animation:none !important;
  transform:none !important;
  padding-left:0 !important;
}
