/**
 * Homepage framework sections — shared layout for all blocks.
 */

.mkaacf-home {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: clamp(56px, 7vw, 88px) clamp(20px, 4vw, 64px);
	box-sizing: border-box;
}

.mkaacf-home:nth-child(even):not(.mkaacf-why):not(.mkaacf-newsletter) {
	background: #fafafa;
}

.mkaacf-home__inner {
	max-width: 1920px;
	margin: 0 auto;
}

.mkaacf-home__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: clamp(28px, 3.5vw, 40px);
}

.mkaacf-home__head--center {
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.mkaacf-home__head--center .mkaacf-home__subtitle {
	margin-left: auto;
	margin-right: auto;
}

.mkaacf-home__title {
	margin: 0 0 10px;
	font-size: clamp(1.625rem, 2.8vw, 2.75rem);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.02em;
	color: #111;
}

.mkaacf-home__subtitle {
	margin: 0;
	max-width: 52ch;
	font-size: clamp(0.875rem, 1.1vw, 1rem);
	line-height: 1.55;
	color: #666;
}

.mkaacf-home__cta {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 11.625rem;
	min-height: 38px;
	padding: 0 18px;
	border: 1px solid #111;
	border-radius: 2px;
	font-family: var(--mkaacf-font-sans, Helvetica, "Helvetica Neue", Arial, sans-serif);
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	color: #111;
	background: transparent;
	transition: background 0.2s ease, color 0.2s ease;
	white-space: nowrap;
	box-sizing: border-box;
}

.mkaacf-home__cta:hover {
	background: #111;
	color: #fff;
}

/* ── Shop by Vehicle ── */
.mkaacf-shop-vehicle__shell {
	display: grid;
	grid-template-columns: minmax(200px, 248px) minmax(0, 1fr);
	border: 1px solid rgba(17, 17, 17, 0.08);
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.04);
}

.mkaacf-shop-vehicle__brands {
	padding: 16px 12px;
	background: #f5f5f5;
	border-right: 1px solid rgba(17, 17, 17, 0.08);
}

.mkaacf-shop-vehicle__tabs {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0;
}

.mkaacf-shop-vehicle__tab {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
	padding: 14px 16px;
	border: none;
	border-radius: 8px;
	background: transparent;
	font-family: inherit;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #111;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.mkaacf-shop-vehicle__tab-label {
	flex: 1;
	text-align: left;
}

.mkaacf-shop-vehicle__tab.is-active {
	background: #111;
	color: #fff;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.14);
}

.mkaacf-shop-vehicle__tab.is-future {
	opacity: 0.55;
	cursor: default;
}

.mkaacf-shop-vehicle__more {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.mkaacf-shop-vehicle__more-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0;
	padding: 10px 12px;
	border: 1px dashed rgba(17, 17, 17, 0.22);
	border-radius: 8px;
	background: #fff;
	color: #111;
	font: inherit;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mkaacf-shop-vehicle__more-btn:hover {
	background: #111;
	border-color: #111;
	border-style: solid;
	color: #fff;
}

.mkaacf-shop-vehicle__more-btn--hide {
	margin-top: 8px;
	border-style: solid;
	border-color: rgba(17, 17, 17, 0.14);
	background: transparent;
}

.mkaacf-shop-vehicle__future-list {
	margin-top: 8px;
}

.mkaacf-shop-vehicle__future-list[hidden] {
	display: none !important;
}

.mkaacf-shop-vehicle__tabs--future {
	gap: 4px;
}

.mkaacf-shop-vehicle__future {
	flex-shrink: 0;
	padding: 3px 8px;
	border-radius: 999px;
	background: rgba(17, 17, 17, 0.08);
	font-size: 0.5625rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.mkaacf-shop-vehicle__tab.is-active .mkaacf-shop-vehicle__future {
	background: rgba(255, 255, 255, 0.16);
}

.mkaacf-shop-vehicle__content {
	padding: clamp(22px, 3vw, 36px);
	min-width: 0;
}

.mkaacf-shop-vehicle__panel-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: clamp(18px, 2.5vw, 24px);
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.mkaacf-shop-vehicle__panel-head--link-only {
	justify-content: flex-end;
}

.mkaacf-shop-vehicle__panel-title {
	margin: 0;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #111;
}

.mkaacf-shop-vehicle__panel-head .mkaacf-home__cta,
.mkaacf-shop-vehicle__panel-head .mkaacf-top-selling__more {
	flex-shrink: 0;
}

.mkaacf-shop-vehicle__panel-link {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	padding: 12px 22px;
	border: 1px solid #111;
	border-radius: 4px;
	font-size: 0.8125rem;
	font-weight: 600;
	text-decoration: none;
	color: #111;
	background: #f3f3f3;
	transition: background 0.25s ease, color 0.25s ease;
}

.mkaacf-shop-vehicle__panel-link:hover {
	background: #111;
	color: #fff;
	opacity: 1;
}

.mkaacf-shop-vehicle__models {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.mkaacf-shop-vehicle__model {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 118px;
	padding: 20px 22px;
	border: 1px solid rgba(17, 17, 17, 0.08);
	border-radius: 10px;
	background: #fff;
	text-decoration: none;
	color: #111;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mkaacf-shop-vehicle__model:hover {
	border-color: rgba(220, 34, 35, 0.35);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.07);
	transform: translateY(-2px);
}

.mkaacf-shop-vehicle__model-body {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding-right: 28px;
}

.mkaacf-shop-vehicle__model-code {
	font-size: clamp(1.375rem, 2.2vw, 1.875rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.03em;
	color: #111;
}

.mkaacf-shop-vehicle__model-label {
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.35;
	color: #666;
}

.mkaacf-shop-vehicle__model-go {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #888;
	transition: color 0.2s ease, transform 0.2s ease;
}

.mkaacf-shop-vehicle__model:hover .mkaacf-shop-vehicle__model-go {
	color: #dc2223;
	transform: translateX(3px);
}

.mkaacf-shop-vehicle__model.is-more {
	background: #fafafa;
	border-style: dashed;
}

.mkaacf-shop-vehicle__model.is-more .mkaacf-shop-vehicle__model-code {
	color: #dc2223;
}

.mkaacf-shop-vehicle__coming {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 220px;
	padding: 40px 24px;
	border: 1px dashed rgba(17, 17, 17, 0.12);
	border-radius: 10px;
	text-align: center;
	background: #fafafa;
}

.mkaacf-shop-vehicle__coming-title {
	margin: 0 0 8px;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #111;
}

.mkaacf-shop-vehicle__coming-text {
	margin: 0;
	max-width: 36ch;
	font-size: 0.875rem;
	line-height: 1.55;
	color: #888;
}

/* ── Shop by Category ── */
.mkaacf-shop-category__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.mkaacf-shop-category__card {
	position: relative;
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 10px;
	text-decoration: none;
	isolation: isolate;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mkaacf-shop-category__card:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

.mkaacf-shop-category__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.mkaacf-shop-category__card:hover .mkaacf-shop-category__img {
	transform: scale(1.06);
}

.mkaacf-shop-category__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.18) 48%, rgba(0, 0, 0, 0.05) 100%);
	pointer-events: none;
}

.mkaacf-shop-category__label {
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 16px;
	display: grid;
	gap: 4px;
	font-size: clamp(0.9rem, 1.1vw, 1rem);
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.01em;
	color: #fff;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.mkaacf-shop-category__eyebrow {
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.78);
}

