.ch---vehicle-overview---container {
	display: block;
	width: 100%;
	height: 100%;
}

/*
 *
 *
 *													U P P E R
 *
 *
 */

/*		* { outline: 1px solid orange !important; }		*/

@media only screen and (min-width: 769px) {

	.ch---com-vehicle-overview---gallery-container {
		display: block;
		width: 100%;
		padding: 10pt 0;
	}

	.ch---com-vehicle-overview---body-container {
		display: flex;
		gap: 15pt;
		justify-content: space-between;
	}

	.ch---com-vehicle-overview---body-container---left {
		display: flex;
		flex-direction: column;
		gap: 35pt;
		width: calc(100% - 15pt - 275pt);
	}

	.ch---com-vehicle-overview---body-container---left---title > h5 {
		font-weight: bold;
		opacity: 0.5;
		text-transform: uppercase;
		margin: 0;
		color: var(--ch-color---foreground);
	}

	.ch---com-vehicle-overview---body-container---left---title > h1 {
		font-weight: bold;
		margin: 0;
		color: var(--ch-color---foreground);
	}

	.ch---com-vehicle-overview---body-container---left---specs {
		display: flex;
		justify-content: space-evenly;
		flex-direction: row;
		gap: 10pt;
		width: 100%;
	}

	.ch---com-vehicle-overview---body-container---left---specs > div {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		font-size: 10pt;
		height: 130pt;
		width: 100%;
		background-color: var(--ch-color---shadow);
	}

	.ch---com-vehicle-overview---body-container---left---specs > div > svg {
		width: 100%;
		height: 90pt;
		transform: scale(0.5);
	}

	.ch---com-vehicle-overview---body-container---left---specs > div > h5 {
		display: block;
		width: calc(100% - (10pt * 2));
		height: 22.5pt;
		line-height: 22.5pt;
		text-align: center;
		margin: 0 10pt 0 10pt;
	}

	.ch---com-vehicle-overview---body-container---left---description {
		display: block;
		width: 100%;
	}

	.ch---com-vehicle-overview---body-container---left---description > h2 {
		display: block;
		margin-bottom: 10pt;
		width: 100%;
	}

	.ch---com-vehicle-overview---body-container---left---description > p {
		display: block;
		width: 100%;
		white-space: pre-wrap;
		padding-bottom: 25pt;
	}

	.ch---com-vehicle-overview---body-container---right {
		position: sticky !important;
		top: 30pt;
		position: sticky;
		display: block;
		width: 275pt;
		height: auto;
	}

	.ch---com-vehicle-overview---body-container---right---container {
		position: sticky !important;
		top: 30pt;
		display: block;
		width: 275pt;
		background-color: var(--ch-color---shadow);
		padding: 10pt;
	}

	.ch---com-vehicle-overview---body-container---right---container---buttons {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 5pt;
		height: auto;
		padding-top: 10pt;
	}

	.ch---com-vehicle-overview---body-container---right---container---buttons > button {
		width: 100%;
	}

}

@media only screen and (max-width: 768px) {

	.ch---com-vehicle-overview---body-container {
		display: block;
	}
	
	.ch---com-vehicle-overview---body-container---left {
		display: flex;
		flex-direction: column;
		gap: 35pt;
		width: 100%;
	}

	.ch---com-vehicle-overview---body-container---left---title > h5 {
		font-weight: bold;
		opacity: 0.5;
		text-transform: uppercase;
		margin: 0;
		color: var(--ch-color---foreground);
	}
	
	.ch---com-vehicle-overview---body-container---left---title > h1 {
		font-weight: bold;
		margin: 0;
		color: var(--ch-color---foreground);
		font-size: 16pt;
	}
	
	.ch---com-vehicle-overview---body-container---left---specs {
		display: flex;
		justify-content: space-evenly;
		flex-direction: column;
		gap: 5pt;
		width: 100%;
		height: auto;
	}
	
	.ch---com-vehicle-overview---body-container---left---specs > div {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		font-size: 10pt;
		height: 50pt;
		width: 100%;
		background-color: var(--ch-color---shadow);
	}
	
	.ch---com-vehicle-overview---body-container---left---specs > div > svg {
		width: 50pt;
		height: 50pt;
		transform: scale(0.5);
		margin-left: 15pt;
	}
	
	.ch---com-vehicle-overview---body-container---left---specs > div > h5 {
		display: block;
		width: calc(100% - 50pt);
		height: 50pt;
		line-height: 50pt;
		text-align: center;
		margin: 0 10pt 0 10pt;
	}
	
	.ch---com-vehicle-overview---body-container---left---description {
		display: block;
		width: 100%;
	}

	.ch---com-vehicle-overview---body-container---left---description > h2 {
		display: block;
		margin-bottom: 10pt;
		width: 100%;
	}

	.ch---com-vehicle-overview---body-container---left---description > p {
		display: block;
		width: 100%;
		white-space: pre-wrap;
		padding-bottom: 25pt;
	}

	.ch---com-vehicle-overview---body-container---right {
		display: block;
		width: 100%;
		height: auto;
	}
	
	.ch---com-vehicle-overview---body-container---right---container {
		position: relative !important;
		display: block;
		width: 100%;
		background-color: var(--ch-color---shadow);
		padding: 10pt;
	}
	
	.ch---com-vehicle-overview---body-container---right---container---buttons {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 5pt;
		height: auto;
		padding-top: 10pt;
	}

	.ch---com-vehicle-overview---body-container---right---container---buttons > button {
		width: 100%;
	}

}

