.cc-detail-main {
	padding-top: clamp(2.5rem, 5vw, 3.5rem);
	padding-bottom: clamp(2rem, 4vw, 3rem);
}

body.catalog-china-detail-page .cc-detail-scale-root {
	box-sizing: border-box;
	width: 100%;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

body.catalog-china-detail-page .cc-detail-scale-content {
	box-sizing: border-box;
	width: 100%;
}

@media (min-width: 900px) {
	body.catalog-china-detail-page .cc-detail-scale-root {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		overflow: visible;
	}

	body.catalog-china-detail-page .cc-detail-scale-content {
		flex-shrink: 0;
		align-self: flex-start;
		width: 100%;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		transform-origin: top center;
	}
}

.cc-detail-back {
	margin-bottom: 1.5rem;
}

.cc-detail-back-link {
	font-family: 'Montserrat', system-ui, sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
}

.cc-detail-back-link:hover {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.cc-detail-hero {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	align-items: start;
	margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

@media (max-width: 899px) {
	.cc-detail-hero {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 2rem;
	}

	.cc-detail-hero-copy {
		display: contents;
	}

	.cc-detail-hero-intro {
		order: 1;
	}

	.cc-detail-gallery {
		order: 2;
		width: 100%;
		max-width: 100%;
		align-self: stretch;
		box-sizing: border-box;
	}

	.cc-detail-hero-details {
		order: 3;
	}
}

@media (min-width: 900px) {
	.cc-detail-hero {
		grid-template-columns: minmax(0, 450px) minmax(0, 480px);
		gap: 2.5rem 3rem;
		justify-content: space-between;
		align-items: stretch;
	}

	.cc-detail-hero-copy {
		align-self: start;
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	/* Match specs panel measure in the left column beside gallery */
	.cc-detail-hero-intro,
	.cc-detail-hero-details {
		max-width: 450px;
	}
}

.cc-detail-hero-intro,
.cc-detail-hero-details {
	width: 100%;
	box-sizing: border-box;
}

.cc-detail-hero-copy {
	width: 100%;
	box-sizing: border-box;
}

.cc-detail-title {
	font-family: 'Unbounded', system-ui, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: clamp(26px, 4.2vw, 33.6445px);
	line-height: 33px;
	text-align: left;
	text-transform: uppercase;
	margin: 0 0 0.75rem;
	text-shadow: 0 0 23.7443px rgba(0, 0, 0, 0.35);
	color: #ffffff;
}

.cc-detail-title-brand {
	color: #ff0000;
}

.cc-detail-title-model,
.cc-detail-title-year {
	color: #ffffff;
}

@media (min-width: 900px) {
	.cc-detail-title-stack {
		display: inline;
	}

	.cc-detail-title-brand::after,
	.cc-detail-title-model::after {
		content: ' ';
	}
}

@media (max-width: 899px) {
	.cc-detail-title {
		font-size: clamp(32px, 10.5vw, 40.0726px);
		line-height: 39px;
		text-shadow: 0 0 28.2809px rgba(0, 0, 0, 0.35);
		margin-bottom: 0.65rem;
	}

	.cc-detail-title-stack {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.cc-detail-title-brand::after,
	.cc-detail-title-model::after {
		content: none;
	}
}

.cc-detail-submeta {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: baseline;
	gap: 1rem;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 1.25rem;
	font-family: 'Montserrat', system-ui, sans-serif;
	font-size: 17.5px;
	line-height: 26px;
}

.cc-detail-submeta-trim {
	flex: 1;
	min-width: 0;
	font-weight: 400;
	color: #b8b8b8;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cc-detail-submeta-mileage {
	flex-shrink: 0;
	font-weight: 600;
	font-size: 18.9583px;
	line-height: 26px;
	color: #ffffff;
	text-align: right;
}

@media (max-width: 899px) {
	.cc-detail-submeta {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 0;
		margin-bottom: 1rem;
		font-size: 16.8234px;
		line-height: 25px;
	}

	.cc-detail-submeta-trim {
		flex: none;
		width: 100%;
		font-size: 16.8234px;
		line-height: 25px;
		font-weight: 400;
		color: #b8b8b8;
		text-align: left;
		text-shadow: 0 0 17.8095px rgba(0, 0, 0, 0.35);
		overflow: visible;
		text-overflow: unset;
		white-space: normal;
	}

	.cc-detail-submeta-mileage {
		margin-top: 0.15rem;
		font-size: 18.7087px;
		line-height: 25px;
		text-align: left;
		text-shadow: 0 0 18.2818px rgba(0, 0, 0, 0.35);
	}
}

.cc-detail-specs-panel {
	box-sizing: border-box;
	width: 100%;
	padding: 1rem 1.25rem 1.15rem;
	margin-bottom: 1.5rem;
	background: rgba(36, 36, 36, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 0 7.5px rgba(5, 0, 0, 0.5);
	border-radius: 25px;
}

.cc-detail-specs-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 1rem;
	align-items: start;
}

.cc-detail-specs-footer {
	margin-top: 0.35rem;
	padding-top: 0.35rem;
}

.cc-detail-specs-list {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}

.cc-detail-spec-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	column-gap: 0.5rem;
	row-gap: 0;
	align-items: baseline;
	padding: 0;
	min-height: 25px;
	box-sizing: border-box;
	font-family: 'Montserrat', system-ui, sans-serif;
	font-size: 13.3333px;
	line-height: 25px;
}

.cc-detail-spec-row--footer {
	min-height: 25px;
	grid-template-columns: auto minmax(0, 1fr);
	column-gap: 0.65rem;
}

.cc-detail-spec-row--footer dd {
	text-align: right;
}

.cc-detail-spec-row dt {
	margin: 0;
	padding: 0;
	min-width: 0;
	font-weight: 500;
	font-size: 13.3333px;
	line-height: 25px;
	color: #ffffff;
	text-shadow: 0 0 17.9899px rgba(0, 0, 0, 0.35);
}

.cc-detail-spec-row dd {
	margin: 0;
	padding: 0;
	min-width: 0;
	font-weight: 700;
	font-size: 13.3333px;
	line-height: 25px;
	color: #ffffff;
	text-align: left;
	text-shadow: 0 0 17.9899px rgba(0, 0, 0, 0.35);
}

@media (max-width: 899px) {
	.cc-detail-specs-panel {
		padding: clamp(10px, 3.8vw, 14px) clamp(14px, 5vw, 20px) clamp(11px, 3.5vw, 14px);
		margin-bottom: clamp(1rem, 4vw, 1.5rem);
		border: 0.0869444px solid rgba(255, 255, 255, 0.1);
		box-shadow: 0 0 5.21667px rgba(5, 0, 0, 0.5);
		border-radius: 17.3889px;
	}

	.cc-detail-specs-columns {
		column-gap: clamp(0.35rem, 2.5vw, 1rem);
	}

	.cc-detail-specs-list {
		gap: clamp(0.05rem, 0.7vw, 0.15rem);
	}

	.cc-detail-spec-row {
		font-size: clamp(11px, 2.85vw, 12.5px);
		line-height: clamp(15px, 4.35vw, 17px);
		min-height: clamp(17px, 4.8vw, 22px);
		column-gap: clamp(0.25rem, 1.8vw, 0.5rem);
	}

	.cc-detail-spec-row dt,
	.cc-detail-spec-row dd {
		font-size: inherit;
		line-height: inherit;
		text-shadow: 0 0 12.513px rgba(0, 0, 0, 0.35);
	}

	.cc-detail-spec-row dt {
		font-weight: 500;
	}

	.cc-detail-spec-row dd {
		font-weight: 700;
	}

	.cc-detail-spec-row--footer {
		min-height: clamp(17px, 4.8vw, 22px);
		column-gap: clamp(0.4rem, 2vw, 0.65rem);
	}

	.cc-detail-specs-footer {
		margin-top: clamp(0.15rem, 1vw, 0.35rem);
		padding-top: clamp(0.15rem, 1vw, 0.35rem);
	}
}

.cc-detail-prices {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-bottom: 1.25rem;
	width: 100%;
	box-sizing: border-box;
}

.cc-detail-price-line {
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	margin: 0;
	min-height: 25px;
	box-sizing: border-box;
	font-family: 'Montserrat', system-ui, sans-serif;
	font-style: normal;
	font-size: 14.6667px;
	line-height: 25px;
}

.cc-detail-price-line + .cc-detail-price-line {
	margin-top: 7px;
}

.cc-detail-price-label {
	flex-shrink: 0;
	min-width: 0;
	font-weight: 500;
	font-size: 14.6667px;
	line-height: 25px;
	color: #ffffff;
	text-shadow: 0 0 17.9899px rgba(0, 0, 0, 0.35);
}

.cc-detail-price-val {
	flex-shrink: 0;
	min-width: 0;
	font-family: 'Montserrat', system-ui, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 14.6667px;
	line-height: 25px;
	color: #ffffff;
	text-align: right;
	text-shadow: 0 0 17.9899px rgba(0, 0, 0, 0.35);
}

/* Detail hero CTA — Group 2218 (does not affect filter .catalog-china-filter-submit) */
.catalog-china-btn-primary.cc-detail-cta {
	position: relative;
	z-index: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	max-width: 450px;
	min-height: 52px;
	height: 52px;
	padding: 0 1.25rem;
	margin-top: 0;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 12.5844px;
	font-family: 'Unbounded', system-ui, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 22.1987px;
	line-height: 23px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	text-shadow: 0 0 16.9378px rgba(0, 0, 0, 0.35);
	cursor: pointer;
	background-color: transparent;
	background-image:
		linear-gradient(rgba(165, 0, 0, 0.2), rgba(165, 0, 0, 0.2)),
		linear-gradient(
			90deg,
			#7a0a00 0%,
			#ff1000 25%,
			#d30b00 50%,
			#e60b00 75%,
			#850500 100%
		);
	box-shadow: 0 0 2px rgba(5, 0, 0, 0.35);
	overflow: visible;
}

.catalog-china-btn-primary.cc-detail-cta::before {
	content: '';
	position: absolute;
	z-index: -1;
	inset: -4px;
	border-radius: 12.5844px;
	background: linear-gradient(
		90deg,
		rgba(122, 10, 0, 0.6) 0%,
		rgba(255, 16, 0, 0.6) 25%,
		rgba(211, 11, 0, 0.6) 50%,
		rgba(230, 11, 0, 0.6) 75%,
		rgba(133, 5, 0, 0.6) 100%
	);
	filter: blur(5px);
	pointer-events: none;
}

.catalog-china-btn-primary.cc-detail-cta:visited {
	color: #ffffff;
}

.catalog-china-btn-primary.cc-detail-cta:focus {
	outline: none;
}

.catalog-china-btn-primary.cc-detail-cta:focus-visible {
	box-shadow:
		0 0 2px rgba(5, 0, 0, 0.35),
		0 0 0 2px rgba(255, 255, 255, 0.35);
}

@media (max-width: 899px) {
	.catalog-china-btn-primary.cc-detail-cta {
		max-width: none;
	}
}

.cc-detail-gallery {
	display: flex;
	flex-direction: column;
	gap: 13px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.cc-detail-gallery-frame {
	position: relative;
	border-radius: 16.6667px;
	overflow: hidden;
	background: #1a1a1a;
	aspect-ratio: 586.67 / 396.67;
}

.cc-detail-gallery-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media (min-width: 900px) {
	.cc-detail-gallery {
		height: 100%;
		min-height: 0;
	}

	.cc-detail-gallery-frame {
		flex: 1 1 auto;
		min-height: 0;
		aspect-ratio: unset;
	}

	.cc-detail-gallery-frame img {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.cc-detail-gallery-nav {
	position: absolute;
	top: auto;
	bottom: 10px;
	transform: none;
	z-index: 2;
	box-sizing: border-box;
	width: 43.33px;
	height: 43.33px;
	padding: 0;
	border-radius: 50%;
	border: 0.35001px solid rgba(255, 255, 255, 0.5);
	background: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition:
		background 0.2s ease,
		border-color 0.2s ease;
}

.cc-detail-gallery-nav:hover {
	background: rgba(0, 0, 0, 0.65);
	border-color: rgba(255, 255, 255, 0.65);
}

.cc-detail-gallery-nav--prev {
	left: 10px;
}

.cc-detail-gallery-nav--next {
	right: 10px;
}

.cc-detail-gallery-nav-icon {
	display: block;
	width: 28px;
	height: 28px;
	flex-shrink: 0;
	transform-origin: center center;
}

.cc-detail-gallery-nav--prev .cc-detail-gallery-nav-icon {
	transform: scaleX(-1);
}

.cc-detail-gallery-nav:focus {
	outline: none;
}

.cc-detail-gallery-nav:focus-visible {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35);
}

.cc-detail-gallery-thumbs {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 13px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: rgba(255, 255, 255, 0.45) transparent;
}

.cc-detail-gallery-thumbs::-webkit-scrollbar {
	height: 8px;
}

.cc-detail-gallery-thumbs::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 999px;
}

.cc-detail-gallery-thumbs::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.38);
	border-radius: 999px;
}

.cc-detail-gallery-thumbs::-webkit-scrollbar-thumb:hover {
	background: rgba(255, 255, 255, 0.52);
}

.cc-detail-gallery-thumbs > li {
	flex: 0 0 calc((100% - 39px) / 4);
	min-width: calc((100% - 39px) / 4);
	max-width: calc((100% - 39px) / 4);
	box-sizing: border-box;
}

.cc-detail-gallery-thumb {
	display: block;
	width: 100%;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	background: #141414;
	line-height: 0;
	transition: border-color 0.2s ease, opacity 0.2s ease;
}

.cc-detail-gallery-thumb img {
	width: 100%;
	height: 100%;
	aspect-ratio: 136.67 / 92.67;
	object-fit: cover;
	object-position: center;
	display: block;
}

.cc-detail-gallery-thumb.is-active {
	border-color: #e31e24;
}

.cc-detail-gallery-thumb:not(.is-active) {
	opacity: 0.72;
}

.cc-detail-gallery-thumb:hover {
	opacity: 1;
}

.cc-detail-gallery-thumb:focus {
	outline: none;
}

.cc-detail-gallery-thumb:focus-visible {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35);
}

.cc-detail-section-title {
	font-family: 'Unbounded', system-ui, sans-serif;
	font-weight: 700;
	font-size: clamp(22px, 3vw, 28px);
	line-height: 1.15;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0 0 1.25rem;
}

.cc-detail-section-title--accent {
	font-style: normal;
	font-weight: 700;
	font-size: clamp(18px, 5.15vw, 33.6445px);
	line-height: 33px;
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
	gap: 0.25em;
	margin: 0 0 1.25rem;
	color: #ffffff;
}

.cc-detail-section-title--accent .cc-detail-related-heading-gradient {
	display: inline-block;
	flex-shrink: 0;
	background: linear-gradient(
		90deg,
		#f21300 0%,
		#ff1000 25%,
		#d30b00 50%,
		#e60b00 75%,
		#ff0a00 100%
	);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(0 0 23.7443px rgba(0, 0, 0, 0.35));
}

.cc-detail-section-title--accent .cc-detail-related-heading-rest {
	display: inline-block;
	flex-shrink: 0;
	font-weight: 700;
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	text-shadow: 0 0 23.7443px rgba(0, 0, 0, 0.35);
}

@media (max-width: 899px) {
	.cc-detail-section-title--accent {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: nowrap;
		gap: 0;
		line-height: 1.06;
		font-size: clamp(22px, 8.5vw, 34px);
	}

	.cc-detail-section-title--accent .cc-detail-related-heading-gradient,
	.cc-detail-section-title--accent .cc-detail-related-heading-rest {
		display: block;
	}

	.cc-detail-section-title--accent .cc-detail-related-heading-gradient {
		filter: drop-shadow(0 0 35.6165px rgba(0, 0, 0, 0.35));
	}

	.cc-detail-section-title--accent .cc-detail-related-heading-rest {
		text-shadow: 0 0 35.6165px rgba(0, 0, 0, 0.35);
	}
}

.cc-detail-cost {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 1.5rem;
	column-gap: 2rem;
	align-items: stretch;
	margin-bottom: clamp(2.5rem, 5vw, 4rem);
	box-sizing: border-box;
}

.cc-detail-cost-block {
	align-self: start;
	min-width: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 41px;
	box-sizing: border-box;
}

.cc-detail-cost-heading {
	font-family: 'Unbounded', system-ui, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: clamp(18px, 5.15vw, 33.6445px);
	line-height: 33px;
	text-transform: uppercase;
	margin: 0;
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
	gap: 0.25em;
	max-width: 100%;
	white-space: nowrap;
	color: #ffffff;
}

@supports (font-size: 1cqw) {
	.cc-detail-cost-block {
		container-type: inline-size;
	}

	.cc-detail-cost-heading {
		font-size: clamp(18px, 6cqw, 33.6445px);
	}
}

@media (max-width: 899px) {
	.cc-detail-cost-heading {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: nowrap;
		gap: 0;
		white-space: normal;
		font-size: clamp(22px, 8.2vw, 34px);
		line-height: 1.06;
	}

	.cc-detail-cost-heading-gradient,
	.cc-detail-cost-heading-rest {
		display: block;
	}

	.cc-detail-cost-heading-gradient {
		filter: drop-shadow(0 0 14.5312px rgba(0, 0, 0, 0.35));
	}

	.cc-detail-cost-heading-rest {
		text-shadow: 0 0 14.5312px rgba(0, 0, 0, 0.35);
	}
}

@media (min-width: 900px) {
	.cc-detail-cost {
		grid-template-columns: minmax(0, 1fr) max-content;
		column-gap: 6.5rem;
	}

	.cc-detail-desc {
		justify-self: end;
	}
}

.cc-detail-cost-heading-gradient {
	display: inline-block;
	flex-shrink: 0;
	background: linear-gradient(
		90deg,
		#f21300 0%,
		#ff1000 25%,
		#d30b00 50%,
		#e60b00 75%,
		#ff0a00 100%
	);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(0 0 23.7443px rgba(0, 0, 0, 0.35));
}

.cc-detail-cost-heading-rest {
	display: inline-block;
	flex-shrink: 0;
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	text-shadow: 0 0 23.7443px rgba(0, 0, 0, 0.35);
}

.cc-detail-cost-list {
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	border-top: none;
}

.cc-detail-cost-item {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	box-sizing: border-box;
	min-height: 0;
	padding-block: 16px;
	padding-inline: 0;
	margin: 0;
	border-bottom: 0.666667px solid #414141;
	font-family: 'Montserrat', system-ui, sans-serif;
	font-style: normal;
	font-size: 20px;
	line-height: 25px;
}

.cc-detail-cost-item:first-child {
	padding-top: 0;
}

.cc-detail-cost-item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.cc-detail-cost-label {
	flex: 1;
	min-width: 0;
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	color: #ffffff;
	text-align: left;
	text-shadow: 0 0 17.9899px rgba(0, 0, 0, 0.35);
}

.cc-detail-cost-value {
	flex-shrink: 0;
	font-family: 'Montserrat', system-ui, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	color: #ffffff;
	text-align: right;
	text-shadow: 0 0 17.9899px rgba(0, 0, 0, 0.35);
}

@media (max-width: 899px) {
	.cc-detail-cost-item {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: start;
		column-gap: 1rem;
		row-gap: 0.35rem;
		padding-block: clamp(9px, 2.8vw, 13px);
		border-bottom: 0.375973px solid #414141;
		font-size: inherit;
		line-height: inherit;
	}

	.cc-detail-cost-item:first-child {
		padding-top: 0;
	}

	.cc-detail-cost-item:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}

	.cc-detail-cost-label {
		grid-column: 1;
		flex: unset;
		min-width: 0;
		font-weight: 600;
		font-size: clamp(11px, 2.75vw, 13px);
		line-height: clamp(13px, 3.2vw, 15px);
		text-shadow: 0 0 9.05761px rgba(0, 0, 0, 0.35);
	}

	.cc-detail-cost-value {
		grid-column: 2;
		justify-self: end;
		align-self: start;
		flex-shrink: 0;
		font-weight: 500;
		font-size: clamp(12px, 3.05vw, 14px);
		line-height: clamp(14px, 3.6vw, 17px);
		text-align: right;
		text-shadow: 0 0 10.1456px rgba(0, 0, 0, 0.35);
		white-space: nowrap;
	}
}

.cc-detail-desc {
	box-sizing: border-box;
	max-width: 420px;
	width: 100%;
	min-height: 0;
	padding: 24px 28px;
	background: rgba(36, 36, 36, 0.2);
	border: 0.125px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 0 7.5px rgba(5, 0, 0, 0.5);
	border-radius: 25px;
}

.cc-detail-desc p {
	margin: 0;
	font-family: 'Montserrat', system-ui, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	color: #ffffff;
	text-shadow: 0 0 17.9899px rgba(0, 0, 0, 0.35);
}

@media (max-width: 899px) {
	.cc-detail-desc {
		max-width: none;
		width: 100%;
		padding: clamp(14px, 4vw, 20px) clamp(16px, 4.5vw, 22px);
		border: 0.1875px solid rgba(255, 255, 255, 0.1);
		box-shadow: 0 0 11.25px rgba(5, 0, 0, 0.5);
		border-radius: 20px;
	}

	.cc-detail-desc p {
		font-size: clamp(13px, 3.7vw, 14px);
		line-height: clamp(17px, 4.6vw, 18px);
		text-shadow: 0 0 26.9849px rgba(0, 0, 0, 0.35);
	}
}

/* Related cars: mobile = 3 rows × 1 column; desktop = 1 row × 3 columns */
.cc-detail-related-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	margin-top: 0.5rem;
	margin-inline: 0;
	padding: 0;
	list-style: none;
}