.mkaacf-shop-category__card--all {
	outline: 2px solid rgba(220, 34, 35, 0.85);
	outline-offset: -2px;
}

.mkaacf-shop-category__card--all .mkaacf-shop-category__overlay {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.2) 48%, rgba(0, 0, 0, 0.05) 100%);
}

.mkaacf-shop-category__card--all .mkaacf-shop-category__label {
	font-size: clamp(1rem, 1.25vw, 1.125rem);
}

/* ── Product badges ── */
.mkaacf-home-products__badge {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 3;
	padding: 4px 10px;
	border-radius: 4px;
	background: #dc2223;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff;
}

.mkaacf-home-products--arrivals {
	background: #fff;
}

.mkaacf-home-products--arrivals.mkaacf-top-selling--carousel .mkaacf-top-selling__grid {
	display: flex !important;
	flex-wrap: nowrap !important;
	overflow-x: auto;
	grid-template-columns: none !important;
}

.mkaacf-home-products--bestsellers {
	background: #fafafa;
}

.mkaacf-static-page__hero {
	padding-top: clamp(48px, 6vw, 72px);
	padding-bottom: clamp(24px, 3vw, 36px);
	background: #fff;
}

.mkaacf-static-page__block {
	padding: clamp(32px, 4vw, 48px) 0;
	background: #fff;
}

.mkaacf-static-page__block:nth-child(even) {
	background: #fafafa;
}

.mkaacf-static-page__text {
	margin: 0;
	max-width: 70ch;
	font-size: 0.9375rem;
	line-height: 1.7;
	color: #555;
}

.mkaacf-static-page__text + .mkaacf-static-page__text {
	margin-top: 12px;
}

/* ── About page (Excel content) ── */
.mkaacf-about-page__hero {
	padding-bottom: clamp(16px, 2vw, 24px);
}

.mkaacf-about-page__hero .mkaacf-home__inner {
	text-align: center;
}

.mkaacf-about-page__hero .mkaacf-home__subtitle {
	margin-left: auto;
	margin-right: auto;
}

.mkaacf-about-jump {
	position: sticky;
	top: 72px;
	z-index: 20;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	backdrop-filter: blur(8px);
}

.mkaacf-about-jump__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	max-width: 960px;
	margin: 0 auto;
	padding: 12px clamp(20px, 4vw, 64px);
}

.mkaacf-about-jump__link {
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 999px;
	background: #fff;
	color: #111;
	font-size: 0.8125rem;
	font-weight: 700;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mkaacf-about-jump__link:hover,
.mkaacf-about-jump__link.is-active {
	background: #111;
	border-color: #111;
	color: #fff;
}

.mkaacf-about-section__inner {
	max-width: 960px;
}

.mkaacf-about-section__eyebrow {
	margin: 0 0 8px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #dc2223;
}

.mkaacf-about-section__title {
	margin: 0 0 10px;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 800;
	line-height: 1.15;
	color: #111;
}

.mkaacf-about-section__tagline {
	margin: 0 0 16px;
	font-size: clamp(1.0625rem, 1.6vw, 1.25rem);
	font-weight: 600;
	line-height: 1.5;
	color: #111;
}

.mkaacf-about-section__intro {
	margin-bottom: clamp(20px, 3vw, 28px);
}

.mkaacf-about-section__text {
	margin: 0;
	max-width: 72ch;
	font-size: 0.9375rem;
	line-height: 1.75;
	color: #555;
}

.mkaacf-about-section__text + .mkaacf-about-section__text {
	margin-top: 12px;
}

.mkaacf-about-items {
	display: grid;
	gap: 16px;
}

.mkaacf-about-item {
	padding: clamp(18px, 2.5vw, 24px);
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 14px;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
}

.mkaacf-about-section:nth-child(even) .mkaacf-about-item {
	background: #fcfcfc;
}

.mkaacf-about-item__head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 10px;
}

.mkaacf-about-item__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	border-radius: 999px;
	background: #dc2223;
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 800;
}

.mkaacf-about-item__title {
	margin: 0;
	font-size: 1.0625rem;
	font-weight: 700;
	color: #111;
}

.mkaacf-about-item__body .mkaacf-about-section__text {
	font-size: 0.875rem;
}

@media (max-width: 767px) {
	.mkaacf-about-jump {
		top: 0;
	}

	.mkaacf-about-jump__inner {
		overflow-x: auto;
		flex-wrap: nowrap;
		scrollbar-width: none;
	}

	.mkaacf-about-jump__link {
		flex: 0 0 auto;
	}
}

/* ── Shipping policy page ── */
.mkaacf-policy-page__hero .mkaacf-home__inner {
	text-align: center;
}

.mkaacf-policy-page .mkaacf-static-page__block:nth-child(even) {
	background: #fff;
}

.mkaacf-policy-page__updated {
	margin: 10px 0 0;
	font-size: 0.875rem;
	color: #888;
}

.mkaacf-policy-section__inner {
	max-width: 960px;
}

.mkaacf-policy-section__title {
	margin: 0 0 16px;
	font-size: clamp(1.25rem, 2vw, 1.5rem);
	font-weight: 800;
	color: #111;
}

.mkaacf-policy-content {
	max-width: 70ch;
}

.mkaacf-policy-text {
	margin: 0 0 12px;
	font-size: 0.875rem;
	line-height: 1.65;
	color: #333;
}

.mkaacf-policy-text:last-child {
	margin-bottom: 0;
}

.mkaacf-policy-list {
	margin: 0 0 12px;
	padding-left: 1.2rem;
	font-size: 0.875rem;
	line-height: 1.65;
	color: #333;
}

.mkaacf-policy-list li + li {
	margin-top: 6px;
}

.mkaacf-policy-page-link {
	font-weight: 700;
	color: #111;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.mkaacf-policy-page-link:hover {
	color: #dc2223;
}

.mkaacf-policy-inline-link {
	font-weight: 700;
	color: #111;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.mkaacf-policy-inline-link:hover {
	color: #dc2223;
}

.mkaacf-return-form {
	margin-top: 28px;
	padding: clamp(20px, 3vw, 32px);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 14px;
	background: #fafafa;
}

.mkaacf-return-form__title {
	margin: 0 0 8px;
	font-size: 1.25rem;
	font-weight: 800;
	color: #111;
}

