.commercial-vehicle-carousel-section {
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	overflow: visible;
	isolation: isolate;
	padding: 12px 0 8px;
	box-sizing: border-box;
}

.commercial-vehicle-horizontal-scroll-container {
	display: flex;
	flex-wrap: nowrap;
	gap: 16px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	overflow-x: auto;
	overflow-y: visible;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	margin-bottom: 1rem;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.commercial-vehicle-horizontal-scroll-container::-webkit-scrollbar {
	display: none;
}

.commercial-vehicle-card {
	flex: 0 0 auto;
	width: 360px;
	min-height: 500px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e0dfe5;
	border-radius: 16px;
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
}

.commercial-vehicle-card:focus,
.commercial-vehicle-card:focus-visible {
	outline: none !important;
	box-shadow: none !important;
}

.commercial-vehicle-card-image {
	position: relative;
	flex-shrink: 0;
	border-radius: 16px 16px 0 0;
	overflow: hidden;
	line-height: 0;
}

.commercial-vehicle-card-image .commercial-vehicle-thumb,
.commercial-vehicle-card-image img.commercial-vehicle-thumb {
	width: 100%;
	height: 250px;
	object-fit: cover;
	display: block;
	transform: scale(1);
	transition: transform 0.35s ease;
	will-change: transform;
}

.commercial-vehicle-card:hover .commercial-vehicle-card-image .commercial-vehicle-thumb,
.commercial-vehicle-card:hover .commercial-vehicle-card-image img.commercial-vehicle-thumb {
	transform: scale(1.03);
}

.commercial-vehicle-card-title {
	padding: 12px 16px 8px;
	margin: 0;
	font-size: 20px !important;
	line-height: 1.3em !important;
	font-weight: 600;
	color: #2d2f31;
	text-decoration: none;
}

.commercial-vehicle-card:hover .commercial-vehicle-card-title {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.commercial-vehicle-card-excerpt {
	font-size: 14px;
	color: #666666;
	padding: 0 16px 18px;
	line-height: 1.6em;
	margin: 0;
	flex: 1;
}

.commercial-vehicle-carousel-slider-container {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0 clamp(12px, 3vw, 24px);
	margin-bottom: 0;
	text-align: center;
}

.commercial-vehicle-carousel-slider-container input[type="range"].commercial-vehicle-range {
	-webkit-appearance: none;
	width: 100%;
	height: 9px;
	background: #ddd;
	border-radius: 4px;
	outline: none;
	margin: 10px 0;
	cursor: pointer;
	border: 1px solid #e0dfe5;
	box-shadow: none;
}

.commercial-vehicle-carousel-slider-container input[type="range"].commercial-vehicle-range::-webkit-slider-runnable-track {
	background: #ddd;
	height: 9px;
	border-radius: 4px;
	border: 1px solid #e0dfe5;
	box-shadow: none;
}

.commercial-vehicle-carousel-slider-container input[type="range"].commercial-vehicle-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: var(--commercial-vehicle-thumb-w, 350px);
	height: 7px;
	background: #1b3b64;
	border-radius: 17px;
	border: none;
	box-shadow: none;
	cursor: pointer;
	margin-top: 0;
	position: relative;
}

.commercial-vehicle-carousel-slider-container input[type="range"].commercial-vehicle-range::-moz-range-thumb {
	width: var(--commercial-vehicle-thumb-w, 350px);
	height: 7px;
	background: #1b3b64;
	border-radius: 17px;
	border: none;
	box-shadow: none;
	cursor: pointer;
}

.commercial-vehicle-carousel-slider-container input[type="range"].commercial-vehicle-range::-ms-thumb {
	width: var(--commercial-vehicle-thumb-w, 350px);
	height: 7px;
	background: #1b3b64;
	border-radius: 17px;
	border: none;
	box-shadow: none;
	cursor: pointer;
}

@media (max-width: 768px) {
	.commercial-vehicle-carousel-slider-container input[type="range"].commercial-vehicle-range::-webkit-slider-thumb {
		width: var(--commercial-vehicle-thumb-w, 100px);
	}

	.commercial-vehicle-carousel-slider-container input[type="range"].commercial-vehicle-range::-moz-range-thumb {
		width: var(--commercial-vehicle-thumb-w, 100px);
	}

	.commercial-vehicle-carousel-slider-container input[type="range"].commercial-vehicle-range::-ms-thumb {
		width: var(--commercial-vehicle-thumb-w, 100px);
	}

	.commercial-vehicle-carousel-slider-container {
		padding: 0 24px;
	}

	.commercial-vehicle-card {
		width: 280px;
		min-height: 460px;
	}

	.commercial-vehicle-horizontal-scroll-container {
		padding: 8px 24px 1rem;
	}

	.commercial-vehicle-card-image .commercial-vehicle-thumb,
	.commercial-vehicle-card-image img.commercial-vehicle-thumb {
		height: 200px;
	}

	.commercial-vehicle-card-title {
		font-size: 18px !important;
	}
}

@media (max-width: 1024px) {
	.commercial-vehicle-horizontal-scroll-container {
		padding: 8px 24px 1rem;
	}
}
