/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/
.grid-item.grid-item-workout .inline-video-container .start-frame {
	background-repeat: no-repeat;
	background-image: url(/lv/apple-watch-se/images/overview/workout/fitness_plus_icons_startframe__9t30yr4x7mqi_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.grid-item-workout .inline-video-container .start-frame {
		background-image: url(/lv/apple-watch-se/images/overview/workout/fitness_plus_icons_startframe__9t30yr4x7mqi_large_2x.jpg);
	}
}

@media only screen and (max-width: 1068px) {
	.grid-item.grid-item-workout .inline-video-container .start-frame {
		background-repeat: no-repeat;
		background-image: url(/lv/apple-watch-se/images/overview/workout/fitness_plus_icons_startframe__9t30yr4x7mqi_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) {
	.grid-item.grid-item-workout .inline-video-container .start-frame {
		background-image: url(/lv/apple-watch-se/images/overview/workout/fitness_plus_icons_startframe__9t30yr4x7mqi_medium_2x.jpg);
	}
}

@media only screen and (max-width: 734px) {
	.grid-item.grid-item-workout .inline-video-container .start-frame {
		background-repeat: no-repeat;
		background-image: url(/lv/apple-watch-se/images/overview/workout/fitness_plus_icons_startframe__9t30yr4x7mqi_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) {
	.grid-item.grid-item-workout .inline-video-container .start-frame {
		background-image: url(/lv/apple-watch-se/images/overview/workout/fitness_plus_icons_startframe__9t30yr4x7mqi_small_2x.jpg);
	}
}

.grid-item.grid-item-workout .inline-video-container .end-frame {
	background-repeat: no-repeat;
	background-image: url(/lv/apple-watch-se/images/overview/workout/fitness_plus_icons_endframe__dr683ds4bfyq_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.grid-item-workout .inline-video-container .end-frame {
		background-image: url(/lv/apple-watch-se/images/overview/workout/fitness_plus_icons_endframe__dr683ds4bfyq_large_2x.jpg);
	}
}

@media only screen and (max-width: 1068px) {
	.grid-item.grid-item-workout .inline-video-container .end-frame {
		background-repeat: no-repeat;
		background-image: url(/lv/apple-watch-se/images/overview/workout/fitness_plus_icons_endframe__dr683ds4bfyq_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) {
	.grid-item.grid-item-workout .inline-video-container .end-frame {
		background-image: url(/lv/apple-watch-se/images/overview/workout/fitness_plus_icons_endframe__dr683ds4bfyq_medium_2x.jpg);
	}
}

@media only screen and (max-width: 734px) {
	.grid-item.grid-item-workout .inline-video-container .end-frame {
		background-repeat: no-repeat;
		background-image: url(/lv/apple-watch-se/images/overview/workout/fitness_plus_icons_endframe__dr683ds4bfyq_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) {
	.grid-item.grid-item-workout .inline-video-container .end-frame {
		background-image: url(/lv/apple-watch-se/images/overview/workout/fitness_plus_icons_endframe__dr683ds4bfyq_small_2x.jpg);
	}
}
/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

.grid-item.grid-item-workout {
	--tile-height: 478px;
	--tile-padding-top: 0;
}

.grid-item.grid-item-workout .tile-body {
	margin-top: 0;
	align-items: flex-start;
	/* margin-left: 30px; */
	/* width: 70%; */
}

.grid-item.grid-item-workout .tile-content {
	justify-content: start;
	flex-direction: unset;
	margin-left: 4%;
}

.grid-item.grid-item-workout .tile-content .tile-header {
	position: absolute;
	right: 20%;
	top: 50%;
	transform: translate(50%, -50%);
	width: 40%;
}

@media only screen and (max-width: 1068px) {
	.grid-item.grid-item-workout .tile-content .tile-header {
		position: absolute;
		right: 20%;
		top: 50%;
		transform: translate(50%, -50%);
		width: 30%;
	}
	.grid-item.grid-item-workout .tile-content {
		justify-content: start;
		flex-direction: unset;
		margin-left: 0;
	}
}
@media only screen and (max-width: 734px) {
	.grid-item.grid-item-workout .tile-content .tile-header {
		position: absolute;
		right: 20%;
		top: 50%;
		transform: translate(50%, -50%);
		width: 100%;
	}
	.grid-item.grid-item-workout .tile-content {
		justify-content: start;
		flex-direction: unset;
		margin-left: 0;
	}
}

.grid-item.grid-item-workout .inline-video-container {
	width: 555px;
	height: 463px;
}

@media only screen and (max-width: 1068px) {
	.grid-item.grid-item-workout {
		--tile-height: 475px;
		--tile-padding-top: 0;
	}

	.grid-item.grid-item-workout .tile-body {
		margin-top: 80px;
		width: 100%;
		align-items: center;
		margin-left: 0;
	}

	.grid-item.grid-item-workout .tile-content .tile-header {
		position: absolute;
		left: 0;
		top: 0;
		transform: inherit;
		min-width: 610px;
	}

	.grid-item.grid-item-workout .tile-headline {
		padding-bottom: 0;
		padding-top: 50px;
	}

	.grid-item.grid-item-workout .inline-video-container {
		width: 580px;
		height: 475px;
	}
}

@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) {
	.grid-item.grid-item-workout {
		--tile-height: 475px;
		--tile-padding-top: 0;
	}

	.grid-item.grid-item-workout .tile-body {
		margin-top: 80px;
		width: 100%;
		align-items: center;
		margin-left: 0;
	}

	.grid-item.grid-item-workout .tile-content .tile-header {
		position: absolute;
		left: 0;
		top: 0;
		transform: inherit;
		z-index: 1;
	}

	.grid-item.grid-item-workout .tile-headline {
		padding-bottom: 0;
		padding-top: 50px;
	}

	.grid-item.grid-item-workout .inline-video-container {
		width: 580px;
		height: 475px;
	}
}

@media only screen and (max-width: 734px) {
	.grid-item.grid-item-workout .tile-body {
		margin-top: 15px;
		margin-left: 0;
	}

	.grid-item.grid-item-workout {
		--tile-height: 440px;
		--tile-padding-top: 0;
	}

	.grid-item.grid-item-workout .tile-headline {
		padding-bottom: 0;
		padding-top: 50px;
	}

	.grid-item.grid-item-workout .inline-video-container {
		width: 290px;
		height: 440px;
	}

	.grid-item.grid-item-workout .tile-content .tile-header {
		min-width: auto;
	}
}

@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) {
	.grid-item.grid-item-workout .tile-body {
		margin-top: 15px;
		margin-left: 0;
	}

	.grid-item.grid-item-workout {
		--tile-height: 440px;
		--tile-padding-top: 0;
	}

	.grid-item.grid-item-workout .tile-headline {
		padding-bottom: 0;
		padding-top: 50px;
	}

	.grid-item.grid-item-workout .inline-video-container {
		width: 340px;
		height: 500px;
	}
}

.section-tile-grid .grid-item-sos .tile-overlay-headline br {
	display: block;
}

@media only screen and (max-width: 734px) {
	.section-tile-grid .grid-item-sos .tile-overlay-headline br {
		display: none;
	}
}

@media only screen and (max-width: 765px) {
	.section-content {
		width: 590px;
	}
}

@media only screen and (max-width: 734px) {
	.section-content {
		width: 100%;
	}
}

@media only screen and (max-width: 765px) {
	.tile-environment .tile-content .tile-body {
		max-width: 600px;
	}
}

@media only screen and (max-width: 1068px) {
	.typography-headline {
		font-size: 34px;
	}
}

@media only screen and (max-width: 734px) {
	.typography-headline {
		font-size: 32px;
	}
}

.compare-item-ultra.retina .feature-item-icon {
	margin-bottom: 6px;
}

@media only screen and (max-width: 734px) {
	.grid-item-cellular .tile-headline {
		padding: 0px 20px;
	}
}

@media only screen and (max-width: 420px) {
	.feature-null-secondary-top {
		margin-top: -13px;
	}
}

@media only screen and (max-width: 390px) {
	.feature-null-secondary-top {
		margin-top: 7px;
	}
}

@media only screen and (max-width: 320px) {
	.section-shared-compare .compare-item-s8 [class^="compare-item"] > p {
		font-size: 11px;
	}
	.compare-item-s8 .compare-item-color-swatches {
		margin-left: 15px;
	}
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
