
:root{
  --v23-cart-green:#18a34a;
  --v23-cart-green-dark:#0f7b37;
  --v23-cart-yellow:#ffd449;
  --v23-cart-ink:#142017;
}

.mk15-theme .mobile-cart-summary{
  position:fixed!important;
  right:18px!important;
  bottom:18px!important;
  left:auto!important;
  width:min(360px, calc(100vw - 36px))!important;
  z-index:1300!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:10px!important;
  padding:10px!important;
  border-radius:22px!important;
  background:rgba(255,255,255,.95)!important;
  backdrop-filter:blur(10px)!important;
  -webkit-backdrop-filter:blur(10px)!important;
  border:1px solid rgba(24,163,74,.12)!important;
  box-shadow:0 20px 45px rgba(10,30,17,.16)!important;
}

.mk15-theme .mobile-cart-summary button,
.mk15-theme .mobile-cart-summary a{
  min-height:58px!important;
  border:0!important;
  text-decoration:none!important;
}

.mk15-theme .mobile-cart-summary button{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  width:100%!important;
  padding:10px 14px!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,var(--v23-cart-green),var(--v23-cart-green-dark))!important;
  color:#fff!important;
  box-shadow:0 14px 28px rgba(24,163,74,.24)!important;
}

.mk15-theme .mobile-cart-summary .floating-cart-icon{
  position:relative!important;
  flex:0 0 44px!important;
  width:44px!important;
  height:44px!important;
  border-radius:14px!important;
  display:grid!important;
  place-items:center!important;
  background:rgba(255,255,255,.15)!important;
}
.mk15-theme .mobile-cart-summary .floating-cart-icon svg{width:22px!important;height:22px!important;color:#fff!important}
.mk15-theme .mobile-cart-summary .floating-cart-count{
  position:absolute!important;
  top:-5px!important;
  right:-5px!important;
  min-width:19px!important;
  height:19px!important;
  padding:0 5px!important;
  border-radius:999px!important;
  display:grid!important;
  place-items:center!important;
  background:#ff4d4f!important;
  color:#fff!important;
  font-size:10px!important;
  font-weight:900!important;
  border:2px solid #fff!important;
  line-height:1!important;
}

.mk15-theme .mobile-cart-summary .floating-cart-copy{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  text-align:left!important;
}
.mk15-theme .mobile-cart-summary .floating-cart-copy small{
  display:block!important;
  color:rgba(255,255,255,.78)!important;
  font-size:11px!important;
  font-weight:700!important;
  line-height:1.1!important;
}
.mk15-theme .mobile-cart-summary .floating-cart-copy strong{
  display:block!important;
  color:#fff!important;
  font-size:18px!important;
  font-weight:900!important;
  line-height:1.1!important;
  white-space:nowrap!important;
}
.mk15-theme .mobile-cart-summary .floating-cart-copy span{
  display:block!important;
  color:#eaffef!important;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1.15!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.mk15-theme .mobile-cart-summary a{
  display:grid!important;
  place-items:center!important;
  padding:0 16px!important;
  border-radius:18px!important;
  background:linear-gradient(180deg,#ffe06e,var(--v23-cart-yellow))!important;
  color:#1c251f!important;
  font-size:13px!important;
  font-weight:900!important;
  box-shadow:0 12px 24px rgba(255,212,73,.25)!important;
}

.mk15-theme .mobile-cart-summary.is-empty{display:none!important}
body.menu-open .mobile-cart-summary{opacity:0!important;pointer-events:none!important}

@media(min-width:992px){
  body.foodmart-body{padding-bottom:0!important}
}

@media(max-width:991.98px){
  body.foodmart-body{padding-bottom:138px!important}
  .mk15-theme .mobile-cart-summary{
    left:12px!important;
    right:12px!important;
    bottom:92px!important;
    width:auto!important;
    max-width:none!important;
    border-radius:20px!important;
    padding:8px!important;
  }
  .mk15-theme .mobile-cart-summary button,
  .mk15-theme .mobile-cart-summary a{min-height:50px!important}
  .mk15-theme .mobile-cart-summary button{padding:8px 12px!important;border-radius:16px!important;gap:10px!important}
  .mk15-theme .mobile-cart-summary .floating-cart-icon{width:38px!important;height:38px!important;flex-basis:38px!important;border-radius:12px!important}
  .mk15-theme .mobile-cart-summary .floating-cart-icon svg{width:20px!important;height:20px!important}
  .mk15-theme .mobile-cart-summary .floating-cart-copy small{font-size:10px!important}
  .mk15-theme .mobile-cart-summary .floating-cart-copy strong{font-size:15px!important}
  .mk15-theme .mobile-cart-summary .floating-cart-copy span{font-size:11px!important}
  .mk15-theme .mobile-cart-summary a{border-radius:16px!important;padding:0 14px!important;font-size:12px!important}
}

@media(max-width:480px){
  .mk15-theme .mobile-cart-summary{
    left:10px!important;
    right:10px!important;
    bottom:84px!important;
    gap:8px!important;
  }
  .mk15-theme .mobile-cart-summary .floating-cart-copy strong{font-size:14px!important}
  .mk15-theme .mobile-cart-summary .floating-cart-copy span{font-size:10px!important}
  .mk15-theme .mobile-cart-summary a{padding:0 12px!important;font-size:11px!important}
}
