/* --- Mini-cart / popup progress bar (más robusto para móviles/drawers) --- */
.luzbd{
  margin: 12px 0 14px;
  padding: 14px 14px 12px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.08);
  background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.01));
  box-shadow: 0 8px 20px rgba(0,0,0,.04);
  font-size: 13px;
  line-height: 1.35;
}

.luzbd__top{
  display:flex;
  gap:12px;
  align-items:flex-start;
  justify-content:space-between;
  margin-bottom:10px;
  flex-wrap:wrap;
}

.luzbd__title{
  font-weight: 700;
  font-size: 13px;
  flex: 1 1 180px;
  min-width: 180px;
}

.luzbd__badge{
  flex: 0 0 auto;
  font-weight: 800;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.75);
}

.luzbd__track{
  height: 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.10);
  overflow:hidden;
  margin-bottom: 10px;
}

.luzbd__fill{
  height: 100%;
  width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0,0,0,.25), rgba(0,0,0,.55));
  transition: width .25s ease;
}

.luzbd__bottom{
  display:flex;
  flex-direction:column;
  gap:6px;
}

.luzbd__sub{
  font-weight: 600;
}

.luzbd__note{
  font-size: 12px;
}

/* --- Product page info box (no clicable) --- */
.luzbd-info{
  margin: 14px 0;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(0,0,0,.02);
  display:flex;
  gap:12px;
  align-items:flex-start;
}

.luzbd-info__icon{
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 900;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.8);
}

.luzbd-info__title{
  font-weight: 800;
  margin-bottom: 4px;
}

.luzbd-info__text{
  font-size: 13px;
  margin-bottom: 4px;
}

.luzbd-info__small{
  font-size: 12px;
}
