/*payment method tile starts*/
.tile-payment-methods-update .content-wrapper {
	background: #fafafa;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 501px;
}

html.text-zoom .tile-payment-methods-update .content-wrapper {
	height: auto;
}

@media only screen and (max-width: 1068px) {
	.tile-payment-methods-update .content-wrapper {
		height: 288px;
	}

	html.text-zoom .tile-payment-methods-update .content-wrapper {
		height: auto;
	}
}

@media only screen and (max-width: 734px) {
	.tile-payment-methods-update .content-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 44px;
		padding-bottom: 0;
		height: auto;
	}
}

html.text-zoom .tile-payment-methods-update .copy-wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media only screen and (max-width: 734px) {
	.tile-payment-methods-update .copy-wrapper {
		margin-top: 0px;
	}
}

.tile-payment-methods-update .tile-copy {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	max-width: 400px;
}

@media only screen and (max-width: 1068px) {
	.tile-payment-methods-update .tile-copy {
		max-width: 250px;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 734px) {
	.tile-payment-methods-update .tile-copy {
		margin-top: 0px;
	}
}

.tile-payment-methods-update .tile-copy.tile-copy-no-margin {
	margin-top: 0;
}

.tile-payment-methods-update .tile-copy.tile-copy-semibold {
	font-weight: 600;
}

.tile-payment-methods-update .tile-cta {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
}

@media only screen and (max-width: 1068px) {
	.tile-payment-methods-update .tile-cta {
		margin-top: 7px;
	}
}

.tile-payment-methods-update .tile-copy.tile-copy-bold {
	font-size: 36px;
	line-height: 1.11119;
	font-weight: 600;
	margin-bottom: 0.7em;
	letter-spacing: 0.006em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
		"Arial", sans-serif;
	letter-spacing: -0.02em;
	color: #111;
}

@media only screen and (max-width: 1068px) {
	.tile-payment-methods-update .tile-copy.tile-copy-bold {
		font-size: 28px;
	}
}

@media only screen and (max-width: 734px) {
	.tile-payment-methods-update .tile-copy.tile-copy-bold {
		font-size: 24px;
	}
}

.tile-payment-methods-update .payment-methods-image {
	width: 703px;
	height: 605px;
	background-size: 703px 605px;
	background-repeat: no-repeat;
	background-image: url("/vn/iphone/home/images/overview/payment-methods/payment_methods_large.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.tile-payment-methods-update .payment-methods-image {
		background-image: url("/vn/iphone/home/images/overview/payment-methods/payment_methods_large_2x.png");
	}
}

@media only screen and (max-width: 1068px) {
	.tile-payment-methods-update .payment-methods-image {
		width: 356px;
		height: 224px;
		background-size: 356px 224px;
		background-repeat: no-repeat;
		background-image: url("/vn/iphone/home/images/overview/payment-methods/payment_methods_medium.png");
	}
}

@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) {
	.tile-payment-methods-update .payment-methods-image {
		background-image: url("/vn/iphone/home/images/overview/payment-methods/payment_methods_medium_2x.png");
	}
}

@media only screen and (max-width: 734px) {
	.tile-payment-methods-update .payment-methods-image {
		width: 346px;
		height: 239px;
		background-size: 346px 239px;
		background-repeat: no-repeat;
		background-image: url("/vn/iphone/home/images/overview/payment-methods/payment_methods_small.png");
	}
}

@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) {
	.tile-payment-methods-update .payment-methods-image {
		background-image: url("/vn/iphone/home/images/overview/payment-methods/payment_methods_small_2x.png");
	}
}

.tile-payment-methods-update .payment-methods-image {
	width: 44%;
	height: 100%;
	margin-right: 6%;
	background-size: contain;
	background-position: center center;
}

@media only screen and (max-width: 734px) {
	.tile-payment-methods-update .payment-methods-image {
		width: 100%;
		height: 341px;
		margin-right: 0;
		background-size: auto 100%;
		background-position: center 50px;
	}
}

@media only screen and (max-width: 1068px) {
	.tile-payment-methods-update .content-wrapper .tile-copy {
		max-width: 300px;
	}
}
/*payment method tile ends*/

/* TV Multi Show */
.tv-multi-show .apple-tv-plus {
	background-color: #111111;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: hidden;
	height: 560px;
	min-height: 560px;
}

html.text-zoom .tv-multi-show .apple-tv-plus {
	height: auto;
}

@media only screen and (max-width: 1068px) {
	.tv-multi-show .apple-tv-plus {
		height: 277px;
		min-height: 277px;
	}
}

