.step-bar{display:flex;align-items:center;gap:.4rem;list-style:none;margin:0;padding:0}.step-bar__seg{flex:1 1 0;min-width:1.6rem;height:.4rem;border-radius:.4rem;background-color:rgba(var(--color-foreground),.12);transition:background-color .3s}.step-bar__seg.is-done,.step-bar__seg.is-current{background-color:rgb(var(--color-primary))}.step-bar__seg.is-current{animation:step-bar-pulse 1.6s ease-in-out infinite}.step-bar.is-finished .step-bar__seg.is-current{animation:none}@keyframes step-bar-pulse{0%,to{opacity:1}50%{opacity:.45}}@media(prefers-reduced-motion:reduce){.step-bar__seg.is-current{animation:none}}.step-bar__step{display:flex;align-items:center;gap:.8rem;flex:0 0 auto}.step-bar__num{display:flex;align-items:center;justify-content:center;width:2.8rem;height:2.8rem;flex:0 0 auto;font-weight:var(--font-body-weight-bold);font-size:calc(var(--font-body-size) * .95);line-height:1;border-radius:var(--small-blocks-radius, 0);background:rgba(var(--color-foreground),.09);color:rgba(var(--color-foreground),.45)}.step-bar__step.is-done .step-bar__num{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.step-bar__step.is-current .step-bar__num{background:rgb(var(--color-primary));color:rgb(var(--color-primary-foreground, var(--color-background)))}.step-bar__label{text-transform:uppercase;font-weight:var(--font-body-weight-bold);letter-spacing:var(--font-heading-letter-spacing, 0);font-size:calc(var(--font-body-size) * .9);line-height:1.2;white-space:nowrap;color:rgba(var(--color-foreground),.45)}.step-bar__step.is-done .step-bar__label,.step-bar__step.is-current .step-bar__label{color:rgb(var(--color-foreground))}@media(max-width:479.98px){.step-bar__step:not(.is-current) .step-bar__label{display:none}.step-bar{gap:.6rem}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/component-step-bar.css.map */
