.free-shipping-bar {
  margin-bottom: 1rem;
}
.free-shipping-bar__message {
  margin: 0 0 0.5rem 0;
  text-align: center;
}
.free-shipping-bar__track {
  width: 100%;
  height: 0.5rem;
  background: rgba(var(--color-foreground), 0.08);
  border-radius: 999px;
  overflow: hidden;
}
.free-shipping-bar__fill {
  height: 100%;
  background: rgb(var(--color-foreground));
  border-radius: 999px;
  transition: width 0.3s ease;
}
