.chapternav-items {
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 1076px) {
	.chapternav-items {
		display: flex;
		justify-content: space-between;
	}
}

@media only screen and (max-width: 1014px) {
	.chapternav-items[data-shop-placement-test="variant-b"]
		.chapternav-item-iphone-13-pro {
		padding-left: 4px;
	}
}

@media only screen and (max-width: 1014px) {
	.chapternav-items[data-shop-placement-test="variant-b"] {
		display: flex;
		justify-content: left;
	}
}

.chapternav-items[data-shop-placement-test="variant-b"]
	.chapternav-item-iphone-13-pro {
	order: 1;
}
.chapternav-items[data-shop-placement-test="variant-b"]
	.chapternav-item-iphone-13 {
	order: 2;
}
.chapternav-items[data-shop-placement-test="variant-b"]
	.chapternav-item-iphone-se {
	order: 3;
}
.chapternav-items[data-shop-placement-test="variant-b"]
	.chapternav-item-iphone-12 {
	order: 4;
}
.chapternav-items[data-shop-placement-test="variant-b"]
	.chapternav-item-iphone-11 {
	order: 5;
}
.chapternav-items[data-shop-placement-test="variant-b"]
	.chapternav-item-compare {
	order: 6;
}
.chapternav-items[data-shop-placement-test="variant-b"]
	.chapternav-item-shop-iphone {
	order: 7;
}
.chapternav-items[data-shop-placement-test="variant-b"]
	.chapternav-item-airpods {
	order: 8;
}
.chapternav-items[data-shop-placement-test="variant-b"]
	.chapternav-item-airtag {
	order: 9;
}
.chapternav-items[data-shop-placement-test="variant-b"]
	.chapternav-item-accessories {
	order: 10;
}
.chapternav-items[data-shop-placement-test="variant-b"] .chapternav-item-ios {
	order: 11;
}

.chapternav-item-ios {
	padding: 0;
}
