.fsl-cart-slider-badge {
  position: fixed;
  right: 24px;
  bottom: 32px;
  z-index: 9999;
  background: #ffd740;
  color: #222;
  border-radius: 32px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.12);
  padding: 12px 28px 12px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1.1rem;
  font-weight: 600;
  transition: opacity 0.3s, transform 0.3s;
}
.fsl-cart-badge-label {
  background: #ffb300;
  color: #fff;
  border-radius: 16px;
  padding: 4px 14px;
  margin-right: 8px;
  font-size: 1rem;
}
.fsl-cart-badge-countdown {
  background: #fffbe7;
  color: #d35400;
  border-radius: 12px;
  padding: 2px 10px;
  margin-right: 8px;
  font-size: 0.98rem;
}
.fsl-cart-badge-flash {
  color: #d35400;
  margin-right: 8px;
}
.fsl-cart-badge-close {
  background: none;
  border: none;
  color: #222;
  font-size: 1.3rem;
  margin-left: 8px;
  cursor: pointer;
  line-height: 1;
}
.fsl-cart-slider-badge.fsl-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(40px);
}
