.cd-sale-page {
	margin: 0 auto;
}

.cd-sale-hero {
	align-items: end;
	background: #111;
	background-position: center;
	background-size: cover;
	display: flex;
	min-height: clamp(260px, 42vw, 520px);
	position: relative;
}

.cd-sale-hero::before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.66));
	content: '';
	inset: 0;
	position: absolute;
}

.cd-sale-hero--has-image {
	background: none;
	display: block;
	min-height: 0;
	overflow: hidden;
	position: relative;
}

.cd-sale-hero--has-image::before {
	display: none;
}

.cd-sale-hero__image {
	border-bottom: 2px solid #000;
	display: block;
	height: auto;
	width: 100%;
}

.cd-sale-hero-tier-nav {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.58) 48%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	box-sizing: border-box;
	left: 0;
	padding: clamp(58px, 7vw, 116px) 0 clamp(8px, 1.2vw, 14px);
	position: absolute;
	right: 0;
	z-index: 2;
}

.cd-sale-hero-tier-nav__inner {
	align-items: flex-start;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-start;
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 24px;
	width: 100%;
}

.cd-sale-hero-tier-nav__label {
	color: #fff;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	text-shadow: 0 1px 12px rgba(0, 0, 0, 0.55);
	text-transform: uppercase;
}

.cd-sale-hero-tier-nav__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-start;
}

.cd-sale-hero .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.cd-sale-hero__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1180px;
	padding: clamp(36px, 7vw, 84px) 24px;
	position: relative;
	width: 100%;
}

.cd-sale-hero h1 {
	color: #fff;
	font-size: clamp(2.25rem, 6vw, 5rem);
	line-height: 0.95;
	margin: 0;
	max-width: 900px;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.32);
}

.cd-sale-groups {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1180px;
	padding: clamp(18px, 2.5vw, 34px) 24px clamp(28px, 4vw, 56px);
}

.cd-sale-page--vehicle .cd-sale-groups {
	padding-top: clamp(8px, 1vw, 14px);
}

.cd-sale-description {
	color: #333;
	font-size: 1rem;
	line-height: 1.65;
	margin: 0 0 clamp(14px, 2vw, 24px);
	max-width: none;
	width: 100%;
}

.cd-sale-description > :first-child {
	margin-top: 0;
}

.cd-sale-description > :last-child {
	margin-bottom: 0;
}

.cd-sale-schedule {
	background: #f5f5f5;
	border-left: 4px solid #b70000;
	border-radius: 6px;
	color: #222;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.45;
	margin: 14px 0 0;
	padding: 10px 16px;
}

.cd-sale-vehicle-hero {
	background: #151515;
	color: #fff;
}

.cd-sale-vehicle-hero__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1180px;
	padding: clamp(18px, 2.6vw, 28px) 24px clamp(14px, 2vw, 20px);
	width: 100%;
}

