/*Local overrides*/
/*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;
	}
}
/*Fitness + tile*/
.section-routers .grid-item-fitness-plus-router .copy-container {
	max-width: 415px;
}
@media only screen and (max-width: 1068px) {
	.section-routers .grid-item-fitness-plus-router .copy-container {
		max-width: 280px;
	}
}
@media only screen and (max-width: 734px) {
	.section-routers .grid-item-fitness-plus-router .copy-container {
		max-width: 280px;
	}
}

/* Local Nav */
@media only screen and (max-width: 380px) {
	#ac-localnav .ac-ln-title {
		margin: 15px 0 -15px;
	}
	.ac-ln-title a {
		font-size: 0.8em !important;
	}
	.typography-hero-headline {
		font-size: 44px;
	}
}

@media only screen and (min-width: 1069px) {
	.section-design-more .tough-features {
		grid-template-columns: 211px 250px auto;
	}
}

/*security*/
.section-health .health-intro-headline {
	max-width: 560px;
}
@media only screen and (max-width: 1069px) {
	.section-health .health-intro-headline {
		max-width: 395px;
	}
}
/*family setup*/
.section-family-setup .family-setup-headline {
	max-width: 300px;
}

/* Configure screens */
.section-configure-wrapper .configure-item-case {
	background-image: url(/ca/fr/apple-watch-series-8/images/configure/cto/cto-case__fdqgpr67so2m_large.png);
}
@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) {
	.section-configure-wrapper .configure-item-case {
		background-image: url(/ca/fr/apple-watch-series-8/images/configure/cto/cto-case__fdqgpr67so2m_large_2x.png);
	}
}
@media only screen and (max-width: 1068px) {
	.section-configure-wrapper .configure-item-case {
		background-image: url(/ca/fr/apple-watch-series-8/images/configure/cto/cto-case__fdqgpr67so2m_medium.png);
	}
}
@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-configure-wrapper .configure-item-case {
		background-image: url(/ca/fr/apple-watch-series-8/images/configure/cto/cto-case__fdqgpr67so2m_medium_2x.png);
	}
}
@media only screen and (max-width: 734px) {
	.section-configure-wrapper .configure-item-case {
		background-image: url(/ca/fr/apple-watch-series-8/images/configure/cto/cto-case__fdqgpr67so2m_small.png);
	}
}
@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-configure-wrapper .configure-item-case {
		background-image: url(/ca/fr/apple-watch-series-8/images/configure/cto/cto-case__fdqgpr67so2m_small_2x.png);
	}
}
