.free-shipping-bar {
  padding: 12px;
  border-block-end-width: 0 !important;
}

.free-shipping-message {
  font-size: 12px;
}

.free-shipping-progress-container {
  height: 8px;
  background-color: #f3f4f6;
  border-radius: 9999px;
  overflow: hidden;
  margin-top: 4px;
}

.free-shipping-progress-bar {
  height: 100%;
  background-color: #3d5246;
  transition: width 500ms ease-out;
}
