/* ------------------------------------------------------ */
/* Fonts for promos                                       */
/* ------------------------------------------------------ */
@font-face {
    font-family: "ChevySans-Black";
    src: url('/assets/fonts/ChevySans-Black.woff');
}
@font-face {
    font-family: "ChevySans-Bold";
    src: url('/assets/fonts/ChevySans-Bold.woff');
}
@font-face {
    font-family: "ChevySans-CondensedRegular";
    src: url('/assets/fonts/ChevySans-CondensedRegular.woff');
}
@font-face {
    font-family: "ChevySans-Demi";
    src: url('/assets/fonts/ChevySans-Demi.woff');
}
@font-face {
    font-family: "ChevySans-Medium";
    src: url('/assets/fonts/ChevySans-Medium.woff');
}
@font-face {
    font-family: "ChevySans-NarrowBlack";
    src: url('/assets/fonts/ChevySans-NarrowBlack.woff');
}
@font-face {
    font-family: "ChevySans-NarrowDemi";
    src: url('/assets/fonts/ChevySans-NarrowDemi.woff');
}
@font-face {
    font-family: "ChevySans-NarrowRegular";
    src: url('/assets/fonts/ChevySans-NarrowRegular.woff');
}
@font-face {
    font-family: "ChevySans-Regular";
    src: url('/assets/fonts/ChevySans-Regular.woff');
}
/* ------------------------------------------------------ */
/* General Interface                                      */
/* ------------------------------------------------------ */
.landing-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 15px;
}
/* ------------------------------------------------------ */
/* Product Brief                                          */
/* ------------------------------------------------------ */
#product-brief-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 60px 15px;
}
.product-brief-content {
	padding-right: 30px;
}
.product-brief-year-model {
	margin-bottom: 10px;
	color: #000;
	font-size: 48px;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: var(--font-bold);
}
.product-brief-headline {
	margin-bottom: 30px;
	color: #333;
	font-size: 32px;
	line-height: 1.3;
	font-family: var(--font-medium);
	text-transform: uppercase;
}
.product-brief-body {
	margin-bottom: 30px;
	color: #555;
	font-size: 16px;
	line-height: 1.6;
}
.product-brief-cta {
	padding: 12px 40px;
	color: #FFF !important;
	font-size: 16px;
	text-transform: none;
	border-radius: 4px;
	background-color: #0077D9 !important;
	border: none;
	font-family: var(--font-bold);
	text-transform: uppercase;
	&:hover {
			background-color: #0066CC !important;
	}
}
.product-brief-cta:hover {
	background-color: #174A8A;
	color: #FFF !important;
}
.product-brief-pricing {
	text-align: right;
	margin-bottom: 20px;
	color: #000;
	font-size: 18px;
}
.pricing-line {
	margin-bottom: 5px;
}
.pricing-line sup {
	font-size: 12px;
	top: -0.5em;
}
.product-brief-image {
	text-align: center;
	margin-top: 20px;
}
.product-brief-image img {
	max-width: 100%;
	height: auto;
}
.product-brief-footnote {
	margin-top: 30px;
	padding-top: 20px;
	color: #666;
	font-size: 12px;
	border-top: 1px solid #ddd;
}
.product-brief-footnote sup {
	top: -0.5em;
	font-size: 10px;
}
/* ------------------------------------------------------ */
/* Inventory                                              */
/* ------------------------------------------------------ */
#inventory-container {
	padding: 60px 15px;
}
.inventory-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 400px;
	padding: 40px 20px;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	background-color: #FFF;
}
.inventory-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
	height: 200px;
}
.inventory-icon img {
	max-width: 100%;
	max-height: 200px;
	width: auto;
	height: auto;
	object-fit: contain;
}
.inventory-btn {
	min-width: 280px;
	padding: 16px 60px;
	color: #FFF !important;
	text-transform: none;
	text-align: center;
	font-size: 20px;
	border: none;
	border-radius: 4px;
	background-color: #0077D9 !important;
	font-family: var(--font-bold);
	text-transform: uppercase;
	&:hover {
			background-color: #0066CC !important;
	}
}
.inventory-btn:hover {
	color: #FFF !important;
	background-color: #2E65E8;
}
/* ------------------------------------------------------ */
/* Promos                                                 */
/* ------------------------------------------------------ */
.trim-nameplate {
	position: relative;
	width: 540px;
	font-size: 25pt;
	line-height: 30pt;
	font-family: "ChevySans-Demi";
	z-index: 460;
}
.offer_container {
	max-width: 620px;
	margin: 0 auto;
    margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #CCC;
}
.offer_container .copy {
	color: #333 !important;
}
.offer_container .nameplate,
.offer_container .trim {
	color: #000 !important;
}
.offer_container .offer_0 {
	padding-top: 15px;
	padding-left: 6px;
}
.offer_container .offer_1 {
	padding-left: 6px;
}
.offer {
	position: relative;
	width: 620px;
	height: 100%;
	color: #333 !important;
	display: block;
}
.offer p,
.offer span,
.offer div {
	color: inherit;
}
.splitter {
	font-family: ChevySans-Medium;
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.splitter-copy {
	font-family: ChevySans-Medium !important;
	margin: 5px 14px;
	font-size: 23.1pt;
	line-height: 35pt;
	letter-spacing: -0.5px;
	color: #333 !important;
}
.splitter-line hr {
	border-color: #CCC !important;
}
.apr_no_trigger_term .line1 {
	color: #333 !important;
}
.apr_no_trigger_term .line2 .text01 {
	color: #000 !important;
}
.apr_no_trigger_term .line2 .text02 {
	color: #333 !important;
}
/* ------------------------------------------------------ */
/* Global Color Overrides for All Incentive Types        */
/* ------------------------------------------------------ */
#promo-container *,
.offer_container *,
.offer *,
.offer_container .offer *,
.offer_container .offer p,
.offer_container .offer span,
.offer_container .offer div {
	color: #333 !important;
}
.offer_container .nameplate,
.offer_container .trim,
.apr_no_trigger_term .line2 .text01 {
	color: #000 !important;
}
/* ------------------------------------------------------ */
/* Promo Disclaimer                                       */
/* ------------------------------------------------------ */
.promo-disclaimer-section {
	max-width: 620px;
	margin: 0 auto;
	text-align: center;
}
#promo-disclaimer-link {
	color: #0066CC;
	font-size: 14px;
	text-decoration: underline;
	cursor: pointer;
}
#promo-disclaimer {
	margin-top: 15px;
	padding: 20px;
	border: 1px solid #DDD;
	border-radius: 4px;
	background: #F5F5F5;
	display: none;
}
#promo-disclaimer-copy {
	text-align: left;
	color: #333;
}
#promo-disclaimer-close {
	color: #666;
	font-size: 12px;
	text-align: right;
	cursor: pointer;
}
/* ------------------------------------------------------ */
/* Default Language: English
/* ------------------------------------------------------ */
body .c-esp,
body span.c-esp {
	display: none !important;
}
body .c-en,
body span.c-en {
	display: inline !important;
}
/* ------------------------------------------------------ */
/* Spanish Language Override (add class to <body>)        */
/* ------------------------------------------------------ */
body.lang-esp .c-esp,
body.lang-esp span.c-esp {
	display: inline !important;
}
body.lang-esp .c-en,
body.lang-esp span.c-en {
	display: none !important;
}
/* ------------------------------------------------------ */
/* Featured Primary                                       */
/* ------------------------------------------------------ */
#featured-primary-container {
    margin-top: 10px;
    margin-bottom: 30px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.featured-primary-wrapper {
    position: relative;
    width: 100%;
    max-width: 970px;
    height: 250px;
    margin: 0 auto;
    overflow: hidden;
    transition: max-width 0.3s ease, height 0.3s ease;
}

