/* local overrides */
/* custom hero pricing */
@media (min-width: 735px) and (max-width: 790px) {
	.section-welcome .custom_medium_vp .marquee-header {
		max-width: 100%;
	}
	.section-welcome .custom_medium_vp .marquee-header .marquee-milestone {
		max-width: 29em;
	}
	.custom_medium_vp
		.marquee-detail:has(.detail-inner-group .custom_small_vp) {
		margin-top: 8px;
	}
}

@media (max-width: 734px) {
	.marquee-detail.typography-marquee-detail.custom_color {
		padding: 18px 0;
	}
}
/* custom */
.custom_card-disclaimer {
	margin-block-start: 1.3em;
	font-size: 0.7em;
}

.caption-tile-gallery
	.caption-tile.wide
	.card-caption-content.custom_workout-card-width {
	box-sizing: border-box;
	width: 100%;
}

/* section-environment */
@media (min-width: 1069px) {
	.section-environment .section-header .section-header-headline {
		max-width: 650px;
		margin-right: 20%;
	}
}
@media (max-width: 1068px) {
	.section-environment .section-header .section-header-headline {
		max-width: 550px;
	}
}
@media (max-width: 734px) {
	.section-environment .section-header .section-header-headline {
		max-width: 340px;
	}
}

/* Screen localisation */
.section-health .static-blur {
	background-image: url("/cl/apple-watch-series-11/images/overview/health/health_hero__bs99gittogoi_large.jpg");
}

@media (min-resolution: 1.5dppx), (min-resolution: 144dpi) {
	.section-health .static-blur {
		background-image: url("/cl/apple-watch-series-11/images/overview/health/health_hero__bs99gittogoi_large_2x.jpg");
	}
}

@media (max-width: 1068px) {
	.section-health .static-blur {
		background-image: url("/cl/apple-watch-series-11/images/overview/health/health_hero__bs99gittogoi_medium.jpg");
	}
}

@media (max-width: 1068px) and (min-resolution: 1.5dppx),
	(max-width: 1068px) and (min-resolution: 144dpi) {
	.section-health .static-blur {
		background-image: url("/cl/apple-watch-series-11/images/overview/health/health_hero__bs99gittogoi_medium_2x.jpg");
	}
}

@media (max-width: 734px) {
	.section-health .static-blur {
		background-image: url("/cl/apple-watch-series-11/images/overview/health/health_hero__bs99gittogoi_small.jpg");
	}
}

@media (max-width: 734px) and (min-resolution: 1.5dppx),
	(max-width: 734px) and (min-resolution: 144dpi) {
	.section-health .static-blur {
		background-image: url("/cl/apple-watch-series-11/images/overview/health/health_hero__bs99gittogoi_small_2x.jpg");
	}
}

@media (min-width: 1069px) {
	.section-health .blur-hero::before {
		background-size: 2200px 100px;
		background-image: url("/cl/apple-watch-series-11/images/overview/health/health_hero_overflow__df5xap0hhnyq_large.jpg");
	}
}

@media (min-width: 1069px) and (min-resolution: 1.5dppx),
	(min-width: 1069px) and (min-resolution: 144dpi) {
	.section-health .blur-hero::before {
		background-image: url("/cl/apple-watch-series-11/images/overview/health/health_hero_overflow__df5xap0hhnyq_large_2x.jpg");
	}
}

/* Local Nav */

@media only screen and (max-width: 321px) {
	#ac-localnav .ac-ln-menucta-chevron {
		justify-content: end;
	}
}
