/*Local Fixes*/
/*Section Hero - Links*/
.section-hero .links-inline .availability-item {
	margin-left: 0.8em;
}

.section-hero .links-inline li:nth-child(2) {
	margin-left: 0;
}

.section-hero .links-inline li:last-child {
	margin-left: 0.8em;
}

@media only screen and (max-width: 734px) {
	.section-hero .links-inline li:last-child {
		margin-left: 0;
	}
}

/* Custom Spacing for LocalNav */
@media only screen and (max-width: 350px) {
	#ac-localnav {
		height: 83px !important;
	}
}

@media only screen and (max-width: 350px) {
	#ac-localnav.ac-localnav-stacked .ac-ln-actions {
		padding-top: 52px;
	}
}

@media only screen and (max-width: 350px) {
	#ac-localnav .ac-ln-menu {
		padding-top: 20px;
	}
}

/* Compare fix */
.compare-module-wrapper .airpods-3rd-gen .device-content {
	padding-top: 50px !important;
}

@media only screen and (max-width: 1068px) {
	.compare-module-wrapper .airpods-3rd-gen .device-content {
		padding-top: 29px !important;
	}
}

.current-airpods-3rd-gen .compare-grid .airpods-3rd-gen .device-content .learn-more {
	visibility: hidden !important;
}

/* footer border removal */
#ac-globalfooter .ac-gf-sosumi {
	border-top: 0px !important;
	margin-top: 0px !important;
}
