.mtk-fsp-progress {
  --mtk-fsp-accent: #0f9f6e;
  --mtk-fsp-accent-2: #22c58b;
  --mtk-fsp-ink: #17211f;
  --mtk-fsp-muted: #687672;
  --mtk-fsp-surface: rgba(255, 255, 255, 0.96);
  --mtk-fsp-line: rgba(15, 159, 110, 0.16);
  direction: rtl;
  width: 100%;
  margin: 0 0 22px;
  padding: 15px 16px 13px;
  border: 1px solid var(--mtk-fsp-line);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(15, 159, 110, 0.07), rgba(34, 197, 139, 0.025) 55%, var(--mtk-fsp-surface));
  box-shadow: 0 10px 30px rgba(23, 33, 31, 0.07);
  box-sizing: border-box;
  overflow: hidden;
}

.mtk-fsp-progress--minicart {
  margin: 0 0 14px;
  padding: 13px 13px 12px;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(23, 33, 31, 0.06);
}

.mtk-fsp-progress__topline {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}

.mtk-fsp-progress__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--mtk-fsp-accent), var(--mtk-fsp-accent-2));
  box-shadow: 0 7px 18px rgba(15, 159, 110, 0.24);
}

.mtk-fsp-progress__icon svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.mtk-fsp-progress__copy {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
  line-height: 1.55;
}

.mtk-fsp-progress__title,
.mtk-fsp-progress__text {
  margin: 0;
  padding: 0;
  text-align: right;
}

.mtk-fsp-progress__title {
  color: var(--mtk-fsp-ink);
  font-size: 14px;
  font-weight: 800;
}

.mtk-fsp-progress__text {
  color: var(--mtk-fsp-muted);
  font-size: 11.5px;
  font-weight: 500;
}

.mtk-fsp-progress__percent {
  flex: 0 0 auto;
  min-width: 46px;
  padding: 6px 9px;
  border: 1px solid rgba(15, 159, 110, 0.14);
  border-radius: 999px;
  color: var(--mtk-fsp-accent);
  background: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.mtk-fsp-progress__track {
  position: relative;
  height: 9px;
  margin-top: 13px;
  border-radius: 999px;
  background: rgba(23, 33, 31, 0.09);
  overflow: hidden;
  isolation: isolate;
}

.mtk-fsp-progress__fill {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--mtk-fsp-accent), var(--mtk-fsp-accent-2));
  box-shadow: 0 0 16px rgba(15, 159, 110, 0.3);
  transition: width 850ms cubic-bezier(.22,.8,.28,1);
  will-change: width;
}

.mtk-fsp-progress__shine {
  position: absolute;
  z-index: 2;
  inset: 0 auto 0 -35%;
  width: 30%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.65), transparent);
  animation: mtk-fsp-shine 2.4s ease-in-out 1s infinite;
  pointer-events: none;
}

.mtk-fsp-progress.is-reached {
  --mtk-fsp-accent: #0c8a61;
  --mtk-fsp-accent-2: #20b77f;
  border-color: rgba(12, 138, 97, 0.22);
  background: linear-gradient(135deg, rgba(12, 138, 97, 0.1), rgba(32, 183, 127, 0.045) 55%, rgba(255,255,255,.97));
}

.mtk-fsp-progress.is-reached .mtk-fsp-progress__icon {
  animation: mtk-fsp-pop 520ms cubic-bezier(.2,.9,.25,1.25) both;
}

.mtk-fsp-progress--minicart .mtk-fsp-progress__icon {
  flex-basis: 34px;
  width: 34px;
  height: 34px;
  border-radius: 11px;
}

.mtk-fsp-progress--minicart .mtk-fsp-progress__title {
  font-size: 12.5px;
}

.mtk-fsp-progress--minicart .mtk-fsp-progress__text {
  font-size: 10.5px;
}

.mtk-fsp-progress--minicart .mtk-fsp-progress__percent {
  min-width: 42px;
  padding: 5px 7px;
  font-size: 11px;
}