@media only screen and (max-width: 734px) {
	.tv-multi-show .apple-tv-plus {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 530px;
	}
}

.tv-multi-show .apple-tv-plus .promo-headline {
	width: 98px;
	height: 39px;
	background-size: 98px 39px;
	background-repeat: no-repeat;
	background-image: url("/vn/iphone/home/images/overview/more-iphone/tv-update/multi_show/apple_tv_plus_logo__elhpe3osiyky_large.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.tv-multi-show .apple-tv-plus .promo-headline {
		background-image: url("/vn/iphone/home/images/overview/more-iphone/tv-update/multi_show/apple_tv_plus_logo__elhpe3osiyky_large_2x.png");
	}
}

@media only screen and (max-width: 1068px) {
	.tv-multi-show .apple-tv-plus .promo-headline {
		width: 64px;
		height: 26px;
		background-size: 64px 26px;
		background-repeat: no-repeat;
		background-image: url("/vn/iphone/home/images/overview/more-iphone/tv-update/multi_show/apple_tv_plus_logo__elhpe3osiyky_medium.png");
	}
}

@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) {
	.tv-multi-show .apple-tv-plus .promo-headline {
		background-image: url("/vn/iphone/home/images/overview/more-iphone/tv-update/multi_show/apple_tv_plus_logo__elhpe3osiyky_medium_2x.png");
	}
}

@media only screen and (max-width: 734px) {
	.tv-multi-show .apple-tv-plus .promo-headline {
		width: 64px;
		height: 26px;
		background-size: 64px 26px;
		background-repeat: no-repeat;
		background-image: url("/vn/iphone/home/images/overview/more-iphone/tv-update/multi_show/apple_tv_plus_logo__elhpe3osiyky_small.png");
	}
}

@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) {
	.tv-multi-show .apple-tv-plus .promo-headline {
		background-image: url("/vn/iphone/home/images/overview/more-iphone/tv-update/multi_show/apple_tv_plus_logo__elhpe3osiyky_small_2x.png");
	}
}

@media only screen and (max-width: 734px) {
	.tv-multi-show .apple-tv-plus .promo-headline {
		position: relative;
		left: 50%;
		margin-left: -49px;
	}
}

@media only screen and (max-width: 734px) and (max-width: 1068px) {
	.tv-multi-show .apple-tv-plus .promo-headline {
		left: 50%;
		margin-left: -32px;
	}
}

@media only screen and (max-width: 734px) and (max-width: 734px) {
	.tv-multi-show .apple-tv-plus .promo-headline {
		left: 50%;
		margin-left: -32px;
	}
}

.tv-multi-show .apple-tv-plus .promo-subhead-alt {
	font-size: 28px;
	line-height: 1.14286;
	font-weight: 600;
	letter-spacing: 0.007em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
		"Arial", sans-serif;
}

.tv-multi-show .apple-tv-plus .promo-subhead-alt:lang(ko) {
	line-height: 1.25;
	font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
		"HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
		"Helvetica", "Arial", sans-serif;
}

.tv-multi-show .apple-tv-plus .promo-subhead-alt:lang(th) {
	line-height: 1.39286;
	font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
		"Helvetica", "Arial", sans-serif;
}