.mkaacf-return-form__intro,
.mkaacf-return-form__note,
.mkaacf-return-form__confirmation {
	margin: 0 0 16px;
	font-size: 0.875rem;
	line-height: 1.6;
	color: #444;
}

.mkaacf-return-form__section {
	margin: 0 0 20px;
	padding: 0;
	border: 0;
}

.mkaacf-return-form__legend {
	margin-bottom: 12px;
	padding: 0;
	font-size: 0.9375rem;
	font-weight: 800;
	color: #111;
}

.mkaacf-return-form__field {
	margin-bottom: 12px;
}

.mkaacf-return-form__field--full {
	margin-top: 8px;
}

.mkaacf-return-form__label {
	display: block;
	margin-bottom: 6px;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #333;
}

.mkaacf-return-form__input,
.mkaacf-return-form__textarea {
	width: 100%;
	max-width: 480px;
	padding: 10px 12px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	background: #fff;
	font: inherit;
	font-size: 0.875rem;
	color: #111;
}

.mkaacf-return-form__textarea {
	max-width: 100%;
	resize: vertical;
}

.mkaacf-return-form__checks {
	display: grid;
	gap: 8px;
}

.mkaacf-return-form__check {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 0.875rem;
	line-height: 1.45;
	color: #333;
}

.mkaacf-return-form__check input {
	margin-top: 3px;
	flex-shrink: 0;
}

.mkaacf-return-form__actions {
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.mkaacf-return-form__submit {
	display: inline-flex;
	align-items: center;
	padding: 12px 20px;
	border: 0;
	border-radius: 8px;
	background: #111;
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 700;
	cursor: pointer;
}

.mkaacf-return-form__submit:hover {
	background: #dc2223;
}

.mkaacf-return-form__hint {
	margin: 10px 0 0;
	font-size: 0.75rem;
	line-height: 1.5;
	color: #666;
}

.mkaacf-return-form__contact {
	margin: 12px 0 0;
	font-size: 0.8125rem;
	line-height: 1.6;
	color: #666;
}

.mkaacf-return-form__contact a {
	color: #111;
	font-weight: 600;
}

.mkaacf-return-form__contact a:hover {
	color: #dc2223;
}

/* ── FAQ page ── */
.mkaacf-faq-page__hero .mkaacf-home__inner {
	text-align: center;
}

.mkaacf-faq-page__updated {
	margin: 10px 0 0;
	font-size: 0.875rem;
	color: #888;
}

.mkaacf-faq-category__inner {
	max-width: 960px;
}

.mkaacf-faq-category__title {
	margin: 0 0 16px;
	font-size: clamp(1.25rem, 2vw, 1.5rem);
	font-weight: 800;
	color: #111;
}

.mkaacf-faq-items {
	display: grid;
	gap: 10px;
}

.mkaacf-faq-item {
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
}

.mkaacf-faq-item[open] {
	border-color: rgba(0, 0, 0, 0.14);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.mkaacf-faq-item__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 18px;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.45;
	color: #111;
	cursor: pointer;
	list-style: none;
}

.mkaacf-faq-item__question::-webkit-details-marker {
	display: none;
}

.mkaacf-faq-item__question::after {
	content: '+';
	flex-shrink: 0;
	font-size: 1.25rem;
	font-weight: 400;
	color: #888;
}

.mkaacf-faq-item[open] .mkaacf-faq-item__question::after {
	content: '−';
}

.mkaacf-faq-item__answer {
	padding: 0 18px 18px;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.mkaacf-faq-answer__text {
	margin: 14px 0 0;
	font-size: 0.875rem;
	line-height: 1.65;
	color: #333;
}

.mkaacf-faq-list {
	margin: 12px 0 0;
	padding-left: 1.2rem;
	font-size: 0.875rem;
	line-height: 1.65;
	color: #333;
}

.mkaacf-faq-list li + li {
	margin-top: 6px;
}

/* ── Contact page layout ── */
.mkaacf-contact-page {
	padding-bottom: clamp(32px, 4vw, 48px);
}

.mkaacf-contact-hero {
	padding: clamp(28px, 4vw, 40px) clamp(20px, 4vw, 64px) clamp(12px, 2vw, 20px);
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.mkaacf-contact-hero__inner,
.mkaacf-contact-inquiry-wrap__inner,
.mkaacf-contact-general__inner {
	max-width: 1120px;
	margin: 0 auto;
}

.mkaacf-contact-hero__eyebrow {
	margin: 0 0 8px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #dc2223;
}

.mkaacf-contact-hero__title {
	margin: 0 0 8px;
	font-size: clamp(2rem, 4vw, 2.75rem);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: #111;
}

.mkaacf-contact-hero__subtitle {
	margin: 0;
	max-width: 52ch;
	font-size: clamp(0.9375rem, 1.2vw, 1.0625rem);
	line-height: 1.6;
	color: #666;
}

.mkaacf-contact-page.is-inquiry-active {
	background: #f4f4f4;
	padding-bottom: 0;
}

html.mkaacf-has-inquiry .mkaacf-contact-hero,
body.mkaacf-has-inquiry .mkaacf-contact-hero,
.mkaacf-contact-page.is-inquiry-active .mkaacf-contact-hero {
	display: none !important;
}

html.mkaacf-has-inquiry,
html.mkaacf-has-inquiry body,
body.mkaacf-has-inquiry {
	background: #f4f4f4;
}

html.mkaacf-has-inquiry .mkaacf-site-footer,
html.mkaacf-has-inquiry .mkaacf-wishlist-fab,
html.mkaacf-has-inquiry .mkaacf-whatsapp-fab,
body.mkaacf-has-inquiry .mkaacf-site-footer,
body.mkaacf-has-inquiry .mkaacf-wishlist-fab,
body.mkaacf-has-inquiry .mkaacf-whatsapp-fab {
	display: none !important;
}

/* Keep checkout title visible under sticky header */
html.mkaacf-has-inquiry #inquire,
body.mkaacf-has-inquiry #inquire {
	scroll-margin-top: 0;
}

.mkaacf-contact-inquiry-wrap {
	padding: clamp(16px, 2.2vw, 24px) clamp(20px, 4vw, 48px) clamp(40px, 5vw, 64px);
	background: #f4f4f4;
}

.mkaacf-contact-inquiry-wrap[hidden] {
	display: none !important;
}

.mkaacf-contact-inquiry {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
}

.mkaacf-contact-inquiry__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr);
	gap: 24px 28px;
	align-items: stretch;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

html.mkaacf-has-inquiry,
html.mkaacf-has-inquiry body,
body.mkaacf-has-inquiry {
	overflow-x: hidden;
	max-width: 100%;
}

html.mkaacf-has-inquiry .container-fluid--upto-xl,
body.mkaacf-has-inquiry .container-fluid--upto-xl {
	max-width: 100%;
	overflow-x: hidden;
}

html.mkaacf-has-inquiry #maincontent,
body.mkaacf-has-inquiry #maincontent,
html.mkaacf-has-inquiry main.mkaacf-contact-page,
body.mkaacf-has-inquiry main.mkaacf-contact-page {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	float: left !important;
	clear: both !important;
	width: 100% !important;
	max-width: 100% !important;
	min-height: 70vh !important;
	height: auto !important;
	overflow: visible !important;
	position: relative !important;
	z-index: 5 !important;
}

.mkaacf-contact-inquiry__main {
	display: flex;
	flex-direction: column;
	gap: 28px;
	min-width: 0;
	padding: 0;
	border: 0;
}

.mkaacf-checkout-intro {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	margin: 0 0 32px;
}

.mkaacf-checkout-intro__copy {
	min-width: 0;
}

.mkaacf-checkout-intro__title {
	margin: 0 0 8px;
	font-size: clamp(1.875rem, 3.2vw, 2.5rem);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.03em;
	color: #111;
}

.mkaacf-checkout-intro__subtitle {
	margin: 0;
	max-width: 52ch;
	font-size: 0.9375rem;
	line-height: 1.55;
	color: #6b6b6b;
}

.mkaacf-checkout-intro__currency {
	flex-shrink: 0;
	padding-top: 12px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #8a8a8a;
}

.mkaacf-contact-inquiry__aside-rail {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100%;
	padding: 22px 24px 24px;
	background: #fff;
	color: #111;
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 14px;
	box-shadow: 0 6px 22px rgba(0, 0, 0, 0.045);
	align-self: stretch;
}

.mkaacf-contact-inquiry__aside-rail .mkaacf-checkout-panel--totals {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
}

.mkaacf-checkout-panel {
	margin: 0;
}

.mkaacf-checkout-panel--totals {
	margin: 0;
}

.mkaacf-checkout-panel__head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 16px;
}

