.wlsn-free-shipping-progress-bar {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.wlsn-free-shipping-progress-bar__progress {
  width: 100%;
  border-radius: 10rem;
  background: var(--wlsn-color-grey-1);
  height: 0.4rem;
  position: relative;
}

.wlsn-free-shipping-progress-bar__progress-bar {
  background: var(--wlsn-color-primary-1);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10rem;
  transition: width 0.3s ease-in-out;
}