.cd-sale-vehicle-hero__back {
	color: rgba(255, 255, 255, 0.78);
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 700;
	margin-bottom: 10px;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.cd-sale-vehicle-hero__back:hover,
.cd-sale-vehicle-hero__back:focus {
	color: #fff;
}

.cd-sale-vehicle-hero__eyebrow {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0 0 6px;
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}

.cd-sale-navigation__eyebrow {
	color: #b70000;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.cd-sale-vehicle-hero h1 {
	color: #fff;
	font-size: clamp(2rem, 5vw, 4.1rem);
	line-height: 1;
	margin: 0;
	max-width: 900px;
}

.cd-sale-vehicle-hero p:not(.cd-sale-vehicle-hero__eyebrow) {
	color: rgba(255, 255, 255, 0.84);
	font-size: clamp(1rem, 1.4vw, 1.15rem);
	line-height: 1.55;
	margin: 10px 0 0;
	max-width: 760px;
}

.cd-sale-vehicle-hero__return {
	align-items: center;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 6px;
	color: #fff;
	display: inline-flex;
	font-size: 0.86rem;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-height: 42px;
	padding: 10px 14px;
	text-decoration: none !important;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.cd-sale-vehicle-hero__return:hover,
.cd-sale-vehicle-hero__return:focus {
	background: rgba(255, 255, 255, 0.22);
	border-color: rgba(255, 255, 255, 0.52);
	color: #fff;
	transform: translateY(-1px);
}

.cd-sale-vehicle-tier-nav {
	margin-top: clamp(12px, 1.8vw, 16px);
}

.cd-sale-vehicle-tier-nav__label {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 8px;
	text-shadow: 0 1px 12px rgba(0, 0, 0, 0.55);
	text-transform: uppercase;
}

.cd-sale-vehicle-tier-nav__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.cd-sale-navigation {
	background: #f7f7f7;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	box-sizing: border-box;
	display: grid;
	gap: 18px;
	margin: 0 0 clamp(22px, 3vw, 34px);
	padding: clamp(18px, 2.5vw, 26px);
}

.cd-sale-navigation--discount {
	background: #fff;
}

.cd-sale-navigation__header h2 {
	font-size: clamp(1.35rem, 2.4vw, 2rem);
	line-height: 1.12;
	margin: 0;
}

.cd-sale-navigation__header p:not(.cd-sale-navigation__eyebrow) {
	color: #555;
	font-size: 1rem;
	line-height: 1.5;
	margin: 8px 0 0;
	max-width: 780px;
}

.cd-sale-navigation__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.cd-sale-navigation__select-wrap {
	display: none;
}

.cd-sale-navigation__select {
	-webkit-appearance: none;
	appearance: none;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	box-sizing: border-box;
	color: #222;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.25;
	min-height: 48px;
	padding: 12px 42px 12px 14px;
	width: 100%;
}

.cd-sale-chip {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 6px;
	color: #222;
	display: inline-flex;
	font-size: 0.86rem;
	font-weight: 800;
	justify-content: center;
	line-height: 1.15;
	min-height: 42px;
	padding: 10px 14px;
	text-decoration: none !important;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.cd-sale-chip:hover,
.cd-sale-chip:focus,
.cd-sale-chip.is-active {
	background: #133960;
	border-color: #133960;
	color: #fff;
	text-decoration: none !important;
	transform: translateY(-1px);
}

.cd-sale-hero-tier-nav .cd-sale-chip {
	background: rgba(255, 255, 255, 0.94);
	border-color: rgba(255, 255, 255, 0.72);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
	color: #111;
	min-width: 94px;
}

.cd-sale-vehicle-tier-nav .cd-sale-chip {
	background: rgba(255, 255, 255, 0.94);
	border-color: rgba(255, 255, 255, 0.72);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
	color: #111;
	min-width: 94px;
}

.cd-sale-hero-tier-nav .cd-sale-chip:hover,
.cd-sale-hero-tier-nav .cd-sale-chip:focus,
.cd-sale-vehicle-tier-nav .cd-sale-chip:hover,
.cd-sale-vehicle-tier-nav .cd-sale-chip:focus {
	background: #b70000;
	border-color: #b70000;
	color: #fff;
}

.cd-brand-discount {
	align-items: center;
	background: #161616;
	border: 1px solid rgba(190, 0, 0, 0.42);
	border-left: 6px solid #b70000;
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	color: #fff;
	display: grid;
	gap: 18px;
	grid-template-columns: auto 1fr;
	margin: 0 0 clamp(30px, 4vw, 52px);
	padding: clamp(18px, 3vw, 28px);
}

.cd-brand-discount__badge {
	align-items: center;
	background: #b70000;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 8px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
	display: flex;
	font-size: clamp(1.8rem, 4vw, 3.2rem);
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-height: 92px;
	min-width: 120px;
	padding: 12px 16px;
}

.cd-brand-discount__body {
	min-width: 0;
}

.cd-brand-discount__eyebrow {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 4px;
	text-transform: uppercase;
}

.cd-brand-discount h2 {
	color: #fff;
	font-size: clamp(1.35rem, 3vw, 2.15rem);
	line-height: 1.12;
	margin: 0 0 8px;
}

.cd-brand-discount__copy {
	color: rgba(255, 255, 255, 0.82);
	font-size: 1rem;
	line-height: 1.55;
	margin: 0;
}

.cd-brand-discount__link {
	align-items: center;
	background: #b70000;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 6px;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
	color: #fff;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	margin-top: 16px;
	padding: 12px 16px;
	text-decoration: none !important;
	transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.cd-brand-discount__link:hover,
.cd-brand-discount__link:focus {
	background: #d00000;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
	color: #fff;
	text-decoration: none !important;
	transform: translateY(-1px);
}

.cd-sale-tier + .cd-sale-tier {
	margin-top: clamp(34px, 5vw, 64px);
}

.cd-sale-tier__header {
	align-items: end;
	border-bottom: 1px solid rgba(0, 0, 0, 0.14);
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 22px;
	padding-bottom: 10px;
}

.cd-sale-tier__header h2 {
	font-size: clamp(1.55rem, 3vw, 2.35rem);
	line-height: 1.1;
	margin: 0;
}

.cd-sale-tier__header p {
	color: #555;
	font-size: 0.98rem;
	line-height: 1.4;
	margin: 0;
	max-width: 520px;
}

.cd-sale-tier .products.row {
	row-gap: 28px;
}

.cd-sale-tier .product-small.col > .col-inner {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
	box-sizing: border-box;
	height: 100%;
	padding: 10px;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.cd-sale-tier .product-small.col:hover > .col-inner,
.cd-sale-tier .product-small.col:focus-within > .col-inner {
	border-color: rgba(183, 0, 0, 0.72);
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.14);
	transform: translateY(-2px);
}

.cd-sale-tier .product-small.box {
	height: auto;
}

.cd-sale-tier .box-image {
	background: #f6f6f6;
	border-radius: 6px;
	display: flex;
	min-height: 210px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding-top: 0 !important;
	width: 100%;
}

.cd-sale-tier .box-image img {
	border-radius: 6px;
}

.cd-sale-tier .box-image .image-zoom_in,
.cd-sale-tier .box-image a {
	display: block;
	height: auto;
	width: 100%;
}

.cd-sale-tier .box-image img.attachment-woocommerce_thumbnail {
	display: block;
	height: 100% !important;
	inset: auto !important;
	object-fit: contain;
	position: static !important;
	width: 100% !important;
}

.cd-sale-tier .box-text.box-text-products {
	display: block;
	padding: 14px 4px 4px;
}

.cd-sale-tier .title-wrapper,
.cd-sale-tier .price-wrapper {
	width: 100%;
}

.cd-sale-tier .price-wrapper {
	margin-top: 8px;
	text-align: left;
}

.cd-sale-tier .product-small .badge-container {
	left: 12px;
	line-height: 1;
	margin: 0;
	top: 12px;
}

.cd-sale-tier .product-small .badge {
	align-items: flex-start;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	display: inline-flex;
	height: auto;
	line-height: 1;
	margin: 0;
	min-height: 0;
	min-width: 0;
	padding: 0;
	width: auto;
}

.cd-sale-tier .product-small .badge-inner {
	align-items: center;
	background: #b70000;
	border: 0;
	border-radius: 4px;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.16);
	color: #fff;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 900;
	height: auto;
	line-height: 1;
	min-height: 0;
	min-width: 0;
	padding: 8px 10px;
	text-transform: uppercase;
	white-space: nowrap;
	width: auto;
}

.cd-sale-tier .product-small .onsale {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	display: inline;
	font: inherit;
	line-height: inherit;
	padding: 0;
	text-transform: inherit;
}

.cd-sale-tier .products .product-small .col-inner > .aal-qs-badge-wrap,
.cd-sale-tier .products .product-small .col-inner .box-text > .aal-qs-badge-wrap {
	bottom: auto;
	left: auto;
	right: 4px;
	top: 218px;
	transform: translateY(-100%);
	z-index: 2;
}

.cd-sale-tier .box-text-products .category,
.cd-sale-tier .box-text-products .posted_in,
.cd-sale-tier .box-text-products .name {
	letter-spacing: 0;
}

.cd-sale-tier .box-text-products .product-title,
.cd-sale-tier .box-text-products .name {
	font-weight: 800;
	line-height: 1.25;
}

.cd-sale-tier .price,
.cd-sale-tier .price span.amount {
	color: #111;
	font-weight: 900;
}

.cd-product-promo {
	display: block;
	margin: 0 0 16px;
}

.cd-product-promo__image {
	border-radius: 6px;
	display: block;
	height: auto;
	width: 100%;
}

@media (max-width: 640px) {
	.cd-sale-hero__image {
		min-height: 220px;
		object-fit: cover;
		object-position: center;
	}

	.cd-sale-hero-tier-nav {
		padding: 68px 0 10px;
	}

	.cd-sale-hero-tier-nav__inner {
		gap: 8px;
		padding: 0 18px;
	}

	.cd-sale-hero-tier-nav__label {
		font-size: 0.7rem;
		text-align: left;
	}

	.cd-sale-hero-tier-nav__chips {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding: 2px 0 4px;
		width: 100%;
	}

	.cd-sale-hero-tier-nav .cd-sale-chip {
		flex: 0 0 auto;
		min-height: 38px;
		min-width: 84px;
		padding: 8px 12px;
	}

	.cd-sale-groups {
		padding-left: 18px;
		padding-right: 18px;
	}

	.cd-sale-vehicle-hero__inner {
		padding: 18px 18px 16px;
	}

	.cd-sale-vehicle-tier-nav__chips {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding: 2px 0 4px;
		width: 100%;
	}

	.cd-sale-vehicle-tier-nav .cd-sale-chip {
		flex: 0 0 auto;
		min-height: 38px;
		min-width: 84px;
		padding: 8px 12px;
	}

	.cd-sale-navigation {
		border-radius: 6px;
		margin-bottom: 20px;
		padding: 18px;
	}

	.cd-sale-navigation__chips {
		flex-wrap: nowrap;
		margin-left: -18px;
		margin-right: -18px;
		overflow-x: auto;
		padding: 2px 18px 4px;
	}

	.cd-sale-navigation--vehicle .cd-sale-navigation__chips {
		display: none !important;
		height: 0 !important;
		margin: 0 !important;
		overflow: hidden !important;
		padding: 0 !important;
		visibility: hidden !important;
	}

	.cd-sale-navigation--vehicle .cd-sale-navigation__select-wrap {
		display: block !important;
		position: relative;
	}

	.cd-sale-navigation--vehicle .cd-sale-navigation__select-wrap::after {
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 6px solid #222;
		content: '';
		pointer-events: none;
		position: absolute;
		right: 16px;
		top: 50%;
		transform: translateY(-50%);
	}

	.cd-sale-chip {
		white-space: nowrap;
	}

	.cd-brand-discount {
		grid-template-columns: 1fr;
	}

	.cd-brand-discount__badge {
		min-height: 70px;
		width: fit-content;
	}

	.cd-sale-tier__header {
		align-items: start;
		display: block;
	}

	.cd-sale-tier__header p {
		margin-top: 8px;
	}

	.cd-sale-tier .box-image {
		min-height: 150px;
	}

	.cd-sale-tier .products .product-small .col-inner > .aal-qs-badge-wrap,
	.cd-sale-tier .products .product-small .col-inner .box-text > .aal-qs-badge-wrap {
		right: 4px;
		top: 158px;
	}
}
