/* Local Overrides */

/* 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;
}

@media (max-width: 735px) {
	.section-contrast .product-tile [data-pricing-hide="apple-watch-ultra-3"],
	.section-contrast
		.product-tile
		[data-pricing-hide="apple-watch-series-11"] {
		max-width: 130px;
	}
}

.custom_hide {
	display: none !important;
}

.custom_centering {
	justify-content: center;
}

.custom_padding {
	padding-bottom: 116px;
}

@media (max-width: 1068px) {
	.custom_padding {
		padding-bottom: 87px;
	}
}

@media (max-width: 734px) {
	.custom_padding {
		padding-bottom: 52px;
	}
}

.custom_card-disclaimer {
	margin-block-start: 1.3em;
	font-size: 0.7em;
}

#custom_max-width {
	max-width: 85%;
	flex-basis: auto;
}

.custom_xs-show {
	display: none;
}

.custom_small-show {
	display: none;
}

@media (max-width: 355px) {
	.custom_xs-show {
		display: block;
	}
}

@media (max-width: 475px) {
	.custom_small-show {
		display: block;
	}
	#custom_max-width {
		max-width: 98%;
	}
}
