.sub_hero {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sub_hero > div {
	width: calc(100% / 3 - 20px);
	border: 3px solid #fff;
	border-radius: 20px;
	padding: 30px;
	margin-bottom: 20px;
	text-align: center;
	background-color: #37acf6;
	background-image: linear-gradient(180deg, #375797 0%, #37acf6 40%, #112233 40%, #223344 100%);
	color: #fff;
	font-size: 1.5em;

	@media screen and (width < 48em) {
		width: 100%;
	}
}

.price {
	display: none;
}

#car_logo img {
	width: 50%;
	margin: 20px auto;
	display: block;
}

#wash_hero {
	width: 100%;
	max-width: 500px;
	padding: 0;
}

#specials.wash {
	columns: 1;
}

.wash,
.wash ul {
	width: 100%;
	list-style: none;
	padding-left: 0;
}

.wash li {
	font-size: 1.25em;
	color: #fff;
}

.wash li.metal {
	color: #000;
}

.wash .heading {
	color: yellow;
}

.wash li.metal .heading {
	color: #444;
}

.wash > li > ul {
	margin-top: 10px;
}

.wash > li > ul > li {
	display: inline-block;
	margin-right: 15px;
}

.wash > li > ul > li:before {
	content: url('/icons/square-check.svg');
	margin-right: 5px;
	vertical-align: middle;
	width: 1em;
	display: inline-block;
}

.wash > li:not(.metal) > ul > li:before {
	filter: invert(99%) sepia(47%) saturate(85%) hue-rotate(252deg) brightness(116%) contrast(100%);
}

.wash > li {
	border: 3px solid #000;
	border-radius: 15px;
	background: linear-gradient(to bottom, #0060c6 0%, #00adef 24%, #00adef 50%, #0190d4 79%, #0060c6 100%);
	min-height: 120px;
	margin-bottom: 10px;
	padding: 20px;
	display: block;
	position: relative;
	break-inside: avoid;
}

.wash > li.silver {
	background: linear-gradient(to bottom, #888 0%, #ccc 24%, #ddd 50%, #aaa 79%, #bbb 100%);
}

.wash > li.gold {
	background: linear-gradient(to bottom, #985 0%, #dc9 24%, #eda 50%, #ba7 79%, #cb8 100%);
}

.wash > li.platinum {
	background: linear-gradient(to bottom, #bbd 0%, #fff 24%, #fff 50%, #ddf 79%, #eef 100%);
}

.wash > li div:last-child {
	position: absolute;
	top: 0px;
	right: 10px;
	font-size: 3em;
}

.wash > li.metal div:last-child {
	color: #444;
}

.wash > li.metal li {
	color: #000;
}

.wash sup {
	font-size: 0.6em;
}

.wash sup + span {
	opacity: 0;
}

.wash sup + span + sup {
	text-decoration: underline;
	margin-left: -3px;
}

.wash .burst {
	background-color: #000;
	padding: 3px 5px;
	color: yellow;
	font-size: 50%;
	vertical-align: middle;
	margin-left: 10px;
}
