.cart-steps{--step-size:32px;margin-bottom:calc(var(--element-spacing)*3);margin-left:auto;margin-right:auto;position:relative}@media screen and (min-width:768px){.cart-steps{--step-size:40px}}.cart-steps:last-child{margin-bottom:0}@media screen and (min-width:768px){.cart-steps{width:90%}}.cart-steps:before{content:"";background-color:var(--color-light-gray);height:3px;position:absolute;top:calc(var(--step-size)/2 + 2px);left:var(--step-size);width:calc(100% - var(--step-size)*2);z-index:-1}@media screen and (min-width:480px){.cart-steps:before{left:calc(var(--step-size)*2);width:calc(100% - var(--step-size)*4)}}.is-empty .cart-steps{display:none}.cart-steps__step-wrapper{gap:1rem;-webkit-box-flex:1;-ms-flex:1 0 var(--step-size);flex:1 0 var(--step-size)}@media screen and (min-width:480px){.cart-steps__step-wrapper{-webkit-box-flex:1;-ms-flex:1 0 calc(var(--step-size)*2);flex:1 0 calc(var(--step-size)*2)}}.cart-steps__label{font-size:.625rem}@media screen and (min-width:480px){.cart-steps__label{font-size:.75rem}}.cart-steps__step{background-color:var(--color-white);border-radius:var(--step-size);border:3px solid var(--color-light-gray);color:var(--color-light-gray);height:var(--step-size);-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;place-content:center;width:var(--step-size)}.cart-steps__step--active{background-color:var(--color-light-gray);border-color:var(--color-black);color:var(--color-black)}