.shop-checkout-steps{counter-reset:section;position:relative;z-index:0}@media (max-width:63.99rem){.shop-checkout-steps::after{content:"";position:absolute;left:0;width:100%;border-bottom:1px solid var(--neutralBlackColor)}}.shop-checkout-steps__item{position:relative;z-index:1;font-weight:400;display:flex;align-items:center;justify-content:center;line-height:1;color:var(--neutralBlackColor)}@media (max-width:63.99rem){.shop-checkout-steps__item{font-weight:600;background-color:var(--bodyBgColor);width:32px;height:32px;border-radius:100vmax;border:1px solid var(--neutralBlackColor);font-size:.875rem}.shop-checkout-steps__item--passed{background-image:url(/img/svg/regular/check.svg);background-size:16px;background-repeat:no-repeat;background-position:center}.shop-checkout-steps__item--passed::before{content:""!important}.shop-checkout-steps__item--active:not(.shop-checkout-steps--passed){border-color:var(--primaryColor);background-color:var(--primaryColor);color:var(--neutralWhiteColor)}.shop-checkout-steps__text{display:none}}.shop-checkout-steps__item::before{counter-increment:section;content:counter(section);white-space:pre}@media (min-width:64rem){.shop-checkout-steps__item{padding-bottom:var(--spacing-3)}.shop-checkout-steps__item--active:not(.shop-checkout-steps--passed){box-shadow:inset 0 -3px 0 0 var(--primaryColor)}.shop-checkout-steps__item::before{content:counter(section) ". "}}