.allinskin-checkout-stepper {
	color: #5b504b;
	font-family: "Michroma", sans-serif;
	font-weight: 400;
	width: 100%;
}

.allinskin-checkout-stepper__list {
	align-items: center;
	display: flex;
	gap: clamp(24px, 5vw, 70px);
	justify-content: flex-start;
	list-style: none;
	margin: 0;
	padding: 0;
}

.allinskin-checkout-stepper__step {
	margin: 0;
	padding: 0;
}

.allinskin-checkout-stepper__item {
	align-items: center;
	color: inherit;
	display: inline-flex;
	gap: 18px;
	text-decoration: none;
}

.allinskin-checkout-stepper__item:hover,
.allinskin-checkout-stepper__item:focus {
	color: #3f342f;
	text-decoration: none;
}

.allinskin-checkout-stepper__item:focus-visible {
	outline: 2px solid #5b504b;
	outline-offset: 4px;
}

.allinskin-checkout-stepper__number {
	align-items: center;
	aspect-ratio: 1;
	border: 2px solid currentColor;
	box-sizing: border-box;
	display: inline-flex;
	flex: 0 0 40px;
	font-family: "Michroma", sans-serif;
	font-size: 12px;
	font-weight: 400;
	justify-content: center;
	line-height: 1;
	width: 40px;
}

.allinskin-checkout-stepper__label {
	display: inline-block;
	font-family: "Michroma", sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.1;
	text-transform: uppercase;
	white-space: nowrap;
}

.allinskin-checkout-stepper__step.is-active .allinskin-checkout-stepper__number {
	background: #f4eee9;
}

.allinskin-checkout-stepper__step.is-active .allinskin-checkout-stepper__label {
	color: #4f433e;
}

.allinskin-checkout-stepper__step.is-linkable .allinskin-checkout-stepper__item {
	cursor: pointer;
}

@media (max-width: 767px) {
	.allinskin-checkout-stepper {
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: 4px;
		scroll-behavior: smooth;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.allinskin-checkout-stepper::-webkit-scrollbar {
		display: none;
	}

	.allinskin-checkout-stepper__list {
		align-items: center;
		gap: 14px;
		justify-content: flex-start;
		min-width: max-content;
	}

	.allinskin-checkout-stepper__item {
		align-items: center;
		flex-direction: row;
		gap: 10px;
		text-align: left;
		white-space: nowrap;
	}

	.allinskin-checkout-stepper__number {
		flex-basis: 40px;
		font-size: 12px;
		width: 40px;
	}

	.allinskin-checkout-stepper__label {
		font-size: 12px;
		line-height: 1.2;
		white-space: nowrap;
	}
}
