/* local overrides */

/* hero */

@media only screen and (min-width: 1069px) {
	.section.section-media-hero .marquee-primary-header {
		max-width: 300px;
	}
}

/* silo cta */

.typography-site-body {
	color: #6e6e73;
	font-size: 17px;
	line-height: 1.4705882353;
	font-weight: 400;
	letter-spacing: -0.022em;
	font-family:
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

#display .hardware-container .silo-cta {
	display: block;
	margin-block: 24px 48px;
	text-align: center;
	gap: 20px;
}

@media only screen and (min-width: 1069px) {
	.section-immersive .inline-media-component-container {
		margin-bottom: 0px;
	}
}

/* trade in ctas */

@media only screen and (min-width: 1069px) {
	#shop-with-a-specialist
		.ric-modal-overlay
		.utility-modal-block
		.typography-utility-modal-block-body {
		display: block;
	}
}

/* pricing */

/* hero */
@media only screen and (max-width: 734px) {
	.section-media-hero .marquee-detail .detail-copy .marquee-pricing {
		width: 173px;
	}
}

/* compare section */
@media only screen and (min-width: 1069px) {
	.card-container .product-tile .ric-dynamic-pricing {
		width: 260px;
	}
}
@media only screen and (max-width: 1068px) {
	.card-container .product-tile .ric-dynamic-pricing {
		width: 210px;
	}
}
@media only screen and (max-width: 734px) {
	.card-container .product-tile .ric-dynamic-pricing {
		width: 137px;
	}
}
@media only screen and (max-width: 374px) {
	.card-container .product-tile .ric-dynamic-pricing {
		width: 90px;
	}
}
