/* Fixes for Trade In tile long copy starts */
.section-tiles .tile-trade-in .tile-content, .section-tiles .tile-support .tile-content {
	min-height: 600px;
}

@media only screen and (min-width: 1069px) {
	.tile-trade-in .tile-headline {
		max-width: 580px;
	}
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.section-tiles .tile-trade-in .tile-content, .section-tiles .tile-support .tile-content {
		min-height: 470px;
	}
}

@media only screen and (max-width: 734px) {
	.section-tiles .tile-trade-in .tile-content {
		min-height: 420px;
	}
	.section-tiles .tile-support .tile-content {
		min-height: 358px;
	}
}

@media only screen and (max-width: 1068px) {
	.tile-trade-in .tile-headline {
		max-width: 315px;
	}
}
/* Fixes for Trade In tile long copy ends */

/* apple store */
.image-apple-store {
	width: 1400px;
	height: 550px;
	background-size: 1400px 550px;
	background-repeat: no-repeat;
	background-image: url("/sg/iphone/switch/images/overview/buy_online__fu1vbt65w56q_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) {
	.image-apple-store {
		background-image: url("/sg/iphone/switch/images/overview/buy_online__fu1vbt65w56q_large_2x.jpg");
	}
}
@media only screen and (max-width: 1068px) {
	.image-apple-store {
		width: 733px;
		height: 400px;
		background-size: 733px 400px;
		background-repeat: no-repeat;
		background-image: url("/sg/iphone/switch/images/overview/buy_online__fu1vbt65w56q_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) {
	.image-apple-store {
		background-image: url("/sg/iphone/switch/images/overview/buy_online__fu1vbt65w56q_medium_2x.jpg");
	}
}
@media only screen and (max-width: 734px) {
	.image-apple-store {
		width: 414px;
		height: 358px;
		background-size: 414px 358px;
		background-repeat: no-repeat;
		background-image: url("/v/iphone/switch/l/images/overview/buy_online__fu1vbt65w56q_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) {
	.image-apple-store {
		background-image: url("/v/iphone/switch/l/images/overview/buy_online__fu1vbt65w56q_small_2x.jpg");
	}
}

/* apple store card layout */
.tile-apple-store .tile-copyblock {
	text-align: right;
}

.tile-apple-store .tile-headline {
	margin-right: unset;
}

@media only screen and (max-width: 734px) {
	.tile-apple-store .tile-copyblock {
		text-align: left;
	}

	.tile-apple-store .tile-headline {
		margin-right: 0;
		margin-left: unset;
	}
}
