/* 00. FREE SHIPPING PROGRESS */
.prestai-fsp {
  --prestai-fsp-accent: var(--bs-primary, #01b3a6);
  --prestai-fsp-text: var(--bs-body-color, #1f2430);
  --prestai-fsp-muted: rgba(31, 36, 48, .11);
  --prestai-fsp-sidecart-font-size: 14px;
  width: 100%;
  margin: 0 0 1rem;
  color: var(--prestai-fsp-text);
}

.prestai-fsp__head {
  display: flex;
  align-items: center;
  margin-bottom: .65rem;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.35;
}

.prestai-fsp__track {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: var(--prestai-fsp-muted);
}

.prestai-fsp__fill {
  display: block;
  height: 100%;
  min-width: 0;
  border-radius: inherit;
  background: var(--prestai-fsp-accent);
  transition: width .35s ease;
}

.prestai-fsp__amount {
  font-weight: 800;
}

/* 01. HUMMINGBIRD CART */
.cart-summary > .prestai-fsp,
.js-cart-summary > .prestai-fsp {
  margin: 0 0 1.1rem;
  padding: .95rem 0 .15rem;
}

/* 02. CREATIVE ELEMENTS SIDE CART */
.elementor-cart__main > .prestai-fsp {
  margin: 0 0 1.75rem;
  padding-right: 0;
}

.prestai-fsp--sidecart .prestai-fsp__head {
  font-size: var(--prestai-fsp-sidecart-font-size);
}

@media (prefers-reduced-motion: reduce) {
  .prestai-fsp__fill {
    transition: none;
  }
}
