
.cc_b2a25lfn_VLa4pSWXjr .checkout-stepper, .cc_b2a25lfn_WesJ5EttFc .checkout-stepper {
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 2rem;
}

.cc_b2a25lfn_VLa4pSWXjr .checkout-stepper__list, .cc_b2a25lfn_WesJ5EttFc .checkout-stepper__list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cc_b2a25lfn_VLa4pSWXjr .checkout-stepper__item, .cc_b2a25lfn_WesJ5EttFc .checkout-stepper__item {
  flex: 1;
  text-align: center;
  padding: 0.85rem 0.5rem 0.95rem;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}

.cc_b2a25lfn_VLa4pSWXjr .checkout-stepper__label, .cc_b2a25lfn_WesJ5EttFc .checkout-stepper__label {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9a9a9a;
  font-weight: 500;
}

.cc_b2a25lfn_VLa4pSWXjr .checkout-stepper__item--active, .cc_b2a25lfn_WesJ5EttFc .checkout-stepper__item--active {
  border-bottom-color: #111111;
}

.cc_b2a25lfn_VLa4pSWXjr .checkout-stepper__item--active .checkout-stepper__label, .cc_b2a25lfn_WesJ5EttFc .checkout-stepper__item--active .checkout-stepper__label {
  color: #111111;
  font-weight: 700;
}

@media (min-width: 768px) {
  .cc_b2a25lfn_VLa4pSWXjr .checkout-stepper__label, .cc_b2a25lfn_WesJ5EttFc .checkout-stepper__label {
    font-size: 0.8125rem;
  }
}

.cc_b2a25lfn_VLa4pSWXjr .page-loader, .cc_b2a25lfn_WesJ5EttFc .page-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 16rem;
  width: 100%;
}

.cc_b2a25lfn_VLa4pSWXjr .page-loader__spinner, .cc_b2a25lfn_WesJ5EttFc .page-loader__spinner {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999px;
  border: 2px solid #e5e5e5;
  border-top-color: #111;
  animation: page-loader-spin 0.7s linear infinite;
}

@keyframes page-loader-spin {
  to {
    transform: rotate(360deg);
  }
}
