@media only screen and (min-width: 1069px) {
	.section-dimensions .airpods-size .width {
		padding-left: 10%;
	}
}

@media only screen and (min-width: 736px) and (max-width: 1068px) {
	.section-dimensions .airpods-size .width {
		padding-left: 10%;
	}
}

@media only screen and (max-width: 735px) {
	.section-dimensions .airpods-size .width {
		padding-left: 8%;
	}
}

.section-dimensions .right-wrapper .case-depth .depth {
	left: 60%;
}

@media only screen and (min-width: 736px) and (max-width: 1068px) {
	.section-dimensions .right-wrapper .case-depth .depth {
		left: 55%;
	}
}

@media only screen and (max-width: 735px) {
	.section-dimensions .right-wrapper .case-depth .depth {
		left: 5%;
	}
}

.small-caps {
	font-feature-settings: "smcp", "c2sc";
	font-variant-caps: all-small-caps;
}
