/* Local Overrides */
.product-list-logo {
	height: 43px;
}

/* Tile HomePod mini and AirPlay tile  */
.overview-homepod-whole-home {
	display: block;
	width: var(--p-width);
	height: var(--p-height);
	--p-width: 468px;
	--p-height: 386px;
}

@media only screen and (max-width: 1068px) and (max-width: 1068px) {
	.overview-homepod-whole-home {
		--p-width: 327px;
		--p-height: 190px;
	}
}

@media only screen and (max-width: 734px) and (max-width: 734px) {
	.overview-homepod-whole-home {
		--p-width: 320px;
		--p-height: 255px;
	}
}

@media only screen and (min-width: 1440px) {
	.page-overview .section-audio .homepod-whole-home.grid-item .grid-image {
		margin-top: 0;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 1068px) {
	.page-overview .section-audio .homepod-whole-home.grid-item .grid-image {
		margin-top: 60px;
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 734px) {
	.page-overview .section-audio .homepod-whole-home.grid-item .grid-image {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 734px) {
	.page-overview
		.section-audio
		.homepod-whole-home
		.overview-homepod-whole-home {
		transform: scale(1.2);
	}
}

/* HomePod mini tile */
.overview-homepod-mini {
	display: block;
	width: var(--p-width);
	height: var(--p-height);
}
.overview-homepod-mini {
	--p-width: 697px;
	--p-height: 246px;
}

@media only screen and (max-width: 1068px) and (max-width: 1068px) {
	.overview-homepod-mini {
		--p-width: 527px;
		--p-height: 171px;
	}
}

@media only screen and (max-width: 734px) and (max-width: 734px) {
	.overview-homepod-mini {
		--p-width: 642px;
		--p-height: 297px;
	}
}

.page-overview .section-nextrouter .homepod-mini-tile .overview-homepod-mini {
	bottom: 130px;
}

@media only screen and (max-width: 1068px) {
	.page-overview
		.section-nextrouter
		.homepod-mini-tile
		.overview-homepod-mini {
		bottom: 105px;
	}
}

@media only screen and (max-width: 734px) {
	.page-overview
		.section-nextrouter
		.homepod-mini-tile
		.overview-homepod-mini {
		bottom: 25px;
	}
}

/*Hero*/
.page-overview .section-hero {
	background-image: url(/ca/airplay/images/overview/hero_2024__bvmajug6if9e_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) {
	.page-overview .section-hero {
		background-image: url(/ca/airplay/images/overview/hero_2024__bvmajug6if9e_large_2x.jpg);
	}
}
@media only screen and (max-width: 1068px) {
	.page-overview .section-hero {
		background-image: url(/ca/airplay/images/overview/hero_2024__bvmajug6if9e_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) {
	.page-overview .section-hero {
		background-image: url(/ca/airplay/images/overview/hero_2024__bvmajug6if9e_medium_2x.jpg);
	}
}
@media only screen and (max-width: 734px) {
	.page-overview .section-hero {
		background-image: url(/ca/airplay/images/overview/hero_2024__bvmajug6if9e_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) {
	.page-overview .section-hero {
		background-image: url(/ca/airplay/images/overview/hero_2024__bvmajug6if9e_small_2x.jpg);
	}
}