.cc-detail-related-list .catalog-china-card {
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	gap: 1rem;
	min-width: 0;
}

.cc-detail-related-list .catalog-china-card-price,
.cc-detail-related-list .catalog-china-price-value,
.cc-detail-related-list .catalog-china-price-note {
	text-align: left;
}

@media (max-width: 899px) {
	.cc-detail-related-list .catalog-china-card:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}
}

@media (min-width: 900px) {
	.cc-detail-related-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		column-gap: 2rem;
		row-gap: 0;
		align-items: start;
	}

	.cc-detail-related-list .catalog-china-card {
		padding: 0 0 1rem;
		border-bottom: none;
		box-sizing: border-box;
	}

	.cc-detail-related-list .catalog-china-card-info,
	.cc-detail-related-list .catalog-china-card-price,
	.cc-detail-related-list .catalog-china-card-media,
	.cc-detail-related-list .catalog-china-card > .catalog-china-btn-small {
		grid-column: 1;
		grid-row: auto;
		align-self: stretch;
		justify-self: stretch;
	}

	/* Same vertical stack as mobile: image → copy → price → CTA */
	.cc-detail-related-list .catalog-china-card-media {
		order: 1;
	}

	.cc-detail-related-list .catalog-china-card-info {
		order: 2;
	}

	.cc-detail-related-list .catalog-china-card-price {
		order: 3;
	}

	.cc-detail-related-list .catalog-china-card > .catalog-china-btn-small {
		order: 4;
	}
}