.featured-primary-banner {
    display: block;
    width: 100%;
    height: 250px;
    border: none;
    margin: 0;
    padding: 0;
    background-color: #000;
    overflow: hidden;
}
/* ------------------------------------------------------ */
/* Featured Primary: Responsive                           */
/* ------------------------------------------------------ */
@media (max-width: 999px) {
    .featured-primary-wrapper {
        max-width: 300px;
        height: 250px;
    }

    .featured-primary-banner {
        height: 250px;
    }
}
/* ------------------------------------------------------ */
/* Responsive: Stack on mobile/tablet                     */
/* ------------------------------------------------------ */
@media (max-width: 991px) {
	.product-brief-content {
		padding-right: 0;
		text-align: center;
		margin-bottom: 30px;
	}
	.product-brief-pricing {
		text-align: center;
	}
	.product-brief-year-model {
		font-size: 36px;
	}
	.product-brief-headline {
		font-size: 24px;
	}
}
/* ------------------------------------------------------ */
/* Responsive: Mobile                                     */
/* ------------------------------------------------------ */
@media (max-width: 767px) {
	.inventory-card {
		min-height: 320px;
		padding: 30px 20px;
	}
	.inventory-icon {
		height: 150px;
		margin-bottom: 30px;
	}
	.inventory-icon img {
		max-height: 150px;
	}
	.inventory-btn {
		padding: 14px 40px;
		font-size: 18px;
		min-width: 240px;
	}
	.offer_container {
		max-width: 100%;
	}
	.offer {
		width: 100%;
	}
}