#mpAppBannersV2{
  margin:14px 0 16px;
}

.mp-v2-title{
  font-size:17px;
  font-weight:1000;
  margin:0 0 10px;
  color:#111;
}

.mp-v2-track{
  display:flex;
  gap:14px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding:4px 2px 14px;
  -webkit-overflow-scrolling:touch;
}

.mp-v2-track::-webkit-scrollbar{display:none}

.mp-v2-card{
  position:relative;
  flex:0 0 86%;
  min-height:168px;
  border-radius:28px;
  padding:18px;
  overflow:hidden;
  scroll-snap-align:start;
  box-shadow:0 16px 34px rgba(0,0,0,.16);
  border:1px solid rgba(255,255,255,.55);
  transform:translateZ(0);
}

.mp-v2-card:active{
  transform:scale(.985);
}

.mp-v2-glow{
  position:absolute;
  inset:auto -30px -50px auto;
  width:180px;
  height:180px;
  border-radius:50%;
  background:rgba(255,255,255,.35);
  filter:blur(2px);
}

.mp-v2-badge{
  display:inline-flex;
  border-radius:999px;
  padding:6px 11px;
  font-size:11px;
  font-weight:1000;
  background:rgba(255,255,255,.72);
  backdrop-filter:blur(10px);
  margin-bottom:10px;
}

.mp-v2-heading{
  position:relative;
  z-index:2;
  max-width:68%;
}

.mp-v2-title-main{
  font-size:23px;
  line-height:1.08;
  font-weight:1000;
  margin-bottom:6px;
}

.mp-v2-sub{
  font-size:14px;
  font-weight:800;
  opacity:.82;
  line-height:1.25;
}

.mp-v2-price{
  margin-top:12px;
  font-size:20px;
  font-weight:1000;
}

.mp-v2-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:13px;
  border-radius:16px;
  padding:10px 15px;
  font-size:14px;
  font-weight:1000;
  box-shadow:0 8px 16px rgba(0,0,0,.18);
}

.mp-v2-media{
  position:absolute;
  right:12px;
  bottom:12px;
  width:112px;
  height:112px;
  object-fit:cover;
  border-radius:26px;
  box-shadow:0 14px 24px rgba(0,0,0,.22);
  background:rgba(255,255,255,.35);
}

.mp-v2-video{
  position:absolute;
  right:12px;
  bottom:12px;
  width:112px;
  height:112px;
  object-fit:cover;
  border-radius:26px;
  box-shadow:0 14px 24px rgba(0,0,0,.22);
}

.mp-v2-count{
  margin-top:8px;
  font-size:12px;
  font-weight:900;
  color:#000;
}

.mp-v2-empty{
  display:none;
}

/* V2 premium swipe upgrade */
.mp-v2-track{
  scroll-padding-left:2px;
}

.mp-v2-card{
  transition:transform .28s ease, box-shadow .28s ease, opacity .28s ease;
  opacity:.86;
}

.mp-v2-card.mp-v2-active{
  transform:scale(1.02) translateZ(0);
  opacity:1;
  box-shadow:0 22px 44px rgba(0,0,0,.22);
}

.mp-v2-card.mp-v2-active:active{
  transform:scale(.995) translateZ(0);
}

.mp-v2-dots{
  display:flex;
  justify-content:center;
  gap:6px;
  margin-top:-4px;
}

.mp-v2-dot{
  width:6px;
  height:6px;
  border-radius:999px;
  background:rgba(0,0,0,.25);
  transition:all .25s ease;
}

.mp-v2-dot.active{
  width:18px;
  background:#111;
}

.mp-v2-skeleton{
  height:168px;
  border-radius:28px;
  background:linear-gradient(90deg,#f3f3f3,#fff7bf,#f3f3f3);
  background-size:200% 100%;
  animation:mpV2Shimmer 1.2s linear infinite;
}

@keyframes mpV2Shimmer{
  from{background-position:200% 0}
  to{background-position:-200% 0}
}

/* V2 order modal */
.mp-v2-modal{
  position:fixed;
  inset:0;
  z-index:999999;
  background:rgba(0,0,0,.58);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px;
}

.mp-v2-order-box{
  width:min(520px,100%);
  max-height:92vh;
  overflow:auto;
  background:#fff;
  border-radius:30px;
  padding:18px;
  box-shadow:0 24px 70px rgba(0,0,0,.35);
  font-family:Arial,sans-serif;
  color:#111;
}

.mp-v2-order-hero{
  border-radius:26px;
  padding:18px;
  background:linear-gradient(135deg,#FFD400,#fff2a0);
  margin-bottom:14px;
  position:relative;
  overflow:hidden;
}

.mp-v2-order-hero h2{
  margin:0;
  font-size:25px;
  text-align:left;
  line-height:1.1;
}

.mp-v2-order-hero p{
  margin:8px 0 0;
  font-weight:800;
  opacity:.75;
}

.mp-v2-order-img{
  width:100%;
  max-height:180px;
  object-fit:cover;
  border-radius:22px;
  margin-top:12px;
}

.mp-v2-order-box label{
  display:block;
  margin:10px 0 5px;
  font-size:14px;
  font-weight:1000;
}

.mp-v2-order-box input,
.mp-v2-order-box select{
  width:100%;
  box-sizing:border-box;
  padding:13px 12px;
  border-radius:16px;
  border:1px solid #ddd;
  background:#fafafa;
  font-size:16px;
  font-weight:700;
}

.mp-v2-order-actions{
  display:flex;
  gap:10px;
  justify-content:center;
  flex-wrap:wrap;
  margin-top:16px;
}

.mp-v2-order-btn{
  border:0;
  border-radius:18px;
  padding:13px 18px;
  font-size:16px;
  font-weight:1000;
  cursor:pointer;
}

.mp-v2-order-btn.dark{
  background:#111;
  color:#fff;
}

.mp-v2-order-btn.yellow{
  background:#FFD400;
  color:#111;
}

.mp-v2-order-msg{
  margin-top:12px;
  padding:11px 12px;
  border-radius:14px;
  font-weight:900;
  font-size:14px;
}

.mp-v2-order-msg.info{background:#eef4ff;color:#174c91}
.mp-v2-order-msg.ok{background:#e6ffe8;color:#087a22}
.mp-v2-order-msg.err{background:#ffe4e4;color:#a40000}

.mp-v2-shift-pills{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}

.mp-v2-shift-pill{
  border:2px solid #111;
  background:#fff;
  border-radius:999px;
  padding:10px 13px;
  font-weight:1000;
  cursor:pointer;
}

.mp-v2-shift-pill.active{
  background:#111;
  color:#fff;
}
