/*Local overrides*/
/*Hero*/
.typography-hero-headline {
	line-height: 0.8;
}
/*trade-in*/
@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.section-routers .grid-item-trade-in .tile-content {
		flex-direction: column;
	}
	.section-routers .grid-item-trade-in .copy-container {
		max-width: 480px;
	}
	.section-routers .grid-item-trade-in .tradein-watch {
		align-self: center;
	}
}

@media only screen and (min-width: 1069px) {
	.section-design-more .tough-features {
		grid-template-columns: 238px 190px auto;
	}
}
/*Maps */
.grid-item-maps .tile {
	background-size: 553px 668px;
	background-position: top;
	background-image: url(/co/apple-watch-series-8/images/overview/connected/connected_maps__d33ebf2ttiye_large.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi),
	only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx) {
	.grid-item-maps .tile {
		background-image: url(/co/apple-watch-series-8/images/overview/connected/connected_maps__d33ebf2ttiye_large_2x.jpg);
	}
}
