.icon-after::after,
.more::after {
	top: -0.075em;
}

@media only screen and (max-width: 1068px) {
	span.jp-headline-adjust-medium {
		margin-right: -0.4em;
	}
}

@media only screen and (max-width: 734px) {
	span.jp-headline-adjust-small {
		margin-right: -0.4em;
	}
}

@media only screen and (max-width: 357px) {
	span.jp-headline-adjust-xsmall {
		margin-right: -0.4em;
	}
}

@media only screen and (max-width: 734px) {
	.section-smart-home .section-quote {
		width: 75%;
	}
}

.large-hide {
	display: none;
}

@media only screen and (min-width: 735px) {
	.medium-hide {
		display: none;
	}
}

@media only screen and (max-width: 734px) {
	.small-show {
		display: block;
	}
}

.section-smart-home
	.section-gallery
	.gallery-item.engaged
	.section-quote:nth-of-type(2) {
	width: 180px;
}

/* JP Style */

/* chapternav */
.chapternav-item-homepod .chapternav-icon {
	background-size: 28px 54px;
	background-repeat: no-repeat;
	background-image: url("/jp/tv-home/images/chapternav/homepod_light__bbdfwd41xx2a_large.svg");
	width: 28px;
}

html.no-svg .chapternav-item-homepod .chapternav-icon {
	background-image: url("/jp/tv-home/images/chapternav/homepod_light__bbdfwd41xx2a_large.png");
}

.theme-dark .chapternav-item-homepod .chapternav-icon {
	background-size: 28px 54px;
	background-repeat: no-repeat;
	background-image: url("/jp/tv-home/images/chapternav/homepod_dark__fkod6ey5g1m6_large.svg");
	width: 28px;
}

html.no-svg .theme-dark .chapternav-item-homepod .chapternav-icon {
	background-image: url("/jp/tv-home/images/chapternav/homepod_dark__fkod6ey5g1m6_large.png");
}

.section-smart-home
	.section-item-container
	#siri
	.section-quote
	span.jp-headline-adjust {
	margin-right: -0.3em;
}

.section-jp-alt-cta {
	width: 100%;
	position: relative;
}

.section-jp-alt-cta .inner {
	max-width: 1098px;
	margin: -0.7em auto 0;
	padding: 0 90px 1.7em;
}

.section-jp-alt-cta .inner a {
	color: #6e6e73;
	font-size: 14px;
}

@media only screen and (max-width: 1068px) {
	.section-jp-alt-cta .inner {
		padding-left: 0;
		padding-right: 0;
		margin-top: 0;
		padding-bottom: 1em;
		max-width: 615px;
	}
}

@media only screen and (max-width: 734px) {
	.section-jp-alt-cta {
		display: none;
	}
}

@media only screen and (min-width: 735px) {
	.ac-gf-sosumi .jp-alt {
		display: none;
	}
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.section-big-screen .section-content .grid-item.arcade {
		grid-column: span 12;
	}
}

.section-accessories #security .product-wrapper {
	bottom: 22px;
}

.section-flex-tiles .atv-4k .tile-headline {
	max-width: none;
	width: 100%;
}

@media only screen and (max-width: 375px) {
	.section-flex-tiles .grid .atv-4k.grid-item.half-width .tile-content {
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 320px) {
	.section-flex-tiles .grid .atv-4k.grid-item.half-width .tile-content {
		padding-left: 8.3333333333%;
		padding-right: 8.3333333333%;
	}
}

/* homepod-mini */
.section-flex-tiles .homepod-mini .copy-wrapper {
	width: 100%;
}
.section-flex-tiles .homepod-mini .tile-headline {
	width: 100%;
}
.section-flex-tiles .homepod-mini .button-elevated {
	margin-left: -3px;
}

/* home-app */
.section-flex-tiles .home-app .copy-wrapper .tile-headline {
	width: 100%;
}

.section-flex-tiles .home-app .medium-hide {
	display: block;
}

@media only screen and (max-width: 1068px) {
	.section-flex-tiles .home-app .medium-hide {
		display: none;
	}
}

/* smart-home */
.section-smart-home .section-gallery #siri .tile-wrapper {
	width: 100%;
}

@media only screen and (min-width: 1069px) {
	.section-big-screen .section-services .service-tile-headline {
		min-height: 78px;
	}
}

@media only screen and (max-width: 1068px) {
	.section-big-screen .section-services .service-tile-headline {
		padding: 0;
	}
}