.mkaacf-checkout-panel__step {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 800;
	line-height: 1;
	flex-shrink: 0;
}

.mkaacf-checkout-panel__title {
	margin: 0;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #111;
}

.mkaacf-contact-inquiry__product {
	margin: 0;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.5;
	color: #111;
}

.mkaacf-contact-inquiry__product:empty,
.mkaacf-contact-inquiry__product[hidden] {
	display: none;
}

.mkaacf-checkout-panel--items {
	padding-bottom: 28px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.mkaacf-contact-inquiry__cart {
	margin: 0;
	padding: 14px 16px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 12px;
}

.mkaacf-checkout-line {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr) auto;
	gap: 14px 16px;
	align-items: start;
	padding: 0;
	border-bottom: 0;
}

.mkaacf-checkout-line:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.mkaacf-checkout-line__thumb {
	display: block;
	width: 56px;
	height: 56px;
	overflow: hidden;
	border-radius: 8px;
	background: #ececec;
	border: 1px solid rgba(0, 0, 0, 0.06);
}

.mkaacf-checkout-line__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: none;
}

.mkaacf-checkout-line__body {
	min-width: 0;
}

.mkaacf-checkout-line__title {
	display: block;
	color: #111;
	line-height: 1.4;
	font-size: 0.9375rem;
	font-weight: 700;
}

.mkaacf-checkout-line__meta {
	display: block;
	margin-top: 4px;
	font-size: 0.8125rem;
	line-height: 1.4;
	color: #888;
}

.mkaacf-checkout-line__ship {
	display: block;
	margin-top: 4px;
	font-size: 0.75rem;
	line-height: 1.4;
	color: #666;
}

.mkaacf-checkout-line__price {
	font-weight: 800;
	color: #111;
	white-space: nowrap;
	font-size: 0.9375rem;
	padding-top: 2px;
}

.mkaacf-checkout-address {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 0;
}

.mkaacf-checkout-address__title {
	display: none;
}

.mkaacf-checkout-address__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.mkaacf-checkout-locality {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.mkaacf-checkout-field {
	display: grid;
	gap: 6px;
	align-content: start;
}

.mkaacf-checkout-field--full {
	grid-column: 1 / -1;
}

.mkaacf-checkout-field__label {
	font-size: 0.8125rem;
	font-weight: 600;
	color: #444;
}

.mkaacf-checkout-field__hint {
	font-size: 0.75rem;
	line-height: 1.4;
	color: #8a8a8a;
}

.mkaacf-checkout-field__input {
	width: 100%;
	height: 44px;
	padding: 0 14px;
	border: 1px solid #d8d8d8;
	border-radius: 8px;
	font-size: 0.875rem;
	color: #111;
	background: #fff;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

select.mkaacf-checkout-field__input {
	cursor: pointer;
}

.mkaacf-checkout-combo__wrap {
	position: relative;
	display: block;
}

.mkaacf-checkout-combo__wrap.is-enabled .mkaacf-checkout-field__input {
	padding-right: 36px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23555' d='M1.2 1.3L6 6.1l4.8-4.8'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-size: 12px 8px;
	cursor: text;
}

.mkaacf-checkout-combo__list {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 4px);
	z-index: 40;
	max-height: 220px;
	overflow: auto;
	margin: 0;
	padding: 6px 0;
	list-style: none;
	background: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 8px;
	box-shadow: 0 10px 28px rgba(17, 17, 17, 0.12);
}

.mkaacf-checkout-combo__option {
	padding: 8px 14px;
	font-size: 0.875rem;
	line-height: 1.35;
	color: #111;
	cursor: pointer;
}

.mkaacf-checkout-combo__option:hover,
.mkaacf-checkout-combo__option.is-active {
	background: #f4f4f4;
}

.mkaacf-checkout-field__input:focus {
	outline: none;
	border-color: #111;
	box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.08);
}

.mkaacf-checkout-phone {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: stretch;
	height: 44px;
	overflow: hidden;
	border: 1px solid #d8d8d8;
	border-radius: 8px;
	background: #fff;
}

.mkaacf-checkout-phone:focus-within {
	border-color: #111;
	box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.08);
}

.mkaacf-checkout-phone__prefix {
	display: flex;
	align-items: center;
	min-width: 48px;
	padding: 0 12px;
	background: #f6f6f6;
	border-right: 1px solid #e6e6e6;
	font-size: 0.875rem;
	font-weight: 600;
	color: #444;
}

.mkaacf-checkout-phone .mkaacf-checkout-field__input {
	height: 100%;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.mkaacf-checkout-summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 0;
}

.mkaacf-checkout-summary__row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 12px;
	padding: 6px 0;
	font-size: 0.875rem;
	color: #555;
}

.mkaacf-checkout-summary__row--shipping .js-checkout-shipping-pending {
	font-size: 0.8125rem;
	font-style: italic;
	color: #999;
}

.mkaacf-checkout-summary.is-shipping-ready .mkaacf-checkout-summary__row--shipping {
	color: #333;
}

