.cgrb {
	--cgrb-border: rgba(255, 255, 255, 0.18);
	--cgrb-muted: rgba(255, 255, 255, 0.72);
	--cgrb-panel-border: #d9d9d9;
	--cgrb-panel-bg: #f8f8f6;
	--cgrb-card-bg: #050505;
	--cgrb-button-bg: #8a8a8a;
	--cgrb-button-text: #fff;
	--cgrb-copy: #181818;
	--cgrb-text: #fff;
	--cgrb-title-font: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.is-required {
	color: var(--c-primary-3);
}
.cgrb__layout {
	display: grid;
	column-gap: 0;
	/*row-gap: 2rem;*/
	/*grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);*/
	grid-template-columns: 330px minmax(0, 1fr);
	position: relative;
}

.cgrb__intro {
	align-self: stretch;
}

.cgrb__intro--left,
.cgrb__aside {
	border-right: 6px solid var(--cgrb-panel-border);
	padding-right: 2rem;
}

.cgrb__intro--right,
.cgrb__content {
	padding-left: 2rem;
}

.cgrb__intro-text {
	color: var(--cgrb-copy);
	font-size: 18px;
	font-weight: 300;
	line-height: 1.55;
	margin: 0;
	text-transform: uppercase;
	white-space: pre-line;
	max-width: 450px;
	font-family: var(--font-headline);
	min-height: 140px;
	margin-bottom: 28px;
}
@media(max-width: 991px){
	.cgrb__intro-text { display: none; }
}

.cgrb__mobile-toolbar {
	align-items: center;
	display: none;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 16px;
}

.cgrb__mobile-count {
	color: var(--cgrb-copy);
	font-size: 13.12px;
	font-weight: 500;
	line-height: 1.2;
}

.cgrb__mobile-filter-btn,
.cgrb__apply,
.cgrb__reset,
.cgrb__back-btn,
.cgrb-model-card__action {
	appearance: none;
	border: 0;
	cursor: pointer;
	font: inherit;
	text-decoration: none;
}

.cgrb__mobile-filter-btn {
	align-items: center;
	background: #fff;
	border: 1px solid #111;
	color: #111;
	display: inline-flex;
	gap: 8px;
	font-weight: 700;
	justify-content: center;
	min-height: 42px;
	padding: 10.4px 16px;
}

.cgrb__mobile-filter-icon {
	background: #111;
	clip-path: polygon(0 0, 100% 0, 68% 42%, 68% 100%, 32% 100%, 32% 42%);
	display: inline-block;
	flex: 0 0 auto;
	height: 12px;
	width: 12px;
}

.cgrb__aside {
	/*position: sticky;*/
	/*top: 180px;*/
	align-self: start;
}
.cgrb__aside:hover,
.cgrb__aside:focus { z-index: 1; }

.cgrb__content:hover .cgrb__slider-frame.cgrb__slider-frame--models,
.cgrb__content:focus .cgrb__slider-frame.cgrb__slider-frame--models { overflow: visible; }
.cgrb__content:hover,
.cgrb__content:focus { z-index: 1; }

.cgrb__filters {
	/*background: var(--cgrb-panel-bg);*/
	/*border: 1px solid var(--cgrb-panel-border);*/
	/*padding: 1.65rem 1.3rem 1.4rem;*/
	padding-top: 2.6rem;
	/*position: sticky;*/
	/*top: 2rem;*/
	top: 180px;
}

.cgrb__filter-close {
	background: transparent;
	border: 0;
	cursor: pointer;
	display: none;
	height: 2rem;
	padding: 0;
	position: absolute;
	right: 0.9rem;
	top: 0.9rem;
	width: 2rem;
}

.cgrb__filter-close span {
	background: #111;
	display: block;
	height: 1px;
	left: 0.4rem;
	position: absolute;
	top: 1rem;
	width: 1.2rem;
}

.cgrb__filter-close span:first-child {
	transform: rotate(45deg);
}

.cgrb__filter-close span:last-child {
	transform: rotate(-45deg);
}

.cgrb__filter-group + .cgrb__filter-group {
	margin-top: 1.5rem;
}

.cgrb__filter-group h3 {
	color: var(--cgrb-copy);
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	margin: 0 0 1rem;
	/*text-transform: uppercase;*/
}

.cgrb__filter-options {
	display: grid;
	gap: 0.55rem;
}

.cgrb__filter-option {
	align-items: flex-start;
	color: #3d3d3d;
	display: flex;
	font-size: 1rem;
	gap: 0.55rem;
	line-height: 1.35;
}

.cgrb__checkbox-wrap {
	align-items: flex-start;
	display: flex;
	gap: 0.55rem;
	min-width: 0;
}

.cgrb__filter-label {
	align-items: center;
	/*display: inline-flex;*/
	/*gap: 0.35rem;*/
	/*white-space: nowrap;*/
}

.cgrb__filter-label-text {
	display: inline;
}

.cgrb__filter-option input {
	flex: 0 0 auto;
	margin-top: 0.15rem;
}

.cgrb-tooltip {
	display: inline-flex;
	flex: 0 0 auto;
	position: relative;
	margin-left: 0.35rem;
}

.cgrb-tooltip__toggle {
	align-items: center;
	background: transparent;
	border: 0;
	color: rgba(17, 17, 17, 0.38);
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	padding: 0;
	transition: color 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
}

.cgrb-tooltip__icon {
	display: block;
	height: 14px;
	opacity: 0.62;
	width: 14px;
}

.cgrb-tooltip__toggle:hover,
.cgrb-tooltip__toggle:focus-visible,
.cgrb-tooltip.is-open .cgrb-tooltip__toggle {
	color: rgba(17, 17, 17, 0.58);
	transform: translateY(-1px);
}

.cgrb-tooltip__content {
	background: #6b6b6b;
	border: 1px solid #6b6b6b;
	box-shadow: 0 10px 30px rgba(107, 107, 107, 0.18);
	color: #fff;
	display: none;
	font-size: 14px;
	left: 50%;
	/*line-height: 1.22;*/
	line-height: 1.5;
	max-width: min(280px, calc(100vw - 48px));
	min-width: 220px;
	padding: 11.2px 12.8px;
	position: absolute;
	top: calc(100% + 8px);
	transform: translateX(-50%);
	text-transform: none;
	white-space: pre-line;
	width: max-content;
	z-index: 50;
}

.cgrb-tooltip__content { font-family: var(--font-base); }

.cgrb-tooltip__content ul,
.cgrb-tooltip__content ol {
	margin: 0.5rem 0 0;
	padding-left: 1.1rem;
	list-style: unset;
}

.cgrb-tooltip__content li {
	margin: 0.22rem 0 0;
}

.cgrb-tooltip__content ul li::marker,
.cgrb-tooltip__content ol li::marker {
	text-transform: none;
}

.cgrb-tooltip.is-open .cgrb-tooltip__content,
.cgrb-tooltip:hover .cgrb-tooltip__content,
.cgrb-tooltip:focus-within .cgrb-tooltip__content {
	display: block;
}

.cgrb__filter-actions {
	display: grid;
	gap: 0.8rem;
	margin-top: 2rem;
}

.cgrb__apply-wrap {
	position: relative;
}

.cgrb__apply {
	background: var(--cgrb-card-bg);
	color: var(--cgrb-button-text);
	font-size: 1.05rem;
	font-weight: 600;
	padding: 0.95rem 1rem;
	text-align: center;
	width: 225px;
}

.cgrb__apply--disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

.cgrb__apply-tooltip {
	background: #6b6b6b;
	border: 1px solid #6b6b6b;
	bottom: calc(100% + 10px);
	box-shadow: 0 10px 30px rgba(107, 107, 107, 0.18);
	color: #fff;
	font-size: 14px;
	left: 0;
	line-height: 1.35;
	max-width: min(320px, calc(100vw - 48px));
	padding: 11.2px 12.8px;
	position: absolute;
	transition: opacity 0.18s ease, transform 0.18s ease;
	width: max-content;
	z-index: 20;
}

.cgrb__apply-tooltip[hidden] {
	display: none;
}

.cgrb__apply-tooltip.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.cgrb__reset {
	align-items: center;
	background: transparent;
	color: #2b2b2b;
	display: inline-flex;
	gap: 0.55rem;
	padding: 0.4rem 0;
	text-align: left;
	width: 225px;
	justify-content: center;
}

.cgrb__reset::before {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9C18 13.9705 13.9706 18 9 18C4.02948 18 0 13.9705 0 9C0 4.02943 4.02948 0 9 0V1.8C5.02353 1.8 1.8 5.02355 1.8 9C1.8 12.9765 5.02353 16.2 9 16.2C12.9765 16.2 16.2 12.9765 16.2 9C16.2 6.5252 14.9514 4.34202 13.0498 3.04606L13.05 5.4H11.25V0H16.65V1.8L14.4007 1.7999C16.5864 3.44191 18 6.05586 18 9Z' fill='black'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	content: "";
	display: block;
	flex: 0 0 18px;
	height: 18px;
	width: 18px;
}

.cgrb__content {
	min-width: 0;
}

.cgrb__results-count-wrap {
	margin-bottom: 1rem;
}

.cgrb__results-count {
	color: var(--cgrb-copy);
	display: inline-block;
	font-size: 0.95rem;
	font-weight: 400;
	line-height: 1.3;
}

.cgrb__header {
	align-items: center;
	display: flex;
	gap: 1rem;
	margin-bottom: 1rem;
}

.cgrb__back-btn {
	align-items: center;
	background: transparent;
	color: #111;
	display: inline-flex;
	font-weight: 700;
	gap: 0.5rem;
	padding: 0;
}

.cgrb__back-icon {
	transform: rotate(180deg);
}

.cgrb__detail-title {
	display: none;
	font-size: 1.4rem;
	margin: 0;
}

.cgrb__grid {
	display: grid;
	gap: 1.35rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cgrb__slider-frame {
	overflow: hidden;
	position: relative;
}

.cgrb__slider-arrow {
	align-items: center;
	background: transparent;
	border: 0;
	color: #111;
	cursor: pointer;
	display: none;
	height: 32px;
	justify-content: center;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	z-index: 4;
}

.cgrb__slider-arrow--prev {
	left: 4px;
}

.cgrb__slider-arrow--prev svg {
	transform: rotate(180deg);
}

.cgrb__slider-arrow--next {
	right: 4px;
}

.cgrb__slider-arrow:disabled {
	opacity: 0.2;
}

.cgrb__slider-progress {
	display: none;
}

.cgrb__slider-progress-bar {
	display: block;
	height: 3px;
	width: 0;
}

.cgrb-card {
	background: var(--cgrb-card-bg);
	color: #fff;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 0.95rem 0.95rem 0.85rem;
}

.cgrb-card__title {
	color: var(--cgrb-text);
	font-family: new-order, sans-serif;
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
	margin: 0 0 0.9rem;
	text-transform: uppercase;
}

.cgrb-card__title-text {
	display: inline;
}

.cgrb-tooltip--title {
	display: inline-flex;
	margin-left: 0.5rem;
	vertical-align: super;
}

.cgrb-tooltip--title .cgrb-tooltip__toggle {
	opacity: 0.7;
}

.cgrb-tooltip--title .cgrb-tooltip__icon {
	opacity: 1;
}

.cgrb-tooltip--title .cgrb-tooltip__toggle:hover,
.cgrb-tooltip--title .cgrb-tooltip__toggle:focus-visible,
.cgrb-tooltip--title.cgrb-tooltip.is-open .cgrb-tooltip__toggle {
	opacity: 0.88;
}

.cgrb-card__plan {
	align-items: center;
	/*background: #101010;*/
	/*border: 1px solid var(--cgrb-border);*/
	display: flex;
	justify-content: center;
	margin-bottom: 0.9rem;
	min-height: 132px;
	/*overflow: hidden;*/
	position: relative;
}

.cgrb-card__image {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.cgrb-card__placeholder {
	background: linear-gradient(135deg, #2f2f2f 0%, #1d1d1d 100%);
	display: block;
	height: 132px;
	width: 100%;
}

.cgrb-card__360 {
	align-items: center;
	background: transparent;
	border: 0;
	/*bottom: -2.55rem;*/
	bottom: -1.8rem;
	display: flex;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 0.55rem;
	width: 70px;
	height: 58px;
}
.cgrb__slider-frame--models .cgrb-card__plan { margin-bottom: 40px; }

.cgrb-card__360[data-cgrb-360-trigger] {
	cursor: pointer;
}

.cgrb-card__360-badge {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.cgrb-card__brands {
	align-items: center;
	display: flex;
	gap: 0.95rem;
	margin-bottom: 0.65rem;
	min-height: 32px;
}

.cgrb-card__brands--top {
	margin-bottom: 0.45rem;
	min-height: 28px;
}

.cgrb-card__brand-image,
.cgrb-card__brand-icon,
.cgrb-card__footer-icon {
	color: #fff;
	display: block;
	flex: 0 0 auto;
}

.cgrb-card__brand-image--fiat {
	height: 28px;
	width: 28px;
}

.cgrb-card__brand-icon--brand-mercedes-benz {
	height: 28px;
	width: 28px;
}

.cgrb-card__brand-text {
	color: #fff;
	font-size: 0.85rem;
}

.cgrb-card__meta-row {
	border-top: 1px solid var(--cgrb-border);
	color: var(--cgrb-text);
	display: flex;
	font-size: 16px;
	line-height: 26px;
	justify-content: space-between;
	padding: 0.5rem 0;
}

.cgrb-card__footer {
	align-items: center;
	border-top: 1px solid var(--cgrb-border);
	display: flex;
	font-size: 0.95rem;
	font-weight: 600;
	gap: 0.45rem;
	justify-content: flex-end;
	margin-top: auto;
	padding-top: 0.8rem;
}

.cgrb-model-card__actions {
	display: grid;
	gap: 0.7rem;
	margin-top: 1.1rem;
}

.cgrb-model-card__compare,
.cgrb-model-card__compare-check {
	align-items: center;
	color: var(--cgrb-muted);
	display: inline-flex;
	font-size: 0.84rem;
	gap: 0.6rem;
	margin-top: 1rem;
}
.cgrb-model-card__compare-check {
	justify-content: center;
	cursor: pointer;
}

.cgrb-model-card__compare input,
.cgrb-model-card__compare-input {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 1px solid #111;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	flex: 0 0 auto;
	height: 16px;
	margin: 0;
	position: relative;
	width: 16px;
}

.cgrb-model-card__compare-input:checked {
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23111' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 8.5 6.25 11.5 13 4.75'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px 12px;
}

.cgrb-model-card__compare-input:focus-visible {
	outline: 2px solid #111;
	outline-offset: 2px;
}

.cgrb-model-card__action {
	background: #fff;
	color: #111;
	font-weight: 600;
	padding: 0.8rem 0.9rem;
	text-align: center;
}

.cgrb-model-card__links {
	display: grid;
	gap: 0.5rem;
}

.cgrb-model-card__link {
	align-items: center;
	background: transparent;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 0.95rem;
	font-weight: 600;
	/*justify-content: space-between;*/
	gap: 10px;
	padding: 0;
	text-decoration: none;
}

.cgrb-model-card__link-icon {
	color: #fff;
	display: block;
	flex: 0 0 auto;
	max-width: 10px;
}

.cgrb__state {
	background: #f4f4f4;
	color: #1b1b1b;
	padding: 1rem 1.1rem;
}

.cgrb-compare-bar {
	background: #fff;
	bottom: 0;
	box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.16);
	left: 0;
	padding: 16px 32px 20px;
	position: fixed;
	right: 0;
	transform: translateY(100%);
	transition: transform 0.24s ease, visibility 0.24s ease;
	visibility: hidden;
	z-index: 40;
}

.cgrb-compare-bar.is-visible {
	transform: translateY(0);
	visibility: visible;
}

.cgrb-compare-bar__inner {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.cgrb-compare-bar__content {
	display: flex;
	flex-direction: column;
	gap: 18.4px;
	width: 100%;
}

.cgrb-compare-bar__head {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.cgrb-compare-bar__title {
	color: #1a1a1a;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1.333;
}

.cgrb-compare-bar__close {
	align-items: center;
	background: transparent;
	border: 0;
	color: #111;
	cursor: pointer;
	display: inline-flex;
	font-size: 30px;
	font-weight: 300;
	height: 32px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	min-height: 32px;
	min-width: 32px;
	padding: 0;
	width: 32px;
}

.cgrb-compare-bar__body {
	align-items: center;
	display: flex;
	gap: 25.6px;
	justify-content: space-between;
	width: 100%;
}

.cgrb-compare-bar__items {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	gap: 16px;
	min-width: 0;
}

.cgrb-compare-bar__item {
	align-items: center;
	background: #f4f4f4;
	border: 0;
	display: inline-flex;
	gap: 14.4px;
	justify-content: center;
	min-height: 58px;
	min-width: 465px;
	padding: 14.4px 22.4px;
}

.cgrb-compare-bar__item-label {
	/*align-items: center;*/
	color: #000000;
	display: inline-flex;
	/*font-family: var(--cgrb-title-font) !important;*/
	font-size: 16px;
	gap: 16px;
	font-weight: 800;
	line-height: 1.2;
	/*text-align: center;*/
}

.cgrb-compare-bar__item-label .cgrb-card__brand-image,
.cgrb-compare-bar__item-label .cgrb-card__brand-icon,
.cgrb-compare-bar__item-label .cgrb-card__brand-text {
	flex: 0 0 auto;
	margin-bottom: 0;
}

.cgrb-compare-bar__item-label-text {
	display: inline-block;
}

.cgrb-compare-bar__item-remove {
	align-items: center;
	background: transparent;
	border: 0;
	color: #111;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 23.2px;
	font-weight: 300;
	height: 24px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	min-height: 24px;
	padding: 0;
	width: 24px;
}

.cgrb-compare-bar__cta {
	align-items: center;
	align-self: center;
	background: #111;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 14px;
	font-weight: 700;
	height: 56px;
	justify-content: center;
	line-height: 1;
	min-width: 146px;
	padding: 0 28px;
	white-space: nowrap;
}

.cgrb.is-compare-open {
	padding-bottom: 168px;
}

.cgrb__backdrop {
	background: rgba(0, 0, 0, 0.5);
	border: 0;
	display: none;
	inset: 0;
	pointer-events: none;
	position: fixed;
	z-index: 19;
}

body.cgrb-filter-open {
	overflow: hidden;
}

body.cgrb-gallery-open {
	overflow: hidden;
}

body.cgrb-gallery-open .site-header,
body.cgrb-gallery-open .mega-nav__panel,
body.cgrb-gallery-open .mega-nav__overlay,
body.cgrb-gallery-open .product-navigation,
body.cgrb-gallery-open .site-footer__sticky-buttons,
body.cgrb-gallery-open .scroll-to-top {
	visibility: hidden !important;
	pointer-events: none !important;
}

body.cgrb-panorama-open {
	overflow: hidden;
}

.cgrb-panorama-modal {
	background: rgba(0, 0, 0, 0.88);
	inset: 0;
	position: fixed;
	z-index: 999999;
}

.cgrb-panorama-modal[hidden] {
	display: none;
}

.cgrb-panorama-modal__inner {
	height: 100vh;
	position: relative;
	width: 100vw;
}

.cgrb-panorama-modal__frame {
	border: 0;
	display: block;
	height: 100vh;
	width: 100vw;
}

.cgrb-panorama-modal__close {
	align-items: center;
	background: rgba(0, 0, 0, 0.65);
	border: 0;
	border-radius: 999px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 28px;
	font-weight: 300;
	height: 48px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	padding: 0;
	right: 20px;
	top: 20px;
	width: 48px;
	z-index: 2;
}

.cgrb-panorama-modal__close:hover {
	background: rgba(0, 0, 0, 0.8);
}

.cgrb-lightbox {
	align-items: center;
	background: #000;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 24px;
	position: fixed;
	isolation: isolate;
	z-index: 2147483000;
}

.cgrb-lightbox[hidden] {
	display: none;
}

.cgrb-lightbox__dialog {
	max-width: 1180px;
	position: relative;
	width: 100%;
}

.cgrb-lightbox__close {
	align-items: center;
	background: transparent;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	padding: 5.6px;
	position: absolute;
	right: 0;
	top: -40px;
}

.cgrb-lightbox__stage {
	align-items: center;
	display: grid;
	gap: 16px;
	grid-template-columns: auto minmax(0, 1fr) auto;
}

.cgrb-lightbox__image-wrap {
	min-width: 0;
}

.cgrb-lightbox__image {
	display: block;
	height: auto;
	max-height: 78vh;
	object-fit: contain;
	width: 100%;
}

.cgrb-lightbox__meta {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 15px;
	justify-content: space-between;
	margin-top: 14.4px;
}

.cgrb-lightbox__title {
	font-weight: 600;
}

.cgrb-lightbox__nav {
	align-items: center;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.22);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	height: 56px;
	justify-content: center;
	padding: 0;
	width: 56px;
}

.cgrb-lightbox__nav--prev svg {
	transform: rotate(180deg);
}

.cgrb-lightbox__nav:disabled {
	cursor: default;
	opacity: 0.35;
}

@media (max-width: 1199px) {
	.cgrb__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.cgrb__mobile-toolbar {
		display: flex;
	}

	.cgrb__results-count-wrap {
		display: none;
	}

	.cgrb__layout {
		grid-template-columns: 1fr;
	}

	.cgrb__intro,
	.cgrb__aside,
	.cgrb__content {
		border-right: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.cgrb__aside {
		height: 100dvh;
		inset: 0;
		max-width: none;
		padding: 0;
		pointer-events: auto;
		position: fixed;
		transform: translateX(-100%);
		transition: transform 0.25s ease;
		width: 100vw;
		z-index: 100001;
	}

	.cgrb.is-filter-open .cgrb__aside {
		transform: translateX(0);
	}

	.cgrb.is-filter-open .cgrb__backdrop {
		display: block;
	}

	.cgrb__filters {
		background: #fff;
		border: 0;
		box-shadow: none;
		height: 100%;
		margin: 0;
		overflow-y: auto;
		padding: 60px 30px 30px !important;
		position: relative;
		top: 0;
		width: 100%;
	}

	.cgrb__filter-close {
		border: 0;
		display: block;
		height: 32px;
		right: 18px;
		top: 14px;
		width: 32px;
		z-index: 2;
	}

	.cgrb__filter-close span {
		height: 1px;
		left: 6px;
		top: 15px;
		width: 20px;
	}

	.cgrb__backdrop {
		z-index: 100000;
	}
}

@media (max-width: 767px) {
	.cgrb__intro-text {
		font-size: 22px;
		line-height: 1.45;
	}

	.cgrb-compare-bar__inner {
		padding: 0;
	}

	.cgrb-compare-bar {
		padding: 14.4px 16px 16px;
	}

	.cgrb-compare-bar__body {
		align-items: stretch;
		flex-direction: column;
		gap: 16px;
	}

	.cgrb-compare-bar__items,
	.cgrb-compare-bar__item,
	.cgrb-compare-bar__cta {
		width: 100%;
	}

	.cgrb-compare-bar__item {
		min-width: 100%;
	}

	.cgrb.is-compare-open {
		padding-bottom: 240px;
	}

	.cgrb-lightbox {
		padding: 16px;
	}

	.cgrb-lightbox__stage {
		grid-template-columns: 1fr;
	}

	.cgrb-lightbox__nav {
		width: 100%;
	}

	.cgrb-lightbox__meta {
		align-items: flex-start;
		flex-direction: column;
		gap: 5.6px;
	}

	.cgrb__slider-frame {
		padding: 0 32px 32px;
	}

	.cgrb__grid {
		display: flex;
		gap: 0;
		grid-template-columns: none;
		overflow-x: auto;
		padding: 0 0 8px;
		scroll-behavior: smooth;
		scroll-padding-inline: 0;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.cgrb__grid::-webkit-scrollbar {
		display: none;
	}

	.cgrb__grid > .cgrb-card {
		flex: 0 0 100%;
		max-width: 100%;
		scroll-snap-align: center;
	}

	.cgrb__slider-arrow {
		display: inline-flex;
		height: 40px;
		top: 45%;
		width: 18px;
	}

	.cgrb__slider-arrow svg {
		display: block;
		height: 24px;
		width: 14px;
	}

	.cgrb__slider-arrow--prev {
		left: 8.8px;
	}

	.cgrb__slider-arrow--next {
		right: 8.8px;
	}

	.cgrb__slider-progress {
		background: #d7d7d7;
		display: block;
		height: 2px;
		margin: 16px -32px 0;
		width: calc(100% + 64px);
		overflow: hidden;
	}

	.cgrb__slider-progress-bar {
		background: #111;
		transition: width 0.25s ease;
	}

	.cgrb-card {
		padding: 25px;
	}

	.cgrb-card__title {
		font-size: 1.1rem;
	}
}

/* Malibu compare bar parity overrides */
.cgrb .cgrb-compare-bar {
	background: #fff;
	bottom: 0;
	box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.16);
	left: 0;
	padding: 50px 20px;
	position: fixed;
	right: 0;
	z-index: 40;
}

.cgrb .cgrb-compare-bar__inner {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.cgrb .cgrb-compare-bar__content {
	display: flex;
	flex-direction: column;
	gap: 18.4px;
	width: 100%;
}

.cgrb .cgrb-compare-bar__head {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.cgrb .cgrb-compare-bar__title {
	color: #1a1a1a;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1.333;
}

.cgrb .cgrb-compare-bar__close {
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	color: #111 !important;
	cursor: pointer;
	display: inline-flex;
	font-size: 30px;
	font-weight: 300;
	height: 32px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	min-height: 32px;
	min-width: 32px;
	padding: 0 !important;
	width: 32px;
}

.cgrb .cgrb-compare-bar__body {
	align-items: center;
	display: flex;
	gap: 25.6px;
	justify-content: space-between;
	width: 100%;
}

.cgrb .cgrb-compare-bar__items {
	align-items: stretch;
	display: grid;
	flex: 1 1 auto;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	min-width: 0;
}

.cgrb .cgrb-compare-bar__item {
	align-items: center;
	background: #fff;
	border: 1px solid #111;
	display: flex;
	gap: 14.4px;
	justify-content: space-between;
	min-height: 58px;
	min-width: 0;
	padding: 14.4px 22.4px;
	width: 100%;
}

.cgrb .cgrb-compare-bar__item-label {
	align-items: center;
	color: #111;
	display: inline-flex;
	/*font-family: var(--cgrb-title-font) !important;*/
	font-size: 15px;
	gap: 12px;
	font-weight: 800;
	line-height: 1.2;
	/*text-align: center;*/
}

.cgrb .cgrb-compare-bar__item-label .cgrb-card__brand-image,
.cgrb .cgrb-compare-bar__item-label .cgrb-card__brand-icon,
.cgrb .cgrb-compare-bar__item-label .cgrb-card__brand-text {
	flex: 0 0 auto;
	margin-bottom: 0;
}

.cgrb .cgrb-compare-bar__item-label .cgrb-card__brand-image,
.cgrb .cgrb-compare-bar__item-label .cgrb-card__brand-icon {
	filter: brightness(0) saturate(100%);
}

.cgrb .cgrb-compare-bar__item-label .cgrb-card__brand-image--fiat {
	height: 17px;
	width: 23px;
}

.cgrb .cgrb-compare-bar__item-label .cgrb-card__brand-icon--brand-mercedes-benz {
	height: 22px;
	width: 22px;
}

.cgrb .cgrb-compare-bar__item-label .cgrb-card__brand-icon,
.cgrb .cgrb-compare-bar__item-label .cgrb-card__brand-text {
	color: #111 !important;
}

.cgrb .cgrb-compare-bar__item-label-text {
	display: inline-block;
}

.cgrb .cgrb-compare-bar__item-remove {
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	color: #111;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 23.2px;
	font-weight: 300;
	height: 24px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	min-height: 24px;
	padding: 0 !important;
	width: 24px;
}

.cgrb .cgrb-compare-bar__cta {
	align-items: center;
	align-self: stretch;
	background: #000 !important;
	border: 0 !important;
	border-radius: 0 !important;
	color: #fff !important;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 14px;
	font-weight: 700;
	height: 56px;
	justify-content: center;
	line-height: 1;
	min-width: 146px;
	padding: 0 28px !important;
	white-space: nowrap;
}

.cgrb.is-compare-open {
	padding-bottom: 168px !important;
}

@media (max-width: 1199px) {
	.cgrb .cgrb-compare-bar__body {
		align-items: stretch;
		flex-direction: column;
	}

	.cgrb .cgrb-compare-bar__items {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cgrb .cgrb-compare-bar__cta {
		align-self: flex-start;
	}
}

@media (max-width: 767px) {
	.cgrb .cgrb-compare-bar {
		padding: 14.4px 16px 16px;
	}

	.cgrb .cgrb-compare-bar__body {
		align-items: stretch;
		flex-direction: column;
		gap: 16px;
	}

	.cgrb .cgrb-compare-bar__items,
	.cgrb .cgrb-compare-bar__item,
	.cgrb .cgrb-compare-bar__cta {
		width: 100%;
	}

	.cgrb .cgrb-compare-bar__items {
		grid-template-columns: minmax(0, 1fr);
	}

	.cgrb .cgrb-compare-bar__item {
		min-width: 100%;
	}

	.cgrb.is-compare-open {
		padding-bottom: 240px !important;
	}
}