/* gift card */
.section-gift-card-tiles {
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
	background-color: #f5f5f7;
}
@media only screen and (max-width: 1068px) {
	.section-gift-card-tiles {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 734px) {
	.section-gift-card-tiles {
		padding-left: 30px;
		padding-right: 30px;
	}
}
.gift-card {
	position: relative;
	display: flex;
	background-color: #fbfbfd;
	width: 100%;
	max-width: 1332px;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	overflow: hidden;
}

@media only screen and (max-width: 1068px) {
	.gift-card {
		min-height: 404px;
		flex-direction: column;
		max-width: 692px;
	}
}

@media only screen and (max-width: 734px) {
	.gift-card {
		min-height: inherit;
		flex-direction: column;
		max-width: 380px;
	}
}

.gift-card .promo-copy-container {
	padding-left: 7.10144%;
	padding-top: 0;
	display: flex;
	align-items: center;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	min-width: 565px;
	padding-top: 60px;
}

@media only screen and (max-width: 1068px) {
	.gift-card .promo-copy-container {
		padding-left: 0;
	}
}

@media only screen and (max-width: 734px) {
	.gift-card .promo-copy-container {
		min-width: inherit;
	}
}

html.text-zoom .gift-card .promo-copy-container {
	min-width: inherit;
}

.gift-card .promo-copy-wrapper {
	text-align: center;
	max-width: 280px;
	width: 100%;
}

@media only screen and (max-width: 1068px) {
	.gift-card .promo-copy-wrapper {
		max-width: 290px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 734px) {
	.gift-card .promo-copy-wrapper {
		max-width: initial;
	}
}

.gift-card .tile-logo {
	width: 209px;
	height: 39px;
	background-size: 209px 39px;
	background-repeat: no-repeat;
	background-image: url("/jp/tv-home/images/overview/apple-gift-card/apple_gift_card_logo__es2vdqwat126_large.png");
	margin-left: auto;
	margin-right: auto;
}

@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) {
	.gift-card .tile-logo {
		background-image: url("/jp/tv-home/images/overview/apple-gift-card/apple_gift_card_logo__es2vdqwat126_large_2x.png");
	}
}

@media only screen and (max-width: 1068px) {
	.gift-card .tile-logo {
		width: 147px;
		height: 27px;
		background-size: 142px 27px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-image: url("/jp/tv-home/images/overview/apple-gift-card/apple_gift_card_logo__es2vdqwat126_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) {
	.gift-card .tile-logo {
		background-image: url("/jp/tv-home/images/overview/apple-gift-card/apple_gift_card_logo__es2vdqwat126_medium_2x.png");
	}
}

@media only screen and (max-width: 734px) {
	.gift-card .tile-logo {
		width: 136px;
		height: 25px;
		background-size: 136px 25px;
		background-repeat: no-repeat;
		background-image: url("/jp/tv-home/images/overview/apple-gift-card/apple_gift_card_logo__es2vdqwat126_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) {
	.gift-card .tile-logo {
		background-image: url("/jp/tv-home/images/overview/apple-gift-card/apple_gift_card_logo__es2vdqwat126_small_2x.png");
	}
}

.gift-card .promo-intro {
	margin-top: 24px;
}

@media only screen and (max-width: 1068px) {
	.gift-card .promo-intro {
		margin-top: 21px;
	}
}

.gift-card .links-inline {
	margin-top: 11px;
}

@media only screen and (max-width: 1068px) {
	.gift-card .links-inline {
		margin-top: 1px;
	}
}

@media only screen and (max-width: 734px) {
	.gift-card .links-inline {
		margin-top: 7px;
	}
}

.gift-card .links-inline li {
	display: inline-block;
	margin-top: 0.4em;
}

@media only screen and (max-width: 1068px) {
	.gift-card .links-inline li {
		margin-right: 15px;
	}
}

@media only screen and (max-width: 734px) {
	.gift-card .links-inline li {
		margin-top: 0;
	}
}

@media only screen and (max-width: 1068px) {
	.gift-card .figure-wrapper {
		position: relative;
		margin-top: 0px;
	}
}

@media only screen and (max-width: 734px) {
	.gift-card .figure-wrapper {
		position: relative;
		margin-top: 0px;
	}
}

.gift-card .promo-image {
	width: 978px;
	height: 346px;
	background-size: 978px 346px;
	background-repeat: no-repeat;
	background-image: url("/jp/tv-home/images/overview/apple-gift-card/apple_gift_card_tile__d777mr3okcom_large.jpg");
	margin-left: -180px;
	margin-top: 78px;
	margin-bottom: 78px;
}

@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) {
	.gift-card .promo-image {
		background-image: url("/jp/tv-home/images/overview/apple-gift-card/apple_gift_card_tile__d777mr3okcom_large_2x.jpg");
	}
}

@media only screen and (max-width: 1068px) {
	.gift-card .promo-image {
		width: 549px;
		height: 197px;
		background-size: 549px 197px;
		background-repeat: no-repeat;
		background-image: url("/jp/tv-home/images/overview/apple-gift-card/apple_gift_card_tile__d777mr3okcom_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) {
	.gift-card .promo-image {
		background-image: url("/jp/tv-home/images/overview/apple-gift-card/apple_gift_card_tile__d777mr3okcom_medium_2x.jpg");
	}
}

@media only screen and (max-width: 734px) {
	.gift-card .promo-image {
		width: 694px;
		height: 247px;
		background-size: 694px 247px;
		background-repeat: no-repeat;
		background-image: url("/jp/tv-home/images/overview/apple-gift-card/apple_gift_card_tile__d777mr3okcom_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) {
	.gift-card .promo-image {
		background-image: url("/jp/tv-home/images/overview/apple-gift-card/apple_gift_card_tile__d777mr3okcom_small_2x.jpg");
	}
}

@media only screen and (max-width: 1068px) {
	.gift-card .promo-image {
		left: 50%;
		margin-left: -274.5px;
		position: relative;
		margin-top: 11px;
		margin-bottom: 65px;
	}
}

@media only screen and (max-width: 734px) {
	.gift-card .promo-image {
		left: 50%;
		margin-left: -347px;
		position: relative;
		margin-top: 39px;
		margin-bottom: 56px;
	}
}

html.text-zoom .gift-card .promo-image {
	margin-left: 0;
}
.gift-card .typography-product-lockup {
	font-size: 21px;
}
@media only screen and (max-width: 1068px) {
	.gift-card .typography-product-lockup {
		font-size: 19px;
	}
}
@media only screen and (max-width: 734px) {
	.gift-card .typography-product-lockup {
		font-size: 17px;
	}
}

@media only screen and (max-width: 1068px) {
	.gift-card .links-inline li:nth-child(2) {
		margin-right: 0px;
	}
}
@media only screen and (max-width: 734px) {
	.gift-card .links-inline li:nth-child(2) {
		margin-right: 0;
	}
	.gift-card .promo-copy-container {
		width: 100%;
	}
}

/* holiday */
.section-holiday-2021 .typography-product-tile-headline,
.section-holiday-2021 .tile-holiday-2021-content-wrapper {
	width: 100%;
	max-width: 100%;
}

@media only screen and (max-width: 1068px) {
	.section-holiday-2021 .tile-holiday-2021 {
		padding: 56px 0;
	}
	.section-holiday-2021 .tile-holiday-2021-content-wrapper {
		max-width: 260px;
		margin-top: 11px;
	}
}
@media only screen and (max-width: 734px) {
	.section-holiday-2021 .tile-holiday-2021 {
		padding-top: 51px;
	}
	.section-holiday-2021 .tile-holiday-2021-icon {
		margin-bottom: 19px;
	}
	.section-holiday-2021 .tile-holiday-2021-content-wrapper {
		max-width: 250px;
		margin-top: 0;
	}
}

.section-holiday-2021 {
	padding-bottom: 0;
}
.section-gift-card-tiles {
	padding-top: 91px;
}
@media only screen and (max-width: 1068px) {
	.section-holiday-2021 {
		padding-bottom: 10px;
	}
	.section-gift-card-tiles {
		padding-top: 37px;
	}
}
@media only screen and (max-width: 734px) {
	.section-holiday-2021 {
		padding-bottom: 5px;
	}
	.section-gift-card-tiles {
		padding-top: 0;
	}
}

.section-accessories .section-gallery-3-tiles .item-container {
	max-width: 800px !important;
}
@media only screen and (min-width: 735px) {
	.section-accessories .section-paddlenav {
		display: none !important;
	}
}
@media only screen and (max-width: 734px) {
	.section-accessories .section-gallery .picture-wrapper,
	.section-smart-home .section-gallery .picture-wrapper {
		margin-top: auto;
	}
}

.section-flex-tiles .homepod-mini .tile-cta {
	margin-top: 1.6em;
}

@media only screen and (max-width: 1068px) {
	.section-flex-tiles .homepod-mini .tile-cta {
		margin-top: 1.6em;
	}
}

@media only screen and (max-width: 734px) {
	.section-flex-tiles .homepod-mini .tile-cta {
		margin-top: 0.8em;
	}
}

.section-flex-tiles .atv-4k .tile-price {
	margin-top: 0.8em;
}

@media only screen and (max-width: 1068px) {
	.section-flex-tiles .atv-4k .tile-price {
		margin-top: 0.8em;
	}
}

@media only screen and (max-width: 734px) {
	.section-flex-tiles .atv-4k .tile-price {
		margin-top: 0.36em;
	}
}
