/* Localised screen start  */

.section-shared-compare .compare-item-ultra.device .compare-item-image {
	background-image: url("/nz/apple-watch-se/images/watch-shared-compare/compare_ultra2__eptr374v59w2_large.jpg");
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
	.section-shared-compare .compare-item-ultra.device .compare-item-image {
		background-image: url("/nz/apple-watch-se/images/watch-shared-compare/compare_ultra2__eptr374v59w2_large_2x.jpg");
	}
}

@media only screen and (max-width: 1068px) {
	.section-shared-compare .compare-item-ultra.device .compare-item-image {
		background-image: url("/nz/apple-watch-se/images/watch-shared-compare/compare_ultra2__eptr374v59w2_medium.jpg");
	}
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-shared-compare .compare-item-ultra.device .compare-item-image {
		background-image: url("/nz/apple-watch-se/images/watch-shared-compare/compare_ultra2__eptr374v59w2_medium_2x.jpg");
	}
}

@media only screen and (max-width: 734px) {
	.section-shared-compare .compare-item-ultra.device .compare-item-image {
		background-image: url("/nz/apple-watch-se/images/watch-shared-compare/compare_ultra2__eptr374v59w2_small.jpg");
	}
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-shared-compare .compare-item-ultra.device .compare-item-image {
		background-image: url("/nz/apple-watch-se/images/watch-shared-compare/compare_ultra2__eptr374v59w2_small_2x.jpg");
	}
}

/* Localised screen end */

/* =================================== */

/* Local fixes  */

.grid-item.grid-item-fitness .tile-media {
	display: flex;
	justify-content: center;
}

.grid-item.grid-item-fitness .tile-body {
	justify-content: flex-start;
	position: relative;
	top: 96px;
}

.grid-item.grid-item-fitness .overview-fitness-fitness-workouts {
	display: block;
	--p-width: 1439px;
	--p-height: 187px;
	width: var(--p-width);
	height: var(--p-height);
}

@media only screen and (max-width: 1068px) {
	.grid-item.grid-item-fitness .overview-fitness-fitness-workouts {
		display: block;
		--p-width: 1063px;
		--p-height: 139px;
		width: var(--p-width);
		height: var(--p-height);
	}

	.grid-item.grid-item-fitness .tile-body {
		position: relative;
		bottom: 18px;
	}
}

@media only screen and (max-width: 734px) {
	.grid-item.grid-item-fitness .overview-fitness-fitness-workouts {
		display: block;
		--p-width: 397px;
		--p-height: 93px;
		width: var(--p-width);
		height: var(--p-height);
	}

	.grid-item.grid-item-fitness .tile-body {
		position: relative;
		top: 18px;
	}
}

/*Change compare null "dash" into "em dash" */
.section-shared-compare .feature-null-secondary:before {
	width: 12px;
}
