/* Local Overrides */

/* section-product-stories - modal */
@media only screen and (min-width: 1069px) {
	.ric-modal.product-stories-design-modal .card-headline {
		max-width: 740px;
	}
}

@media only screen and (max-width: 1068px) {
	.ric-modal.product-stories-design-modal .card-headline {
		max-width: 480px;
	}
}

/* ------ */

@media only screen and (min-width: 1069px) {
	.section-product-stories
		.subsection-hifi-sound
		.subsection-header-subheadline {
		max-width: 1000px;
	}
}

@media only screen and (min-width: 735px) {
	.section-product-stories .subsection-hifi-sound .subsection-header {
		margin-top: 90px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-product-stories
		.subsection-hifi-sound
		.subsection-header-subheadline {
		max-width: unset;
	}
}

@media only screen and (max-width: 734px) {
	.section-product-stories .subsection-hifi-sound .subsection-header {
		margin-top: 70px;
	}
}

@media (max-width: 734px) {
	.section-product-stories
		.subsection-hifi-sound
		.subsection-header
		.subsection-headline {
		max-width: 290px;
	}
}

/* compare XS */

@media (max-width: 330px) {
	.product-tile-set {
		gap: 13px;
	}

	.section-contrast .viewport-content {
		margin-left: 17px;
	}
}

/* ------ */

/* Lossless Audio custom styling */

.custom-styling .subsection-hifi-sound-details {
	display: flex;
	justify-content: center;
	margin-bottom: 175px;
	z-index: 1;
}

@media (max-width: 1068px) {
	.custom-styling .subsection-hifi-sound-details {
		margin-bottom: 170px;
	}
}

@media (max-width: 734px) {
	.custom-styling .subsection-hifi-sound-details {
		flex-direction: column;
		margin-bottom: 208px;
	}
}

@media (min-width: 735px) {
	.custom-styling .subsection-hifi-sound-details {
		flex-direction: row;
	}
}

html.text-zoom .custom-styling .subsection-hifi-sound-details {
	flex-direction: column;
}

@media (min-width: 735px) and (max-width: 1068px) {
	html.no-enhanced .custom-styling .subsection-hifi-sound-details {
		margin-bottom: 190px;
	}
}

@media (max-width: 480px) {
	html.no-enhanced .custom-styling .subsection-hifi-sound-details {
		margin-bottom: 226px;
	}
}

.custom-styling .subsection-hifi-sound-detail {
	color: var(--subsection-copy-dark);
	width: 440px;
	margin-left: 36px;
	margin-right: 36px;
}

@media (min-width: 1441px) {
	.custom-styling .subsection-hifi-sound-detail {
		width: 613px;
		margin-left: 50px;
		margin-right: 50px;
	}
}

@media (max-width: 1068px) {
	.custom-styling .subsection-hifi-sound-detail {
		width: 100%;
		max-width: 327px;
		margin-left: 30px;
		margin-right: 30px;
	}
}

@media (max-width: 734px) {
	.custom-styling .subsection-hifi-sound-detail {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.custom-styling .subsection-hifi-sound-detail:first-child {
		margin-bottom: 20px;
	}
}

html.text-zoom .custom-styling .subsection-hifi-sound-detail {
	background-color: rgba(0, 0, 0, 0.92);
	max-width: 100%;
}

@media (min-width: 1069px) {
	html.text-zoom .custom-styling .subsection-hifi-sound-detail {
		max-width: 1000px;
		width: 100%;
	}
}

.subsection-hifi-sound-detail .inline-headline {
	color: #f5f5f7;
}

@media (min-width: 1069px) {
	.no-enhanced .custom-styling .subsection-hifi-sound .all-access-pass {
		margin-bottom: 50px;
	}
	.no-enhanced .custom-styling .subsection-hifi-sound-detail {
		margin-bottom: 0px;
	}
}

@media (min-width: 735px) and (max-width: 1068px) {
	.no-enhanced .custom-styling .subsection-hifi-sound .all-access-pass {
		margin-bottom: 50px;
	}
}

@media (max-width: 1068px) {
	.custom-styling .subsection-hifi-sound-detail {
		margin-bottom: 0px;
	}
}

/* end Lossless Audio custom styling */