.mkaacf-contact-inquiry:not(.is-address-ready) .mkaacf-checkout-line__ship {
	display: none;
}

.mkaacf-checkout-summary__row--total {
	margin-top: 4px;
	padding-top: 12px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 1rem;
	font-weight: 800;
	color: #111;
	letter-spacing: -0.01em;
}

.mkaacf-checkout-summary__row--discount {
	color: #1e8449;
}

.mkaacf-checkout-coupon {
	margin: 10px 0 6px;
}

.mkaacf-checkout-coupon__row {
	display: flex;
	align-items: stretch;
	gap: 8px;
}

.mkaacf-checkout-coupon__input {
	flex: 1 1 auto;
	min-width: 0;
	height: 40px;
	padding: 0 12px;
	border: 1px solid #d8d8d8;
	border-radius: 8px;
	font-size: 0.875rem;
	color: #111;
	background: #fff;
	box-sizing: border-box;
}

.mkaacf-checkout-coupon__input:focus {
	outline: none;
	border-color: #111;
	box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.08);
}

.mkaacf-checkout-coupon__btn {
	flex: 0 0 auto;
	min-width: 76px;
	height: 40px;
	padding: 0 14px;
	border: 0;
	border-radius: 8px;
	background: #111;
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 700;
	cursor: pointer;
}

.mkaacf-checkout-coupon__msg {
	margin: 6px 0 0;
	font-size: 0.75rem;
	line-height: 1.4;
	color: #1e8449;
}

.mkaacf-checkout-coupon__msg.is-error {
	color: #c0392b;
}

.mkaacf-checkout-paypal-box {
	margin: 16px 0 0;
	padding-top: 16px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.mkaacf-checkout-paypal-box__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.mkaacf-checkout-paypal-box__title {
	font-size: 0.875rem;
	font-weight: 700;
	color: #111;
}

.mkaacf-checkout-paypal-box__badge {
	font-size: 0.75rem;
	font-weight: 600;
	color: #2e7d4f;
	letter-spacing: 0.02em;
	background: none;
	padding: 0;
	border-radius: 0;
	text-transform: none;
}

.mkaacf-checkout-terms {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0 0 14px;
	font-size: 0.8125rem;
	line-height: 1.45;
	color: #555;
	cursor: pointer;
}

.mkaacf-checkout-terms__input {
	margin-top: 3px;
	flex-shrink: 0;
}

.mkaacf-checkout-terms__text a {
	color: #111;
	text-decoration: underline;
}

.mkaacf-checkout-terms__text a:hover {
	color: #dc2223;
}

.mkaacf-contact-inquiry__paynow {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 0;
}

.mkaacf-checkout-paypal-hint {
	margin: 10px 0 0;
	font-size: 0.8125rem;
	line-height: 1.45;
	color: #888;
}

.mkaacf-checkout-paypal-hint[hidden] {
	display: none;
}

.mkaacf-contact-inquiry__aside-rail .mkaacf-checkout-after {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
	margin: 18px 0 0;
}

.mkaacf-checkout-after__title {
	margin: 0 0 14px;
	font-size: 0.875rem;
	font-weight: 700;
	color: #111;
}

.mkaacf-checkout-after__steps {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	list-style: none;
	min-height: 0;
}

.mkaacf-checkout-after__step {
	position: relative;
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	column-gap: 12px;
	flex: 1 1 auto;
	min-height: 0;
}

.mkaacf-checkout-after__step:not(:last-child)::before {
	content: '';
	position: absolute;
	left: 10px;
	top: 22px;
	bottom: 0;
	width: 1px;
	background: rgba(0, 0, 0, 0.1);
}

.mkaacf-checkout-after__marker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-size: 0.6875rem;
	font-weight: 800;
	line-height: 1;
	flex-shrink: 0;
}

.mkaacf-checkout-after__body {
	padding-bottom: 8px;
}

.mkaacf-checkout-after__step:last-child .mkaacf-checkout-after__body {
	padding-bottom: 0;
}

.mkaacf-checkout-after__label {
	margin: 1px 0 4px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.35;
	color: #111;
}

.mkaacf-checkout-after__text {
	margin: 0;
	font-size: 0.8125rem;
	line-height: 1.45;
	color: #666;
}

.mkaacf-paypal-checkout__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	padding: 12px 18px;
	border: 0;
	border-radius: 10px;
	background: #ffc439;
	color: #111;
	font-size: 0.9375rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease;
}

.mkaacf-paypal-checkout__btn:hover {
	background: #f2b928;
	color: #111;
}

.mkaacf-paypal-checkout__loading,
.mkaacf-paypal-checkout__msg {
	margin: 0;
	font-size: 0.875rem;
	color: #666;
}

.mkaacf-cart-drawer__paypal {
	margin-bottom: 12px;
	min-height: 45px;
}

.mkaacf-cart-drawer__paypal .mkaacf-paypal-checkout__btn {
	width: 100%;
}

.mkaacf-contact-inquiry__aside-rail .mkaacf-checkout-help {
	flex: 0 0 auto;
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.mkaacf-checkout-help__title {
	margin: 0 0 8px;
	font-size: 0.875rem;
	font-weight: 700;
	color: #111;
}

.mkaacf-checkout-help__links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
}

.mkaacf-checkout-help__links a {
	font-size: 0.875rem;
	font-weight: 600;
	color: #111;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.mkaacf-checkout-help__links a:hover {
	color: #dc2223;
}

.mkaacf-checkout-help__note {
	margin: 10px 0 0;
	font-size: 0.75rem;
	line-height: 1.45;
	color: #888;
}

.mkaacf-contact-inquiry__aside {
	padding: clamp(16px, 2vw, 20px);
	background: #f8f8f8;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 12px;
}

.mkaacf-contact-inquiry__aside .mkaacf-payment-methods__title {
	margin: 0 0 12px;
	font-size: 0.875rem;
	font-weight: 700;
	color: #111;
}

.mkaacf-contact-inquiry__aside .mkaacf-payment-methods__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 12px;
}

.mkaacf-contact-inquiry__aside .mkaacf-payment-methods__list li {
	display: grid;
	gap: 2px;
}

.mkaacf-contact-inquiry__aside .mkaacf-payment-methods__list strong {
	font-size: 0.875rem;
	font-weight: 600;
	color: #111;
}

.mkaacf-contact-inquiry__aside .mkaacf-payment-methods__list span {
	font-size: 0.8125rem;
	color: #666;
	line-height: 1.4;
}

.mkaacf-contact-inquiry__foot {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;
	margin-top: 40px;
	padding: 8px 0 0;
	border-top: 0;
	background: transparent;
}

.mkaacf-contact-inquiry__link {
	font-size: 0.875rem;
	font-weight: 600;
	color: #111;
	text-decoration: none;
	white-space: nowrap;
}

.mkaacf-contact-inquiry__link:hover {
	color: #dc2223;
}