/*
 *
 *
 *													F O R M 
 *
 *
 */

.ch---vehicle-overview---form---toggler {
	display: none !important;
}

.ch---vehicle-overview---form---toggler:checked ~ .ch---vehicle-overview---form {
	height: auto !important;
}

.ch---vehicle-overview---form---toggler:checked ~ .ch---vehicle-overview---form---label {
	height: 0 !important;
}

.ch---vehicle-overview---form {
	display: flex;
	justify-content: center;
	width: 100%;
	overflow: hidden;
	height: 0;
	transition: 0.5s;
}

.ch---vehicle-overview---form---label {
	display: flex;
	justify-content: center;
	gap: 15pt;
	width: 100%;
	height: auto;
	transition: 0.25s;
	overflow: hidden;
}

.ch---vehicle-overview---form---label > button {
	display: block;
	width: auto;
	color: var(--ch-color---background);
	background-color: var(--ch-color---primary);
	font-size: 10pt;
	height: 30pt;
	line-height: 30pt;
	padding: 0 25pt;
	cursor: pointer;
	transition: 0.15s;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.5pt;
}

@media only screen and (max-width: 768px) {

	.ch---vehicle-overview---form {
		margin-bottom: 50pt
	}

	.ch---vehicle-overview---form---button {
		margin-bottom: 50pt;
	}
	
	.ch---vehicle-overview---form---label {
		flex-direction: column;
	}

}





















