/* Local Overrides */

/* Section AR */
@media only screen and (max-width: 1068px) {
	.section-ar .logo-ar {
		margin-top: 103px;
		margin-bottom: 16px;
	}
}

/* avail message */

.section-manifesto p.typography-label.copy-avail {
	font-size: 16px;
}

/* keychain */
.section-manifesto .image-tile-keychain {
	background-image: url("/br/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("/br/airtag/images/overview/tile_keychain__gjswyordcc2u_large_2x.jpg");
	}
}
@media only screen and (max-width: 1068px) {
	.section-manifesto .image-tile-keychain {
		background-image: url("/br/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("/br/airtag/images/overview/tile_keychain__gjswyordcc2u_medium_2x.jpg");
	}
}
@media only screen and (max-width: 734px) {
	.section-manifesto .image-tile-keychain {
		background-image: url("/br/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("/br/airtag/images/overview/tile_keychain__gjswyordcc2u_small_2x.jpg");
	}
}

/* accesories*/
.section-accessories .image-accessories {
	background-image: url("/br/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("/br/airtag/images/overview/accessories__d028mzwnd0a6_large_2x.jpg");
	}
}
@media only screen and (max-width: 1068px) {
	.section-accessories .image-accessories {
		background-image: url("/br/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("/br/airtag/images/overview/accessories__d028mzwnd0a6_medium_2x.jpg");
	}
}

@media only screen and (max-width: 734px) {
	.section-accessories .image-accessories {
		background-image: url("/br/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("/br/airtag/images/overview/accessories__d028mzwnd0a6_small_2x.jpg");
	}
}

/* section tiles */

@media only screen and (min-width: 1069px) {
	.section-tiles .tile-copy {
		width: 92%;
	}
}

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