.mkaacf-contact-inquiry__legal {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 8px 22px;
	width: 100%;
}

.mkaacf-contact-inquiry__legal a {
	font-size: 0.8125rem;
	color: #666;
	text-decoration: none;
}

.mkaacf-contact-inquiry__legal a:hover {
	color: #111;
	text-decoration: underline;
}

.mkaacf-contact-inquiry__grid {
	display: block;
}

.mkaacf-policy-link {
	color: #dc2223;
	text-decoration: underline;
	cursor: pointer;
}

.mkaacf-policy-link:hover {
	color: #111;
}

.mkaacf-mailto-toast {
	position: fixed;
	left: 50%;
	bottom: 28px;
	z-index: 10060;
	transform: translateX(-50%) translateY(12px);
	opacity: 0;
	padding: 10px 16px;
	border-radius: 999px;
	background: rgba(17, 17, 17, 0.92);
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
	pointer-events: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.mkaacf-mailto-toast.is-visible {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

.mkaacf-contact-general {
	padding: clamp(24px, 3vw, 40px) clamp(20px, 4vw, 64px);
	background: #fff;
}

#mkaacf-inquiry-section:not([hidden]) ~ #mkaacf-contact-general,
body.mkaacf-has-inquiry #mkaacf-contact-general,
.mkaacf-contact-page.is-inquiry-active #mkaacf-contact-general {
	display: none !important;
}

.mkaacf-contact-general__title {
	margin: 0 0 clamp(16px, 2vw, 24px);
	font-size: clamp(1.25rem, 2vw, 1.5rem);
	font-weight: 800;
	color: #111;
}

.mkaacf-contact-general__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.mkaacf-contact-card {
	display: grid;
	gap: 6px;
	padding: clamp(18px, 2.5vw, 22px);
	background: #fafafa;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 12px;
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mkaacf-contact-card:hover {
	border-color: rgba(0, 0, 0, 0.16);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
	transform: translateY(-2px);
}

.mkaacf-contact-card__label {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #888;
}

.mkaacf-contact-card__value {
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.4;
	color: #111;
}

@media (max-width: 980px) {
	.mkaacf-contact-inquiry__layout {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.mkaacf-contact-inquiry__aside-rail {
		position: static;
		max-width: none;
		min-height: 0;
		padding: 22px 24px 24px;
		border-left: 0;
	}

	.mkaacf-contact-inquiry__aside-rail .mkaacf-checkout-after {
		flex: 0 0 auto;
	}

	.mkaacf-checkout-after__steps {
		flex: 0 0 auto;
		gap: 14px;
	}

	.mkaacf-checkout-after__step {
		flex: 0 0 auto;
	}

	.mkaacf-checkout-after__step:not(:last-child)::before {
		bottom: -14px;
	}

	.mkaacf-contact-inquiry__foot {
		flex-direction: column;
		align-items: flex-start;
	}

	.mkaacf-contact-inquiry__legal {
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	.mkaacf-contact-inquiry__layout {
		grid-template-columns: 1fr;
	}

	.mkaacf-contact-general__grid {
		grid-template-columns: 1fr;
	}

	.mkaacf-checkout-address__grid,
	.mkaacf-checkout-locality {
		grid-template-columns: 1fr;
	}

	.mkaacf-checkout-line {
		grid-template-columns: 56px minmax(0, 1fr);
	}

	.mkaacf-checkout-line__price {
		grid-column: 2;
		padding-top: 0;
	}

	.mkaacf-contact-inquiry__aside-rail {
		max-width: none;
	}
}

/* Legacy inquiry hooks (product tabs, etc.) */
.mkaacf-contact-inquiry[hidden] {
	display: none !important;
}

/* ── Why MKAACF ── */
.mkaacf-home.mkaacf-why {
	background: #111;
	color: #fff;
}

.mkaacf-why .mkaacf-home__title,
.mkaacf-why .mkaacf-home__subtitle {
	color: #fff;
}

.mkaacf-why .mkaacf-home__subtitle {
	color: rgba(255, 255, 255, 0.72);
}

.mkaacf-why__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(20px, 2.5vw, 32px);
}

.mkaacf-why__item {
	padding: clamp(24px, 3vw, 32px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.04);
}

.mkaacf-why__icon-wrap {
	width: 44px;
	height: 44px;
	margin-bottom: 16px;
}

.mkaacf-why__icon {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.mkaacf-why__item-title {
	margin: 0 0 8px;
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
}

.mkaacf-why__item-desc {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.72);
}

/* ── Installation Gallery ── */
.mkaacf-gallery__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(180px, 220px)) minmax(220px, 280px);
	gap: 10px;
}

.mkaacf-gallery__item {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 8px;
	text-decoration: none;
}

.mkaacf-gallery__item--featured {
	grid-row: span 2;
	grid-column: span 2;
}

.mkaacf-gallery__item--banner {
	grid-column: 1 / -1;
	min-height: 220px;
	max-height: 280px;
}

.mkaacf-gallery__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.mkaacf-gallery__item:hover .mkaacf-gallery__img {
	transform: scale(1.04);
}

.mkaacf-gallery__caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 14px 16px;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
	font-size: 0.8125rem;
	font-weight: 600;
	color: #fff;
}

/* ── Customer Reviews ── */
.mkaacf-reviews__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.mkaacf-reviews__card {
	margin: 0;
	padding: clamp(24px, 3vw, 32px);
	border: 1px solid rgba(17, 17, 17, 0.08);
	border-radius: 8px;
	background: #fff;
}

.mkaacf-reviews__stars {
	margin-bottom: 14px;
	color: #dc2223;
	font-size: 0.875rem;
	letter-spacing: 2px;
}

.mkaacf-reviews__quote {
	margin: 0 0 20px;
	font-size: 0.9375rem;
	line-height: 1.6;
	color: #333;
}

.mkaacf-reviews__meta {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.mkaacf-reviews__name {
	font-style: normal;
	font-size: 0.875rem;
	font-weight: 700;
	color: #111;
}

.mkaacf-reviews__car {
	font-size: 0.8125rem;
	color: #888;
}

/* ── Latest Blogs ── */
.mkaacf-blogs__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.mkaacf-blogs__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 1px solid rgba(17, 17, 17, 0.08);
	border-radius: 8px;
	overflow: hidden;
	text-decoration: none;
	background: #fff;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.mkaacf-blogs__link:hover {
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
	transform: translateY(-3px);
}

.mkaacf-blogs__media {
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.mkaacf-blogs__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mkaacf-blogs__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 20px;
}

.mkaacf-blogs__date {
	font-size: 0.75rem;
	color: #888;
}

.mkaacf-blogs__post-title {
	margin: 8px 0;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.35;
	color: #111;
}

.mkaacf-blogs__excerpt {
	flex: 1;
	margin: 0 0 16px;
	font-size: 0.875rem;
	line-height: 1.55;
	color: #666;
}

