/* Local Overrides */

/* Hero */
.section-hero
	.section-content
	.hero-slide-wrapper
	.upper-content
	.copy-wrapper
	.hero-headline {
	max-width: 678px;
}
@media only screen and (max-width: 320px) {
	.section-hero
		.section-content
		.hero-slide-wrapper
		.upper-content
		.copy-wrapper {
		bottom: calc(-196px - var(--hero-copy-block-y-adjuster));
	}
}

/* AR copy height */
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-ar .logo-ar {
		margin-top: 123px;
		margin-bottom: 16px;
	}
}

/* More Features Section */
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-more-features .column-copy-ios {
		margin-top: 42px;
	}
}
@media only screen and (min-width: 1069px) {
	.section-more-features p + p {
		width: 104%;
	}
}
@media only screen and (min-width: 800px) and (max-width: 1068px) {
	.section-more-features p + p {
		width: 115%;
	}
}
@media only screen and (max-width: 734px) {
	.section-more-features .body-copy p:nth-child(2) {
		max-width: 198px;
	}
}
/* tiles */
.section.section-tiles .tile-copy.typography-site-tile {
	margin-left: auto;
	margin-right: auto;
}

/* section tiles */

@media only screen and (min-width: 1069px) {
	.section-tiles .row .column-tiles {
		max-width: 30%;
	}
	.section-tiles .row {
		justify-content: space-between;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-tiles .tile-copy {
		max-width: 18ch;
	}
}

/* hero */

.section-hero .hero-headline {
	max-width: 15ch;
}

/* tiles */

@media only screen and (min-width: 1069px) {
	.section-tiles .column:last-child .tile-copy {
		max-width: 32ch;
	}
}

/* airtag images */

.section-manifesto .image-tile-keychain {
	background-repeat: no-repeat;
	background-image: url(/la/airtag/images/overview/tile_keychain__gjswyordcc2u_large.jpg);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.section-manifesto .image-tile-keychain {
		background-image: url(/la/airtag/images/overview/tile_keychain__gjswyordcc2u_large_2x.jpg);
	}
}

@media only screen and (max-width: 1068px) {
	.section-manifesto .image-tile-keychain {
		background-repeat: no-repeat;
		background-image: url(/la/airtag/images/overview/tile_keychain__gjswyordcc2u_medium.jpg);
	}
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-manifesto .image-tile-keychain {
		background-image: url(/la/airtag/images/overview/tile_keychain__gjswyordcc2u_medium_2x.jpg);
	}
}

@media only screen and (max-width: 734px) {
	.section-manifesto .image-tile-keychain {
		background-repeat: no-repeat;
		background-image: url(/la/airtag/images/overview/tile_keychain__gjswyordcc2u_small.jpg);
	}
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-manifesto .image-tile-keychain {
		background-image: url(/la/airtag/images/overview/tile_keychain__gjswyordcc2u_small_2x.jpg);
	}
}

.section-accessories .image-accessories {
	z-index: -1;
	background-repeat: no-repeat;
	background-image: url(/la/airtag/images/overview/accessories__d028mzwnd0a6_large.jpg);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.section-accessories .image-accessories {
		background-image: url(/la/airtag/images/overview/accessories__d028mzwnd0a6_large_2x.jpg);
	}
}

@media only screen and (max-width: 1068px) {
	.section-accessories .image-accessories {
		background-repeat: no-repeat;
		background-image: url(/la/airtag/images/overview/accessories__d028mzwnd0a6_medium.jpg);
	}
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-accessories .image-accessories {
		background-image: url(/la/airtag/images/overview/accessories__d028mzwnd0a6_medium_2x.jpg);
	}
}

@media only screen and (max-width: 734px) {
	.section-accessories .image-accessories {
		background-repeat: no-repeat;
		background-image: url(/la/airtag/images/overview/accessories__d028mzwnd0a6_small.jpg);
	}
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-accessories .image-accessories {
		background-image: url(/la/airtag/images/overview/accessories__d028mzwnd0a6_small_2x.jpg);
	}
}

/* environment links */
a.inline-link {
	text-decoration: underline;
}