/*



.ch---com-vehicle-overview---upper---overview > section > h4 {
	font-size: 12pt;
	margin: 0;
	color: var(--ch-color---foreground);
}

.ch---com-vehicle-overview---upper---overview > section > section {
	display: block;
	margin: 20pt 0;
}

.ch---com-vehicle-overview---upper---overview > section > section > p {
	display: block;
	text-align: left;
	margin: 0;
	color: var(--ch-color---foreground);
}

.ch---com-vehicle-overview---upper---overview > section > section > p:nth-child(1) {
	text-align: left;
	font-size: 16pt;
	font-weight: bold;
	margin: 0;
}

.ch---com-vehicle-overview---upper---overview > section > section > p:nth-child(2) {
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	opacity: 0.5;
	margin: 0;
}

.ch---com-vehicle-overview---upper---overview---datas---normal > p {
	font-size: 10pt;
	margin: 0;
	color: var(--ch-color---foreground);
}

.ch---com-vehicle-overview---upper---overview---datas---normal > p > span {
	font-weight: bold;
	margin: 0;
	color: var(--ch-color---foreground);
}

.ch---com-vehicle-overview---upper---overview---datas---masonry {
	display: none;
}

.ch---com-vehicle-overview---upper---overview > div {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	gap: 10pt;
}

.ch---com-vehicle-overview---upper---overview > div > section {
	display: none;
}

.ch---com-vehicle-overview---upper---overview > div > .ch---vehicle-page-buttons-layout---standard {
	display: flex;
	justify-content: space-between;
	gap: 10pt;
}

.ch---com-vehicle-overview---upper---overview > div > .ch---vehicle-page-buttons-layout---extended {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	gap: 10pt;
}

.ch---com-vehicle-overview---upper---overview > div > .ch---vehicle-page-buttons-layout---standard > button,
.ch---com-vehicle-overview---upper---overview > div > .ch---vehicle-page-buttons-layout---extended > button {
	position: relative;
	display: block;
	width: 100%;
/*	width: auto;	* /
	border: none;
	color: var(--ch-color---background);
	background-color: var(--ch-color---primary);
	font-size: 10pt;
	height: 30pt;
	line-height: 30pt;
	padding: 0 25pt;
	cursor: pointer;
	transition: 0.15s;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.5pt;
}

.ch---com-vehicle-overview---upper---overview > div > .ch---vehicle-page-buttons-layout---standard > button > svg {
	display: block;
	width: 30pt;
	height: 30pt;
	object-fit: contain;
	transform: scale(0.5);
}

.ch---com-vehicle-overview---upper---overview > div > .ch---vehicle-page-buttons-layout---standard > button:hover {
	opacity: 0.5;
}

/*
 *
 *
 *													D A T A S   N O R M A L
 *
 *
 * /








.ch---com-vehicle-overview---upper---overview---datas---mobile {
	display: none !important;
}

/*
 *
 *
 *													D A T A S   M A S O N R Y
 *
 *
 * /

.ch---com-vehicle-overview---upper---overview---datas---masonry {
	width: 50%;
	height: auto;
	overflow: hidden;
	color: var(--ch-color---foreground);
	padding-top: 25pt;
}

.ch---com-vehicle-overview---upper---overview---datas---masonry > p {
	display: flex;
	justify-content: flex-start;
	font-size: 10pt;
	margin: 0;
	padding: 1pt;
	color: var(--ch-color---foreground);
	padding-left: 25pt;
}

.ch---com-vehicle-overview---upper---overview---datas---masonry > p > svg {
	width: 22.5pt;
	height: 22.5pt;
	line-height: 22.5pt;
	transform: scale(0.5);
}

.ch---com-vehicle-overview---upper---overview---datas---masonry > p > span {
	width: 44%;
	height: 22.5pt;
	line-height: 22.5pt;
	text-align: left;
	margin-left: 10pt;
}

.ch---com-vehicle-overview---upper---overview---datas---masonry > p > span:nth-child(2) {
	font-weight: bold;
}

/*
 *
 *
 *													S P A C E R
 *
 *
 * /

.ch---vehicle-overview---spacer {
	display: block;
	height: 1pt;
	width: 100%;
	background-color: var(--color-shadow);
	color: transparent !important;
}

/*
 *
 *
 *													L O W E R   S T A N D A R D S
 *
 *
 * /

.ch---vehicle-overview---lower {
	display: flex;
	gap: 30pt;
	width: 100%;
}

.ch---vehicle-overview---lower > div:nth-child(1) {
	display: block;
	width: 100%;
	padding: 0;
}

.ch---vehicle-overview---lower > div:nth-child(2) {
	display: block;
	height: 500pt;
	width: 1pt;
	background-color: var(--color-shadow);
	color: transparent !important;
}

.ch---vehicle-overview---lower > div:nth-child(3) {
	display: block;
	width: 100%;
	padding: 0 !important;
}

@media only screen and (max-width: 768px) {

	.ch---vehicle-overview---lower {
		display: block;
	}
	
	.ch---vehicle-overview---lower > div:nth-child(1) {
		width: 100%;
		padding: 0;
	}
	
	.ch---vehicle-overview---lower > div:nth-child(2) {
		display: none;
		height: 0;
		width: 100%;
		background-color: transparent;
		opacity: 0;
	}
	
	.ch---vehicle-overview---lower > div:nth-child(1) {
		display: block;
		width: 100%;
		padding: 0 !important;
		margin-bottom: 25pt;
	}

}

/*
 *
 *
 *													L O W E R
 *
 *
 * /

.ch---vehicle-overview---lower > div > label {
	display: flex;
	justify-content: space-between;
	margin: 15pt 0 10pt 0;
	color: var(--ch-color---foreground);
}

.ch---vehicle-overview---lower > div > p {
	display: block;
	font-size: 10pt;
	width: 100%;
	color: var(--ch-color---foreground);
	white-space: break-spaces !important;
}

.ch---vehicle-overview---lower > div > label > span {
	display: block;
	width: auto;
	height: 25pt;
	line-height: 25pt;
	font-size: 12pt;
	font-weight: bold;
	color: var(--ch-color---foreground);
}

.ch---vehicle-overview---lower > div > section {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	color: var(--ch-color---foreground);
}

.ch---vehicle-overview---lower > div > section > p {
	display: flex;
	justify-content: space-between;
	font-size: 10pt;
	margin: 0;
	padding: 1pt;
	color: var(--ch-color---foreground);
}

.ch---vehicle-overview---lower > div > section > p > span {
	width: auto;
	height: 22.5pt;
	line-height: 22.5pt;
}

.ch---vehicle-overview---lower > div > section > p > span:nth-child(2) {
	font-weight: bold;
}

.ch---vehicle-overview---lower > div > section > p:hover {
	background-color: var(--color-shadow-hover);
}

@media only screen and (max-width: 768px) {

	.ch---vehicle-overview---lower > div > label {
		justify-content: center;
	}
	
	.ch---vehicle-overview---lower > div > label > span {
		text-align: center;
	}

}


*/