.popup-quick-view .elliosa-qv-bundle-offer__projected-fill {
  display: block;
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: var(--bundle-offer-projected-progress, 0%);
  border-radius: inherit;
  background: #a9d8bc;
  transition: width 0.16s ease;
}

.popup-quick-view .elliosa-qv-bundle-offer__fill {
  z-index: 2;
}

.popup-quick-view .elliosa-qv-bundle-offer__step {
  z-index: 3;
}

.popup-quick-view .elliosa-qv-bundle-offer__step.is-projected:not(.is-complete) {
  border-color: #74b993;
  background: #cde9d8;
  color: #145f38;
}