/* Premium cart and checkout layout. Mini-cart intentionally keeps its original UI. */
.mtk-fsp-progress:not(.mtk-fsp-progress--minicart) {
  position: relative;
  isolation: isolate;
  padding: 21px 22px 19px;
  border-color: rgba(15, 159, 110, 0.2);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0, rgba(34, 197, 139, 0.13), transparent 29%),
    linear-gradient(125deg, rgba(246, 253, 250, 0.98), rgba(255, 255, 255, 0.98) 62%, rgba(242, 251, 247, 0.94));
  box-shadow: 0 16px 42px rgba(23, 74, 58, 0.09), 0 2px 7px rgba(23, 33, 31, 0.03);
}

.mtk-fsp-progress:not(.mtk-fsp-progress--minicart)::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -80px auto auto -55px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(34, 197, 139, 0.055);
  pointer-events: none;
}

.mtk-fsp-progress:not(.mtk-fsp-progress--minicart) .mtk-fsp-progress__topline {
  gap: 13px;
}

.mtk-fsp-progress:not(.mtk-fsp-progress--minicart) .mtk-fsp-progress__icon {
  flex-basis: 43px;
  width: 43px;
  height: 43px;
  border-radius: 14px;
  box-shadow: 0 9px 24px rgba(15, 159, 110, 0.27);
}

.mtk-fsp-progress:not(.mtk-fsp-progress--minicart) .mtk-fsp-progress__title {
  font-size: 15px;
  letter-spacing: -0.15px;
}

.mtk-fsp-progress:not(.mtk-fsp-progress--minicart) .mtk-fsp-progress__text {
  font-size: 12px;
}

.mtk-fsp-progress:not(.mtk-fsp-progress--minicart) .mtk-fsp-progress__percent {
  min-width: 55px;
  padding: 8px 11px;
  border-color: rgba(15, 159, 110, 0.2);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 5px 15px rgba(23, 74, 58, 0.06);
  font-size: 13px;
}

.mtk-fsp-progress:not(.mtk-fsp-progress--minicart) .mtk-fsp-progress__track {
  height: 12px;
  margin-top: 17px;
  padding: 2px;
  border: 1px solid rgba(15, 159, 110, 0.09);
  background: rgba(22, 58, 47, 0.08);
  box-shadow: inset 0 2px 4px rgba(23, 33, 31, 0.05);
}

.mtk-fsp-progress:not(.mtk-fsp-progress--minicart) .mtk-fsp-progress__fill {
  position: relative;
  min-width: 5px;
}

.mtk-fsp-progress:not(.mtk-fsp-progress--minicart) .mtk-fsp-progress__fill::after {
  content: "";
  position: absolute;
  inset: 50% 2px auto auto;
  width: 6px;
  height: 6px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.28);
  transform: translateY(-50%);
}

.mtk-fsp-progress__recommendations {
  display: grid;
  grid-template-columns: minmax(190px, 0.85fr) repeat(3, minmax(175px, 1fr));
  align-items: stretch;
  gap: 10px;
  margin-top: 17px;
  padding-top: 16px;
  border-top: 1px dashed rgba(15, 159, 110, 0.2);
}

.mtk-fsp-progress__recommendation-heading {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 7px 2px 7px 10px;
  color: var(--mtk-fsp-ink);
  font-size: 13px;
  line-height: 1.75;
}

.mtk-fsp-progress__spark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  color: var(--mtk-fsp-accent);
  background: rgba(15, 159, 110, 0.1);
  font-size: 15px;
}

