.c-shipping-bar{--Greyness-5: #F3F3F4;--Greyness-20: #D0CFD2;--Greyness-80: #443F4B;--Primary-Black: #150F1D;--Secondary-Purple-4: #E9D8F2;--Secondary-Purple-3: #D3B1E6;display:block;background:var(--Greyness-5, #F3F3F4);-webkit-transition:.3s all;transition:.3s all}.c-shipping-bar.is-active{background:var(--Secondary-Purple-4, #E9D8F2)}.c-shipping-bar.is-active .c-shipping-bar__progress-line{background:var(--Secondary-Purple-3, #D3B1E6)}.c-shipping-bar.is-active .c-shipping-bar__text{color:var(--Primary-Black, #150F1D)}.c-shipping-bar__progress{width:100%;height:4px}.c-shipping-bar__progress-line{-webkit-transition:.3s all;transition:.3s all;height:100%;border-radius:0px 2px 2px 0px;background:var(--Greyness-20, #D0CFD2)}.c-shipping-bar__text{padding:6px 10px;text-align:center;color:var(--Greyness-80, #443F4B);font-size:14px;font-style:normal;font-weight:500;line-height:135%}.c-shipping-bar__text b{color:var(--Primary-Black, #150F1D)}