.cazco-free-shipping {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 16px;
  min-width: 0;
  width: 100%;
}

.cazco-free-shipping__message {
  flex: 0 1 auto;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .25px;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.cazco-free-shipping__highlight {
  color: #8ee1b1;
}

.cazco-free-shipping__track {
  background: rgba(255, 255, 255, .3);
  border-radius: 999px;
  display: block;
  flex: 0 1 166px;
  height: 4px;
  min-width: 80px;
  overflow: hidden;
}

.cazco-free-shipping__progress {
  background: #fff;
  border-radius: inherit;
  display: block;
  height: 100%;
  min-width: 0;
  transition: width .3s ease;
}

.cazco-free-shipping.is-achieved .cazco-free-shipping__progress {
  background: #8ee1b1;
}

.cazco-free-shipping.is-virtual {
  display: none;
}

@media (max-width: 1024px) {
  .cazco-free-shipping {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cazco-free-shipping__progress {
    transition: none;
  }
}
