/*Local overrides*/

/*Local Nav*/
br.xsmall {
	display: none;
}
@media only screen and (max-width: 320px) {
	br.xsmall {
		display: block;
	}
}

@media only screen and (min-width: 1068px) {
	.compare
		.template-tech-specs.section-tech-specs
		.image-techspecs-airpods-max
		+ .typography-label,
	.compare
		.template-tech-specs.section-tech-specs
		.image-techspecs-airpods-pro
		+ .typography-label,
	.compare
		.template-tech-specs.section-tech-specs
		.image-techspecs-airpods-4
		+ .typography-label {
		padding-bottom: 56px;
	}
}