.mkaacf-blogs__read {
	font-size: 0.8125rem;
	font-weight: 600;
	color: #dc2223;
}

/* ── Blog category landing pages ── */
.mkaacf-blog-category-page {
	background: #fff;
}

.mkaacf-blog-category-hero {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	min-height: clamp(280px, 42vw, 460px);
	overflow: hidden;
	color: #fff;
	background-color: #111;
}

.mkaacf-blog-category-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: #111;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.mkaacf-blog-category-hero__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
	display: block;
}

.mkaacf-blog-category-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.72) 100%);
}

.mkaacf-blog-category-hero__content {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding-top: clamp(48px, 7vw, 88px);
	padding-bottom: clamp(32px, 5vw, 56px);
	padding-left: clamp(20px, 4vw, 64px);
	padding-right: clamp(20px, 4vw, 64px);
	text-align: center;
}

.mkaacf-blog-category-hero__crumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0 0 20px;
	font-size: 0.8125rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.82);
}

.mkaacf-blog-category-hero__crumb a {
	color: #fff;
	text-decoration: none;
}

.mkaacf-blog-category-hero__crumb a:hover {
	text-decoration: underline;
}

.mkaacf-blog-category-hero__eyebrow {
	margin: 0 0 10px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #dc2223;
}

.mkaacf-blog-category-hero__title {
	margin: 0 auto 14px;
	font-size: clamp(2rem, 5vw, 3.25rem);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.02em;
}

.mkaacf-blog-category-hero__subtitle {
	margin: 0 auto;
	max-width: 56ch;
	font-size: clamp(0.9375rem, 1.6vw, 1.125rem);
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.88);
}

.mkaacf-blog-category-body {
	padding: clamp(40px, 5vw, 64px) clamp(20px, 4vw, 64px);
	background: #fafafa;
}

.mkaacf-blog-category-body__inner {
	max-width: 1080px;
}

.mkaacf-blog-category-body__head {
	margin-bottom: clamp(24px, 3vw, 36px);
}

.mkaacf-blog-category-body__title {
	margin: 0 0 10px;
	font-size: clamp(1.375rem, 2.4vw, 1.75rem);
	font-weight: 700;
	line-height: 1.25;
	color: #111;
}

.mkaacf-blog-category-body__lead {
	margin: 0;
	max-width: 60ch;
	font-size: 1rem;
	line-height: 1.65;
	color: #666;
}

.mkaacf-blog-category__highlights {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.mkaacf-blog-category__highlight {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 24px;
	border: 1px solid rgba(17, 17, 17, 0.08);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.mkaacf-blog-category__highlight-num {
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: #dc2223;
}

.mkaacf-blog-category__highlight-text {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: #444;
}

.mkaacf-blog-article {
	padding: clamp(40px, 5vw, 72px) clamp(20px, 4vw, 64px);
	background: #f7f7f7;
}

.mkaacf-blog-article__inner {
	max-width: 820px;
}

.mkaacf-blog-article__head {
	margin-bottom: clamp(28px, 4vw, 40px);
}

.mkaacf-blog-article__eyebrow {
	margin: 0 0 10px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #dc2223;
}

.mkaacf-blog-article__title {
	margin: 0;
	font-size: clamp(1.5rem, 2.6vw, 2.125rem);
	font-weight: 800;
	line-height: 1.2;
	color: #111;
}

.mkaacf-blog-article__section {
	margin: 0 0 clamp(28px, 3.5vw, 40px);
}

.mkaacf-blog-article__heading {
	margin: 0 0 14px;
	font-size: clamp(1.0625rem, 1.5vw, 1.25rem);
	font-weight: 700;
	color: #111;
}

.mkaacf-blog-article__content p {
	margin: 0 0 14px;
	font-size: 1rem;
	line-height: 1.7;
	color: #444;
}

.mkaacf-blog-article__list {
	margin: 0 0 14px;
	padding-left: 1.2em;
	color: #444;
}

.mkaacf-blog-article__list li {
	margin: 0 0 8px;
	line-height: 1.6;
}

.mkaacf-blog-article__faq {
	margin-top: clamp(12px, 2vw, 24px);
	padding-top: clamp(20px, 3vw, 32px);
	border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.mkaacf-blog-article__faq-item {
	margin: 0 0 12px;
	padding: 14px 16px;
	border: 1px solid rgba(17, 17, 17, 0.08);
	border-radius: 10px;
	background: #fff;
}

.mkaacf-blog-article__faq-item summary {
	cursor: pointer;
	font-weight: 700;
	color: #111;
}

.mkaacf-blog-article__faq-item p {
	margin: 10px 0 0;
}

.mkaacf-blog-article__cta-wrap {
	margin: clamp(28px, 4vw, 40px) 0 0;
}

.mkaacf-blog-category-related {
	padding: clamp(40px, 5vw, 64px) clamp(20px, 4vw, 64px) clamp(48px, 6vw, 72px);
	background: #fff;
}

.mkaacf-blog-category-related__head {
	margin-bottom: 24px;
}

.mkaacf-blog-category-related__title {
	margin: 0;
	font-size: clamp(1.25rem, 2vw, 1.5rem);
	font-weight: 700;
	color: #111;
}

.mkaacf-blog-category__related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.mkaacf-blog-category__related-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(17, 17, 17, 0.08);
	border-radius: 10px;
	background: #fff;
	text-decoration: none;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.mkaacf-blog-category__related-card:hover {
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
	transform: translateY(-3px);
}

.mkaacf-blog-category__related-media {
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.mkaacf-blog-category__related-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mkaacf-blog-category__related-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 8px;
	padding: 18px 20px 20px;
}

.mkaacf-blog-category__related-title {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
	color: #111;
}

.mkaacf-blog-category__related-link {
	font-size: 0.8125rem;
	font-weight: 600;
	color: #dc2223;
}

.mkaacf-blog-category-related__back {
	margin: 28px 0 0;
}

.mkaacf-blog-category-related__link {
	font-size: 0.875rem;
	font-weight: 600;
	color: #111;
	text-decoration: none;
}

.mkaacf-blog-category-related__link:hover {
	color: #dc2223;
}

/* ── Newsletter ── */
.mkaacf-home.mkaacf-newsletter {
	position: relative;
	padding: 0;
	overflow: hidden;
	background: #0a0a0a;
	color: #fff;
}

.mkaacf-newsletter__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.mkaacf-newsletter__bg-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 40%;
}

.mkaacf-newsletter__bg-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(105deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.78) 42%, rgba(0, 0, 0, 0.52) 100%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.35) 100%);
}

.mkaacf-newsletter__content {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
	gap: clamp(20px, 2.5vw, 32px);
	align-items: center;
	padding: clamp(52px, 6.5vw, 80px) clamp(20px, 4vw, 64px);
}