.mtk-fsp-progress__suggestion {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 66px;
  padding: 10px 13px 10px 32px;
  border: 1px solid rgba(15, 159, 110, 0.14);
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  color: #117b59;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 6px 18px rgba(24, 98, 75, 0.045);
  text-decoration: none !important;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.mtk-fsp-progress__suggestion[data-mtk-fsp-suggestion="near"] {
  background: rgba(229, 248, 240, 0.92);
}

.mtk-fsp-progress__suggestion[data-mtk-fsp-suggestion="lower"] {
  border-color: rgba(15, 159, 110, 0.24);
  background: rgba(199, 239, 224, 0.92);
}

.mtk-fsp-progress__suggestion[data-mtk-fsp-suggestion="above"] {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(135deg, var(--mtk-fsp-accent), var(--mtk-fsp-accent-2));
  box-shadow: 0 9px 22px rgba(15, 159, 110, 0.19);
}

.mtk-fsp-progress__suggestion:hover,
.mtk-fsp-progress__suggestion:focus-visible {
  color: #0d704f;
  border-color: rgba(15, 159, 110, 0.34);
  box-shadow: 0 11px 25px rgba(24, 98, 75, 0.11);
  transform: translateY(-2px);
}

.mtk-fsp-progress__suggestion[data-mtk-fsp-suggestion="above"]:hover,
.mtk-fsp-progress__suggestion[data-mtk-fsp-suggestion="above"]:focus-visible {
  color: #fff;
  box-shadow: 0 13px 29px rgba(15, 159, 110, 0.27);
}

.mtk-fsp-progress__suggestion-label {
  overflow: hidden;
  font-size: 10.5px;
  font-weight: 650;
  line-height: 1.4;
  opacity: 0.78;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mtk-fsp-progress__suggestion-amount {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: -0.25px;
}

.mtk-fsp-progress__arrow {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 15px;
  height: 15px;
  fill: currentColor;
  opacity: 0.65;
  transform: translateY(-50%);
  transition: transform 180ms ease;
}

.mtk-fsp-progress__suggestion:hover .mtk-fsp-progress__arrow,
.mtk-fsp-progress__suggestion:focus-visible .mtk-fsp-progress__arrow {
  transform: translate(-2px, -50%);
}

.mtk-fsp-progress.is-reached .mtk-fsp-progress__recommendations {
  display: none;
}

@media (max-width: 1099px) {
  .mtk-fsp-progress__recommendations {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mtk-fsp-progress__recommendation-heading {
    grid-column: 1 / -1;
    padding-block: 0 3px;
  }
}

@keyframes mtk-fsp-shine {
  0%, 35% { left: -35%; opacity: 0; }
  50% { opacity: .75; }
  75%, 100% { left: 110%; opacity: 0; }
}

@keyframes mtk-fsp-pop {
  0% { transform: scale(.82); }
  65% { transform: scale(1.07); }
  100% { transform: scale(1); }
}

@media (max-width: 549px) {
  .mtk-fsp-progress {
    margin-bottom: 17px;
    padding: 13px 13px 12px;
    border-radius: 14px;
  }

  .mtk-fsp-progress__topline {
    gap: 9px;
  }

  .mtk-fsp-progress__icon {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }

  .mtk-fsp-progress__title {
    font-size: 12.5px;
  }

  .mtk-fsp-progress__text {
    font-size: 10.5px;
  }

  .mtk-fsp-progress__percent {
    min-width: 40px;
    padding: 5px 7px;
    font-size: 11px;
  }

  .mtk-fsp-progress:not(.mtk-fsp-progress--minicart) {
    padding: 15px 14px 14px;
    border-radius: 17px;
  }

  .mtk-fsp-progress:not(.mtk-fsp-progress--minicart) .mtk-fsp-progress__icon {
    flex-basis: 37px;
    width: 37px;
    height: 37px;
    border-radius: 12px;
  }

  .mtk-fsp-progress:not(.mtk-fsp-progress--minicart) .mtk-fsp-progress__percent {
    min-width: 45px;
    padding: 6px 8px;
  }

  .mtk-fsp-progress__recommendations {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 14px;
    padding-top: 13px;
  }

  .mtk-fsp-progress__recommendation-heading {
    grid-column: auto;
    font-size: 12px;
  }

  .mtk-fsp-progress__suggestion {
    min-height: 58px;
    padding-block: 8px;
  }

  .mtk-fsp-progress__suggestion-amount {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mtk-fsp-progress__fill,
  .mtk-fsp-progress__icon,
  .mtk-fsp-progress__shine {
    transition: none !important;
    animation: none !important;
  }
}
