/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/
.section-welcome .marquee-detail {
	padding-inline-end: 25px;
}
.section.section-icon-card-gallery {
	display: none;
}

@media (min-width: 1069px) {
	.section-welcome .marquee-detail {
		margin-bottom: 5px;
	}
}

@media (max-width: 1068px) {
	.section-welcome .marquee-detail {
		margin-top: 0px;
	}
}

@media (max-width: 734px) {
	.section-welcome .marquee-detail {
		margin-top: 22px;
	}
}

@media (max-width: 480px) {
	.section-welcome .marquee-detail {
		margin-top: 25px;
	}
}

.product-tile .tout-group {
	margin-top: 0;
}

.section-charging .charging-options {
	margin-top: 90px;
}
.section-contrast .product-tile-set .product-tile.has-touts-rows-7 .tout-group {
	grid-template-rows:
		var(--touts-row-1-height) var(--touts-row-2-height) var(
			--touts-row-4-height
		)
		var(--touts-row-5-height) var(--touts-row-6-height) var(--touts-row-7-height);
}
/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
