.cart-details .cart-free-shipping {
  margin-bottom: 1.5rem;
}

.cart-free-shipping__text {
  font-size: 1.2rem;
}

.cart-free-shipping__bar {
  position: relative;
  height: 6px;
  width: 100%;
  border-radius: 3px;
  margin-top: 5px;
  border: 1px solid rgb(var(--color-text));
  overflow: hidden;
}

.cart-free-shipping__bar-progress {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(var(--color-text));
  height: 100%;
  border-radius: 3px;
}