.tv-multi-show .apple-tv-plus .promo-subhead-alt:lang(ar) {
	font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
		"Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.tv-multi-show .apple-tv-plus .promo-subhead-alt:lang(ja) {
	font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
		"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
		"ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.tv-multi-show .apple-tv-plus .promo-subhead-alt:lang(zh-CN) {
	font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
		"Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.tv-multi-show .apple-tv-plus .promo-subhead-alt:lang(zh-HK) {
	font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
		"Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.tv-multi-show .apple-tv-plus .promo-subhead-alt:lang(zh-MO) {
	font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
		"PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.tv-multi-show .apple-tv-plus .promo-subhead-alt:lang(zh-TW) {
	font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
		"Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

@media only screen and (max-width: 1068px) {
	.tv-multi-show .apple-tv-plus .promo-subhead-alt {
		font-size: 21px;
		line-height: 1.19048;
		font-weight: 600;
		letter-spacing: 0.011em;
		font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
			"Helvetica", "Arial", sans-serif;
	}

	.tv-multi-show .apple-tv-plus .promo-subhead-alt:lang(ja) {
		line-height: 1.2381;
		font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
			"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
			"Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial",
			sans-serif;
	}

	.tv-multi-show .apple-tv-plus .promo-subhead-alt:lang(ko) {
		line-height: 1.2858;
		font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons",
			"Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim",
			"Helvetica Neue", "Helvetica", "Arial", sans-serif;
	}

	.tv-multi-show .apple-tv-plus .promo-subhead-alt:lang(th) {
		line-height: 1.381;
		font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons",
			"Helvetica Neue", "Helvetica", "Arial", sans-serif;
	}

	.tv-multi-show .apple-tv-plus .promo-subhead-alt:lang(ar) {
		font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display",
			"SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	}

	.tv-multi-show .apple-tv-plus .promo-subhead-alt:lang(zh-CN) {
		font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons",
			"PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	}

	.tv-multi-show .apple-tv-plus .promo-subhead-alt:lang(zh-HK) {
		font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons",
			"PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	}

	.tv-multi-show .apple-tv-plus .promo-subhead-alt:lang(zh-MO) {
		font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
			"PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	}

	.tv-multi-show .apple-tv-plus .promo-subhead-alt:lang(zh-TW) {
		font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons",
			"PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	}
}

.tv-multi-show .apple-tv-plus .promo-subhead-alt {
	margin-top: 20px;
}

@media only screen and (max-width: 1068px) {
	.tv-multi-show .apple-tv-plus .promo-subhead-alt {
		margin-top: 19px;
	}
}

@media only screen and (max-width: 734px) {
	.tv-multi-show .apple-tv-plus .promo-subhead-alt {
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
}

.tv-multi-show .apple-tv-plus .promo-copy {
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	padding-left: 75px;
	padding-right: 0;
	color: #fff;
	min-width: 565px;
	z-index: 1;
}

@media only screen and (max-width: 1068px) {
	.tv-multi-show .apple-tv-plus .promo-copy {
		min-width: 300px;
		padding-top: 0;
		padding-left: 34px;
	}
}

@media only screen and (max-width: 734px) {
	.tv-multi-show .apple-tv-plus .promo-copy {
		height: inherit;
		min-width: 100%;
		display: block;
		margin-right: 0;
		padding-top: 48px;
		padding-left: 0;
		text-align: center;
	}
}

html.text-zoom .tv-multi-show .apple-tv-plus .promo-copy {
	-ms-flex-item-align: center;
	align-self: center;
}

.tv-multi-show .apple-tv-plus .promo-copy .links-stacked li {
	font-size: 21px;
	line-height: 1.381;
	font-weight: 400;
	letter-spacing: 0.011em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
		"Arial", sans-serif;
}

.tv-multi-show .apple-tv-plus .promo-copy .links-stacked li:lang(ar) {
	line-height: 1.52381;
	font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
		"Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.tv-multi-show .apple-tv-plus .promo-copy .links-stacked li:lang(ja) {
	line-height: 1.4286;
	font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
		"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
		"ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.tv-multi-show .apple-tv-plus .promo-copy .links-stacked li:lang(ko) {
	line-height: 1.52381;
	font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", "Apple Gothic",
		"HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue",
		"Helvetica", "Arial", sans-serif;
}

.tv-multi-show .apple-tv-plus .promo-copy .links-stacked li:lang(th) {
	line-height: 1.381;
	font-family: "SF Pro TH", "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
		"Helvetica", "Arial", sans-serif;
}

.tv-multi-show .apple-tv-plus .promo-copy .links-stacked li:lang(zh-CN) {
	font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
		"Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.tv-multi-show .apple-tv-plus .promo-copy .links-stacked li:lang(zh-HK) {
	font-family: "SF Pro HK", "SF Pro Display", "SF Pro Icons", "PingFang HK",
		"Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.tv-multi-show .apple-tv-plus .promo-copy .links-stacked li:lang(zh-MO) {
	font-family: "SF Pro HK", "SF Pro TC", "SF Pro Display", "SF Pro Icons",
		"PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.tv-multi-show .apple-tv-plus .promo-copy .links-stacked li:lang(zh-TW) {
	font-family: "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC",
		"Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

@media only screen and (max-width: 1068px) {
	.tv-multi-show .apple-tv-plus .promo-copy .links-stacked li {
		font-size: 17px;
		line-height: 1.47059;
		font-weight: 400;
		letter-spacing: -0.022em;
		font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue",
			"Helvetica", "Arial", sans-serif;
	}

	.tv-multi-show .apple-tv-plus .promo-copy .links-stacked li:lang(ar) {
		line-height: 1.58824;
		letter-spacing: 0em;
		font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons",
			"Helvetica Neue", "Helvetica", "Arial", sans-serif;
	}

	.tv-multi-show .apple-tv-plus .promo-copy .links-stacked li:lang(ja) {
		letter-spacing: 0em;
		font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons",
			"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
			"Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial",
			sans-serif;
	}

	.tv-multi-show .apple-tv-plus .promo-copy .links-stacked li:lang(ko) {
		line-height: 1.58824;
		letter-spacing: 0em;
		font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic",
			"HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim",
			"Helvetica Neue", "Helvetica", "Arial", sans-serif;
	}

	.tv-multi-show .apple-tv-plus .promo-copy .links-stacked li:lang(zh) {
		letter-spacing: 0em;
	}

	.tv-multi-show .apple-tv-plus .promo-copy .links-stacked li:lang(th) {
		line-height: 1.35296;
		letter-spacing: 0em;
		font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons",
			"Helvetica Neue", "Helvetica", "Arial", sans-serif;
	}

	.tv-multi-show .apple-tv-plus .promo-copy .links-stacked li:lang(zh-CN) {
		font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC",
			"Helvetica Neue", "Helvetica", "Arial", sans-serif;
	}

	.tv-multi-show .apple-tv-plus .promo-copy .links-stacked li:lang(zh-HK) {
		font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK",
			"Helvetica Neue", "Helvetica", "Arial", sans-serif;
	}

	.tv-multi-show .apple-tv-plus .promo-copy .links-stacked li:lang(zh-MO) {
		font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons",
			"PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	}

	.tv-multi-show .apple-tv-plus .promo-copy .links-stacked li:lang(zh-TW) {
		font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC",
			"Helvetica Neue", "Helvetica", "Arial", sans-serif;
	}
}

.tv-multi-show .apple-tv-plus .promo-copy .links-stacked li:first-child {
	margin-left: 0;
}

@media only screen and (max-width: 734px) {
	.tv-multi-show .apple-tv-plus .promo-copy .links-stacked li {
		margin-top: 0px;
	}
}

.tv-multi-show .apple-tv-plus .promo-copy .links-stacked li .icon-copy, .tv-multi-show .apple-tv-plus .promo-copy .links-stacked li .icon-after {
	color: #2997ff;
}

.tv-multi-show .apple-tv-plus .promo-image {
	background-size: 918px 560px;
	background-repeat: no-repeat;
	background-image: url("/vn/iphone/home/images/overview/more-iphone/tv-update/multi_show/apple_tv_plus__bdusu8aavnsi_large.jpg");
	width: auto;
	height: 100%;
	margin-left: -113px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.tv-multi-show .apple-tv-plus .promo-image {
		background-image: url("/vn/iphone/home/images/overview/more-iphone/tv-update/multi_show/apple_tv_plus__bdusu8aavnsi_large_2x.jpg");
	}
}

@media only screen and (max-width: 1068px) {
	.tv-multi-show .apple-tv-plus .promo-image {
		width: 401px;
		height: 277px;
		background-size: 401px 277px;
		background-repeat: no-repeat;
		background-image: url("/vn/iphone/home/images/overview/more-iphone/tv-update/multi_show/apple_tv_plus__bdusu8aavnsi_medium.jpg");
		margin-left: 30px;
	}
}

@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) {
	.tv-multi-show .apple-tv-plus .promo-image {
		background-image: url("/vn/iphone/home/images/overview/more-iphone/tv-update/multi_show/apple_tv_plus__bdusu8aavnsi_medium_2x.jpg");
	}
}

@media only screen and (max-width: 734px) {
	.tv-multi-show .apple-tv-plus .promo-image {
		width: 736px;
		height: 273px;
		background-size: 736px 273px;
		background-repeat: no-repeat;
		background-image: url("/vn/iphone/home/images/overview/more-iphone/tv-update/multi_show/apple_tv_plus__bdusu8aavnsi_small.jpg");
		left: 50%;
		margin-left: -367.5px;
		position: relative;
		margin-top: -28px;
	}
}

@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) {
	.tv-multi-show .apple-tv-plus .promo-image {
		background-image: url("/vn/iphone/home/images/overview/more-iphone/tv-update/multi_show/apple_tv_plus__bdusu8aavnsi_small_2x.jpg");
	}
}

/* TV Multi Show */

/* help buystrip*/

.section-buystrip .image-icon.ac-gf-buystrip-info-icon-help {
	width: 100%;
	height: 75px;
	background-size: 100% 75px;
	background-repeat: no-repeat;
	background-image: url("/vn/iphone/home/images/buystrip/icon_dark_large.svg");
}

/* help buystrip end*/

/* apple one tile*/

.apple-one .tile-chiclets {
	width: 542px;
	height: 400px;
	background-size: 542px 400px;
	margin-left: 150px;
	background-image: url("/vn/iphone/home/images/overview/more-iphone/bundle__dlqe12erfzsm_large.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.apple-one .tile-chiclets {
		background-image: url("/vn/iphone/home/images/overview/more-iphone/bundle__dlqe12erfzsm_large_2x.jpg");
	}
}

@media only screen and (max-width: 1068px) {
	.apple-one .tile-chiclets {
		width: 253px;
		height: 225px;
		background-size: 253px 225px;
		margin-left: 0px;
		background-image: url("/vn/iphone/home/images/overview/more-iphone/bundle__dlqe12erfzsm_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) {
	.apple-one .tile-chiclets {
		background-image: url("/vn/iphone/home/images/overview/more-iphone/bundle__dlqe12erfzsm_medium_2x.jpg");
	}
}

@media only screen and (max-width: 734px) {
	.apple-one .tile-chiclets {
		width: 205px;
		height: 182px;
		background-size: 205px 182px;
		margin-left: 40px;
		background-image: url("/vn/iphone/home/images/overview/more-iphone/bundle__dlqe12erfzsm_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) {
	.apple-one .tile-chiclets {
		background-image: url("/vn/iphone/home/images/overview/more-iphone/bundle__dlqe12erfzsm_small_2x.jpg");
	}
}

/* apple one tile ends*/

.date-copy {
	font-size: 17px;
}

/* Why Apple is the best place to buy iPhone*/

.section-retail .flex-tile-wrapper {
	padding-top: 70px;
}

.section-retail .flex-tile-wrapper {
	padding-top: 14px;
}

.section-retail {
	padding-top: 0;
	margin-top: 15px;
}

@media only screen and (max-width: 1068px) {
	.section-retail .flex-tile-wrapper {
		padding-top: 0;
	}
}

@media only screen and (max-width: 1068px) {
	.section-retail {
		margin-top: 30px;
	}
}

/* iPhone 13 PRO */
.tile-iphone-13-pro {
	padding-top: 87px;
}

@media only screen and (min-width: 1069px) {
	.tv-plus-river.fallback {
		background-size: contain;
	}
}

/* hero iphone 14 localisation */
.tile-iphone-14 .hero-bgimage {
	width: 788px;
	height: 717px;
	background-size: 788px 717px;
	background-repeat: no-repeat;
	background-image: url(/vn/iphone/home/images/overview/hero/iphone_14_hero__ceub5xriecgi_large.jpg);
	position: relative;
	left: 50%;
	margin-left: -374px;
}

@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) {
	.tile-iphone-14 .hero-bgimage {
		background-image: url(/vn/iphone/home/images/overview/hero/iphone_14_hero__ceub5xriecgi_large_2x.jpg);
	}
}

@media only screen and (max-width: 1068px) {
	.tile-iphone-14 .hero-bgimage {
		width: 529px;
		height: 481px;
		background-size: 529px 481px;
		background-repeat: no-repeat;
		background-image: url(/vn/iphone/home/images/overview/hero/iphone_14_hero__ceub5xriecgi_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) {
	.tile-iphone-14 .hero-bgimage {
		background-image: url(/vn/iphone/home/images/overview/hero/iphone_14_hero__ceub5xriecgi_medium_2x.jpg);
	}
}

@media only screen and (max-width: 734px) {
	.tile-iphone-14 .hero-bgimage {
		width: 349px;
		height: 317px;
		background-size: 349px 317px;
		background-repeat: no-repeat;
		background-image: url(/vn/iphone/home/images/overview/hero/iphone_14_hero__ceub5xriecgi_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) {
	.tile-iphone-14 .hero-bgimage {
		background-image: url(/vn/iphone/home/images/overview/hero/iphone_14_hero__ceub5xriecgi_small_2x.jpg);
	}
}

@media only screen and (max-width: 1068px) {
	.tile-iphone-14 .hero-bgimage {
		left: 50%;
		margin-left: -255.5px;
	}
}

@media only screen and (max-width: 734px) {
	.tile-iphone-14 .hero-bgimage {
		left: 50%;
		margin-left: -167.5px;
	}
}

/*iphone-14-pro*/
@media only screen and (max-width: 734px) {
	.tile-iphone-14-pro .copy-wrapper .hero-copy-pre-order {
		width: 230px;
	}
}
