/* Local Overrides */

/* Compare section */
br.custom_swatch {
	display: none;
}
@media only screen and (max-width: 359px) {
	br.custom_swatch {
		display: block;
	}
}

@media only screen and (max-width: 444px) {
	.section-shared-compare .compare-item-header p {
		max-width: 150px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 400px) {
	.section-shared-compare .compare-price {
		max-width: 150px;
		margin: 0 auto;
	}
}

/* DP */
.sosumi-link-follows,
.sosumi-link-follows ~ .footnote {
	display: none;
}

.sosumi-link-follows[data-pricing-loaded],
.sosumi-link-follows[data-pricing-loaded] ~ .footnote {
	display: inline;
}

/* Hero */
.section-hero .hero-container .hero-image {
	background-image: url(/mx/watch/shared/why-apple-watch/images/overview/hero/hero__e44s1sgnrswi_large.jpg);
}
@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
	.section-hero .hero-container .hero-image {
		background-image: url(/mx/watch/shared/why-apple-watch/images/overview/hero/hero__e44s1sgnrswi_large_2x.jpg);
	}
}
@media only screen and (max-width: 1068px) {
	.section-hero .hero-container .hero-image {
		background-image: url(/mx/watch/shared/why-apple-watch/images/overview/hero/hero__e44s1sgnrswi_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-hero .hero-container .hero-image {
		background-image: url(/mx/watch/shared/why-apple-watch/images/overview/hero/hero__e44s1sgnrswi_medium_2x.jpg);
	}
}
@media only screen and (max-width: 734px) {
	.section-hero .hero-container .hero-image {
		background-image: url(/mx/watch/shared/why-apple-watch/images/overview/hero/hero__e44s1sgnrswi_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-hero .hero-container .hero-image {
		background-image: url(/mx/watch/shared/why-apple-watch/images/overview/hero/hero__e44s1sgnrswi_small_2x.jpg);
	}
}

/* Compare */
.section-shared-compare .compare-item-ultra.device .compare-item-image {
	background-image: url(/mx/watch/shared/why-apple-watch/images/overview/compare/compare_ultra3__fj14q9tw73u6_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(/mx/watch/shared/why-apple-watch/images/overview/compare/compare_ultra3__fj14q9tw73u6_large_2x.jpg);
	}
}
@media only screen and (max-width: 1068px) {
	.section-shared-compare .compare-item-ultra.device .compare-item-image {
		background-image: url(/mx/watch/shared/why-apple-watch/images/overview/compare/compare_ultra3__fj14q9tw73u6_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(/mx/watch/shared/why-apple-watch/images/overview/compare/compare_ultra3__fj14q9tw73u6_medium_2x.jpg);
	}
}
@media only screen and (max-width: 734px) {
	.section-shared-compare .compare-item-ultra.device .compare-item-image {
		background-image: url(/mx/watch/shared/why-apple-watch/images/overview/compare/compare_ultra3__fj14q9tw73u6_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(/mx/watch/shared/why-apple-watch/images/overview/compare/compare_ultra3__fj14q9tw73u6_small_2x.jpg);
	}
}

@media (max-width: 768px) {
	.section-routers .cta-container {
		flex-direction: column;
		gap: 10px;
	}
}

@media only screen and (min-width: 1069px) {
	.section-shared-compare .two-lines-large {
		height: var(--two-lines-height);
	}
}

@media only screen and (min-width: 1069px) {
	.section-shared-compare .three-lines-large {
		height: var(--three-lines-height);
	}
}

@media only screen and (max-width: 734px) {
	.section-shared-compare .four-lines-small {
		height: 80px;
	}
}

@media only screen and (max-width: 734px) {
	.compare-table .case-size,
	.compare-table .retina,
	.compare-table .chip,
	.compare-table .heart-rate,
	.compare-table .battery {
		max-width: 150px;
		margin-left: auto;
		margin-right: auto;
	}
}
