.ftlo-modal-overlay{
  position:fixed;
  inset:0;
  background: rgba(0,0,0,0.55);
  z-index: 99999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 18px;
}

.ftlo-modal{
  width: min(520px, 95vw);
  background:#fff;
  border-radius: 18px;
  box-shadow: 0 18px 60px rgba(0,0,0,0.25);
  padding: 16px;
  position:relative;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial;
}

.ftlo-modal-close{
  position:absolute;
  right: 12px;
  top: 10px;
  border:0;
  background: #111;
  color:#fff;
  width:36px;
  height:36px;
  border-radius: 12px;
  cursor:pointer;
  font-size:18px;
  font-weight:900;
}

.ftlo-modal-head{
  display:flex;
  gap:14px;
  align-items:center;
  margin-bottom: 10px;
}

.ftlo-modal-img{
  width:84px;
  height:84px;
  object-fit:cover;
  border-radius: 16px;
  background:#f1f1f1;
}

.ftlo-modal-title{
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 4px;
}

.ftlo-modal-price{
  font-size: 14px;
  font-weight: 800;
  opacity: 0.8;
}

.ftlo-closed-msg{
  background:#111;
  color:#fff;
  padding: 10px 12px;
  border-radius: 14px;
  font-weight: 900;
  margin: 12px 0;
  text-align:center;
}

.ftlo-qty{
  display:flex;
  gap:8px;
  align-items:center;
  margin: 10px 0 14px;
}

.ftlo-qty-btn{
  width:42px;
  height:42px;
  border-radius: 12px;
  border:0;
  font-size:18px;
  font-weight: 900;
  cursor:pointer;
  background:#111;
  color:#fff;
}

.ftlo-qty-input{
  width:80px;
  text-align:center;
  border-radius: 12px;
  border:1px solid rgba(0,0,0,0.15);
  padding:10px 12px;
  font-weight:900;
}

.ftlo-extras-title{
  font-weight: 900;
  margin-bottom: 8px;
}

.ftlo-extra{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding: 10px 12px;
  border-radius: 14px;
  background:#f6f7fb;
  margin-bottom: 8px;
}

.ftlo-extra input{
  transform: scale(1.1);
}

.ftlo-extra-price{
  font-weight:900;
}

.ftlo-total{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(0,0,0,0.08);
  font-size: 15px;
}

.ftlo-add-cart{
  width:100%;
  border:0;
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 16px;
  font-weight: 900;
  background: #2ecc71;
  color:#fff;
  cursor:pointer;
  font-size: 15px;
}

.ftlo-add-cart.disabled{
  background:#aaa;
  cursor:not-allowed;
}