.mkaacf-newsletter__title,
.mkaacf-newsletter__subtitle {
	color: #fff;
}

.mkaacf-newsletter__title {
	margin-bottom: 10px;
}

.mkaacf-newsletter__subtitle {
	max-width: 48ch;
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.78);
}

.mkaacf-newsletter__lead {
	margin: 0 0 12px;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

.mkaacf-newsletter__topics {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
}

.mkaacf-newsletter__topic {
	padding: 8px 14px 8px 24px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	font-size: 0.8125rem;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(6px);
}

.mkaacf-newsletter__topic::before {
	content: "";
	position: absolute;
	left: 12px;
	top: 50%;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #dc2223;
	transform: translateY(-50%);
}

.mkaacf-newsletter__topic {
	position: relative;
}

.mkaacf-newsletter__form-card {
	width: 100%;
	padding: clamp(20px, 2.5vw, 28px);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 14px;
	background: rgba(8, 8, 8, 0.55);
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(12px);
}

.mkaacf-newsletter__form {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.mkaacf-newsletter__input {
	width: 100%;
	padding: 15px 18px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	font-family: inherit;
	font-size: 0.875rem;
	color: #fff;
	outline: none;
	box-sizing: border-box;
}

.mkaacf-newsletter__input::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.mkaacf-newsletter__input:focus {
	border-color: rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.14);
}

.mkaacf-newsletter__btn {
	width: 100%;
	padding: 15px 28px;
	border: none;
	border-radius: 999px;
	background: #dc2223;
	font-family: inherit;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.mkaacf-newsletter__btn:hover {
	background: #b81c1d;
	transform: translateY(-1px);
	box-shadow: 0 8px 20px rgba(220, 34, 35, 0.35);
}

/* ── Responsive ── */
@media (max-width: 1199.98px) {
	.mkaacf-shop-category__grid,
	.mkaacf-why__grid,
	.mkaacf-blogs__grid,
	.mkaacf-reviews__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mkaacf-blog-category__highlights {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mkaacf-blog-category__related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mkaacf-gallery__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: auto;
	}

	.mkaacf-gallery__item--featured {
		grid-row: span 1;
		grid-column: span 2;
		min-height: 280px;
	}

	.mkaacf-gallery__item--banner {
		grid-column: 1 / -1;
		min-height: 200px;
		max-height: none;
	}

	.mkaacf-shop-vehicle__models {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1023.98px) {
	.mkaacf-shop-vehicle__shell {
		grid-template-columns: 1fr;
	}

	.mkaacf-shop-vehicle__brands {
		border-right: none;
		border-bottom: 1px solid rgba(17, 17, 17, 0.08);
	}

	.mkaacf-shop-vehicle__tabs {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.mkaacf-shop-vehicle__tab {
		width: auto;
		flex: 0 1 auto;
	}
}

@media (max-width: 767.98px) {
	.mkaacf-home__head {
		flex-direction: column;
		align-items: flex-start;
	}

	.mkaacf-shop-category__grid,
	.mkaacf-why__grid,
	.mkaacf-blogs__grid,
	.mkaacf-reviews__grid,
	.mkaacf-gallery__grid {
		grid-template-columns: 1fr;
	}

	.mkaacf-blog-category__highlights,
	.mkaacf-blog-category__related-grid {
		grid-template-columns: 1fr;
	}

	.mkaacf-gallery__item--featured {
		grid-column: span 1;
		min-height: 220px;
	}

	.mkaacf-shop-vehicle__models {
		grid-template-columns: 1fr;
	}

	.mkaacf-shop-vehicle__panel-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.mkaacf-newsletter__content {
		grid-template-columns: 1fr;
	}

	.mkaacf-newsletter__form-card {
		max-width: 420px;
	}
}

/* ── Featured vehicle cards ── */
.mkaacf-shop-vehicle--featured .mkaacf-shop-vehicle__featured-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(16px, 2vw, 28px);
}

.mkaacf-shop-vehicle--featured .mkaacf-shop-vehicle__content {
	padding: clamp(18px, 2.5vw, 28px);
}

.mkaacf-shop-vehicle__featured-card {
	display: block;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	background: #f4f4f4;
	text-decoration: none;
}

.mkaacf-shop-vehicle__featured-img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.mkaacf-shop-vehicle__featured-label {
	position: absolute;
	left: 16px;
	bottom: 16px;
	display: flex;
	flex-direction: column;
	gap: 2px;
	color: #111;
}

.mkaacf-shop-vehicle__featured-code {
	font-size: 1.5rem;
	font-weight: 800;
}

.mkaacf-shop-vehicle__featured-name {
	font-size: 0.875rem;
	font-weight: 600;
	color: #333;
}

/* ── Brand promo staggered ── */
.mkaacf-brand-promo__stack {
	display: flex;
	flex-direction: column;
	gap: clamp(28px, 4vw, 48px);
}

.mkaacf-brand-promo__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(20px, 3vw, 40px);
	align-items: center;
}

.mkaacf-brand-promo__row--right .mkaacf-brand-promo__media {
	order: 2;
}

.mkaacf-brand-promo__img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 12px;
	object-fit: cover;
}

.mkaacf-brand-promo__title {
	margin: 0 0 12px;
	font-size: clamp(1.25rem, 2vw, 1.75rem);
	font-weight: 700;
}

.mkaacf-brand-promo__body {
	margin: 0;
	color: #4a4a4a;
	line-height: 1.6;
}

/* ── Builds inspiration banner ── */
.mkaacf-builds-inspiration__banner {
	display: block;
	border-radius: 12px;
	overflow: hidden;
}

.mkaacf-builds-inspiration__img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	min-height: 280px;
}

/* ── About nav vertical media ── */
.primary-nav__sub-menu--vertical {
	flex-direction: column;
}

.primary-nav__sub-menu__media-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
	max-width: 360px;
}

.primary-nav__sub-menu__media-link {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 8px 10px;
	border-radius: 8px;
	text-decoration: none;
	color: inherit;
}

.primary-nav__sub-menu__media-link:hover {
	background: rgba(0, 0, 0, 0.04);
}

.primary-nav__sub-menu__media-thumb {
	flex: 0 0 72px;
	width: 72px;
	height: 48px;
	border-radius: 6px;
	overflow: hidden;
	background: #eee;
}

.primary-nav__sub-menu__media-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.mkaacf-site-footer__social {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.mkaacf-site-footer__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: 700;
}

.mkaacf-brand-logo__img,
.mkaacf-site-footer__logo-img {
	display: block;
	height: auto;
	max-width: 180px;
	width: auto;
}

@media (max-width: 767px) {
	.mkaacf-shop-vehicle--featured .mkaacf-shop-vehicle__featured-grid,
	.mkaacf-brand-promo__row {
		grid-template-columns: 1fr;
	}

	.mkaacf-brand-promo__row--right .mkaacf-brand-promo__media {
		order: 0;
	}
}
