/*
Theme Name: myev
Theme URI: https://myev.dk
Description: Responsive My EV webshop theme.
Author: My EV
Template: generatepress
Version: 0.1.0
Text Domain: myev
*/

:root {
	--myev-bg: #f9f9f9;
	--myev-panel: #ffffff;
	--myev-panel-soft: #fafafa;
	--myev-text: #080808;
	--myev-muted: #6f6f70;
	--myev-soft-text: #8a8a8a;
	--myev-border: rgba(0, 0, 0, 0.055);
	--myev-shadow: 0 20px 55px rgba(20, 20, 20, 0.07);
	--myev-soft-shadow: 0 12px 32px rgba(20, 20, 20, 0.055);
	--myev-radius-lg: 28px;
	--myev-radius: 18px;
	--myev-radius-sm: 12px;
	--myev-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--myev-size-xs: 12px;
	--myev-size-sm: 14px;
	--myev-size-base: 16px;
	--myev-size-md: 18px;
	--myev-size-lg: 24px;
	--myev-weight-regular: 400;
	--myev-weight-medium: 500;
	--myev-weight-bold: 700;
	--myev-glass: rgba(255, 255, 255, 0.74);
	--myev-glass-strong: rgba(255, 255, 255, 0.88);
}

/* My EV 0.2.64 Modern Cart checkout acknowledgements. */
#moderncart-slide-out-modal .myev-cart-consents {
	display: grid;
	gap: 12px;
	min-width: 0;
	margin: 16px 0 14px;
	padding: 16px;
	border: 1px solid var(--myev-border);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: none;
}

#moderncart-slide-out-modal .myev-cart-consent {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	align-items: start;
	gap: 10px;
	margin: 0;
	color: var(--myev-text);
	font-family: var(--myev-font);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.45;
	cursor: pointer;
}

#moderncart-slide-out-modal .myev-cart-consent input[type="checkbox"] {
	position: relative !important;
	display: block !important;
	width: 18px;
	height: 18px;
	margin: 1px 0 0;
	padding: 0 !important;
	border: 1.5px solid rgba(0, 0, 0, 0.32) !important;
	border-radius: 5px !important;
	background: #fff !important;
	box-shadow: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
}

#moderncart-slide-out-modal .myev-cart-consent input[type="checkbox"]:checked {
	border-color: #171717 !important;
	background: #171717 !important;
}

#moderncart-slide-out-modal .myev-cart-consent input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 2px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

#moderncart-slide-out-modal .myev-cart-consent input[type="checkbox"]:focus-visible {
	outline: 2px solid #171717 !important;
	outline-offset: 2px;
}

#moderncart-slide-out-modal .myev-cart-consent a {
	color: inherit;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

#moderncart-slide-out-modal .myev-cart-consents-error {
	margin: 0;
	color: #a12727;
	font-family: var(--myev-font);
	font-size: 12px;
	font-weight: 750;
	line-height: 1.4;
}

#moderncart-slide-out-modal .checkout-button.myev-checkout-consent-required {
	opacity: 0.46;
	cursor: not-allowed;
}

body.myev-legal-modal-open {
	overflow: hidden !important;
}

.myev-legal-modal[hidden] {
	display: none !important;
}

.myev-legal-modal {
	position: fixed;
	inset: 0;
	z-index: 2147483000;
	display: grid;
	place-items: center;
	padding: 24px;
	background: rgba(0, 0, 0, 0.52);
	backdrop-filter: blur(8px);
}

.myev-legal-dialog {
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
	width: min(760px, 100%);
	max-height: min(820px, calc(100vh - 48px));
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.myev-legal-dialog-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 20px 22px;
	border-bottom: 1px solid var(--myev-border);
}

.myev-legal-dialog-head h2 {
	margin: 0;
	color: var(--myev-text);
	font-family: var(--myev-font);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

.myev-legal-dialog-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #f2f2f2;
	color: var(--myev-text);
	cursor: pointer;
}

.myev-legal-dialog-content {
	overflow-y: auto;
	padding: 24px;
	color: var(--myev-text);
	font-family: var(--myev-font);
	font-size: 14px;
	line-height: 1.65;
	overscroll-behavior: contain;
}

.myev-legal-dialog-content > :first-child {
	margin-top: 0;
}

.myev-legal-dialog-content h1 {
	display: none;
}

.myev-legal-dialog-content h2 {
	margin: 28px 0 10px;
	font-size: 18px;
	font-weight: 700;
}

.myev-legal-dialog-content p,
.myev-legal-dialog-content ul {
	margin: 0 0 14px;
}

.myev-legal-dialog-content a {
	color: inherit;
	font-weight: 750;
	text-decoration: underline;
}

.myev-legal-load-error {
	color: #a12727;
}

@media (max-width: 760px) {
	.myev-legal-modal {
		padding: 12px;
	}

	.myev-legal-dialog {
		max-height: calc(100dvh - 24px);
		border-radius: 18px;
	}

	.myev-legal-dialog-head {
		padding: 16px 18px;
	}

	.myev-legal-dialog-content {
		padding: 18px;
		font-size: 13px;
	}
}

/* My EV 0.2.75 product information and brand-specific remote delivery. */
body.myev-theme.single-product .myev-product-information {
	border: 0;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 14px 42px rgba(0, 0, 0, 0.075);
}

body.myev-theme.single-product .myev-product-tab-list {
	gap: 8px;
	padding: 10px;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.055);
	background: #f5f5f5;
}

body.myev-theme.single-product .myev-product-tab-list button {
	min-height: 48px;
	padding: 0 22px;
	border-radius: 14px;
	font-size: 14px;
	font-weight: 750;
	transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

body.myev-theme.single-product .myev-product-tab-list button[aria-selected="true"] {
	box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
}

body.myev-theme.single-product .myev-product-tab-panel {
	padding: clamp(22px, 3vw, 38px);
}

body.myev-theme.single-product .myev-product-specifications {
	display: table !important;
	table-layout: fixed !important;
	margin: 0 !important;
	border-color: rgba(0, 0, 0, 0.07) !important;
	border-radius: 16px;
}

body.myev-theme.single-product .myev-product-specifications tbody {
	display: table-row-group !important;
}

body.myev-theme.single-product .myev-product-specifications tr {
	display: table-row !important;
}

body.myev-theme.single-product .myev-product-specifications th,
body.myev-theme.single-product .myev-product-specifications td {
	display: table-cell !important;
	box-sizing: border-box;
	padding: 15px 18px !important;
	word-break: normal !important;
	overflow-wrap: anywhere;
}

body.myev-theme.single-product .myev-product-specifications th {
	width: 36% !important;
	background: transparent !important;
}

body.myev-theme.single-product .myev-product-specifications td {
	width: 64% !important;
	background: transparent !important;
}

body.myev-theme .myev-delivery-info {
	position: relative;
	display: inline-flex;
	flex: 0 0 auto;
	margin-left: 2px;
}

body.myev-theme .myev-delivery-info summary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	padding: 0;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 50%;
	background: #fff;
	color: var(--myev-text);
	font-size: 10px;
	cursor: pointer;
	list-style: none;
}

body.myev-theme .myev-delivery-info summary::-webkit-details-marker {
	display: none;
}

body.myev-theme .myev-delivery-info-popover {
	display: block !important;
	position: absolute;
	z-index: 30;
	left: 50%;
	bottom: calc(100% + 10px);
	width: min(280px, calc(100vw - 48px));
	padding: 12px 14px;
	border-radius: 12px;
	background: #171717;
	color: #fff;
	font-size: 12px;
	font-weight: 550;
	line-height: 1.45;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 4px);
	transition: opacity 140ms ease, transform 140ms ease;
}

body.myev-theme .myev-delivery-info[open] .myev-delivery-info-popover,
body.myev-theme .myev-delivery-info:hover .myev-delivery-info-popover,
body.myev-theme .myev-delivery-info:focus-within .myev-delivery-info-popover {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

body.myev-theme .myev-product-highlight:has(.myev-delivery-info) {
	position: relative;
}

body.myev-theme .myev-product-highlight > .myev-delivery-info {
	margin-left: auto;
}

@media (max-width: 760px) {
	body.myev-theme.single-product .myev-product-information {
		border-radius: 18px;
	}

	body.myev-theme.single-product .myev-product-tab-list {
		gap: 4px;
		padding: 7px;
	}

	body.myev-theme.single-product .myev-product-tab-list button {
		min-width: 0;
		min-height: 46px;
		padding: 0 8px;
		font-size: 13px;
	}

	body.myev-theme.single-product .myev-product-tab-panel {
		padding: 16px;
	}

	body.myev-theme.single-product .myev-product-specifications th,
	body.myev-theme.single-product .myev-product-specifications td {
		display: table-cell !important;
		padding: 13px 12px !important;
		font-size: 13px !important;
		vertical-align: middle !important;
	}

	body.myev-theme.single-product .myev-product-specifications th {
		width: 42% !important;
	}

	body.myev-theme.single-product .myev-product-specifications td {
		width: 58% !important;
	}
}

/* My EV 0.2.76 animated product information navigation. */
body.myev-theme.single-product .myev-product-information {
	position: relative;
	overflow: visible;
	border: 1px solid rgba(0, 0, 0, 0.045);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 18px 55px rgba(0, 0, 0, 0.07);
}

body.myev-theme.single-product .myev-product-tab-list {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin: 10px;
	padding: 4px;
	border: 0;
	border-radius: 17px;
	background: #f1f1f1;
	overflow: hidden;
}

body.myev-theme.single-product .myev-product-tab-list::before {
	position: absolute;
	z-index: 0;
	top: 4px;
	bottom: 4px;
	left: 4px;
	width: calc((100% - 8px) / 3);
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.09);
	content: "";
	transform: translateX(calc(var(--myev-tab-index, 0) * 100%));
	transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.myev-theme.single-product .myev-product-information[data-active-index="0"] {
	--myev-tab-index: 0;
}

body.myev-theme.single-product .myev-product-information[data-active-index="1"] {
	--myev-tab-index: 1;
}

body.myev-theme.single-product .myev-product-information[data-active-index="2"] {
	--myev-tab-index: 2;
}

body.myev-theme.single-product .myev-product-tab-list button,
body.myev-theme.single-product .myev-product-tab-list button[aria-selected="true"] {
	position: relative;
	z-index: 1;
	min-width: 0;
	min-height: 50px;
	padding: 0 14px;
	border: 0;
	border-radius: 13px;
	background: transparent;
	box-shadow: none;
	color: #777;
	font-size: 13px;
	font-weight: 750;
	transition: color 200ms ease;
}

body.myev-theme.single-product .myev-product-tab-list button[aria-selected="true"] {
	color: var(--myev-text);
}

body.myev-theme.single-product .myev-product-tab-panel {
	padding: clamp(24px, 3.2vw, 42px);
	opacity: 0;
	transform: translateY(7px);
}

body.myev-theme.single-product .myev-product-tab-panel.is-active {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 240ms ease, transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.myev-theme.single-product .myev-delivery-panel-content {
	display: grid;
	gap: 18px;
}

body.myev-theme.single-product .myev-delivery-panel-heading {
	display: flex;
	align-items: center;
	gap: 15px;
}

body.myev-theme.single-product .myev-delivery-panel-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 15px;
	background: #f2f2f2;
	color: var(--myev-text);
	font-size: 19px;
}

body.myev-theme.single-product .myev-delivery-panel-heading div {
	display: grid;
	gap: 3px;
}

body.myev-theme.single-product .myev-delivery-panel-heading strong {
	font-size: 16px;
	font-weight: 800;
}

body.myev-theme.single-product .myev-delivery-panel-heading small {
	color: var(--myev-muted);
	font-size: 13px;
	font-weight: 600;
}

body.myev-theme.single-product .myev-delivery-panel-note {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	padding: 16px 18px;
	border-radius: 15px;
	background: #f6f6f6;
	color: var(--myev-text);
}

body.myev-theme.single-product .myev-delivery-panel-note i {
	margin-top: 3px;
	font-size: 14px;
}

body.myev-theme.single-product .myev-delivery-panel-note p {
	margin: 0;
	font-size: 13px;
	line-height: 1.6;
}

@media (max-width: 760px) {
	body.myev-theme.single-product .myev-product-information {
		border-radius: 20px;
	}

	body.myev-theme.single-product .myev-product-tab-list {
		margin: 7px;
		padding: 3px;
		border-radius: 15px;
	}

	body.myev-theme.single-product .myev-product-tab-list::before {
		top: 3px;
		bottom: 3px;
		left: 3px;
		width: calc((100% - 6px) / 3);
		border-radius: 12px;
	}

	body.myev-theme.single-product .myev-product-tab-list button,
	body.myev-theme.single-product .myev-product-tab-list button[aria-selected="true"] {
		min-height: 46px;
		padding: 0 4px;
		font-size: clamp(10px, 3.1vw, 12px);
	}

	body.myev-theme.single-product .myev-product-tab-panel {
		padding: 18px 16px 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.myev-theme.single-product .myev-product-tab-list::before,
	body.myev-theme.single-product .myev-product-tab-panel {
		transition: none !important;
	}
}

body.myev-theme .myev-selected-vehicle-details {
	margin-top: 3px;
	color: var(--myev-muted);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
}

/* My EV 0.2.39 vehicle-specific empty archive state. */
body.myev-theme .myev-archive-empty-products {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 180px;
	width: 100%;
	margin: 18px 0 0;
	padding: 30px;
	border: 1px solid var(--myev-border);
	border-radius: 18px;
	background: #fff;
	text-align: center;
}

body.myev-theme .myev-archive-empty-products p {
	margin: 0;
	color: var(--myev-text);
	font-size: clamp(17px, 2vw, 21px);
	font-weight: 700;
	line-height: 1.35;
}

/* My EV 0.2.40 vehicle drawer actions. */
body.myev-theme .myev-vehicle-drawer-actions {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	width: 100%;
}

body.myev-theme .myev-vehicle-drawer-actions > button {
	width: 100%;
	min-height: 58px;
}

@media (max-width: 1024px) {
	body.myev-theme .myev-vehicle-drawer-actions {
		grid-template-columns: 1fr;
	}
}

html {
	background: var(--myev-bg);
}

html.myev-modal-open {
	overflow: hidden;
}

body.myev-theme {
	background: #f5f5f6;
	color: var(--myev-text);
	font-family: var(--myev-font);
	font-size: var(--myev-size-base);
	font-weight: var(--myev-weight-regular);
	line-height: 1.5;
	letter-spacing: 0;
}

.myev-theme :where(input, select, textarea, button) {
	font-family: var(--myev-font);
	letter-spacing: 0;
}

.myev-theme :where(p, li, input, select, textarea) {
	color: var(--myev-muted);
	font-size: var(--myev-size-base);
	font-weight: var(--myev-weight-regular);
}

.myev-theme :where(a, button) {
	-webkit-tap-highlight-color: transparent;
}

.myev-page {
	min-height: 100vh;
	padding: clamp(18px, 3vw, 44px);
}

.myev-shell {
	max-width: 1360px;
	margin: 0 auto;
}

.myev-theme .site-content,
.myev-theme #content {
	margin: 0;
}

.myev-theme .site-content {
	display: block;
	padding: clamp(24px, 3vw, 44px);
	border-radius: var(--myev-radius-lg);
	background: rgba(255, 255, 255, 0.88);
	box-shadow: var(--myev-shadow);
}

.myev-theme .content-area,
.myev-theme .inside-article,
.myev-theme .site-main {
	width: 100%;
	max-width: none;
	background: transparent;
}

.myev-theme .entry-title,
.myev-theme .woocommerce-products-header__title,
.myev-theme .page-title {
	margin-top: 0;
	color: var(--myev-text);
	font-weight: 700;
	letter-spacing: 0;
}

.myev-theme .woocommerce ul.products li.product,
.myev-theme .woocommerce-page ul.products li.product {
	overflow: hidden;
	border-radius: var(--myev-radius);
	background: rgba(255, 255, 255, 0.92);
	box-shadow: var(--myev-soft-shadow);
}

.myev-theme .woocommerce ul.products li.product a img {
	width: 100%;
	aspect-ratio: 1 / 1;
	margin: 0 0 18px;
	border-radius: 18px 18px 0 0;
	background: #fff;
	object-fit: cover;
}

.myev-theme .woocommerce ul.products li.product .woocommerce-loop-product__title,
.myev-theme .woocommerce ul.products li.product .price,
.myev-theme .woocommerce ul.products li.product .button {
	margin-left: 16px;
	margin-right: 16px;
}

.myev-theme .woocommerce div.product {
	display: flow-root;
}

.myev-theme :where(.woocommerce, .woocommerce-page, .entry-content) {
	color: var(--myev-muted);
	font-size: var(--myev-size-base);
	font-weight: var(--myev-weight-regular);
}

.myev-theme :where(.woocommerce a, .entry-content a) {
	color: var(--myev-text);
	font-weight: var(--myev-weight-medium);
	text-decoration: none;
}

.myev-theme :where(.woocommerce-result-count, .woocommerce-breadcrumb, .product_meta, .posted_in, .tagged_as) {
	color: var(--myev-muted);
	font-size: var(--myev-size-sm);
	font-weight: var(--myev-weight-regular);
}

.myev-theme .woocommerce-breadcrumb {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 24px;
	padding: 12px 16px;
	border-radius: 999px;
	background: #fff;
	box-shadow: var(--myev-soft-shadow);
}

.myev-theme :where(.woocommerce-ordering select, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .woocommerce select, .woocommerce-page select, .woocommerce input[type="text"], .woocommerce input[type="email"], .woocommerce input[type="tel"], .woocommerce input[type="password"], .woocommerce input[type="search"], .woocommerce textarea, .entry-content input, .entry-content select, .entry-content textarea) {
	appearance: none;
	min-height: 54px;
	border: 1px solid rgba(0, 0, 0, 0.075);
	border-radius: 15px;
	background:
		linear-gradient(45deg, transparent 50%, #111 50%) calc(100% - 22px) 24px / 6px 6px no-repeat,
		linear-gradient(135deg, #111 50%, transparent 50%) calc(100% - 17px) 24px / 6px 6px no-repeat,
		linear-gradient(180deg, #fff 0%, #f8f8f7 100%);
	color: var(--myev-text);
	font-family: var(--myev-font);
	font-size: var(--myev-size-base);
	font-weight: var(--myev-weight-medium);
	padding: 0 44px 0 18px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 10px 22px rgba(0, 0, 0, 0.035);
}

.myev-theme :where(.woocommerce textarea, .entry-content textarea) {
	min-height: 130px;
	padding-top: 16px;
	background: linear-gradient(180deg, #fff 0%, #f8f8f7 100%);
}

.myev-theme :where(.woocommerce input:focus, .woocommerce select:focus, .woocommerce textarea:focus, .entry-content input:focus, .entry-content select:focus, .entry-content textarea:focus) {
	border-color: rgba(0, 0, 0, 0.22);
	outline: 3px solid rgba(0, 0, 0, 0.06);
	outline-offset: 2px;
}

.myev-theme :where(.button, button.button, .woocommerce button.button, .woocommerce a.button, .woocommerce input.button, .wp-block-button__link, input[type="submit"]) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	border: 0;
	border-radius: 13px;
	background: linear-gradient(180deg, #202020 0%, #050505 100%);
	color: #fff;
	font-family: var(--myev-font);
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 16px 28px rgba(0, 0, 0, 0.18);
	text-decoration: none;
}

.myev-theme .woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.myev-theme .woocommerce ul.products::before,
.myev-theme .woocommerce ul.products::after {
	display: none;
}

.myev-theme .woocommerce ul.products li.product,
.myev-theme .woocommerce-page ul.products li.product {
	float: none;
	width: auto;
	margin: 0;
	padding: 0 0 20px;
	border: 1px solid rgba(255, 255, 255, 0.74);
	border-radius: 22px;
	background: #fff;
	box-shadow: var(--myev-soft-shadow);
}

.myev-theme .woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: var(--myev-text);
	font-size: var(--myev-size-md);
	font-weight: var(--myev-weight-bold);
	line-height: 1.18;
}

.myev-theme .woocommerce ul.products li.product .price {
	color: var(--myev-muted);
	font-size: var(--myev-size-base);
	font-weight: var(--myev-weight-medium);
}

.myev-theme .woocommerce ul.products li.product .button {
	margin-top: 14px;
}

.myev-theme .woocommerce-products-header,
.myev-theme .woocommerce .woocommerce-ordering,
.myev-theme .woocommerce .woocommerce-result-count {
	margin-bottom: 24px;
}

.myev-theme .woocommerce .woocommerce-ordering {
	float: none;
	display: flex;
	justify-content: flex-end;
}

.myev-theme .woocommerce .woocommerce-result-count {
	float: none;
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	margin-right: 18px;
}

.myev-theme .woocommerce span.onsale {
	min-height: 34px;
	min-width: 52px;
	border-radius: 999px;
	background: #0b0b0b;
	color: #fff;
	font-size: var(--myev-size-xs);
	font-weight: var(--myev-weight-bold);
	line-height: 34px;
}

.myev-theme .woocommerce div.product div.images img {
	overflow: hidden;
	border-radius: 24px;
	background: #fff;
	box-shadow: var(--myev-soft-shadow);
}

.myev-theme .woocommerce div.product div.images,
.myev-theme .woocommerce div.product div.summary {
	padding: clamp(20px, 2.5vw, 34px);
	border: 1px solid rgba(255, 255, 255, 0.74);
	border-radius: 28px;
	background: #fff;
	box-shadow: var(--myev-soft-shadow);
}

.myev-theme .woocommerce div.product div.images {
	overflow: hidden;
}

.myev-theme .woocommerce div.product .product_title {
	color: var(--myev-text);
	font-size: clamp(34px, 4vw, 58px);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: 0;
}

.myev-theme .woocommerce div.product p.price,
.myev-theme .woocommerce div.product span.price {
	color: var(--myev-text);
	font-size: var(--myev-size-lg);
	font-weight: var(--myev-weight-bold);
}

.myev-theme .woocommerce div.product form.cart {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 28px 0;
}

.myev-theme .woocommerce .quantity .qty {
	width: 76px;
	min-height: 58px;
	padding: 0 10px;
	border-radius: 15px;
	text-align: center;
}

.myev-theme .woocommerce div.product .product_meta {
	display: grid;
	gap: 8px;
	margin-top: 28px;
	padding-top: 22px;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.myev-theme .woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex;
	gap: 8px;
	margin: 34px 0 0;
	padding: 0;
	border: 0;
}

.myev-theme .woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 0;
	border-radius: 999px;
	background: #fff;
	box-shadow: var(--myev-soft-shadow);
}

.myev-theme .woocommerce div.product .woocommerce-tabs .panel {
	margin: 0;
	padding: clamp(24px, 3vw, 38px);
	border-radius: 0 28px 28px 28px;
	background: #fff;
	box-shadow: var(--myev-soft-shadow);
}

.myev-theme .woocommerce table.shop_table,
.myev-theme .woocommerce-cart-form,
.myev-theme .cart_totals,
.myev-theme .woocommerce-checkout-review-order,
.myev-theme .woocommerce-MyAccount-navigation,
.myev-theme .woocommerce-MyAccount-content,
.myev-theme .woocommerce-message,
.myev-theme .woocommerce-info,
.myev-theme .woocommerce-error {
	border: 1px solid rgba(255, 255, 255, 0.74);
	border-radius: var(--myev-radius);
	background: #fff;
	box-shadow: var(--myev-soft-shadow);
}

.myev-theme .woocommerce-message,
.myev-theme .woocommerce-info,
.myev-theme .woocommerce-error {
	padding: 18px 22px;
	color: var(--myev-text);
	font-weight: var(--myev-weight-medium);
}

@media (max-width: 1024px) {
	.myev-theme .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.myev-theme .woocommerce ul.products {
		grid-template-columns: 1fr;
	}
}

.myev-topbar {
	position: relative;
	z-index: 80;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: clamp(28px, 3.3vw, 46px);
}

.myev-logo-card,
.myev-icon-button,
.myev-mobile-nav,
.myev-slide-menu,
.myev-search-slide {
	background: rgba(255, 255, 255, 0.78);
	box-shadow: none;
	backdrop-filter: blur(18px);
	border: 1px solid rgba(255, 255, 255, 0.8);
}

.myev-logo-card {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 16px;
}

.myev-logo-card img {
	display: block;
	width: 42px;
	height: 42px;
	object-fit: contain;
}

.myev-top-left,
.myev-top-actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.myev-black-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 54px;
	padding: 0 25px;
	border-radius: 16px;
	color: var(--myev-text);
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.myev-slide-menu {
	position: relative;
	display: grid;
	grid-template-columns: 66px 42px auto;
	align-items: center;
	min-height: 64px;
	width: 108px;
	max-width: 108px;
	overflow: hidden;
	border-radius: 16px;
	transition: width 1250ms cubic-bezier(0.16, 1, 0.3, 1), max-width 1250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.myev-slide-menu:hover,
.myev-slide-menu.is-pinned {
	width: min(720px, calc(100vw - 170px));
	max-width: min(720px, calc(100vw - 170px));
}

.myev-shop-link {
	display: inline-flex;
	align-items: center;
	min-height: 64px;
	padding-left: 18px;
	color: var(--myev-text);
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.myev-menu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 64px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--myev-text);
	cursor: pointer;
	transition: transform 850ms cubic-bezier(0.16, 1, 0.3, 1);
}

.myev-menu-toggle:hover,
.myev-menu-toggle:focus {
	background: transparent;
	color: var(--myev-text);
}

.myev-menu-toggle i {
	font-size: 18px;
}

.myev-slide-menu.is-pinned .myev-menu-toggle {
	transform: rotate(180deg);
}

.myev-menu-items {
	min-width: 390px;
	opacity: 0;
	transform: translateX(-24px);
	transition: opacity 760ms ease 260ms, transform 1100ms cubic-bezier(0.16, 1, 0.3, 1);
}

.myev-slide-menu:hover .myev-menu-items,
.myev-slide-menu.is-pinned .myev-menu-items {
	opacity: 1;
	transform: translateX(0);
}

.myev-menu-list {
	display: flex;
	align-items: center;
	gap: 2px;
	margin: 0;
	padding: 0 12px 0 0;
	list-style: none;
}

.myev-menu-list a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 10px;
	border-radius: 999px;
	color: var(--myev-text);
	font-size: 14px;
	font-weight: 750;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 180ms ease;
}

.myev-menu-list a:hover {
	background: rgba(0, 0, 0, 0.055);
}

.myev-search-slide {
	position: relative;
	display: grid;
	grid-template-columns: 58px 0;
	align-items: center;
	width: 58px;
	min-height: 58px;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
	transition: width 850ms cubic-bezier(0.16, 1, 0.3, 1), grid-template-columns 850ms cubic-bezier(0.16, 1, 0.3, 1);
}

.myev-search-slide.is-pinned {
	width: 290px;
	grid-template-columns: 58px 216px;
	overflow: visible;
	background: rgba(255, 255, 255, 0.78);
}

.myev-search-slide input {
	width: 100%;
	min-width: 0;
	height: 42px;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--myev-text);
	font: inherit;
	font-weight: 700;
	opacity: 0;
	pointer-events: none;
	transition: opacity 420ms ease 180ms;
}

.myev-instant-results {
	position: absolute;
	top: calc(100% + 12px);
	right: 0;
	z-index: 999;
	width: min(470px, calc(100vw - 36px));
	max-height: min(520px, calc(100vh - 170px));
	overflow: auto;
	padding: 16px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 28px 75px rgba(0, 0, 0, 0.12);
}

.myev-search-hint,
.myev-search-empty {
	margin: 0;
	padding: 14px;
	color: var(--myev-muted);
	font-size: var(--myev-size-sm);
	font-weight: var(--myev-weight-medium);
}

.myev-result-group + .myev-result-group {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid rgba(0, 0, 0, 0.055);
}

.myev-result-heading {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 10px;
	color: var(--myev-muted);
	font-size: var(--myev-size-xs);
	font-weight: var(--myev-weight-bold);
	text-transform: uppercase;
}

.myev-result-list {
	display: grid;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.myev-result-item a {
	display: grid;
	grid-template-columns: 56px 1fr;
	align-items: center;
	gap: 14px;
	min-height: 68px;
	padding: 8px;
	border-radius: 16px;
	color: var(--myev-text);
	text-decoration: none;
	transition: background-color 160ms ease, transform 160ms ease;
}

.myev-result-item a:hover {
	background: rgba(255, 255, 255, 0.68);
	transform: translateY(-1px);
}

.myev-result-thumb,
.myev-result-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 15px;
	background: rgba(244, 244, 243, 0.92);
	color: var(--myev-text);
	overflow: hidden;
}

.myev-result-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.myev-result-title {
	display: block;
	color: var(--myev-text);
	font-size: var(--myev-size-md);
	font-weight: var(--myev-weight-bold);
	line-height: 1.18;
}

.myev-result-meta {
	display: block;
	margin-top: 5px;
	color: var(--myev-muted);
	font-size: var(--myev-size-sm);
	font-weight: var(--myev-weight-regular);
	line-height: 1.35;
}

.myev-search-slide .myev-icon-button {
	background: transparent;
	border: 0;
	box-shadow: none;
	backdrop-filter: none;
}

.myev-search-slide.is-pinned input {
	opacity: 1;
	pointer-events: auto;
}

.myev-black-button {
	min-height: 58px;
	border-radius: 13px;
	color: #fff;
	background: linear-gradient(180deg, #202020 0%, #050505 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 16px 28px rgba(0, 0, 0, 0.18);
}

.myev-icon-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	color: #080808;
	text-decoration: none;
}

.myev-cart-count {
	position: absolute;
	top: -2px;
	right: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #070707;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
}

.myev-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(320px, 0.92fr) minmax(420px, 1.3fr);
	min-height: 520px;
	overflow: hidden;
	border-radius: var(--myev-radius-lg);
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.96) 34%, rgba(255, 255, 255, 0.74) 58%, rgba(255, 255, 255, 0.28) 100%),
		var(--myev-panel);
	box-shadow: none;
}

.myev-hero-copy {
	position: relative;
	z-index: 2;
	align-self: center;
	padding: clamp(34px, 5vw, 72px);
}

.myev-hero h1 {
	max-width: 520px;
	margin: 0 0 28px;
	font-size: clamp(48px, 5vw, 76px);
	line-height: 1.07;
	font-weight: 700;
	letter-spacing: 0;
}

.myev-hero p {
	max-width: 390px;
	margin: 0 0 34px;
	color: var(--myev-muted);
	font-size: clamp(19px, 1.7vw, 25px);
	line-height: 1.45;
}

.myev-hero-media {
	position: relative;
	min-height: 520px;
}

.myev-hero-media img {
	position: absolute;
	right: -8%;
	bottom: 0;
	width: min(780px, 112%);
	height: 100%;
	object-fit: cover;
	object-position: center right;
	filter: saturate(0.98) contrast(1.02);
}

.myev-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: clamp(42px, 5vw, 64px) 6px 18px;
}

.myev-section-head h2 {
	margin: 0;
	font-size: clamp(20px, 1.8vw, 27px);
	line-height: 1.2;
}

.myev-small-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 20px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: var(--myev-soft-shadow);
	color: var(--myev-text);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.myev-category-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
}

.myev-category-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 250px;
	overflow: hidden;
	border-radius: var(--myev-radius);
	background: rgba(255, 255, 255, 0.82);
	box-shadow: var(--myev-soft-shadow);
	color: var(--myev-text);
	text-decoration: none;
}

.myev-category-card img {
	width: 100%;
	aspect-ratio: 1.35 / 1;
	object-fit: cover;
	object-position: center;
}

.myev-card-copy {
	display: grid;
	grid-template-columns: 1fr 28px;
	gap: 8px;
	align-items: end;
	padding: 0 20px 18px;
}

.myev-card-copy strong {
	display: block;
	font-size: 17px;
	line-height: 1.15;
}

.myev-card-copy span {
	display: block;
	margin-top: 4px;
	color: var(--myev-muted);
	font-size: 13px;
	line-height: 1.25;
}

.myev-vehicle-strip {
	display: grid;
	grid-template-columns: minmax(220px, 0.75fr) minmax(280px, 1fr) auto;
	align-items: center;
	gap: 24px;
	margin-top: 30px;
	padding: 26px 30px;
	border-radius: var(--myev-radius);
	background: rgba(255, 255, 255, 0.86);
	box-shadow: none;
}

.myev-change-car-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 58px;
	padding: 0 25px;
	border: 0;
	border-radius: 13px;
	background: linear-gradient(180deg, #202020 0%, #050505 100%);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	box-shadow: none;
	white-space: nowrap;
	cursor: pointer;
}

.myev-vehicle-strip h2 {
	margin: 0 0 8px;
	font-size: 28px;
	line-height: 1.1;
}

.myev-vehicle-strip p {
	margin: 0;
	color: var(--myev-muted);
	font-size: 15px;
	line-height: 1.45;
}

.myev-selected-car {
	display: grid;
	grid-template-columns: 72px 1fr;
	align-items: center;
	gap: 22px;
}

.myev-car-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: #0b0b0b;
	color: #fff;
	line-height: 1;
}

.myev-selected-car small,
.myev-select-row small {
	display: block;
	color: var(--myev-muted);
	font-size: 15px;
}

.myev-selected-car strong,
.myev-select-row strong {
	display: block;
	font-size: 28px;
	line-height: 1.1;
}

.myev-chevron {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
}

.myev-selector-panel {
	display: none;
	grid-column: 1 / -1;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	padding-top: 14px;
}

.myev-selector-panel.is-open {
	display: grid;
}

.myev-selector-panel label {
	display: grid;
	gap: 10px;
	color: var(--myev-muted);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.myev-selector-panel select {
	appearance: none;
	min-height: 64px;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.075);
	border-radius: 17px;
	background:
		linear-gradient(45deg, transparent 50%, #111 50%) calc(100% - 22px) 29px / 6px 6px no-repeat,
		linear-gradient(135deg, #111 50%, transparent 50%) calc(100% - 17px) 29px / 6px 6px no-repeat,
		linear-gradient(180deg, #fff 0%, #f8f8f7 100%);
	color: var(--myev-text);
	font: inherit;
	font-size: 16px;
	font-weight: 500;
	padding: 0 44px 0 18px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 10px 22px rgba(0, 0, 0, 0.035);
	cursor: pointer;
}

.myev-selector-panel select:focus {
	border-color: rgba(0, 0, 0, 0.22);
	outline: 3px solid rgba(0, 0, 0, 0.06);
	outline-offset: 2px;
}

.myev-modal-backdrop {
	position: fixed;
	inset: 0;
	z-index: 90;
	background: rgba(0, 0, 0, 0.48);
	backdrop-filter: blur(8px);
	opacity: 0;
	pointer-events: none;
	transition: opacity 360ms ease;
}

.myev-modal-backdrop.is-visible {
	opacity: 1;
	pointer-events: auto;
}

.myev-vehicle-drawer {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 91;
	display: grid;
	gap: 18px;
	width: min(760px, calc(100vw - 36px));
	max-height: calc(100vh - 56px);
	overflow: auto;
	padding: clamp(22px, 3vw, 34px);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: var(--myev-shadow);
	backdrop-filter: blur(18px);
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, calc(-50% + 24px)) scale(0.97);
	transition: opacity 360ms ease, transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.myev-vehicle-drawer.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, -50%) scale(1);
}

.myev-vehicle-drawer-head {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 18px;
}

.myev-vehicle-drawer h2 {
	margin: 0 0 6px;
	font-size: 24px;
	line-height: 1.1;
}

.myev-vehicle-drawer p {
	margin: 0;
	color: var(--myev-muted);
}

.myev-modal-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.055);
	color: var(--myev-text);
	cursor: pointer;
}

.myev-vehicle-drawer .myev-selector-panel {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.myev-mobile-nav {
	display: none;
	position: fixed;
	left: 18px;
	right: 18px;
	bottom: max(18px, env(safe-area-inset-bottom));
	z-index: 30;
	align-items: center;
	min-height: 64px;
	border-radius: 20px;
	overflow: visible;
}

.myev-mobile-actions,
.myev-mobile-panel {
	grid-column: 1;
	grid-row: 1;
	min-height: 64px;
	transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1), opacity 280ms ease;
}

.myev-mobile-actions {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: 100%;
}

.myev-mobile-nav a,
.myev-mobile-nav button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 64px;
	border: 0;
	background: transparent;
	color: var(--myev-text);
	text-decoration: none;
	cursor: pointer;
}

.myev-mobile-panel {
	display: flex;
	align-items: center;
	gap: 10px;
	width: calc(100% - 12px);
	min-height: 52px;
	margin: 6px;
	padding: 0 8px;
	border-radius: 16px;
	background: transparent;
	opacity: 0;
	transform: translateX(-110%);
	pointer-events: none;
}

.myev-mobile-nav.is-menu-open .myev-mobile-actions,
.myev-mobile-nav.is-search-open .myev-mobile-actions {
	opacity: 0;
	transform: translateX(110%);
	pointer-events: none;
}

.myev-mobile-nav.is-menu-open .myev-mobile-menu-panel,
.myev-mobile-nav.is-search-open .myev-mobile-search-panel {
	opacity: 1;
	transform: translateX(0);
	pointer-events: auto;
}

.myev-mobile-panel-close {
	flex: 0 0 44px;
	width: 44px !important;
	height: 44px !important;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.055) !important;
}

.myev-mobile-menu-list {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 0;
	overflow-x: auto;
	list-style: none;
}

.myev-mobile-menu-list a {
	width: auto;
	height: 42px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.045);
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.myev-mobile-search-panel {
	position: relative;
}

.myev-mobile-search-panel input {
	flex: 1 1 auto;
	min-width: 0;
	height: 44px;
	border: 0;
	outline: 0;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.045);
	padding: 0 16px;
	font: inherit;
	font-weight: 700;
}

.myev-mobile-search-panel .myev-instant-results {
	left: 0;
	right: 0;
	top: auto;
	bottom: calc(100% + 12px);
	width: 100%;
	max-height: min(430px, calc(100vh - 160px));
}

.myev-mobile-nav .myev-cart-count {
	top: 10px;
	right: calc(50% - 19px);
}

.myev-desktop-only {
	display: inline-flex;
}

.myev-search-slide.myev-desktop-only {
	display: grid;
}

.myev-mobile-only {
	display: none;
}

@media (max-width: 1024px) {
	body.myev-theme {
		background: #f9f9f9;
	}

	.myev-page {
		padding: 28px 24px 112px;
	}

	.myev-topbar {
		margin-bottom: 26px;
	}

	.myev-top-left .myev-slide-menu,
	.myev-top-actions .myev-desktop-only {
		display: none;
	}

	.myev-hero {
		display: flex;
		flex-direction: column;
		min-height: 0;
		border-radius: 24px;
		text-align: center;
		background: #ffffff;
	}

	.myev-hero-copy {
		padding: 42px 24px 12px;
		background: #ffffff;
	}

	.myev-hero h1 {
		max-width: 420px;
		margin: 0 auto 18px;
		font-size: clamp(33px, 8.2vw, 48px);
	}

	.myev-hero p {
		display: none;
	}

	.myev-black-button {
		min-height: 50px;
		padding-inline: 22px;
	}

	.myev-hero-media {
		min-height: clamp(210px, 48vw, 360px);
		width: 100%;
		background: #ffffff;
	}

	.myev-hero-media img {
		left: 0;
		right: auto;
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: right bottom;
	}

	body.myev-theme .myev-front-main .myev-category-grid {
		box-sizing: border-box !important;
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding: 0 0 14px !important;
		scroll-padding-left: 0;
	}

	.myev-category-grid {
		display: flex;
		gap: 16px;
		margin-inline: -24px;
		padding: 0 24px 14px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.myev-category-card {
		flex: 0 0 calc((100% - 32px) / 2.2);
		min-height: 190px;
		scroll-snap-align: start;
	}

	.myev-category-grid .myev-category-card:nth-child(n+3) {
		display: flex;
	}

	.myev-vehicle-strip {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 18px;
	}

	.myev-vehicle-intro {
		display: none;
	}

	.myev-selected-car {
		grid-template-columns: 76px 1fr;
		gap: 16px;
	}

	.myev-selected-car strong {
		font-size: 18px;
	}

	.myev-selected-car small {
		font-size: 13px;
	}

	.myev-selector-panel {
		grid-template-columns: 1fr;
	}

	.myev-change-car-button {
		width: 100%;
	}

	.myev-mobile-nav {
		display: grid;
	}

	.myev-vehicle-drawer {
		width: calc(100vw - 28px);
		max-height: calc(100vh - 40px);
		padding: 20px;
	}

	.myev-vehicle-drawer .myev-selected-car {
		grid-template-columns: 58px 1fr;
	}

	.myev-vehicle-drawer .myev-car-mark {
		width: 58px;
		height: 58px;
	}

	.myev-vehicle-drawer .myev-selector-panel {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.myev-page {
		padding: 24px 18px 112px;
	}

	.myev-logo-card {
		width: 56px;
		height: 56px;
		border-radius: 13px;
	}

	.myev-logo-card img {
		width: 36px;
		height: 36px;
	}

	.myev-icon-button {
		width: 56px;
		height: 56px;
	}

	.myev-section-head {
		margin-top: 28px;
	}

	.myev-section-head h2 {
		font-size: 18px;
	}

	.myev-small-pill {
		min-height: 38px;
		padding-inline: 16px;
	}

	.myev-card-copy {
		padding: 0 14px 14px;
	}

	.myev-card-copy strong {
		font-size: 14px;
	}

	.myev-card-copy span {
		font-size: 12px;
	}
}

/* WooCommerce final visual overrides. */
.myev-theme.separate-containers .comments-area,
.myev-theme.separate-containers .inside-article,
.myev-theme.separate-containers .page-header,
.myev-theme.separate-containers .paging-navigation {
	padding: 0;
}

.myev-theme .woocommerce span.onsale,
.myev-theme .woocommerce ul.products li.product .onsale,
.myev-theme .woocommerce div.product span.onsale {
	display: none !important;
}

.myev-theme .woocommerce ul.products li.product .button,
.myev-theme .woocommerce-page ul.products li.product .button,
.myev-theme .woocommerce ul.products li.product a.add_to_cart_button {
	display: none !important;
}

.myev-theme .woocommerce ul.products li.product a img,
.myev-theme .woocommerce-page ul.products li.product a img {
	display: block !important;
	border-radius: 20px !important;
	margin: 0 !important;
	width: 100% !important;
	height: 100% !important;
	aspect-ratio: 1 / 1;
	object-fit: cover !important;
	box-shadow: none;
}

.myev-theme .woocommerce ul.products li.product.myev-product-card,
.myev-theme .woocommerce-page ul.products li.product.myev-product-card {
	display: flex !important;
	flex-direction: column;
	overflow: hidden !important;
	padding: 14px 14px 20px !important;
	border: 1px solid rgba(0, 0, 0, 0.045) !important;
	border-radius: 24px !important;
	background: #fff !important;
	box-shadow: var(--myev-soft-shadow) !important;
}

.myev-theme .woocommerce ul.products li.product .myev-loop-image-frame,
.myev-theme .woocommerce-page ul.products li.product .myev-loop-image-frame {
	display: block;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1 / 1;
	margin-bottom: 18px;
	border-radius: 20px;
	background: #f9f9f9;
}

.myev-theme .woocommerce ul.products li.product .woocommerce-loop-product__link,
.myev-theme .woocommerce-page ul.products li.product .woocommerce-loop-product__link {
	display: block;
	color: var(--myev-text);
}

.myev-theme .woocommerce ul.products li.product .woocommerce-loop-product__title,
.myev-theme .woocommerce ul.products li.product .price {
	margin-left: 4px !important;
	margin-right: 4px !important;
}

.myev-theme .woocommerce div.product div.images img,
.myev-theme .woocommerce div.product div.images .woocommerce-product-gallery__image img {
	display: block;
	border-radius: 24px !important;
	overflow: hidden !important;
}

.myev-theme .woocommerce div.product .woocommerce-product-gallery,
.myev-theme .woocommerce div.product .woocommerce-product-gallery__wrapper,
.myev-theme .woocommerce div.product .woocommerce-product-gallery__image {
	overflow: hidden;
	border-radius: 24px;
}

.myev-theme .woocommerce-breadcrumb {
	min-height: 64px;
	padding: 0 25px;
	border-radius: 16px;
	color: var(--myev-muted);
	font-size: 15px;
	font-weight: 700;
}

.myev-theme .woocommerce-breadcrumb a {
	color: var(--myev-text);
	font-size: 15px;
	font-weight: 700;
}

.myev-theme .woocommerce div.product form.cart {
	display: inline-flex !important;
	align-items: center;
	gap: 12px;
	padding: 10px;
	border-radius: 18px;
	background: #fff !important;
	box-shadow: var(--myev-soft-shadow) !important;
}

.myev-theme .woocommerce div.product form.cart div.quantity {
	margin: 0;
}

.myev-theme .woocommerce div.product form.cart .quantity .qty {
	width: 82px;
	min-height: 58px;
	border: 0 !important;
	border-radius: 13px !important;
	background: #f9f9f9 !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
	color: var(--myev-text) !important;
	font-size: 16px;
	font-weight: 700;
}

.myev-theme .woocommerce div.product form.cart .single_add_to_cart_button {
	min-height: 58px;
	margin: 0;
	padding: 0 25px;
	border-radius: 13px !important;
	background: linear-gradient(180deg, #202020 0%, #050505 100%) !important;
	color: #fff !important;
	font-size: 15px;
	font-weight: 700;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 16px 28px rgba(0, 0, 0, 0.18) !important;
}

.myev-theme .woocommerce div.product .woocommerce-tabs {
	margin-top: 36px;
}

.myev-theme .woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex !important;
	gap: 10px;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: visible;
}

.myev-theme .woocommerce div.product .woocommerce-tabs ul.tabs::before,
.myev-theme .woocommerce div.product .woocommerce-tabs ul.tabs::after,
.myev-theme .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.myev-theme .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.myev-theme .woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0;
	border: 0 !important;
	border-radius: 16px 16px 0 0 !important;
	background: rgba(255, 255, 255, 0.72) !important;
	box-shadow: none !important;
}

.myev-theme .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #fff !important;
}

.myev-theme .woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: inline-flex;
	align-items: center;
	min-height: 58px;
	padding: 0 25px;
	color: var(--myev-muted);
	font-size: 15px;
	font-weight: 700;
}

.myev-theme .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: var(--myev-text);
	font-weight: 700;
}

.myev-theme .woocommerce div.product .woocommerce-tabs .panel {
	display: block;
	margin: 0 !important;
	padding: clamp(26px, 3vw, 42px);
	border-radius: 0 24px 24px 24px !important;
	background: #fff !important;
	box-shadow: var(--myev-soft-shadow) !important;
	color: var(--myev-muted);
}

.myev-theme .woocommerce div.product .woocommerce-tabs .panel h2,
.myev-theme .woocommerce #reviews #comments h2,
.myev-theme .woocommerce #review_form #reply-title {
	margin: 0 0 18px;
	color: var(--myev-text);
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 700;
	line-height: 1.1;
}

.myev-theme .woocommerce #reviews,
.myev-theme .woocommerce #review_form_wrapper,
.myev-theme .woocommerce #respond {
	color: var(--myev-muted);
}

.myev-theme .woocommerce #review_form #respond textarea,
.myev-theme .woocommerce #review_form #respond input:not([type="submit"]) {
	border-radius: 15px;
	background: #f9f9f9;
}
.woocommerce-product-gallery__wrapper div {
	border-radius: var(--myev-radius);
}
.woocommerce ul.products li.product a img {
border-radius: 5px;
}
.woocommerce div.product .woocommerce-tabs .panel {
padding:25px;
border-radius: 0px 18px 18px 18px;
background:#fff;
box-shadow: var(--myev-soft-shadow);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
box-shadow: var(--myev-soft-shadow);
border-radius: 18px 18px 0px 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
margin:0px;
padding:0px;
border-radius: 18px 0px 0px 0px
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background:transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs::before {
border:none;
}

@media (max-width: 640px) {
	.myev-theme .woocommerce div.product form.cart {
		display: grid;
		width: 100%;
	}

	.myev-theme .woocommerce div.product form.cart .quantity .qty,
	.myev-theme .woocommerce div.product form.cart .single_add_to_cart_button {
		width: 100%;
	}

	.myev-theme .woocommerce div.product .woocommerce-tabs ul.tabs {
		overflow-x: auto;
	}
}

/* My EV WooCommerce archive and product layout refinements. */
.myev-theme.woocommerce-shop .woocommerce-breadcrumb,
.myev-theme.tax-product_cat .woocommerce-breadcrumb,
.myev-theme.tax-product_tag .woocommerce-breadcrumb,
.myev-theme.post-type-archive-product .woocommerce-breadcrumb,
.myev-theme .woocommerce-result-count {
	display: none !important;
}

.myev-theme.woocommerce-shop .site-content,
.myev-theme.tax-product_cat .site-content,
.myev-theme.tax-product_tag .site-content,
.myev-theme.post-type-archive-product .site-content,
.myev-theme.single-product .site-content {
	background: transparent;
	box-shadow: none;
}

.myev-theme .woocommerce .myev-shop-archive-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(18px, 4vw, 48px);
	width: 100%;
	margin: 0 0 clamp(24px, 4vw, 44px);
}

.myev-theme .myev-archive-slide-menu {
	display: inline-grid;
	grid-template-columns: auto 54px 0fr;
	align-items: center;
	min-height: 76px;
	max-width: min(100%, 880px);
	overflow: hidden;
	border-radius: 24px;
	background: var(--myev-panel);
	box-shadow: var(--myev-soft-shadow);
	transition: grid-template-columns 0.75s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
}

.myev-theme .myev-archive-slide-menu:hover,
.myev-theme .myev-archive-slide-menu:focus-within {
	grid-template-columns: auto 54px 1fr;
	box-shadow: var(--myev-shadow);
}

.myev-theme .myev-archive-title-link {
	display: inline-flex;
	align-items: center;
	min-height: 76px;
	padding: 0 0 0 28px;
	color: var(--myev-text);
	font-size: clamp(32px, 4vw, 56px);
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.myev-theme .myev-archive-menu-toggle {
	display: inline-grid;
	place-items: center;
	width: 54px;
	height: 54px;
	margin: 0 8px;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--myev-text);
	font-size: 22px;
	box-shadow: none;
	cursor: pointer;
}

.myev-theme .myev-archive-menu-items {
	min-width: 0;
	overflow: hidden;
	opacity: 0;
	transform: translateX(-8px);
	transition: opacity 0.45s ease 0.15s, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.08s;
}

.myev-theme .myev-archive-slide-menu:hover .myev-archive-menu-items,
.myev-theme .myev-archive-slide-menu:focus-within .myev-archive-menu-items {
	opacity: 1;
	transform: translateX(0);
}

.myev-theme .myev-archive-menu-list {
	display: flex;
	align-items: center;
	gap: 6px;
	min-width: max-content;
	margin: 0;
	padding: 0 18px 0 0;
	list-style: none;
}

.myev-theme .myev-archive-menu-list a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0 14px;
	border-radius: 999px;
	color: var(--myev-muted);
	font-size: var(--myev-size-sm);
	font-weight: var(--myev-weight-medium);
	white-space: nowrap;
}

.myev-theme .myev-archive-menu-list a:hover,
.myev-theme .myev-archive-menu-list a.is-current {
	background: #f4f4f4;
	color: var(--myev-text);
}

.myev-theme .myev-shop-ordering {
	flex: 0 0 min(360px, 38vw);
}

.myev-theme .myev-shop-ordering form,
.myev-theme .woocommerce .woocommerce-ordering {
	float: none !important;
	width: 100%;
	margin: 0 !important;
}

.myev-theme .myev-shop-ordering select,
.myev-theme .woocommerce-ordering select {
	width: 100%;
	min-height: 70px;
	padding: 0 54px 0 24px;
	border: 0 !important;
	border-radius: 22px !important;
	background-color: var(--myev-panel) !important;
	color: var(--myev-text) !important;
	font-size: var(--myev-size-base);
	font-weight: var(--myev-weight-bold);
	box-shadow: none !important;
}

.myev-theme .woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: clamp(18px, 2vw, 28px);
	margin: 0 !important;
}

.myev-theme .woocommerce ul.products::before,
.myev-theme .woocommerce ul.products::after {
	display: none !important;
}

.myev-theme .woocommerce ul.products li.product,
.myev-theme .woocommerce-page ul.products li.product {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
}

.myev-theme .woocommerce ul.products li.product.myev-product-card,
.myev-theme .woocommerce-page ul.products li.product.myev-product-card {
	padding: 12px 12px 18px !important;
	border-radius: 24px !important;
	background: var(--myev-panel) !important;
	box-shadow: var(--myev-soft-shadow) !important;
}

.myev-theme .woocommerce ul.products li.product .myev-loop-image-frame,
.myev-theme .woocommerce-page ul.products li.product .myev-loop-image-frame {
	margin-bottom: 16px !important;
	border-radius: 20px !important;
	background: #f4f4f4;
}

.myev-theme .woocommerce ul.products li.product .woocommerce-loop-product__title,
.myev-theme .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
	margin: 0 6px 7px !important;
	padding: 0 !important;
	color: var(--myev-text) !important;
	font-size: var(--myev-size-md) !important;
	font-weight: var(--myev-weight-bold) !important;
	line-height: 1.15 !important;
}

.myev-theme .woocommerce ul.products li.product .price,
.myev-theme .woocommerce-page ul.products li.product .price {
	margin: 0 6px !important;
	color: var(--myev-muted) !important;
	font-size: var(--myev-size-base) !important;
	font-weight: var(--myev-weight-medium) !important;
	line-height: 1.25 !important;
}

.myev-theme .woocommerce ul.products li.product .price ins,
.myev-theme .woocommerce-page ul.products li.product .price ins {
	color: var(--myev-text) !important;
	font-weight: var(--myev-weight-bold) !important;
	text-decoration: none !important;
}

.myev-theme .woocommerce ul.products li.product .price del,
.myev-theme .woocommerce-page ul.products li.product .price del {
	color: var(--myev-soft-text) !important;
	opacity: 1 !important;
}

.myev-theme.single-product .woocommerce div.product {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
	align-items: start;
	gap: clamp(34px, 5vw, 72px);
	margin: 0;
}

.myev-theme.single-product .woocommerce div.product div.images,
.myev-theme.single-product .woocommerce div.product div.summary {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
}

.myev-theme.single-product .woocommerce div.product div.images {
	display: grid;
	gap: 18px;
	padding: 12px;
	border-radius: 28px;
	background: var(--myev-panel);
	box-shadow: var(--myev-soft-shadow);
}

.myev-theme.single-product .woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
.myev-theme.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image,
.myev-theme.single-product .woocommerce div.product div.images img {
	border-radius: 22px !important;
}

.myev-theme.single-product .woocommerce div.product div.images .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
	margin: 6px 0 0 !important;
}

.myev-theme.single-product .woocommerce div.product div.images .flex-control-thumbs li {
	width: auto !important;
	padding: 0 !important;
}

.myev-theme.single-product .woocommerce div.product div.images .flex-control-thumbs img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border: 2px solid transparent;
	border-radius: 14px !important;
	opacity: 1 !important;
}

.myev-theme.single-product .woocommerce div.product div.images .flex-control-thumbs img.flex-active {
	border-color: var(--myev-text);
}

.myev-theme.single-product .woocommerce div.product div.summary {
	padding-top: clamp(4px, 2vw, 18px);
}

.myev-theme.single-product .woocommerce div.product .product_title {
	margin: 0 0 16px;
	color: var(--myev-text) !important;
	font-size: clamp(38px, 4vw, 62px) !important;
	font-weight: 700 !important;
	line-height: 1.02 !important;
}

.myev-theme.single-product .woocommerce div.product p.price,
.myev-theme.single-product .woocommerce div.product span.price {
	margin: 0 0 26px;
	color: var(--myev-text) !important;
	font-size: clamp(22px, 2vw, 30px) !important;
	font-weight: var(--myev-weight-bold) !important;
	line-height: 1.2;
}

.myev-theme.single-product .woocommerce div.product p.price del,
.myev-theme.single-product .woocommerce div.product span.price del {
	color: var(--myev-soft-text);
	opacity: 1;
}

.myev-theme.single-product .woocommerce div.product p.price ins,
.myev-theme.single-product .woocommerce div.product span.price ins {
	color: var(--myev-text);
	text-decoration: none;
}

.myev-theme.single-product .woocommerce div.product form.cart {
	display: flex !important;
	width: 100%;
	margin: 28px 0 24px;
	padding: 8px;
	border-radius: 22px;
	background: var(--myev-panel) !important;
	box-shadow: var(--myev-soft-shadow) !important;
}

.myev-theme.single-product .woocommerce div.product form.cart .quantity {
	flex: 0 0 92px;
}

.myev-theme.single-product .woocommerce div.product form.cart .quantity .qty {
	width: 100%;
	min-height: 62px;
	border: 0 !important;
	border-radius: 16px !important;
	background: #f4f4f4 !important;
	color: var(--myev-text) !important;
	font-size: var(--myev-size-base);
	font-weight: var(--myev-weight-bold);
}

.myev-theme.single-product .woocommerce div.product form.cart .single_add_to_cart_button {
	flex: 1 1 auto;
	min-height: 62px;
	border-radius: 16px !important;
	background: linear-gradient(180deg, #202020 0%, #050505 100%) !important;
	color: #fff !important;
	font-size: var(--myev-size-base);
	font-weight: var(--myev-weight-bold);
	text-transform: none;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 18px 32px rgba(0, 0, 0, 0.18) !important;
}

.myev-theme.single-product .woocommerce div.product .product_meta {
	margin: 18px 0 0;
	padding: 18px 0;
	border-top: 1px solid var(--myev-border);
	border-bottom: 1px solid var(--myev-border);
	color: var(--myev-muted);
	font-size: var(--myev-size-sm);
	font-weight: var(--myev-weight-medium);
}

.myev-theme.single-product .woocommerce div.product .woocommerce-tabs {
	margin-top: 28px !important;
}

.myev-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.myev-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs::before,
.myev-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs::after,
.myev-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.myev-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none !important;
}

.myev-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li,
.myev-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.myev-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
	position: relative;
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	min-height: 72px;
	padding: 0 42px 0 0 !important;
	border-top: 1px solid var(--myev-border);
	color: var(--myev-text) !important;
	font-size: var(--myev-size-md) !important;
	font-weight: var(--myev-weight-bold) !important;
	line-height: 1.2;
}

.myev-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a::after {
	content: "+";
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--myev-text);
	font-size: 34px;
	font-weight: var(--myev-weight-regular);
	line-height: 1;
}

.myev-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
	content: "-";
}

.myev-theme.single-product .woocommerce div.product .woocommerce-tabs .panel {
	margin: 0 !important;
	padding: 22px 0 30px !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--myev-muted) !important;
	font-size: var(--myev-size-base);
	font-weight: var(--myev-weight-regular);
}

.myev-theme.single-product .woocommerce div.product .woocommerce-tabs .panel h2,
.myev-theme.single-product .woocommerce #reviews #comments h2,
.myev-theme.single-product .woocommerce #review_form #reply-title {
	margin: 0 0 14px;
	color: var(--myev-text);
	font-size: var(--myev-size-lg);
	font-weight: var(--myev-weight-bold);
	line-height: 1.15;
}

@media (max-width: 980px) {
	.myev-theme .woocommerce .myev-shop-archive-toolbar {
		display: grid;
		gap: 16px;
	}

	.myev-theme .myev-archive-slide-menu {
		width: 100%;
		grid-template-columns: minmax(0, auto) 54px 0fr;
	}

	.myev-theme .myev-archive-title-link {
		font-size: clamp(28px, 9vw, 44px);
	}

	.myev-theme .myev-shop-ordering {
		width: 100%;
		flex-basis: auto;
	}

	.myev-theme.single-product .woocommerce div.product {
		grid-template-columns: 1fr;
		gap: 28px;
	}
}

@media (max-width: 640px) {
	.myev-theme .myev-archive-slide-menu,
	.myev-theme .myev-archive-slide-menu:hover,
	.myev-theme .myev-archive-slide-menu:focus-within {
		grid-template-columns: minmax(0, auto) 50px 1fr;
		min-height: 68px;
		overflow-x: auto;
	}

	.myev-theme .myev-archive-title-link {
		min-height: 68px;
		padding-left: 20px;
	}

	.myev-theme .myev-archive-menu-toggle {
		width: 50px;
		height: 50px;
		margin: 0 4px;
	}

	.myev-theme .myev-archive-menu-items {
		opacity: 1;
		transform: none;
	}

	.myev-theme .myev-archive-menu-list {
		overflow-x: auto;
		padding-right: 12px;
	}

	.myev-theme .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.myev-theme .woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size: var(--myev-size-base) !important;
	}

	.myev-theme.single-product .woocommerce div.product div.images {
		padding: 8px;
		border-radius: 22px;
	}

	.myev-theme.single-product .woocommerce div.product div.images .flex-control-thumbs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 8px;
	}

	.myev-theme.single-product .woocommerce div.product form.cart {
		display: grid !important;
	}

	.myev-theme.single-product .woocommerce div.product form.cart .quantity,
	.myev-theme.single-product .woocommerce div.product form.cart .single_add_to_cart_button {
		width: 100%;
	}
}

/* My EV final WooCommerce polish after live review. */
.myev-theme .myev-slide-menu {
	grid-template-columns: 66px 54px auto;
	width: 124px;
	max-width: 124px;
}

.myev-theme .myev-menu-toggle {
	width: 54px;
	padding-right: 12px;
}

.myev-theme .myev-menu-toggle i {
	font-size: 20px;
}

.myev-theme .woocommerce .myev-shop-archive-toolbar {
	display: grid !important;
	grid-template-columns: max-content minmax(260px, 360px);
	align-items: center;
	justify-content: space-between;
	column-gap: 24px;
	width: 100%;
	margin-bottom: clamp(22px, 3vw, 34px);
}

.myev-theme .myev-archive-slide-menu {
	grid-template-columns: auto 58px 0fr;
	min-height: 64px;
	max-width: min(100%, 720px);
	border-radius: 20px;
}

.myev-theme .myev-archive-slide-menu:hover,
.myev-theme .myev-archive-slide-menu:focus-within {
	grid-template-columns: auto 58px 1fr;
}

.myev-theme .myev-archive-title-link {
	min-height: 64px;
	padding-left: 24px;
	font-size: clamp(34px, 3vw, 44px);
	font-weight: 700;
}

.myev-theme .myev-archive-menu-toggle {
	width: 58px;
	height: 64px;
	margin: 0;
	padding-right: 14px;
	font-size: 23px;
}

.myev-theme .myev-shop-ordering {
	justify-self: end;
	width: min(360px, 100%);
	max-width: 360px;
	min-width: 260px;
	flex: none;
}

.myev-theme .myev-shop-ordering select,
.myev-theme .woocommerce-ordering select {
	min-height: 64px;
	border-radius: 20px !important;
	font-size: 15px;
}

body.myev-theme .woocommerce ul.products li.product.myev-product-card a.woocommerce-loop-product__link h2.woocommerce-loop-product__title,
body.myev-theme.woocommerce-page ul.products li.product.myev-product-card a.woocommerce-loop-product__link h2.woocommerce-loop-product__title {
	margin: 0 0px 8px !important;
	padding: 0 !important;
	color: var(--myev-text) !important;
	font-family: var(--myev-font) !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	line-height: 1.18 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

body.myev-theme .woocommerce ul.products li.product.myev-product-card a.woocommerce-loop-product__link span.price,
body.myev-theme.woocommerce-page ul.products li.product.myev-product-card a.woocommerce-loop-product__link span.price {
	display: block !important;
	margin: 0 0px !important;
	color: var(--myev-muted) !important;
	font-family: var(--myev-font) !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	line-height: 1.3 !important;
	letter-spacing: 0 !important;
}

body.myev-theme .woocommerce ul.products li.product.myev-product-card span.price :where(.amount, bdi, .woocommerce-Price-currencySymbol),
body.myev-theme.woocommerce-page ul.products li.product.myev-product-card span.price :where(.amount, bdi, .woocommerce-Price-currencySymbol) {
	font: inherit !important;
	color: inherit !important;
}

body.myev-theme .woocommerce ul.products li.product.myev-product-card span.price ins {
	color: var(--myev-text) !important;
	font-weight: 700 !important;
	text-decoration: none !important;
}

body.myev-theme .woocommerce ul.products li.product.myev-product-card span.price del {
	color: var(--myev-soft-text) !important;
	font-weight: 500 !important;
	opacity: 1 !important;
}

body.myev-theme.single-product .woocommerce div.product .summary.entry-summary h1.product_title.entry-title {
	margin: 0 0 14px !important;
	color: var(--myev-text) !important;
	font-family: var(--myev-font) !important;
	font-size: clamp(34px, 3.2vw, 46px) !important;
	font-weight: 700 !important;
	line-height: 1.04 !important;
	letter-spacing: 0 !important;
}

body.myev-theme.single-product .woocommerce div.product .summary.entry-summary p.price,
body.myev-theme.single-product .woocommerce div.product .summary.entry-summary p.price :where(.amount, bdi, .woocommerce-Price-currencySymbol) {
	color: var(--myev-text) !important;
	font-family: var(--myev-font) !important;
	font-size: clamp(20px, 2vw, 26px) !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: 0 !important;
}

body.myev-theme.single-product .woocommerce div.product .summary.entry-summary p.price {
	margin: 0 0 24px !important;
}

body.myev-theme.single-product .woocommerce div.product .summary.entry-summary p.price del,
body.myev-theme.single-product .woocommerce div.product .summary.entry-summary p.price del :where(.amount, bdi, .woocommerce-Price-currencySymbol) {
	color: var(--myev-soft-text) !important;
	font-weight: 500 !important;
	opacity: 1 !important;
}

body.myev-theme.single-product .woocommerce div.product .summary.entry-summary p.price ins {
	color: var(--myev-text) !important;
	text-decoration: none !important;
}

body.myev-theme.single-product .woocommerce div.product .summary.entry-summary form.cart {
	display: grid !important;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 10px;
	width: 100%;
	margin: 26px 0 30px !important;
	padding: 8px !important;
	border-radius: 22px !important;
	background: #fff !important;
	box-shadow: var(--myev-soft-shadow) !important;
}

body.myev-theme.single-product .woocommerce div.product .summary.entry-summary form.cart .quantity,
body.myev-theme.single-product .woocommerce div.product .summary.entry-summary form.cart .quantity .qty {
	width: 100% !important;
	margin: 0 !important;
}

body.myev-theme.single-product .woocommerce div.product .summary.entry-summary form.cart .quantity .qty {
	min-height: 62px !important;
	border: 0 !important;
	border-radius: 16px !important;
	background: #f4f4f4 !important;
	color: var(--myev-text) !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	box-shadow: none !important;
}

body.myev-theme.single-product .woocommerce div.product .summary.entry-summary form.cart button.single_add_to_cart_button {
	width: 100%;
	min-height: 62px !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 16px !important;
	background: linear-gradient(180deg, #202020 0%, #050505 100%) !important;
	color: #fff !important;
	font-family: var(--myev-font) !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 18px 32px rgba(0, 0, 0, 0.18) !important;
}

body.myev-theme.single-product .woocommerce div.product .woocommerce-tabs {
	display: none !important;
}

.myev-product-accordions {
	display: grid;
	margin-top: 28px;
	border-top: 1px solid var(--myev-border);
}

.myev-product-accordion {
	border-bottom: 1px solid var(--myev-border);
}

.myev-product-accordion summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 74px;
	gap: 18px;
	color: var(--myev-text);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	list-style: none;
	cursor: pointer;
}

.myev-product-accordion summary::-webkit-details-marker {
	display: none;
}

.myev-product-accordion summary i {
	flex: 0 0 auto;
	font-size: 18px;
	transition: transform 260ms ease;
}

.myev-product-accordion[open] summary i {
	transform: rotate(45deg);
}

.myev-product-accordion-panel {
	padding: 0 0 28px;
	color: var(--myev-muted);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.55;
}

.myev-product-accordion-panel h2,
.myev-product-accordion-panel .woocommerce-Reviews-title,
.myev-product-accordion-panel #reply-title {
	margin: 0 0 14px !important;
	color: var(--myev-text) !important;
	font-size: 22px !important;
	font-weight: 700 !important;
	line-height: 1.15 !important;
}

.myev-product-accordion-panel p {
	color: var(--myev-muted);
	font-size: 15px;
	font-weight: 400;
}

@media (max-width: 980px) {
	.myev-theme .woocommerce .myev-shop-archive-toolbar {
		grid-template-columns: max-content minmax(220px, 320px);
	}
}

@media (max-width: 760px) {
	.myev-theme .woocommerce .myev-shop-archive-toolbar {
		grid-template-columns: 1fr;
		justify-content: stretch;
	}

	.myev-theme .myev-shop-ordering {
		justify-self: stretch;
		width: 100%;
		max-width: none;
	}

	.myev-theme .myev-archive-slide-menu {
		width: 100%;
		max-width: 100%;
	}

	body.myev-theme.single-product .woocommerce div.product .summary.entry-summary form.cart {
		grid-template-columns: 1fr;
	}
}

/* My EV hard overrides for Woo/plugin CSS conflicts. */
body.myev-theme #moderncart-floating-cart,
body.myev-theme .moderncart-toggle-slide-out,
body.myev-theme .moderncart-floating-cart-button,
body.myev-theme .moderncart-floating-cart-button-notification {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

body.myev-theme .myev-top-actions .myev-icon-button,
body.myev-theme .myev-search-slide .myev-icon-button {
	border: 0 !important;
	background: rgba(255, 255, 255, 0.78) !important;
	color: var(--myev-text) !important;
	box-shadow: none !important;
	backdrop-filter: blur(18px);
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

body.myev-theme .myev-top-actions .myev-icon-button:hover,
body.myev-theme .myev-top-actions .myev-icon-button:focus-visible,
body.myev-theme .myev-search-slide .myev-icon-button:hover,
body.myev-theme .myev-search-slide .myev-icon-button:focus-visible {
	background: var(--myev-text) !important;
	color: #fff !important;
	box-shadow: 0 18px 32px rgba(0, 0, 0, 0.18) !important;
	transform: translateY(-1px);
}

body.myev-theme .myev-search-slide.is-pinned .myev-icon-button,
body.myev-theme .myev-search-slide.is-pinned .myev-icon-button:hover,
body.myev-theme .myev-search-slide.is-pinned .myev-icon-button:focus-visible {
	background: transparent !important;
	color: var(--myev-text) !important;
	box-shadow: none !important;
	transform: none;
}

body.myev-theme .myev-slide-menu {
	grid-template-columns: 66px 54px auto !important;
	width: 124px !important;
	max-width: 124px !important;
}

body.myev-theme .myev-slide-menu:hover,
body.myev-theme .myev-slide-menu.is-pinned {
	width: min(720px, calc(100vw - 170px)) !important;
	max-width: min(720px, calc(100vw - 170px)) !important;
}

body.myev-theme .woocommerce .myev-shop-archive-toolbar {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 18px !important;
	width: 100% !important;
	margin: 0 0 28px !important;
}

body.myev-theme .woocommerce .myev-archive-slide-menu {
	flex: 0 0 auto !important;
	display: grid !important;
	grid-template-columns: 66px 54px auto !important;
	align-items: center !important;
	min-height: 64px !important;
	width: 124px !important;
	max-width: 124px !important;
	overflow: hidden !important;
	border-radius: 16px !important;
}

body.myev-theme .woocommerce .myev-archive-slide-menu:hover,
body.myev-theme .woocommerce .myev-archive-slide-menu:focus-within {
	width: min(680px, calc(100vw - 520px)) !important;
	max-width: min(680px, calc(100vw - 520px)) !important;
	grid-template-columns: 66px 54px auto !important;
}

body.myev-theme .woocommerce .myev-archive-title-link {
	display: inline-flex !important;
	align-items: center !important;
	min-height: 64px !important;
	padding: 0 0 0 18px !important;
	color: var(--myev-text) !important;
	font-family: var(--myev-font) !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	white-space: nowrap !important;
}

body.myev-theme .woocommerce .myev-archive-menu-toggle {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 54px !important;
	height: 64px !important;
	margin: 0 !important;
	padding: 0 12px 0 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--myev-text) !important;
	font-size: 20px !important;
	box-shadow: none !important;
}

body.myev-theme .woocommerce .myev-archive-menu-items {
	min-width: 390px !important;
	opacity: 0;
	transform: translateX(-24px);
	transition: opacity 760ms ease 260ms, transform 1100ms cubic-bezier(0.16, 1, 0.3, 1);
}

body.myev-theme .woocommerce .myev-archive-slide-menu:hover .myev-archive-menu-items,
body.myev-theme .woocommerce .myev-archive-slide-menu:focus-within .myev-archive-menu-items {
	opacity: 1;
	transform: translateX(0);
}

body.myev-theme .woocommerce .myev-shop-ordering {
	flex: 0 0 360px !important;
	width: 360px !important;
	max-width: 360px !important;
	min-width: 260px !important;
	margin-left: auto !important;
}

body.myev-theme .woocommerce .myev-shop-ordering form.woocommerce-ordering,
body.myev-theme .woocommerce .myev-shop-ordering select.orderby {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	float: none !important;
}

body.myev-theme .woocommerce .myev-shop-ordering select.orderby {
	min-height: 64px !important;
	padding: 0 54px 0 24px !important;
	border: 0 !important;
	border-radius: 20px !important;
	background-color: #fff !important;
	color: var(--myev-text) !important;
	font-family: var(--myev-font) !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	box-shadow: var(--myev-soft-shadow) !important;
}

body.myev-theme .woocommerce div.product .summary.entry-summary > h1.product_title.entry-title,
body.myev-theme.single-product .woocommerce div.product .summary.entry-summary > h1.product_title.entry-title,
body.myev-theme.single-product #content div.product .summary.entry-summary > h1.product_title.entry-title {
	margin: 0 0 14px !important;
	color: var(--myev-text) !important;
	font-family: var(--myev-font) !important;
	font-size: 32px !important;
	font-weight: 700 !important;
	line-height: 1.05 !important;
	letter-spacing: 0 !important;
}

body.myev-theme .woocommerce div.product .summary.entry-summary > p.price,
body.myev-theme .woocommerce div.product .summary.entry-summary > p.price *,
body.myev-theme.single-product #content div.product .summary.entry-summary > p.price,
body.myev-theme.single-product #content div.product .summary.entry-summary > p.price * {
	font-family: var(--myev-font) !important;
	font-size: 22px !important;
	line-height: 1.2 !important;
	letter-spacing: 0 !important;
}

body.myev-theme .woocommerce div.product .summary.entry-summary > p.price {
	margin: 0 0 24px !important;
	color: var(--myev-text) !important;
	font-weight: 700 !important;
}

body.myev-theme .woocommerce div.product .summary.entry-summary > p.price del,
body.myev-theme .woocommerce div.product .summary.entry-summary > p.price del * {
	color: var(--myev-soft-text) !important;
	font-weight: 500 !important;
	opacity: 1 !important;
}

body.myev-theme .woocommerce div.product .summary.entry-summary > p.price ins,
body.myev-theme .woocommerce div.product .summary.entry-summary > p.price ins * {
	color: var(--myev-text) !important;
	font-weight: 700 !important;
	text-decoration: none !important;
}

body.myev-theme .woocommerce div.product .summary.entry-summary > form.cart {
	display: grid !important;
	grid-template-columns: 92px minmax(0, 1fr) !important;
	align-items: center !important;
	gap: 10px !important;
	width: 100% !important;
	margin: 26px 0 30px !important;
	padding: 8px !important;
	border-radius: 22px !important;
	background: #fff !important;
	box-shadow: var(--myev-soft-shadow) !important;
}

body.myev-theme .woocommerce div.product .summary.entry-summary > form.cart div.quantity,
body.myev-theme .woocommerce div.product .summary.entry-summary > form.cart div.quantity input.qty {
	width: 100% !important;
	margin: 0 !important;
}

body.myev-theme .woocommerce div.product .summary.entry-summary > form.cart div.quantity input.qty {
	min-height: 62px !important;
	border: 0 !important;
	border-radius: 16px !important;
	background: #f4f4f4 !important;
	color: var(--myev-text) !important;
	font-family: var(--myev-font) !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	text-align: center !important;
	box-shadow: none !important;
}

body.myev-theme .woocommerce div.product .summary.entry-summary > form.cart button.single_add_to_cart_button.button.alt {
	width: 100% !important;
	min-height: 62px !important;
	margin: 0 !important;
	padding: 0 24px !important;
	border: 0 !important;
	border-radius: 16px !important;
	background: linear-gradient(180deg, #202020 0%, #050505 100%) !important;
	color: #fff !important;
	font-family: var(--myev-font) !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	text-transform: none !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 18px 32px rgba(0, 0, 0, 0.18) !important;
}

@media (max-width: 760px) {
	body.myev-theme .woocommerce .myev-shop-archive-toolbar {
		flex-direction: column !important;
		align-items: stretch !important;
	}

	body.myev-theme .woocommerce .myev-archive-slide-menu,
	body.myev-theme .woocommerce .myev-archive-slide-menu:hover,
	body.myev-theme .woocommerce .myev-archive-slide-menu:focus-within {
		width: 100% !important;
		max-width: 100% !important;
	}

	body.myev-theme .woocommerce .myev-shop-ordering {
		flex: 0 0 auto !important;
		width: 100% !important;
		max-width: none !important;
	}

	body.myev-theme .woocommerce div.product .summary.entry-summary > form.cart {
		grid-template-columns: 1fr !important;
	}
}

/* Same hard overrides without relying on a WooCommerce wrapper element. */
body.myev-theme .myev-shop-archive-toolbar {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 18px !important;
	width: 100% !important;
	margin: 0 0 28px !important;
}

body.myev-theme .myev-shop-archive-toolbar .myev-archive-slide-menu {
	flex: 0 0 auto !important;
	display: grid !important;
	grid-template-columns: 66px 54px auto !important;
	align-items: center !important;
	min-height: 64px !important;
	width: 124px !important;
	max-width: 124px !important;
	overflow: hidden !important;
	border-radius: 16px !important;
}

body.myev-theme .myev-shop-archive-toolbar .myev-archive-slide-menu:hover,
body.myev-theme .myev-shop-archive-toolbar .myev-archive-slide-menu:focus-within {
	width: min(680px, calc(100vw - 520px)) !important;
	max-width: min(680px, calc(100vw - 520px)) !important;
	grid-template-columns: 66px 54px auto !important;
}

body.myev-theme .myev-shop-archive-toolbar .myev-archive-title-link {
	min-height: 64px !important;
	padding: 0 0 0 18px !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
}

body.myev-theme .myev-shop-archive-toolbar .myev-archive-menu-toggle {
	width: 54px !important;
	height: 64px !important;
	margin: 0 !important;
	padding: 0 12px 0 0 !important;
	font-size: 20px !important;
}

body.myev-theme .myev-shop-archive-toolbar .myev-shop-ordering {
	flex: 0 0 360px !important;
	width: 360px !important;
	max-width: 360px !important;
	min-width: 260px !important;
	margin-left: auto !important;
}

body.myev-theme .myev-shop-archive-toolbar .myev-shop-ordering form.woocommerce-ordering,
body.myev-theme .myev-shop-archive-toolbar .myev-shop-ordering select.orderby {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	float: none !important;
}

body.myev-theme .myev-shop-archive-toolbar .myev-shop-ordering select.orderby {
	min-height: 64px !important;
	border-radius: 20px !important;
	font-size: 15px !important;
	font-weight: 700 !important;
}

body.myev-theme div.product .summary.entry-summary > h1.product_title.entry-title {
	margin: 0 0 14px !important;
	color: var(--myev-text) !important;
	font-family: var(--myev-font) !important;
	font-size: 32px !important;
	font-weight: 700 !important;
	line-height: 1.05 !important;
	letter-spacing: 0 !important;
}

body.myev-theme div.product .summary.entry-summary > p.price,
body.myev-theme div.product .summary.entry-summary > p.price * {
	font-family: var(--myev-font) !important;
	font-size: 22px !important;
	line-height: 1.2 !important;
	letter-spacing: 0 !important;
}

body.myev-theme div.product .summary.entry-summary > form.cart {
	display: grid !important;
	grid-template-columns: 92px minmax(0, 1fr) !important;
	gap: 10px !important;
	width: 100% !important;
	padding: 8px !important;
	border-radius: 22px !important;
	background: #fff !important;
	box-shadow: var(--myev-soft-shadow) !important;
}

body.myev-theme div.product .summary.entry-summary > form.cart button.single_add_to_cart_button {
	width: 100% !important;
	min-height: 62px !important;
	border-radius: 16px !important;
	background: linear-gradient(180deg, #202020 0%, #050505 100%) !important;
	color: #fff !important;
	font-family: var(--myev-font) !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 18px 32px rgba(0, 0, 0, 0.18) !important;
}

@media (max-width: 760px) {
	body.myev-theme .myev-shop-archive-toolbar {
		flex-direction: column !important;
		align-items: stretch !important;
	}

	body.myev-theme .myev-shop-archive-toolbar .myev-archive-slide-menu,
	body.myev-theme .myev-shop-archive-toolbar .myev-archive-slide-menu:hover,
	body.myev-theme .myev-shop-archive-toolbar .myev-archive-slide-menu:focus-within,
	body.myev-theme .myev-shop-archive-toolbar .myev-shop-ordering {
		width: 100% !important;
		max-width: 100% !important;
	}
}

/* My EV 0.2 commerce layouts: category/shop and single product. */
body.myev-theme {
	--myev-commerce-gap: clamp(18px, 2.4vw, 28px);
	--myev-commerce-card: #fff;
}

body.myev-theme.woocommerce-shop .site-content,
body.myev-theme.tax-product_cat .site-content,
body.myev-theme.tax-product_tag .site-content,
body.myev-theme.post-type-archive-product .site-content,
body.myev-theme.single-product .site-content {
	padding-top: clamp(26px, 3vw, 44px);
	background: transparent !important;
	box-shadow: none !important;
}

body.myev-theme .myev-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 8px 0 clamp(22px, 3vw, 32px);
	color: var(--myev-muted);
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
}

body.myev-theme .myev-breadcrumbs a,
body.myev-theme .myev-breadcrumbs span {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: none;
}

body.myev-theme .myev-breadcrumbs span:last-child {
	color: var(--myev-text);
	font-weight: 700;
}

body.myev-theme .myev-breadcrumb-separator {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--myev-muted);
	font-size: 10px;
	transform: rotate(-90deg);
}

body.myev-theme .myev-shop-archive-toolbar {
	margin: 0 0 26px !important;
}

body.myev-theme .myev-shop-archive-toolbar .myev-archive-slide-menu {
	background: rgba(255, 255, 255, 0.86) !important;
	box-shadow: var(--myev-soft-shadow) !important;
	backdrop-filter: blur(18px);
}

body.myev-theme .myev-shop-archive-toolbar .myev-shop-ordering {
	display: none !important;
}

body.myev-theme .myev-archive-hero {
	margin-bottom: clamp(24px, 3vw, 42px);
}

body.myev-theme .myev-archive-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.1fr);
	align-items: center;
	min-height: clamp(250px, 28vw, 380px);
	overflow: hidden;
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(255,255,255,0.72), rgba(255,255,255,0.36));
}

body.myev-theme .myev-archive-hero-copy {
	position: relative;
	z-index: 2;
	padding: clamp(10px, 1vw, 18px) 0 clamp(24px, 4vw, 56px) 4px;
}

body.myev-theme .myev-archive-hero-copy h1 {
	margin: 0 0 18px;
	color: var(--myev-text);
	font-size: clamp(44px, 5vw, 76px);
	font-weight: 700;
	line-height: 0.98;
	letter-spacing: 0;
}

body.myev-theme .myev-archive-hero-copy p {
	max-width: 430px;
	margin: 0;
	color: var(--myev-muted);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.55;
}

body.myev-theme .myev-archive-hero-media {
	align-self: stretch;
	min-height: 280px;
}

body.myev-theme .myev-archive-hero-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: right center;
	filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.08));
}

body.myev-theme .myev-fitment-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 0 0 clamp(22px, 3vw, 38px);
	padding: 18px 24px;
	border-radius: 22px;
	background: var(--myev-commerce-card);
	box-shadow: none;
}

body.myev-theme .myev-fitment-car {
	display: flex;
	align-items: center;
	gap: 16px;
	min-width: 0;
}

body.myev-theme .myev-fitment-car .myev-car-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #090909;
	color: #fff;
	font-size: 24px;
}

body.myev-theme .myev-fitment-car strong {
	display: block;
	color: var(--myev-text);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.15;
}

body.myev-theme .myev-fitment-car small {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 4px;
	color: var(--myev-muted);
	font-size: 13px;
	font-weight: 500;
}

body.myev-theme .myev-fitment-car small i {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #38b66b;
}

body.myev-theme .myev-outline-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	border: 1px solid var(--myev-border);
	border-radius: 14px;
	background: #fff;
	color: var(--myev-text);
	font-size: 14px;
	font-weight: 700;
	box-shadow: none;
	cursor: pointer;
}

body.myev-theme .woocommerce ul.products {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: var(--myev-commerce-gap) !important;
}

body.myev-theme .woocommerce ul.products li.product.myev-product-card {
	position: relative;
	padding: 14px 14px 20px !important;
	border: 0 !important;
	border-radius: 18px !important;
	background: var(--myev-commerce-card) !important;
	box-shadow: var(--myev-soft-shadow) !important;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

body.myev-theme .woocommerce ul.products li.product.myev-product-card:hover {
	transform: translateY(-2px);
	box-shadow: var(--myev-shadow) !important;
}

body.myev-theme .woocommerce ul.products li.product.myev-product-card .myev-loop-image-frame {
	aspect-ratio: 1.08 / 1 !important;
	margin-bottom: 18px !important;
	border-radius: 16px !important;
	background: #f6f6f6 !important;
}

body.myev-theme .woocommerce ul.products li.product.myev-product-card img {
	object-fit: contain !important;
	padding: 6px;
}

body.myev-theme .woocommerce ul.products li.product.myev-product-card h2.woocommerce-loop-product__title {
	margin: 0 0 6px !important;
	color: var(--myev-text) !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1.15 !important;
}

body.myev-theme .myev-loop-product-subtitle {
	min-height: 20px;
	margin: 0 0 12px !important;
	color: var(--myev-muted) !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	line-height: 1.35 !important;
}

body.myev-theme .woocommerce ul.products li.product.myev-product-card span.price {
	display: flex !important;
	align-items: center;
	gap: 5px;
	margin: 0 !important;
	padding-right: 30px;
	color: var(--myev-text) !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
}

body.myev-theme .woocommerce ul.products li.product.myev-product-card span.price::after {
	content: "\f061";
	position: absolute;
	right: 20px;
	bottom: 22px;
	font-family: "Font Awesome 6 Free";
	font-size: 15px;
	font-weight: 700;
	color: var(--myev-text);
}

body.myev-theme.single-product .myev-breadcrumbs {
	margin-top: 0;
}

body.myev-theme.single-product .woocommerce div.product {
	display: grid !important;
	grid-template-columns: minmax(0, 1.62fr) minmax(360px, 0.95fr) !important;
	align-items: stretch;
	gap: clamp(24px, 3vw, 42px) !important;
	margin-bottom: clamp(24px, 3vw, 38px);
}

body.myev-theme.single-product .woocommerce div.product > .myev-fitment-card,
body.myev-theme.single-product .woocommerce div.product > .myev-product-highlights,
body.myev-theme.single-product .woocommerce div.product > .related.products,
body.myev-theme.single-product .woocommerce div.product > .upsells.products {
	grid-column: 1 / -1;
}

body.myev-theme.single-product .woocommerce div.product div.images {
	position: relative;
	display: flex !important;
	flex-direction: column;
	justify-content: flex-end;
	min-height: clamp(520px, 48vw, 720px);
	padding: 22px !important;
	border-radius: 28px !important;
	background: #fff !important;
	box-shadow: var(--myev-soft-shadow) !important;
}

body.myev-theme.single-product .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	flex: 1 1 auto;
}

body.myev-theme.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image,
body.myev-theme.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image a {
	height: 100%;
}

body.myev-theme.single-product .woocommerce div.product div.images img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 22px !important;
}

body.myev-theme.single-product .woocommerce div.product div.images .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: 18px !important;
}

body.myev-theme.single-product .woocommerce div.product div.images .flex-control-thumbs img {
	aspect-ratio: 1 / 0.72;
	padding: 4px;
	border: 1px solid var(--myev-border);
	border-radius: 14px !important;
	background: #fff;
	object-fit: contain;
}

body.myev-theme.single-product .woocommerce div.product div.summary.entry-summary {
	display: flex;
	flex-direction: column;
	align-self: center;
	width: 100% !important;
	max-width: 470px;
	margin-left: auto !important;
	padding: clamp(28px, 3vw, 42px) !important;
	border-radius: 28px;
	background: #fff;
	box-shadow: var(--myev-soft-shadow);
}

body.myev-theme.single-product div.product .summary.entry-summary > h1.product_title.entry-title {
	font-size: clamp(34px, 3.2vw, 46px) !important;
	margin-bottom: 12px !important;
}

body.myev-theme.single-product .woocommerce-product-details__short-description {
	margin: 0 0 26px;
	color: var(--myev-muted);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.55;
}

body.myev-theme.single-product div.product .summary.entry-summary > p.price {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px !important;
	padding-bottom: 28px;
	border-bottom: 1px solid var(--myev-border);
	font-size: 32px !important;
}

body.myev-theme.single-product .stock {
	display: none;
}

body.myev-theme.single-product .stock::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #38b66b;
}

body.myev-theme.single-product div.product .summary.entry-summary > form.cart {
	grid-template-columns: minmax(0, 1fr) !important;
	margin: 24px 0 16px !important;
	padding: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.myev-theme.single-product div.product .summary.entry-summary > form.cart .quantity {
	display: none !important;
}

body.myev-theme.single-product div.product .summary.entry-summary > form.cart button.single_add_to_cart_button {
	min-height: 64px !important;
	border-radius: 14px !important;
}

body.myev-theme .myev-product-accordions {
	margin-top: 18px;
}

body.myev-theme .myev-product-accordion summary {
	min-height: 62px;
	font-size: 15px;
}

body.myev-theme .myev-product-highlights {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin: 0 0 clamp(24px, 3vw, 38px);
	overflow: hidden;
	border-radius: 18px;
	background: #fff;
	box-shadow: none;
}

body.myev-theme .myev-product-highlight {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	min-height: 76px;
	padding: 16px 22px;
	border-right: 1px solid var(--myev-border);
}

body.myev-theme .myev-product-highlight:last-child {
	border-right: 0;
}

body.myev-theme .myev-product-highlight i {
	color: var(--myev-text);
	font-size: 20px;
}

body.myev-theme .myev-product-highlight strong,
body.myev-theme .myev-product-highlight small {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.myev-theme .myev-product-highlight strong {
	color: var(--myev-text);
	font-size: 13px;
	font-weight: 700;
}

body.myev-theme .myev-product-highlight small {
	margin-top: 3px;
	color: var(--myev-muted);
	font-size: 12px;
	font-weight: 500;
}

body.myev-theme.single-product .related.products > h2 {
	margin: 0 0 18px;
	color: var(--myev-text);
	font-size: 20px;
	font-weight: 700;
}

@media (max-width: 980px) {
	body.myev-theme .myev-archive-hero-grid {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	body.myev-theme .myev-archive-hero-copy {
		padding: 0 0 10px;
	}

	body.myev-theme .myev-archive-hero-copy h1 {
		font-size: clamp(38px, 10vw, 56px);
	}

	body.myev-theme .myev-archive-hero-media {
		min-height: 240px;
	}

	body.myev-theme .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.myev-theme.single-product .woocommerce div.product {
		grid-template-columns: 1fr !important;
	}

	body.myev-theme.single-product .woocommerce div.product div.images {
		min-height: 0;
	}

	body.myev-theme.single-product .woocommerce div.product div.summary.entry-summary {
		max-width: none;
		margin-left: 0 !important;
	}

	body.myev-theme .myev-product-highlights {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.myev-theme .myev-product-highlight:nth-child(2n) {
		border-right: 0;
	}
}

@media (max-width: 760px) {
	body.myev-theme.single-product .myev-topbar .myev-logo-card img {
		display: none;
	}

	body.myev-theme.single-product .myev-topbar .myev-logo-card::before {
		content: "\f060";
		font-family: "Font Awesome 6 Free";
		font-size: 18px;
		font-weight: 700;
		color: var(--myev-text);
	}

	body.myev-theme.single-product .myev-breadcrumbs {
		display: none;
	}

	body.myev-theme .myev-archive-hero {
		margin-bottom: 20px;
	}

	body.myev-theme .myev-breadcrumbs {
		margin-bottom: 20px;
	}

	body.myev-theme .myev-archive-hero-grid {
		border-radius: 0;
		background: transparent;
	}

	body.myev-theme .myev-archive-hero-copy p {
		font-size: 15px;
	}

	body.myev-theme .myev-fitment-card {
		padding: 14px;
		border-radius: 16px;
	}

	body.myev-theme .myev-fitment-car .myev-car-mark {
		width: 46px;
		height: 46px;
		font-size: 20px;
	}

	body.myev-theme .woocommerce ul.products {
		gap: 14px !important;
	}

	body.myev-theme .woocommerce ul.products li.product.myev-product-card {
		padding: 10px 10px 16px !important;
		border-radius: 14px !important;
	}

	body.myev-theme .woocommerce ul.products li.product.myev-product-card h2.woocommerce-loop-product__title {
		font-size: 15px !important;
	}

	body.myev-theme .myev-loop-product-subtitle {
		font-size: 12px !important;
	}

	body.myev-theme.single-product .woocommerce div.product {
		gap: 18px !important;
	}

	body.myev-theme.single-product .woocommerce div.product div.images,
	body.myev-theme.single-product .woocommerce div.product div.summary.entry-summary {
		border-radius: 18px !important;
		padding: 14px !important;
	}

	body.myev-theme.single-product div.product .summary.entry-summary > h1.product_title.entry-title {
		font-size: 28px !important;
	}

	body.myev-theme.single-product div.product .summary.entry-summary > p.price {
		font-size: 24px !important;
	}

	body.myev-theme .myev-product-highlights {
		border-radius: 16px;
	}

	body.myev-theme .myev-product-highlight {
		min-height: 72px;
		padding: 14px;
	}
}

/* My EV 0.2.1 structural fixes from visual QA. */
body.myev-theme.single-product .woocommerce-breadcrumb,
body.myev-theme.single-product .rank-math-breadcrumb,
body.myev-theme.single-product .yoast-breadcrumb,
body.myev-theme.single-product .breadcrumb,
body.myev-theme.single-product .breadcrumbs {
	display: none !important;
}

body.myev-theme.single-product .myev-breadcrumbs {
	display: flex !important;
	width: fit-content;
	padding: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.myev-theme .myev-archive-hero-grid {
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr) !important;
	min-height: clamp(270px, 25vw, 360px) !important;
	background: transparent !important;
	border-radius: 0 !important;
}

body.myev-theme .myev-archive-hero-copy {
	align-self: center;
	padding: 0 0 0 4px !important;
}

body.myev-theme .myev-archive-hero-media {
	min-height: clamp(260px, 25vw, 360px) !important;
	overflow: visible !important;
}

body.myev-theme .myev-archive-hero-media img {
	max-height: clamp(260px, 25vw, 360px) !important;
	object-fit: contain !important;
	object-position: right center !important;
}

body.myev-theme.single-product .woocommerce div.product {
	position: relative;
	grid-template-columns: minmax(0, 1.35fr) minmax(380px, 0.72fr) !important;
	align-items: start !important;
	overflow: visible !important;
}

body.myev-theme.single-product .woocommerce div.product div.images {
	z-index: 1;
	min-width: 0;
	min-height: clamp(440px, 42vw, 650px) !important;
}

body.myev-theme.single-product .woocommerce div.product div.summary.entry-summary {
	position: relative;
	z-index: 3;
	align-self: start !important;
	max-width: none !important;
	margin: 0 !important;
}

body.myev-theme.single-product div.product .summary.entry-summary > p.price {
	position: relative;
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 14px;
}

body.myev-theme .myev-single-fitment {
	display: grid;
	gap: 14px;
	margin: 0 0 24px;
	padding: 0 0 22px;
	border-bottom: 1px solid var(--myev-border);
}

body.myev-theme .myev-single-fitment-head,
body.myev-theme .myev-single-fitment-car {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

body.myev-theme .myev-single-fitment-head > span {
	color: var(--myev-text);
	font-size: 13px;
	font-weight: 700;
}

body.myev-theme .myev-single-fitment .myev-outline-button {
	min-height: 38px;
	padding: 0 16px;
	border-radius: 11px;
	font-size: 12px;
}

body.myev-theme .myev-single-fitment-car {
	justify-content: flex-start;
}

body.myev-theme .myev-single-fitment-car .myev-car-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #090909;
	color: #fff;
	font-size: 18px;
}

body.myev-theme .myev-single-fitment-car strong {
	color: var(--myev-text);
	font-size: 16px;
	font-weight: 700;
}

body.myev-theme .myev-single-fitment p {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: var(--myev-muted);
	font-size: 13px;
	font-weight: 500;
}

body.myev-theme .myev-single-fitment p i {
	color: var(--myev-text);
	font-size: 12px;
}

body.myev-theme.single-product div.product .summary.entry-summary > form.cart {
	margin-top: 4px !important;
}

body.myev-theme.single-product .woocommerce div.product > .myev-fitment-card {
	display: none !important;
}

body.myev-theme.single-product .woocommerce div.product > .myev-product-highlights {
	margin-top: 4px;
}

@media (max-width: 980px) {
	body.myev-theme .myev-archive-hero-grid {
		grid-template-columns: 1fr !important;
	}

	body.myev-theme.single-product .woocommerce div.product {
		grid-template-columns: 1fr !important;
	}

	body.myev-theme.single-product .woocommerce div.product div.summary.entry-summary {
		width: 100% !important;
	}
}

@media (max-width: 760px) {
	body.myev-theme.single-product .myev-breadcrumbs {
		display: none !important;
	}
}

/* My EV 0.2.2 compact visual corrections. */
body.myev-theme {
	--myev-radius-lg: 22px;
	--myev-radius: 16px;
}

body.myev-theme .myev-logo-card,
body.myev-theme .myev-icon-button {
	width: 54px;
	height: 54px;
}

body.myev-theme .myev-slide-menu,
body.myev-theme .myev-shop-archive-toolbar .myev-archive-slide-menu {
	min-height: 58px !important;
	border-radius: 15px !important;
}

body.myev-theme .myev-shop-link,
body.myev-theme .myev-menu-toggle,
body.myev-theme .myev-shop-archive-toolbar .myev-archive-title-link,
body.myev-theme .myev-shop-archive-toolbar .myev-archive-menu-toggle {
	min-height: 58px !important;
	height: 58px !important;
}

body.myev-theme .myev-vehicle-strip {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 16px;
	min-height: 76px;
	padding: 14px 18px !important;
	border-radius: 18px !important;
}

body.myev-theme .myev-vehicle-strip .myev-vehicle-intro {
	display: none !important;
}

body.myev-theme .myev-vehicle-strip .myev-selected-car {
	justify-self: start;
}

body.myev-theme .myev-vehicle-strip .myev-change-car-button {
	justify-self: end;
	min-height: 44px !important;
	padding: 0 16px !important;
	border-radius: 12px !important;
}

body.myev-theme .myev-selected-car .myev-car-mark,
body.myev-theme .myev-fitment-car .myev-car-mark {
	width: 48px !important;
	height: 48px !important;
	font-size: 20px !important;
}

body.myev-theme .myev-fitment-card {
	min-height: 76px;
	padding: 14px 18px !important;
	border-radius: 18px !important;
}

body.myev-theme .myev-breadcrumbs {
	margin: 0 0 22px !important;
	font-size: 13px !important;
}

body.myev-theme .myev-archive-hero-copy h1 {
	font-size: clamp(42px, 4.5vw, 64px) !important;
	margin-bottom: 14px !important;
}

body.myev-theme .myev-archive-hero-copy p {
	font-size: 16px !important;
	line-height: 1.5 !important;
}

body.myev-theme .woocommerce ul.products {
	gap: 18px !important;
}

body.myev-theme .woocommerce ul.products li.product.myev-product-card,
body.myev-theme .myev-related-products ul.products li.product.myev-product-card {
	min-height: 0;
	padding: 12px 12px 16px !important;
	border: 0 !important;
	border-radius: 16px !important;
	background: #fff !important;
	box-shadow: var(--myev-soft-shadow) !important;
}

body.myev-theme .woocommerce ul.products li.product.myev-product-card .myev-loop-image-frame {
	aspect-ratio: 1.18 / 1 !important;
	margin-bottom: 14px !important;
	border-radius: 14px !important;
}

body.myev-theme .woocommerce ul.products li.product.myev-product-card h2.woocommerce-loop-product__title {
	font-size: 16px !important;
	font-weight: 700 !important;
	margin-bottom: 5px !important;
}

body.myev-theme .woocommerce ul.products li.product.myev-product-card .myev-loop-product-subtitle {
	min-height: 18px;
	margin-bottom: 10px !important;
	font-size: 12px !important;
}

body.myev-theme .woocommerce ul.products li.product.myev-product-card span.price {
	font-size: 15px !important;
	padding-right: 28px !important;
}

body.myev-theme .woocommerce ul.products li.product.myev-product-card span.price::after {
	right: 16px;
	bottom: 18px;
	font-size: 14px;
}

body.myev-theme.single-product .woocommerce div.product div.summary.entry-summary {
	padding: 28px !important;
	border: 0 !important;
	border-radius: 22px !important;
	background: #fff !important;
	box-shadow: var(--myev-soft-shadow) !important;
}

body.myev-theme.single-product div.product .summary.entry-summary > h1.product_title.entry-title {
	margin: 10px 0 10px !important;
	font-size: clamp(30px, 3vw, 42px) !important;
	font-weight: 700 !important;
	line-height: 1.04 !important;
}

body.myev-theme .myev-single-product-description,
body.myev-theme.single-product .woocommerce-product-details__short-description {
	order: 2;
	margin: 0 0 22px !important;
	color: var(--myev-muted) !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 1.5 !important;
}

body.myev-theme.single-product div.product .summary.entry-summary > p.price {
	order: 3;
	margin: 0 0 18px !important;
	padding-bottom: 20px !important;
	font-size: 28px !important;
}

body.myev-theme .myev-single-fitment {
	order: 4;
	margin-bottom: 20px !important;
	padding-bottom: 18px !important;
}

body.myev-theme.single-product div.product .summary.entry-summary > form.cart {
	order: 5;
	margin: 0 0 12px !important;
}

body.myev-theme .myev-single-actions {
	order: 6;
	display: grid;
	grid-template-columns: 1fr 1.35fr;
	gap: 10px;
	margin: 4px 0 18px;
}

body.myev-theme .myev-secondary-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 48px;
	padding: 0 14px;
	border: 1px solid var(--myev-border);
	border-radius: 12px;
	background: #fff;
	color: var(--myev-text);
	font-size: 13px;
	font-weight: 700;
	box-shadow: none;
	cursor: pointer;
}

body.myev-theme .myev-product-accordions {
	order: 7;
	margin-top: 0 !important;
}

body.myev-theme .myev-product-accordion summary {
	min-height: 56px !important;
	font-size: 14px !important;
}

body.myev-theme.single-product .woocommerce div.product > .myev-fitment-card {
	display: flex !important;
	grid-column: 1 / -1;
	margin-top: 2px !important;
}

body.myev-theme.single-product .woocommerce div.product > .myev-product-highlights {
	grid-column: 1 / -1;
}

body.myev-theme .myev-product-highlights {
	border-radius: 16px !important;
}

body.myev-theme .myev-product-highlight {
	min-height: 66px !important;
	padding: 12px 18px !important;
}

body.myev-theme .myev-related-products {
	grid-column: 1 / -1;
	margin-top: 2px;
}

body.myev-theme .myev-related-products .myev-section-head {
	margin-bottom: 14px;
}

body.myev-theme .myev-related-products .myev-section-head h2 {
	font-size: 18px;
	font-weight: 700;
}

@media (max-width: 760px) {
	body.myev-theme .myev-vehicle-strip,
	body.myev-theme .myev-fitment-card {
		padding: 12px 14px !important;
	}

	body.myev-theme .myev-vehicle-strip {
		grid-template-columns: 1fr auto;
	}

	body.myev-theme.single-product .woocommerce div.product div.summary.entry-summary {
		padding: 20px !important;
	}

	body.myev-theme .myev-single-actions {
		grid-template-columns: 1fr;
	}
}

/* My EV 0.2.4 placement fixes. */
body.myev-theme .myev-shop-archive-toolbar {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 18px !important;
	width: 100% !important;
}

body.myev-theme .myev-shop-archive-toolbar .myev-shop-ordering {
	display: block !important;
	flex: 0 0 340px !important;
	width: 340px !important;
	max-width: min(340px, 42vw) !important;
	margin-left: auto !important;
}

body.myev-theme .myev-shop-archive-toolbar .myev-shop-ordering form,
body.myev-theme .myev-shop-archive-toolbar .myev-shop-ordering select {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
}

body.myev-theme .myev-shop-archive-toolbar .myev-shop-ordering select {
	min-height: 58px !important;
	padding: 0 48px 0 20px !important;
	border: 0 !important;
	border-radius: 15px !important;
	background-color: #fff !important;
	color: var(--myev-text) !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	box-shadow: var(--myev-soft-shadow) !important;
}

body.myev-theme.single-product .woocommerce div.product {
	margin-bottom: 18px !important;
}

body.myev-theme.single-product .woocommerce div.product > .myev-fitment-card,
body.myev-theme.single-product .woocommerce div.product > .myev-product-highlights,
body.myev-theme.single-product .woocommerce div.product > .myev-related-products {
	display: none !important;
}

body.myev-theme.single-product .woocommerce div.product div.summary.entry-summary,
body.myev-theme.single-product #content div.product div.summary.entry-summary {
	display: flex !important;
	flex-direction: column !important;
	min-width: 0 !important;
	padding: 28px !important;
	border-radius: 22px !important;
	background: #fff !important;
	box-shadow: var(--myev-soft-shadow) !important;
	overflow: hidden !important;
}

body.myev-theme.single-product .myev-single-after-content {
	display: grid;
	gap: 18px;
	width: 100%;
	margin-top: 18px;
}

body.myev-theme.single-product .myev-single-after-content .myev-fitment-card,
body.myev-theme.single-product .myev-single-after-content .myev-product-highlights,
body.myev-theme.single-product .myev-single-after-content .myev-related-products {
	width: 100%;
}

body.myev-theme.single-product .myev-single-after-content .myev-fitment-card {
	margin: 0 !important;
	background: #fff !important;
	box-shadow: var(--myev-soft-shadow) !important;
}

body.myev-theme.single-product .myev-single-after-content .myev-product-highlights {
	margin: 0 !important;
	background: #fff !important;
}

body.myev-theme.single-product .myev-single-after-content .myev-related-products {
	margin-top: 4px !important;
}

@media (max-width: 760px) {
	body.myev-theme .myev-shop-archive-toolbar {
		flex-direction: column !important;
		align-items: stretch !important;
	}

	body.myev-theme .myev-shop-archive-toolbar .myev-shop-ordering {
		flex: 0 0 auto !important;
		width: 100% !important;
		max-width: none !important;
		margin-left: 0 !important;
	}

	body.myev-theme.single-product .woocommerce div.product div.summary.entry-summary,
	body.myev-theme.single-product #content div.product div.summary.entry-summary {
		padding: 20px !important;
		border-radius: 18px !important;
	}
}

/* My EV 0.2.5 category icon navigation. */
body.myev-theme .myev-shop-archive-toolbar {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(230px, 320px) !important;
	align-items: start !important;
	gap: 18px !important;
}

body.myev-theme .myev-category-icon-nav {
	display: grid;
	grid-template-columns: repeat(8, minmax(86px, 1fr));
	gap: 12px;
	min-width: 0;
}

body.myev-theme .myev-category-icon-card {
	display: grid;
	place-items: center;
	gap: 6px;
	min-height: 110px;
	padding: 10px 8px 11px;
	border: 1px solid rgba(0, 0, 0, 0.035);
	border-radius: 16px;
	background: #fff;
	color: var(--myev-text);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	box-shadow: var(--myev-soft-shadow);
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

body.myev-theme .myev-category-icon-card:hover,
body.myev-theme .myev-category-icon-card:focus-visible,
body.myev-theme .myev-category-icon-card.is-current {
	border-color: rgba(0, 0, 0, 0.1);
	box-shadow: var(--myev-shadow);
	transform: translateY(-1px);
}

body.myev-theme .myev-category-icon-media {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	overflow: hidden;
	border-radius: 12px;
	background: #fff;
}

body.myev-theme .myev-category-icon-media img {
	display: block;
	width: 58px;
	height: 58px;
	object-fit: contain;
}

body.myev-theme .myev-shop-archive-toolbar .myev-shop-ordering {
	align-self: start !important;
	display: block !important;
	width: 100% !important;
	max-width: 320px !important;
}

@media (max-width: 1180px) {
	body.myev-theme .myev-shop-archive-toolbar {
		grid-template-columns: 1fr !important;
	}

	body.myev-theme .myev-shop-archive-toolbar .myev-shop-ordering {
		justify-self: end;
	}

	body.myev-theme .myev-category-icon-nav {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	body.myev-theme .myev-category-icon-nav {
		display: flex;
		gap: 10px;
		overflow-x: auto;
		padding: 2px 2px 12px;
		scroll-snap-type: x mandatory;
	}

	body.myev-theme .myev-category-icon-card {
		flex: 0 0 94px;
		min-height: 100px;
		padding: 9px 7px 10px;
		scroll-snap-align: start;
	}

	body.myev-theme .myev-category-icon-media,
	body.myev-theme .myev-category-icon-media img {
		width: 52px;
		height: 52px;
	}

	body.myev-theme .myev-shop-archive-toolbar .myev-shop-ordering {
		justify-self: stretch;
		max-width: none !important;
	}
}

/* My EV 0.2.6 archive category icons + fitment/order row. */
body.myev-theme .woocommerce .myev-archive-icons-section,
body.myev-theme .woocommerce .myev-archive-controls-row {
	width: 100% !important;
	max-width: 100% !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

body.myev-theme .woocommerce .myev-archive-icons-section {
	margin-top: 18px !important;
	margin-bottom: 16px !important;
}

body.myev-theme .woocommerce .myev-category-icon-nav {
	display: grid !important;
	grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
	gap: 12px !important;
	width: 100% !important;
	min-width: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
}

body.myev-theme .woocommerce .myev-category-icon-card {
	display: grid !important;
	grid-template-rows: 1fr auto !important;
	place-items: center !important;
	gap: 8px !important;
	width: 100% !important;
	min-width: 0 !important;
	min-height: 104px !important;
	padding: 12px 10px 11px !important;
	border: 1px solid rgba(0, 0, 0, 0.04) !important;
	border-radius: 16px !important;
	background: #fff !important;
	color: var(--myev-text) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.05 !important;
	text-align: center !important;
	text-decoration: none !important;
	box-shadow: var(--myev-soft-shadow) !important;
}

body.myev-theme .woocommerce .myev-category-icon-card:hover,
body.myev-theme .woocommerce .myev-category-icon-card:focus-visible,
body.myev-theme .woocommerce .myev-category-icon-card.is-current {
	border-color: rgba(0, 0, 0, 0.12) !important;
	color: var(--myev-text) !important;
	transform: translateY(-1px) !important;
	box-shadow: var(--myev-shadow) !important;
}

body.myev-theme .woocommerce .myev-category-icon-media {
	display: grid !important;
	place-items: center !important;
	width: 62px !important;
	height: 62px !important;
	overflow: visible !important;
	border-radius: 0 !important;
	background: transparent !important;
}

body.myev-theme .woocommerce .myev-category-icon-media img {
	display: block !important;
	width: 62px !important;
	height: 62px !important;
	object-fit: contain !important;
}

body.myev-theme .woocommerce .myev-archive-controls-row {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 320px) !important;
	align-items: center !important;
	gap: 16px !important;
	margin-top: 0 !important;
	margin-bottom: 18px !important;
}

body.myev-theme .woocommerce .myev-archive-controls-row .myev-fitment-card {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 14px 16px !important;
	border-radius: 16px !important;
	background: #fff !important;
	box-shadow: var(--myev-soft-shadow) !important;
}

body.myev-theme .woocommerce .myev-archive-controls-row .myev-car-mark {
	width: 44px !important;
	height: 44px !important;
	min-width: 44px !important;
}

body.myev-theme .woocommerce .myev-archive-controls-row .myev-shop-ordering {
	justify-self: end !important;
	width: 100% !important;
	max-width: 320px !important;
	margin: 0 !important;
}

body.myev-theme .woocommerce .myev-archive-controls-row .myev-shop-ordering form,
body.myev-theme .woocommerce .myev-archive-controls-row .myev-shop-ordering select {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
}

body.myev-theme .woocommerce .myev-archive-controls-row .myev-shop-ordering select {
	min-height: 52px !important;
	padding: 0 42px 0 18px !important;
	border: 0 !important;
	border-radius: 16px !important;
	background-color: #fff !important;
	color: var(--myev-text) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	box-shadow: var(--myev-soft-shadow) !important;
}

@media (max-width: 1120px) {
	body.myev-theme .woocommerce .myev-category-icon-nav {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}

	body.myev-theme .woocommerce .myev-archive-controls-row {
		grid-template-columns: 1fr !important;
	}

	body.myev-theme .woocommerce .myev-archive-controls-row .myev-shop-ordering {
		justify-self: stretch !important;
		max-width: none !important;
	}
}

@media (max-width: 640px) {
	body.myev-theme .woocommerce .myev-category-icon-nav {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
		gap: 8px !important;
	}

	body.myev-theme .woocommerce .myev-category-icon-card {
		min-height: 88px !important;
		padding: 9px 6px !important;
		border-radius: 14px !important;
		font-size: 10px !important;
	}

	body.myev-theme .woocommerce .myev-category-icon-media,
	body.myev-theme .woocommerce .myev-category-icon-media img {
		width: 48px !important;
		height: 48px !important;
	}

	body.myev-theme .woocommerce .myev-archive-controls-row .myev-fitment-card {
		padding: 12px !important;
	}
}

/* My EV 0.2.7 force archive fitment + sorting onto one desktop row. */
body.myev-theme .myev-archive-controls-row,
body.myev-theme .woocommerce .myev-archive-controls-row {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 18px !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 0 18px !important;
}

body.myev-theme .myev-archive-controls-row .myev-fitment-card,
body.myev-theme .woocommerce .myev-archive-controls-row .myev-fitment-card {
	flex: 1 1 auto !important;
	width: auto !important;
	max-width: 760px !important;
	margin: 0 !important;
}

body.myev-theme .myev-archive-controls-row .myev-shop-ordering,
body.myev-theme .woocommerce .myev-archive-controls-row .myev-shop-ordering {
	flex: 0 0 320px !important;
	width: 320px !important;
	max-width: 320px !important;
	margin: 0 !important;
	margin-left: auto !important;
	justify-self: auto !important;
}

body.myev-theme .myev-archive-controls-row .myev-shop-ordering form,
body.myev-theme .myev-archive-controls-row .myev-shop-ordering select,
body.myev-theme .woocommerce .myev-archive-controls-row .myev-shop-ordering form,
body.myev-theme .woocommerce .myev-archive-controls-row .myev-shop-ordering select {
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
}

@media (max-width: 860px) {
	body.myev-theme .myev-archive-controls-row,
	body.myev-theme .woocommerce .myev-archive-controls-row {
		flex-direction: column !important;
		align-items: stretch !important;
	}

	body.myev-theme .myev-archive-controls-row .myev-fitment-card,
	body.myev-theme .myev-archive-controls-row .myev-shop-ordering,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-fitment-card,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-shop-ordering {
		flex: 0 0 auto !important;
		width: 100% !important;
		max-width: none !important;
		margin-left: 0 !important;
	}
}

/* My EV 0.2.8 archive spacing polish. */
body.myev-theme .myev-archive-icons-section,
body.myev-theme .woocommerce .myev-archive-icons-section {
	margin-top: 22px !important;
	margin-bottom: 14px !important;
}

body.myev-theme .myev-category-icon-card,
body.myev-theme .woocommerce .myev-category-icon-card {
	min-height: 126px !important;
	padding: 18px 12px 16px !important;
	border-radius: 16px !important;
	gap: 12px !important;
}

body.myev-theme .myev-category-icon-media,
body.myev-theme .myev-category-icon-media img,
body.myev-theme .woocommerce .myev-category-icon-media,
body.myev-theme .woocommerce .myev-category-icon-media img {
	width: 56px !important;
	height: 56px !important;
}

body.myev-theme .myev-archive-controls-row,
body.myev-theme .woocommerce .myev-archive-controls-row {
	align-items: stretch !important;
	gap: 18px !important;
	margin-top: 0 !important;
	margin-bottom: 26px !important;
}

body.myev-theme .myev-archive-controls-row .myev-fitment-card,
body.myev-theme .woocommerce .myev-archive-controls-row .myev-fitment-card {
	min-height: 92px !important;
	max-height: 92px !important;
	padding: 14px 18px !important;
	border-radius: 18px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
}

body.myev-theme .myev-archive-controls-row .myev-fitment-car,
body.myev-theme .woocommerce .myev-archive-controls-row .myev-fitment-car {
	display: flex !important;
	align-items: center !important;
	gap: 14px !important;
	min-width: 0 !important;
}

body.myev-theme .myev-archive-controls-row .myev-car-mark,
body.myev-theme .woocommerce .myev-archive-controls-row .myev-car-mark {
	width: 50px !important;
	height: 50px !important;
	min-width: 50px !important;
	font-size: 20px !important;
}

body.myev-theme .myev-archive-controls-row .myev-fitment-card strong,
body.myev-theme .woocommerce .myev-archive-controls-row .myev-fitment-card strong {
	margin-bottom: 4px !important;
	font-size: 17px !important;
	line-height: 1.05 !important;
}

body.myev-theme .myev-archive-controls-row .myev-fitment-card small,
body.myev-theme .woocommerce .myev-archive-controls-row .myev-fitment-card small {
	font-size: 13px !important;
	line-height: 1.25 !important;
}

body.myev-theme .myev-archive-controls-row .myev-outline-button,
body.myev-theme .woocommerce .myev-archive-controls-row .myev-outline-button {
	min-width: 120px !important;
	min-height: 52px !important;
	padding: 0 20px !important;
	border-radius: 15px !important;
	font-size: 13px !important;
}

body.myev-theme .myev-archive-controls-row .myev-shop-ordering,
body.myev-theme .woocommerce .myev-archive-controls-row .myev-shop-ordering {
	flex-basis: 320px !important;
	width: 320px !important;
	max-width: 320px !important;
}

body.myev-theme .myev-archive-controls-row .myev-shop-ordering form,
body.myev-theme .woocommerce .myev-archive-controls-row .myev-shop-ordering form {
	height: 92px !important;
}

body.myev-theme .myev-archive-controls-row .myev-shop-ordering select,
body.myev-theme .woocommerce .myev-archive-controls-row .myev-shop-ordering select {
	height: 92px !important;
	min-height: 92px !important;
	padding: 0 48px 0 24px !important;
	border-radius: 18px !important;
	font-size: 14px !important;
}

@media (max-width: 860px) {
	body.myev-theme .myev-archive-controls-row,
	body.myev-theme .woocommerce .myev-archive-controls-row {
		gap: 12px !important;
		margin-bottom: 18px !important;
	}

	body.myev-theme .myev-archive-controls-row .myev-fitment-card,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-fitment-card {
		max-height: none !important;
		min-height: 82px !important;
		padding: 12px !important;
	}

	body.myev-theme .myev-archive-controls-row .myev-shop-ordering form,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-shop-ordering form,
	body.myev-theme .myev-archive-controls-row .myev-shop-ordering select,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-shop-ordering select {
		height: 58px !important;
		min-height: 58px !important;
	}
}

/* My EV 0.2.9 section rhythm + 60px archive controls. */
:root {
	--myev-section-gap: 44px;
}

body.myev-theme .myev-front-main > section,
body.myev-theme .woocommerce .myev-archive-hero,
body.myev-theme .myev-archive-icons-section,
body.myev-theme .woocommerce .myev-archive-icons-section,
body.myev-theme .myev-archive-controls-row,
body.myev-theme .woocommerce .myev-archive-controls-row,
body.myev-theme.single-product .myev-single-after-content > section,
body.myev-theme .myev-related-products {
	margin-top: var(--myev-section-gap) !important;
	margin-bottom: var(--myev-section-gap) !important;
}

body.myev-theme .myev-section-head {
	margin-top: 0 !important;
	margin-bottom: 18px !important;
}

body.myev-theme .myev-archive-controls-row,
body.myev-theme .woocommerce .myev-archive-controls-row {
	align-items: center !important;
	gap: 18px !important;
	min-height: 60px !important;
}

body.myev-theme .myev-archive-controls-row .myev-fitment-card,
body.myev-theme .woocommerce .myev-archive-controls-row .myev-fitment-card {
	box-sizing: border-box !important;
	height: 60px !important;
	min-height: 60px !important;
	max-height: 60px !important;
	padding: 0 14px !important;
	border-radius: 16px !important;
}

body.myev-theme .myev-archive-controls-row .myev-fitment-car,
body.myev-theme .woocommerce .myev-archive-controls-row .myev-fitment-car {
	gap: 12px !important;
}

body.myev-theme .myev-archive-controls-row .myev-car-mark,
body.myev-theme .woocommerce .myev-archive-controls-row .myev-car-mark {
	width: 40px !important;
	height: 40px !important;
	min-width: 40px !important;
	font-size: 17px !important;
}

body.myev-theme .myev-archive-controls-row .myev-fitment-card strong,
body.myev-theme .woocommerce .myev-archive-controls-row .myev-fitment-card strong {
	margin: 0 0 2px !important;
	font-size: 15px !important;
	line-height: 1.05 !important;
}

body.myev-theme .myev-archive-controls-row .myev-fitment-card small,
body.myev-theme .woocommerce .myev-archive-controls-row .myev-fitment-card small {
	margin: 0 !important;
	font-size: 12px !important;
	line-height: 1.15 !important;
}

body.myev-theme .myev-archive-controls-row .myev-outline-button,
body.myev-theme .woocommerce .myev-archive-controls-row .myev-outline-button {
	min-width: 104px !important;
	height: 42px !important;
	min-height: 42px !important;
	padding: 0 16px !important;
	border-radius: 14px !important;
	font-size: 13px !important;
}

body.myev-theme .myev-archive-controls-row .myev-shop-ordering,
body.myev-theme .woocommerce .myev-archive-controls-row .myev-shop-ordering {
	align-self: center !important;
	flex-basis: 320px !important;
	width: 320px !important;
	max-width: 320px !important;
	height: 60px !important;
}

body.myev-theme .myev-archive-controls-row .myev-shop-ordering form,
body.myev-theme .woocommerce .myev-archive-controls-row .myev-shop-ordering form,
body.myev-theme .myev-archive-controls-row .myev-shop-ordering select,
body.myev-theme .woocommerce .myev-archive-controls-row .myev-shop-ordering select {
	box-sizing: border-box !important;
	height: 60px !important;
	min-height: 60px !important;
	max-height: 60px !important;
}

body.myev-theme .myev-archive-controls-row .myev-shop-ordering select,
body.myev-theme .woocommerce .myev-archive-controls-row .myev-shop-ordering select {
	padding: 0 42px 0 20px !important;
	border-radius: 16px !important;
	font-size: 13px !important;
	line-height: 60px !important;
}

@media (max-width: 860px) {
	:root {
		--myev-section-gap: 32px;
	}

	body.myev-theme .myev-archive-controls-row .myev-fitment-card,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-fitment-card {
		max-height: none !important;
	}
}
body.myev-theme .myev-shop-archive-toolbar .myev-shop-ordering {
	flex: 0 0 auto !important;
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
}

body.myev-theme.single-product .woocommerce div.product div.summary.entry-summary,
body.myev-theme.single-product #content div.product div.summary.entry-summary {
	padding: 20px !important;
	border-radius: 18px !important;
}
.woocommerce div.product div.summary, .woocommerce ul.products li.product a.woocommerce-loop-product__link {
background:#fff;
padding: 18px;
border-radius: 18px;
}

/* My EV 0.2.10 compact archive fitment card. */
body.myev-theme .myev-archive-controls-row,
body.myev-theme .woocommerce .myev-archive-controls-row {
	justify-content: space-between !important;
}

body.myev-theme .myev-archive-controls-row .myev-fitment-card,
body.myev-theme .woocommerce .myev-archive-controls-row .myev-fitment-card {
	flex: 0 0 auto !important;
	width: fit-content !important;
	max-width: min(100%, 520px) !important;
	padding: 0 18px 0 12px !important;
	justify-content: flex-start !important;
}

body.myev-theme .myev-archive-controls-row .myev-fitment-car,
body.myev-theme .woocommerce .myev-archive-controls-row .myev-fitment-car {
	width: auto !important;
}

body.myev-theme .myev-archive-controls-row .myev-car-mark,
body.myev-theme .woocommerce .myev-archive-controls-row .myev-car-mark {
	cursor: pointer !important;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

body.myev-theme .myev-archive-controls-row .myev-car-mark:hover,
body.myev-theme .myev-archive-controls-row .myev-car-mark:focus-visible,
body.myev-theme .woocommerce .myev-archive-controls-row .myev-car-mark:hover,
body.myev-theme .woocommerce .myev-archive-controls-row .myev-car-mark:focus-visible {
	outline: 0 !important;
	background: #222 !important;
	color: #fff !important;
	transform: translateY(-1px);
}

body.myev-theme .myev-archive-controls-row .myev-shop-ordering,
body.myev-theme .woocommerce .myev-archive-controls-row .myev-shop-ordering {
	margin-left: auto !important;
}

@media (max-width: 860px) {
	body.myev-theme .myev-archive-controls-row .myev-fitment-card,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-fitment-card {
		width: 100% !important;
		max-width: none !important;
	}
}

/* My EV 0.2.11 product fitment + compatibility modal. */
body.myev-theme .myev-brand-badge {
	display: inline-grid;
	place-items: center;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	color: currentColor;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

body.myev-theme .myev-single-fitment {
	gap: 12px !important;
}

body.myev-theme .myev-single-fitment-car {
	align-items: flex-start !important;
}

body.myev-theme .myev-single-fitment-car strong {
	display: block;
	max-width: 100%;
	line-height: 1.25 !important;
}

body.myev-theme .myev-single-fitment p[data-myev-single-fitment-status] {
	padding: 10px 12px;
	border-radius: 12px;
	background: rgba(0, 0, 0, 0.025);
	color: var(--myev-muted);
	font-weight: 750;
}

body.myev-theme .myev-single-fitment p[data-myev-single-fitment-status] i {
	color: var(--myev-muted);
}

body.myev-theme .myev-single-fitment p[data-myev-single-fitment-status].is-positive {
	background: rgba(56, 182, 107, 0.1);
	color: #0f6f38;
}

body.myev-theme .myev-single-fitment p[data-myev-single-fitment-status].is-positive i {
	color: #20b35d;
}

body.myev-theme .myev-single-fitment p[data-myev-single-fitment-status].is-negative {
	background: rgba(205, 55, 55, 0.08);
	color: #8d2929;
}

body.myev-theme .myev-single-fitment p[data-myev-single-fitment-status].is-negative i {
	color: #c93636;
}

body.myev-theme .myev-compatibility-modal {
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: grid;
	place-items: center;
	padding: 24px;
	background: rgba(0, 0, 0, 0.38);
	opacity: 1;
	visibility: visible;
	transition: opacity 220ms ease;
}

body.myev-theme .myev-compatibility-modal[aria-hidden="true"] {
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
}

body.myev-theme .myev-compatibility-card {
	position: relative;
	width: min(560px, 100%);
	max-height: min(680px, 88vh);
	overflow: auto;
	padding: 26px;
	border-radius: 22px;
	background: #fff;
	box-shadow: var(--myev-shadow);
}

body.myev-theme .myev-compatibility-card h3 {
	margin: 0 48px 18px 0;
	color: var(--myev-text);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
}

body.myev-theme .myev-compatibility-card ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.myev-theme .myev-compatibility-card li {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px;
	border-radius: 12px;
	background: #f9f9f9;
	color: var(--myev-text);
	font-size: 14px;
	font-weight: 750;
}

body.myev-theme .myev-compatibility-card li i {
	color: #20b35d;
}

/* My EV 0.2.17 vehicle make select hardening. */
body.myev-theme .myev-selector-panel select[data-myev-make],
body.myev-theme .myev-selector-panel select[data-myev-make] option {
	color: var(--myev-text) !important;
	background-color: #fff !important;
	font-size: 16px !important;
	-webkit-text-fill-color: var(--myev-text) !important;
}

/* My EV 0.2.26 single fitment layout. */
body.myev-theme .myev-single-fitment-head {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 14px !important;
}

body.myev-theme .myev-single-fitment-head > strong {
	color: var(--myev-text);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
}

body.myev-theme .myev-single-fitment-car {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 12px !important;
}

body.myev-theme .myev-single-fitment-car p[data-myev-single-fitment-status] {
	flex: 1 1 auto;
	padding: 0 !important;
	background: transparent !important;
}

/* My EV 0.2.27 vehicle brand logos. */
body.myev-theme .myev-brand-icon {
	display: block;
	width: 72%;
	height: 72%;
	object-fit: contain;
	margin: auto;
}

body.myev-theme .myev-icon-button .myev-brand-icon,
body.myev-theme .myev-mobile-actions button .myev-brand-icon {
	width: 24px;
	height: 24px;
}

body.myev-theme .myev-car-mark:has(.myev-brand-icon) {
	background: #fff !important;
	color: var(--myev-text) !important;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}

/* My EV 0.2.28 unified selected vehicle logo marks. */
body.myev-theme [data-myev-brand-mark]:has(.myev-brand-icon) {
	aspect-ratio: 1 / 1 !important;
	border-radius: 999px !important;
	background: #202020 !important;
	color: #fff !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	overflow: hidden !important;
	box-shadow: none !important;
}

body.myev-theme .myev-car-mark:has(.myev-brand-icon) {
	width: 46px !important;
	height: 46px !important;
	min-width: 46px !important;
	min-height: 46px !important;
}

body.myev-theme .myev-top-actions .myev-icon-button[data-myev-brand-mark]:has(.myev-brand-icon),
body.myev-theme .myev-mobile-actions button[data-myev-brand-mark]:has(.myev-brand-icon) {
	width: 54px !important;
	height: 54px !important;
	min-width: 54px !important;
	min-height: 54px !important;
	padding: 0 !important;
	background: #202020 !important;
}

body.myev-theme [data-myev-brand-mark] .myev-brand-icon,
body.myev-theme .myev-icon-button .myev-brand-icon,
body.myev-theme .myev-mobile-actions button .myev-brand-icon {
	display: block !important;
	width: 82% !important;
	height: 82% !important;
	max-width: 82% !important;
	max-height: 82% !important;
	object-fit: contain !important;
	margin: auto !important;
}

@media (max-width: 760px) {
	body.myev-theme .myev-car-mark:has(.myev-brand-icon) {
		width: 42px !important;
		height: 42px !important;
		min-width: 42px !important;
		min-height: 42px !important;
	}
}

/* My EV 0.2.29 brand logo sizing + mobile bottom nav icon mode. */
body.myev-theme [data-myev-brand-mark] .myev-brand-icon,
body.myev-theme .myev-icon-button .myev-brand-icon,
body.myev-theme .myev-mobile-actions button .myev-brand-icon {
	width: 50% !important;
	height: 50% !important;
	max-width: 50% !important;
	max-height: 50% !important;
}

@media (max-width: 1024px) {
	body.myev-theme .myev-mobile-actions button[data-myev-brand-mark]:has(.myev-brand-icon) {
		width: auto !important;
		height: auto !important;
		min-width: 0 !important;
		min-height: 0 !important;
		aspect-ratio: auto !important;
		border-radius: 0 !important;
		background: transparent !important;
		color: var(--myev-text) !important;
		box-shadow: none !important;
		overflow: visible !important;
	}

	body.myev-theme .myev-mobile-actions button[data-myev-brand-mark] .myev-brand-icon {
		width: 24px !important;
		height: 24px !important;
		max-width: 24px !important;
		max-height: 24px !important;
		filter: brightness(0) saturate(100%) !important;
	}
}

/* My EV 0.2.32 archive hero image card. */
body.myev-theme .myev-archive-hero-media,
body.myev-theme .woocommerce .myev-archive-hero-media {
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: clamp(260px, 25vw, 360px) !important;
	padding: clamp(14px, 2vw, 24px) !important;
	border-radius: 16px !important;
	background: #fff !important;
	overflow: visible !important;
	box-shadow: none !important;
	filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.08)) !important;
}

body.myev-theme .myev-archive-hero-media img,
body.myev-theme .woocommerce .myev-archive-hero-media img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-height: clamp(230px, 22vw, 320px) !important;
	border-radius: 14px !important;
	object-fit: contain !important;
	object-position: center !important;
	filter: none !important;
}

@media (max-width: 760px) {
	body.myev-theme .myev-archive-hero-media,
	body.myev-theme .woocommerce .myev-archive-hero-media {
		min-height: 220px !important;
		padding: 12px !important;
		border-radius: 14px !important;
	}
}

/* My EV 0.2.33 archive hero media square format. */
body.myev-theme .myev-archive-hero-media,
body.myev-theme .woocommerce .myev-archive-hero-media {
	aspect-ratio: 1 / 1 !important;
	width: min(100%, clamp(280px, 30vw, 430px)) !important;
	min-height: 0 !important;
	justify-self: end !important;
	align-self: center !important;
}

body.myev-theme .myev-archive-hero-media img,
body.myev-theme .woocommerce .myev-archive-hero-media img {
	max-height: 100% !important;
}

@media (max-width: 980px) {
	body.myev-theme .myev-archive-hero-media,
	body.myev-theme .woocommerce .myev-archive-hero-media {
		width: min(100%, 360px) !important;
		justify-self: center !important;
	}
}

/* My EV 0.2.50 single-product price, specifications, gallery and search layers. */
body.myev-theme.single-product div.product .summary.entry-summary > p.price,
body.myev-theme.single-product div.product .summary.entry-summary > p.price * {
	font-family: var(--myev-font) !important;
}

body.myev-theme.single-product div.product .summary.entry-summary > p.price {
	display: flex !important;
	align-items: baseline !important;
	gap: 10px !important;
	color: var(--myev-text) !important;
	font-size: clamp(27px, 2.5vw, 34px) !important;
	font-weight: 700 !important;
	line-height: 1.05 !important;
	letter-spacing: -0.025em !important;
}

body.myev-theme.single-product div.product .summary.entry-summary > p.price::before,
body.myev-theme.single-product div.product .summary.entry-summary > p.price::after {
	display: none !important;
	content: none !important;
}

body.myev-theme.single-product div.product .summary.entry-summary > p.price del {
	color: var(--myev-muted) !important;
	font-size: 0.68em !important;
	font-weight: 500 !important;
	letter-spacing: -0.01em !important;
	opacity: 0.72 !important;
	text-decoration-color: currentColor !important;
	text-decoration-thickness: 1.5px !important;
}

body.myev-theme.single-product div.product .summary.entry-summary > p.price del :where(.amount, bdi, .woocommerce-Price-currencySymbol) {
	color: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
}

body.myev-theme.single-product div.product .summary.entry-summary > p.price ins,
body.myev-theme.single-product div.product .summary.entry-summary > p.price ins :where(.amount, bdi, .woocommerce-Price-currencySymbol),
body.myev-theme.single-product div.product .summary.entry-summary > p.price > :where(.amount, bdi, .woocommerce-Price-currencySymbol) {
	color: var(--myev-text) !important;
	font-size: 1em !important;
	font-weight: 700 !important;
	text-decoration: none !important;
}

body.myev-theme.single-product .myev-product-specifications {
	width: 100% !important;
	margin: 2px 0 4px !important;
	overflow: hidden;
	border: 1px solid var(--myev-border) !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	border-radius: 16px;
	background: #fff;
	box-shadow: none !important;
}

body.myev-theme.single-product .myev-product-specifications tr:nth-child(even) {
	background: #f8f8f8;
}

body.myev-theme.single-product .myev-product-specifications tr:not(:last-child) > * {
	border-bottom: 1px solid var(--myev-border) !important;
}

body.myev-theme.single-product .myev-product-specifications th,
body.myev-theme.single-product .myev-product-specifications td {
	padding: 13px 16px !important;
	border: 0;
	font-family: var(--myev-font) !important;
	font-size: 14px !important;
	line-height: 1.4 !important;
	text-align: left !important;
	vertical-align: middle !important;
}

body.myev-theme.single-product .myev-product-specifications th {
	width: 38%;
	color: var(--myev-muted) !important;
	font-weight: 500 !important;
}

body.myev-theme.single-product .myev-product-specifications td {
	color: var(--myev-text) !important;
	font-style: normal !important;
	font-weight: 750 !important;
}

body.myev-theme.single-product .woocommerce div.product div.images .flex-control-thumbs {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(76px, 96px)) !important;
	justify-content: start !important;
	gap: 12px !important;
	width: 100% !important;
	margin: 20px 0 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.myev-theme.single-product .woocommerce div.product div.images .flex-control-thumbs li {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	aspect-ratio: 1 / 1 !important;
	overflow: hidden;
	border-radius: 15px !important;
	background: #f7f7f7 !important;
}

body.myev-theme.single-product .woocommerce div.product div.images .flex-control-thumbs li img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 8px !important;
	box-sizing: border-box !important;
	border: 1px solid var(--myev-border) !important;
	border-radius: 15px !important;
	background: #fff !important;
	object-fit: contain !important;
	object-position: center !important;
	opacity: 1 !important;
	transition: border-color 160ms ease, background-color 160ms ease !important;
}

body.myev-theme.single-product .woocommerce div.product div.images .flex-control-thumbs li img:hover,
body.myev-theme.single-product .woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
	border-color: var(--myev-text) !important;
	background: #f3f3f3 !important;
}

body.myev-theme .myev-topbar,
body.myev-theme .myev-top-actions {
	position: relative;
	z-index: 200 !important;
}

body.myev-theme .myev-search-slide.is-pinned {
	z-index: 201 !important;
}

body.myev-theme .myev-instant-results {
	z-index: 202 !important;
}

body.myev-theme.single-product .woocommerce-product-gallery__trigger {
	z-index: 5 !important;
}

@media (max-width: 760px) {
	body.myev-theme.single-product .woocommerce div.product div.images .flex-control-thumbs {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
		gap: 9px !important;
		margin-top: 14px !important;
	}

	body.myev-theme.single-product .woocommerce div.product div.images .flex-control-thumbs li img {
		padding: 6px !important;
		border-radius: 12px !important;
	}

	body.myev-theme.single-product .myev-product-specifications th,
	body.myev-theme.single-product .myev-product-specifications td {
		padding: 11px 12px !important;
		font-size: 13px !important;
	}
}

@media (max-width: 760px) {
	body.myev-theme .myev-archive-hero-media,
	body.myev-theme .woocommerce .myev-archive-hero-media {
		width: 100% !important;
	}
}

/* My EV 0.2.34 smaller archive image + 70/30 mobile split. */
body.myev-theme .myev-archive-hero-media,
body.myev-theme .woocommerce .myev-archive-hero-media {
	width: min(100%, clamp(210px, 22vw, 310px)) !important;
}

@media (max-width: 980px) {
	body.myev-theme .myev-archive-hero-grid,
	body.myev-theme .woocommerce .myev-archive-hero-grid {
		display: grid !important;
		grid-template-columns: minmax(0, 7fr) minmax(96px, 3fr) !important;
		align-items: center !important;
		gap: 14px !important;
	}

	body.myev-theme .myev-archive-hero-copy,
	body.myev-theme .woocommerce .myev-archive-hero-copy {
		min-width: 0 !important;
		padding: 0 !important;
	}

	body.myev-theme .myev-archive-hero-media,
	body.myev-theme .woocommerce .myev-archive-hero-media {
		width: 100% !important;
		justify-self: end !important;
		padding: clamp(8px, 2vw, 12px) !important;
	}
}

@media (max-width: 760px) {
	body.myev-theme .myev-archive-hero-copy h1,
	body.myev-theme .woocommerce .myev-archive-hero-copy h1 {
		font-size: clamp(30px, 8vw, 42px) !important;
		margin-bottom: 10px !important;
	}

	body.myev-theme .myev-archive-hero-copy p,
	body.myev-theme .woocommerce .myev-archive-hero-copy p {
		font-size: 13px !important;
		line-height: 1.45 !important;
	}
}

/* My EV 0.2.35 mobile/tablet archive spacing + controls row. */
@media (max-width: 1024px) {
	:root {
		--myev-section-gap: 22px;
	}

	body.myev-theme .site-main,
	body.myev-theme .inside-article {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}

	body.myev-theme .woocommerce .myev-archive-hero,
	body.myev-theme .myev-archive-hero {
		margin-top: 18px !important;
		margin-bottom: 18px !important;
	}

	body.myev-theme .myev-archive-hero-grid,
	body.myev-theme .woocommerce .myev-archive-hero-grid {
		min-height: 0 !important;
		padding: 0 !important;
		overflow: visible !important;
	}

	body.myev-theme .myev-archive-hero-media,
	body.myev-theme .woocommerce .myev-archive-hero-media {
		filter: none !important;
		box-shadow: none !important;
	}

	body.myev-theme .myev-archive-icons-section,
	body.myev-theme .woocommerce .myev-archive-icons-section {
		margin-top: 18px !important;
		margin-bottom: 18px !important;
	}

	body.myev-theme .myev-archive-controls-row,
	body.myev-theme .woocommerce .myev-archive-controls-row {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) minmax(150px, 42vw) !important;
		align-items: center !important;
		gap: 10px !important;
		min-height: 54px !important;
		height: auto !important;
		margin-top: 18px !important;
		margin-bottom: 18px !important;
	}

	body.myev-theme .myev-archive-controls-row .myev-fitment-card,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-fitment-card {
		width: 100% !important;
		max-width: none !important;
		height: 54px !important;
		min-height: 54px !important;
		max-height: 54px !important;
		padding: 0 10px !important;
		border-radius: 15px !important;
		overflow: hidden !important;
	}

	body.myev-theme .myev-archive-controls-row .myev-fitment-car,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-fitment-car {
		gap: 9px !important;
		min-width: 0 !important;
	}

	body.myev-theme .myev-archive-controls-row .myev-car-mark,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-car-mark {
		width: 38px !important;
		height: 38px !important;
		min-width: 38px !important;
		min-height: 38px !important;
	}

	body.myev-theme .myev-archive-controls-row .myev-fitment-card small,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-fitment-card small {
		display: none !important;
	}

	body.myev-theme .myev-archive-controls-row .myev-fitment-card strong,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-fitment-card strong {
		max-width: 100% !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
		font-size: 14px !important;
		line-height: 1 !important;
	}

	body.myev-theme .myev-archive-controls-row .myev-fitment-card strong [data-myev-selected-model],
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-fitment-card strong [data-myev-selected-model] {
		display: none !important;
	}

	body.myev-theme .myev-archive-controls-row .myev-outline-button,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-outline-button {
		display: none !important;
	}

	body.myev-theme .myev-archive-controls-row .myev-shop-ordering,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-shop-ordering {
		width: 100% !important;
		max-width: none !important;
		height: 54px !important;
		min-height: 54px !important;
		margin: 0 !important;
		justify-self: stretch !important;
	}

	body.myev-theme .myev-archive-controls-row .myev-shop-ordering form,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-shop-ordering form,
	body.myev-theme .myev-archive-controls-row .myev-shop-ordering select,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-shop-ordering select {
		height: 54px !important;
		min-height: 54px !important;
		max-height: 54px !important;
	}

	body.myev-theme .myev-archive-controls-row .myev-shop-ordering select,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-shop-ordering select {
		padding: 0 34px 0 14px !important;
		border-radius: 15px !important;
		font-size: 13px !important;
		line-height: 54px !important;
	}

	body.myev-theme .woocommerce ul.products,
	body.myev-theme ul.products {
		margin-top: 18px !important;
	}
}

@media (max-width: 760px) {
	body.myev-theme .myev-archive-controls-row,
	body.myev-theme .woocommerce .myev-archive-controls-row {
		grid-template-columns: minmax(0, 1fr) minmax(132px, 40vw) !important;
	}
}

/* My EV 0.2.36 mobile nav alignment, fitment state + overflow hardening. */
body.myev-theme.single-product .myev-single-after-content > .myev-fitment-card {
	display: none !important;
}

body.myev-theme .myev-single-fitment .myev-car-mark.is-fitment-match:has(.myev-brand-icon),
body.myev-theme .myev-single-fitment .myev-car-mark.is-fitment-mismatch:has(.myev-brand-icon) {
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	overflow: visible !important;
}

body.myev-theme .myev-single-fitment .myev-car-mark.is-fitment-match .myev-brand-icon,
body.myev-theme .myev-single-fitment .myev-car-mark.is-fitment-mismatch .myev-brand-icon {
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	filter: brightness(0) saturate(100%) !important;
}

body.myev-theme .myev-single-fitment p[data-myev-single-fitment-status] {
	background: transparent !important;
	padding: 0 !important;
	color: var(--myev-muted) !important;
}

body.myev-theme .myev-single-fitment p[data-myev-single-fitment-status].is-positive {
	background: transparent !important;
	color: var(--myev-text) !important;
}

body.myev-theme .myev-single-fitment p[data-myev-single-fitment-status].is-negative {
	background: transparent !important;
	color: #d34141 !important;
}

@media (max-width: 1024px) {
	html,
	body.myev-theme {
		max-width: 100% !important;
		overflow-x: hidden !important;
	}

	body.myev-theme .site,
	body.myev-theme .site-content,
	body.myev-theme .container,
	body.myev-theme .inside-article,
	body.myev-theme .myev-home,
	body.myev-theme .myev-archive-page,
	body.myev-theme .myev-front-main {
		max-width: 100% !important;
		overflow-x: clip !important;
	}

	body.myev-theme .myev-top-actions .myev-icon-button,
	body.myev-theme .myev-top-actions .myev-icon-button[data-myev-brand-mark]:has(.myev-brand-icon) {
		width: 54px !important;
		height: 54px !important;
		min-width: 54px !important;
		min-height: 54px !important;
		max-width: 54px !important;
		max-height: 54px !important;
		padding: 0 !important;
	}

	body.myev-theme .myev-mobile-actions > button[data-myev-brand-mark]:has(.myev-brand-icon) {
		width: 54px !important;
		height: 54px !important;
		min-width: 54px !important;
		min-height: 54px !important;
		max-width: 54px !important;
		max-height: 54px !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		padding: 0 !important;
		aspect-ratio: 1 / 1 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		overflow: visible !important;
	}

	body.myev-theme .myev-mobile-actions > button[data-myev-brand-mark] .myev-brand-icon {
		width: 30px !important;
		height: 30px !important;
		max-width: 30px !important;
		max-height: 30px !important;
		margin: 0 !important;
		filter: brightness(0) saturate(100%) !important;
	}

	body.myev-theme .myev-archive-controls-row,
	body.myev-theme .woocommerce .myev-archive-controls-row {
		grid-template-columns: minmax(0, 1fr) minmax(116px, 36vw) !important;
		width: 100% !important;
		max-width: 100% !important;
		min-height: 54px !important;
		overflow: visible !important;
	}

	body.myev-theme .myev-archive-controls-row .myev-fitment-card,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-fitment-card,
	body.myev-theme .myev-archive-controls-row .myev-shop-ordering,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-shop-ordering,
	body.myev-theme .myev-archive-controls-row .myev-shop-ordering form,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-shop-ordering form,
	body.myev-theme .myev-archive-controls-row .myev-shop-ordering select,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-shop-ordering select {
		box-sizing: border-box !important;
		min-width: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	body.myev-theme .myev-archive-controls-row .myev-shop-ordering select,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-shop-ordering select {
		padding-right: 28px !important;
		padding-left: 12px !important;
		font-size: 12px !important;
		white-space: nowrap !important;
		text-overflow: ellipsis !important;
		overflow: hidden !important;
	}
}

@media (max-width: 760px) {
	body.myev-theme .myev-archive-controls-row,
	body.myev-theme .woocommerce .myev-archive-controls-row {
		grid-template-columns: minmax(0, 1fr) minmax(106px, 34vw) !important;
		gap: 8px !important;
	}

	body.myev-theme .myev-archive-controls-row .myev-fitment-card strong,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-fitment-card strong {
		font-size: 13px !important;
	}

	body.myev-theme .myev-archive-controls-row .myev-shop-ordering select,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-shop-ordering select {
		font-size: 11px !important;
		letter-spacing: 0 !important;
	}
}

/* My EV 0.2.37 mobile/tablet flat UI, modal and bottom navigation fixes. */
@media (max-width: 1024px) {
	html,
	body.myev-theme {
		background: #f5f5f6 !important;
	}

	/* Mobile/tablet uses a completely flat UI. The floating bottom nav is the
	 * only component which deliberately keeps its existing shadow. */
	body.myev-theme :where(*, *::before, *::after) {
		box-shadow: none !important;
	}

	body.myev-theme .myev-mobile-nav {
		box-shadow: var(--myev-soft-shadow) !important;
	}

	/* Keep the vehicle selector above WooCommerce's gallery zoom trigger and
	 * maintain the same outer breathing room at the top as at the sides. */
	body.myev-theme .myev-modal-backdrop {
		z-index: 100000 !important;
	}

	body.myev-theme .myev-vehicle-drawer {
		z-index: 100001 !important;
		width: calc(100vw - 28px) !important;
		max-height: calc(100dvh - 28px) !important;
	}

	html.myev-modal-open body.myev-theme .woocommerce-product-gallery__trigger {
		z-index: 1 !important;
	}

	/* Archive controls: one third for the selected make, two thirds for sort. */
	body.myev-theme .myev-archive-controls-row,
	body.myev-theme .woocommerce .myev-archive-controls-row {
		grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) !important;
	}

	/* Every bottom-nav action owns one equal-width cell. In particular, undo
	 * the old fixed 54px width which offset the selected brand logo. */
	body.myev-theme .myev-mobile-actions > a,
	body.myev-theme .myev-mobile-actions > button,
	body.myev-theme .myev-mobile-actions > button[data-myev-brand-mark]:has(.myev-brand-icon) {
		box-sizing: border-box !important;
		align-self: stretch !important;
		justify-self: stretch !important;
		width: 100% !important;
		height: 64px !important;
		min-width: 0 !important;
		min-height: 64px !important;
		max-width: none !important;
		max-height: 64px !important;
		margin: 0 !important;
	}

	body.myev-theme .myev-mobile-actions > button[data-myev-brand-mark] .myev-brand-icon {
		margin: auto !important;
	}

	/* Open search/menu panels stay inside the floating bar. Menu links get a
	 * dedicated horizontal scroller when their combined width is too large. */
	body.myev-theme .myev-mobile-panel {
		box-sizing: border-box !important;
		width: calc(100% - 12px) !important;
		max-width: calc(100% - 12px) !important;
		min-width: 0 !important;
	}

	body.myev-theme .myev-mobile-menu-list {
		flex: 1 1 auto !important;
		width: auto !important;
		min-width: 0 !important;
		max-width: 100% !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		overscroll-behavior-inline: contain;
		-webkit-overflow-scrolling: touch;
	}

	body.myev-theme .myev-mobile-menu-list > li {
		flex: 0 0 auto !important;
	}

	body.myev-theme .myev-mobile-search-panel input[type="search"] {
		box-sizing: border-box !important;
		flex: 1 1 0 !important;
		width: 0 !important;
		min-width: 0 !important;
		max-width: 100% !important;
	}
}

/* My EV 0.2.41 selected-vehicle "all products" archive card. */
body.myev-theme .myev-category-icon-nav:has(.myev-all-products-card),
body.myev-theme .woocommerce .myev-category-icon-nav:has(.myev-all-products-card) {
	grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}

body.myev-theme .myev-all-products-card .myev-category-icon-media img.myev-all-products-brand-icon,
body.myev-theme .woocommerce .myev-all-products-card .myev-category-icon-media img.myev-all-products-brand-icon {
	width: 44px !important;
	height: 44px !important;
	max-width: 44px !important;
	max-height: 44px !important;
	object-fit: contain !important;
	filter: brightness(0) saturate(100%) !important;
}

@media (max-width: 1180px) {
	body.myev-theme .myev-category-icon-nav:has(.myev-all-products-card),
	body.myev-theme .woocommerce .myev-category-icon-nav:has(.myev-all-products-card) {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 640px) {
	body.myev-theme .myev-category-icon-nav:has(.myev-all-products-card),
	body.myev-theme .woocommerce .myev-category-icon-nav:has(.myev-all-products-card) {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

/* My EV 0.2.42 content-sized desktop slide-out menu. */
@media (min-width: 1025px) {
	body.myev-theme .myev-slide-menu .myev-menu-items {
		width: max-content !important;
		min-width: 0 !important;
	}

	body.myev-theme .myev-slide-menu .myev-menu-list {
		width: max-content !important;
		min-width: 0 !important;
	}

	body.myev-theme .myev-slide-menu:hover,
	body.myev-theme .myev-slide-menu.is-pinned {
		width: min(var(--myev-menu-open-width, 480px), calc(100vw - 170px)) !important;
		max-width: min(var(--myev-menu-open-width, 480px), calc(100vw - 170px)) !important;
	}
}

/* My EV 0.2.43 clean desktop header search field. */
@media (min-width: 1025px) {
	body.myev-theme .myev-search-slide.is-pinned {
		background: #fff !important;
	}

	body.myev-theme .myev-search-slide input[type="search"],
	body.myev-theme .myev-search-slide input[type="search"]:focus {
		border: 0 !important;
		outline: 0 !important;
		background: transparent !important;
		background-color: transparent !important;
		background-image: none !important;
		box-shadow: none !important;
	}
}

/* My EV 0.2.45 consistent desktop header-to-content spacing. */
@media (min-width: 1025px) {
	body.myev-theme:not(.home) .site-content,
	body.myev-theme:not(.home) #content {
		padding-top: 0 !important;
	}

	body.myev-theme:not(.home) .site-main {
		margin-top: 0 !important;
	}

	body.myev-theme.woocommerce-shop .entry-content,
	body.myev-theme.tax-product_cat .entry-content,
	body.myev-theme.tax-product_tag .entry-content,
	body.myev-theme.post-type-archive-product .entry-content,
	body.myev-theme.single-product .entry-content {
		margin-top: 0 !important;
	}

	body.myev-theme .woocommerce .myev-archive-hero,
	body.myev-theme .myev-archive-hero,
	body.myev-theme.single-product .myev-breadcrumbs {
		margin-top: 0 !important;
	}
}

/* My EV 0.2.47 clean archive/category hero image. */
body.myev-theme .myev-archive-hero-media,
body.myev-theme .woocommerce .myev-archive-hero-media {
	display: block !important;
	width: 100% !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	aspect-ratio: auto !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	filter: none !important;
	overflow: hidden !important;
}

body.myev-theme .myev-archive-hero-media img,
body.myev-theme .woocommerce .myev-archive-hero-media img {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	filter: none !important;
	object-position: center !important;
}

@media (min-width: 981px) {
	body.myev-theme .myev-archive-hero-media,
	body.myev-theme .woocommerce .myev-archive-hero-media,
	body.myev-theme .myev-archive-hero-media img,
	body.myev-theme .woocommerce .myev-archive-hero-media img {
		height: 360px !important;
		max-height: 360px !important;
	}

	body.myev-theme .myev-archive-hero-media img,
	body.myev-theme .woocommerce .myev-archive-hero-media img {
		object-fit: contain !important;
		object-position: right center !important;
	}
}

@media (max-width: 980px) {
	body.myev-theme .myev-archive-hero-media,
	body.myev-theme .woocommerce .myev-archive-hero-media {
		height: auto !important;
		max-height: none !important;
	}

	body.myev-theme .myev-archive-hero-media img,
	body.myev-theme .woocommerce .myev-archive-hero-media img {
		height: auto !important;
		max-height: none !important;
		object-fit: contain !important;
	}
}

/* My EV 0.2.54 horizontal WooCommerce gallery thumbnail carousel. */
body.myev-theme .myev-thumb-rail {
	position: relative;
	width: 100%;
	min-width: 0;
}

body.myev-theme ol.flex-control-nav.flex-control-thumbs {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: stretch !important;
	justify-content: flex-start !important;
	gap: 14px !important;
	width: 100% !important;
	height: auto !important;
	margin: 22px 0 0 !important;
	padding: 0 0 5px !important;
	overflow-x: auto !important;
	overflow-y: hidden !important;
	overscroll-behavior-inline: contain;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
	-webkit-overflow-scrolling: touch;
	list-style: none !important;
}

body.myev-theme ol.flex-control-nav.flex-control-thumbs.myev-thumbs-overflow > li {
	flex-basis: calc(23.8095% - 13.3333px) !important;
	width: calc(23.8095% - 13.3333px) !important;
}

body.myev-theme .myev-thumb-arrow {
	position: absolute;
	top: calc(50% + 8px);
	z-index: 4;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	min-height: 0;
	padding: 0;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.96);
	color: var(--myev-text);
	font-size: 14px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	transform: translateY(-50%);
}

body.myev-theme .myev-thumb-arrow[hidden] {
	display: none !important;
}

body.myev-theme .myev-thumb-arrow-prev {
	left: 7px;
}

body.myev-theme .myev-thumb-arrow-next {
	right: 7px;
}

body.myev-theme ol.flex-control-nav.flex-control-thumbs > li {
	float: none !important;
	display: block !important;
	flex: 0 0 calc((100% - 42px) / 4) !important;
	width: calc((100% - 42px) / 4) !important;
	height: auto !important;
	aspect-ratio: 1 / 1 !important;
	margin: 0 !important;
	padding: 5px !important;
	box-sizing: border-box !important;
	overflow: hidden !important;
	border: 1px solid var(--myev-border) !important;
	border-radius: 16px !important;
	background: #fff !important;
	scroll-snap-align: start;
}

body.myev-theme ol.flex-control-nav.flex-control-thumbs > li > img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
	border: 0 !important;
	border-radius: 11px !important;
	outline: 2px solid transparent !important;
	outline-offset: -2px !important;
	background: #f7f7f7 !important;
	object-fit: contain !important;
	object-position: center !important;
	opacity: 0.72 !important;
	cursor: pointer !important;
}

body.myev-theme ol.flex-control-nav.flex-control-thumbs > li > img:hover {
	opacity: 1 !important;
}

body.myev-theme ol.flex-control-nav.flex-control-thumbs > li > img.flex-active {
	outline-color: var(--myev-text) !important;
	background: #f1f1f1 !important;
	opacity: 1 !important;
}

@media (max-width: 760px) {
	body.myev-theme ol.flex-control-nav.flex-control-thumbs {
		gap: 10px !important;
		margin-top: 16px !important;
	}

	body.myev-theme ol.flex-control-nav.flex-control-thumbs > li {
		flex-basis: calc((100% - 30px) / 4) !important;
		width: calc((100% - 30px) / 4) !important;
		height: auto !important;
		aspect-ratio: 1 / 1 !important;
		padding: 4px !important;
		border-radius: 13px !important;
	}

	body.myev-theme ol.flex-control-nav.flex-control-thumbs.myev-thumbs-overflow > li {
		flex-basis: calc(23.8095% - 9.5238px) !important;
		width: calc(23.8095% - 9.5238px) !important;
	}

	body.myev-theme ol.flex-control-nav.flex-control-thumbs > li > img {
		border-radius: 9px !important;
	}
}

@media (max-width: 1024px) {
	body.myev-theme .myev-thumb-arrow {
		display: none !important;
	}
}

/* My EV 0.2.52 product breadcrumb back link on mobile/tablet. */
@media (max-width: 1024px) {
	body.myev-theme.single-product .myev-topbar .myev-logo-card img {
		display: none !important;
	}

	body.myev-theme.single-product .myev-topbar .myev-logo-card::before {
		content: "\f060" !important;
		font-family: "Font Awesome 6 Free";
		font-size: 18px;
		font-weight: 700;
		color: var(--myev-text);
	}
}

/* My EV 0.2.55 keep WooCommerce PhotoSwipe above the complete site UI. */
body.myev-theme .pswp,
body.myev-theme .pswp.pswp--open {
	position: fixed !important;
	inset: 0 !important;
	z-index: 200000 !important;
}

/* My EV 0.2.56 product tags and sale badges on product imagery. */
body.myev-theme .myev-loop-image-frame,
body.myev-theme.single-product .woocommerce div.product div.images {
	position: relative !important;
}

body.myev-theme .myev-product-badges {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 8;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 6px;
	max-width: calc(100% - 24px);
	pointer-events: none;
}

body.myev-theme.single-product .woocommerce div.product div.images > .myev-product-badges {
	top: 16px;
	left: 16px;
	max-width: calc(100% - 32px);
}

body.myev-theme .myev-product-badge {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 8px 12px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.055);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.97);
	color: var(--myev-text);
	font-family: var(--myev-font);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.01em;
	white-space: nowrap;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.10) !important;
	backdrop-filter: blur(8px);
}

@media (max-width: 760px) {
	body.myev-theme .myev-product-badges {
		top: 9px;
		left: 9px;
		gap: 5px;
		max-width: calc(100% - 18px);
	}

	body.myev-theme.single-product .woocommerce div.product div.images > .myev-product-badges {
		top: 12px;
		left: 12px;
		max-width: calc(100% - 24px);
	}

}

/* My EV 0.2.57 compact mobile/tablet commerce controls and spacing. */
body.myev-theme .myev-sort-icon {
	display: none;
}

body.myev-theme .myev-archive-controls-row .myev-fitment-card[data-myev-open-selector],
body.myev-theme .woocommerce .myev-archive-controls-row .myev-fitment-card[data-myev-open-selector] {
	cursor: pointer;
}

@media (max-width: 1024px) {
	body.myev-theme .myev-page {
		padding-top: 0 !important;
	}

	body.myev-theme .myev-topbar {
		margin-top: 0 !important;
	}

	body.myev-theme .myev-mobile-nav {
		bottom: 0 !important;
		padding-bottom: env(safe-area-inset-bottom) !important;
		border-radius: 20px 20px 0 0 !important;
	}

	body.myev-theme.single-product .myev-page {
		padding-bottom: calc(72px + env(safe-area-inset-bottom)) !important;
	}

	body.myev-theme.single-product .site-content,
	body.myev-theme.single-product #content,
	body.myev-theme.single-product .inside-article {
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}

	body.myev-theme .myev-archive-controls-row,
	body.myev-theme .woocommerce .myev-archive-controls-row {
		grid-template-columns: minmax(0, 1fr) 50px !important;
		gap: 10px !important;
	}

	body.myev-theme .myev-archive-controls-row .myev-fitment-card,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-fitment-card {
		width: 100% !important;
		max-width: none !important;
		min-width: 0 !important;
		overflow: hidden !important;
		outline: 0 !important;
	}

	body.myev-theme .myev-archive-controls-row .myev-fitment-car,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-fitment-car,
	body.myev-theme .myev-archive-controls-row .myev-fitment-car > span:last-child,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-fitment-car > span:last-child {
		width: 100% !important;
		min-width: 0 !important;
	}

	body.myev-theme .myev-archive-controls-row .myev-fitment-card strong,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-fitment-card strong {
		display: block !important;
		width: 100% !important;
		max-width: none !important;
		text-overflow: clip !important;
	}

	body.myev-theme .myev-archive-controls-row .myev-shop-ordering,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-shop-ordering,
	body.myev-theme .myev-archive-controls-row .myev-shop-ordering form,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-shop-ordering form {
		position: relative !important;
		display: block !important;
		flex: 0 0 50px !important;
		width: 50px !important;
		min-width: 50px !important;
		max-width: 50px !important;
		height: 50px !important;
		min-height: 50px !important;
		max-height: 50px !important;
		margin: 0 !important;
	}

	body.myev-theme .myev-sort-icon {
		display: grid !important;
		place-items: center;
		width: 50px;
		height: 50px;
		border: 1px solid var(--myev-border);
		border-radius: 50%;
		background: #fff;
		color: var(--myev-text);
		font-size: 16px;
		pointer-events: none;
	}

	body.myev-theme .myev-shop-ordering form:focus-within .myev-sort-icon {
		outline: 2px solid var(--myev-text);
		outline-offset: 2px;
	}

	body.myev-theme .myev-archive-controls-row .myev-shop-ordering select,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-shop-ordering select {
		position: absolute !important;
		inset: 0 !important;
		z-index: 2;
		display: block !important;
		width: 50px !important;
		min-width: 50px !important;
		max-width: 50px !important;
		height: 50px !important;
		min-height: 50px !important;
		max-height: 50px !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 50% !important;
		opacity: 0 !important;
		cursor: pointer !important;
	}

	body.myev-theme .myev-top-actions {
		gap: 8px !important;
	}

	body.myev-theme .myev-top-actions > button[data-myev-open-selector],
	body.myev-theme .myev-top-actions > .myev-moderncart-trigger {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 54px !important;
		height: 54px !important;
		min-width: 54px !important;
		min-height: 54px !important;
		max-width: 54px !important;
		max-height: 54px !important;
		padding: 0 !important;
		border: 1px solid rgba(0, 0, 0, 0.055) !important;
		border-radius: 50% !important;
		background: #fff !important;
		color: #171717 !important;
	}

	body.myev-theme .myev-top-actions > button[data-myev-open-selector] i,
	body.myev-theme .myev-top-actions > .myev-moderncart-trigger i {
		color: #171717 !important;
	}

	body.myev-theme .myev-top-actions > button[data-myev-open-selector] .myev-brand-icon {
		width: 25px !important;
		height: 25px !important;
		max-width: 25px !important;
		max-height: 25px !important;
		filter: brightness(0) saturate(100%) !important;
	}

	body.myev-theme .myev-vehicle-drawer {
		gap: 14px !important;
		padding: 18px !important;
	}

	body.myev-theme .myev-vehicle-drawer .myev-selector-panel {
		gap: 10px !important;
		padding-top: 6px !important;
	}

	body.myev-theme .myev-vehicle-drawer .myev-selector-panel label {
		gap: 5px !important;
	}

	body.myev-theme .myev-vehicle-drawer .myev-selector-panel select {
		height: 48px !important;
		min-height: 48px !important;
		max-height: 48px !important;
		padding: 0 38px 0 14px !important;
		border-radius: 13px !important;
		background-position: calc(100% - 19px) 20px, calc(100% - 14px) 20px, 0 0 !important;
		font-size: 14px !important;
	}

	body.myev-theme .myev-vehicle-drawer-actions > button {
		min-height: 48px !important;
	}

	body.myev-theme.single-product .myev-single-after-content,
	body.myev-theme.single-product .myev-related-products,
	body.myev-theme.single-product .myev-related-products ul.products {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}

	body.myev-theme.single-product .myev-related-products ul.products li.product {
		padding: 8px 8px 13px !important;
	}

	body.myev-theme.single-product .myev-related-products ul.products li.product a.woocommerce-loop-product__link {
		padding: 0 !important;
	}

	body.myev-theme.single-product .myev-related-products .myev-loop-image-frame {
		margin-bottom: 11px !important;
	}
}

/* My EV 0.2.58 restored mobile spacing and content-sized vehicle control. */
@media (max-width: 1024px) {
	body.myev-theme .myev-page,
	body.myev-theme.single-product .myev-page {
		padding: 28px 24px 100px !important;
	}

	body.myev-theme .myev-mobile-nav {
		bottom: max(18px, env(safe-area-inset-bottom)) !important;
		padding-bottom: 0 !important;
		border-radius: 20px !important;
	}

	body.myev-theme .myev-archive-controls-row,
	body.myev-theme .woocommerce .myev-archive-controls-row {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		justify-content: space-between !important;
		gap: 10px !important;
		width: 100% !important;
	}

	body.myev-theme .myev-archive-controls-row .myev-fitment-card,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-fitment-card {
		flex: 0 1 auto !important;
		width: fit-content !important;
		max-width: calc(100% - 60px) !important;
		min-width: 0 !important;
		margin: 0 !important;
	}

	body.myev-theme .myev-archive-controls-row .myev-fitment-car,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-fitment-car,
	body.myev-theme .myev-archive-controls-row .myev-fitment-car > span:last-child,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-fitment-car > span:last-child,
	body.myev-theme .myev-archive-controls-row .myev-fitment-card strong,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-fitment-card strong {
		width: auto !important;
		max-width: none !important;
	}

	body.myev-theme .myev-archive-controls-row .myev-fitment-card strong,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-fitment-card strong {
		overflow: visible !important;
		text-overflow: clip !important;
		white-space: nowrap !important;
	}

	body.myev-theme .myev-archive-controls-row .myev-shop-ordering,
	body.myev-theme .woocommerce .myev-archive-controls-row .myev-shop-ordering {
		flex: 0 0 50px !important;
		width: 50px !important;
		min-width: 50px !important;
		max-width: 50px !important;
		margin: 0 0 0 auto !important;
	}

	body.myev-theme .myev-top-actions > button.myev-icon-button[data-myev-brand-mark],
	body.myev-theme .myev-top-actions > button.myev-icon-button[data-myev-brand-mark]:has(.myev-brand-icon),
	body.myev-theme [data-myev-brand-mark].myev-icon-button:has(.myev-brand-icon) {
		background: #fff !important;
		color: #171717 !important;
	}
}

/* My EV 0.2.69 desktop vehicle mark and Modern Cart depth. */
@media (min-width: 1025px) {
	body.myev-theme .myev-top-actions > button.myev-icon-button[data-myev-brand-mark]:has(.myev-brand-icon) {
		background: #fff !important;
		color: #171717 !important;
	}

	body.myev-theme .myev-top-actions > button.myev-icon-button[data-myev-brand-mark] .myev-brand-icon {
		filter: brightness(0) saturate(100%) !important;
	}
}

#moderncart-slide-out-modal.moderncart-cart-style-slideout #moderncart-slide-out {
	box-shadow: 0 0px 60px rgb( 0 0 0 / 35% ) !important;
}

/* My EV 0.2.70 hide the desktop header while the vehicle selector is open. */
@media (min-width: 1025px) {
	html.myev-modal-open body.myev-theme:has(.myev-vehicle-drawer.is-visible) .myev-topbar {
		opacity: 0 !important;
		visibility: hidden !important;
		pointer-events: none !important;
	}
}

/* My EV 0.2.72 stock placement, product information tabs and vehicle landings. */
body.myev-theme.single-product .summary.entry-summary > .myev-single-stock {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 700 !important;
	order: 1;
	align-self: flex-start;
	margin: 0 0 12px !important;
	padding: 0px;
	border-radius: 999px;
	background: #fff;
	color: var(--myev-text) !important;
	font-size: 13px !important;
	line-height: 1.25 !important;
}

body.myev-theme.single-product .summary.entry-summary > .myev-single-stock::before {
	background: #38b66b;
}

body.myev-theme.single-product .summary.entry-summary > .myev-single-stock-onbackorder::before {
	background: #d59720;
}

body.myev-theme.single-product .summary.entry-summary > .myev-single-stock-outofstock::before {
	background: #c93636;
}

body.myev-theme.single-product .summary.entry-summary form.cart .stock,
body.myev-theme.single-product .summary.entry-summary .woocommerce-variation-availability .stock {
	display: none !important;
}

body.myev-theme.single-product .myev-product-information {
	width: 100%;
	overflow: hidden;
	border: 1px solid var(--myev-border);
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--myev-soft-shadow);
}

body.myev-theme.single-product .myev-product-tab-list {
	display: flex;
	align-items: stretch;
	gap: 4px;
	padding: 8px;
	border-bottom: 1px solid var(--myev-border);
	background: #fafafa;
}

body.myev-theme.single-product .myev-product-tab-list button {
	position: relative;
	min-height: 46px;
	padding: 0 20px;
	border: 0;
	border-radius: 12px;
	background: transparent;
	color: var(--myev-muted);
	font-family: var(--myev-font);
	font-size: 14px;
	font-weight: 750;
	cursor: pointer;
}

body.myev-theme.single-product .myev-product-tab-list button[aria-selected="true"] {
	background: #fff;
	color: var(--myev-text);
	box-shadow: 0 5px 18px rgba(0, 0, 0, 0.07);
}

body.myev-theme.single-product .myev-product-tab-list button:focus-visible {
	outline: 2px solid var(--myev-text);
	outline-offset: 1px;
}

body.myev-theme.single-product .myev-product-tab-panel {
	padding: clamp(20px, 3vw, 34px);
	color: var(--myev-text);
	font-size: 14px;
	line-height: 1.7;
}

body.myev-theme.single-product .myev-product-tab-panel[hidden] {
	display: none !important;
}

body.myev-theme.single-product .myev-product-tab-panel > :first-child {
	margin-top: 0;
}

body.myev-theme.single-product .myev-product-tab-panel > :last-child {
	margin-bottom: 0;
}

body.myev-theme .myev-vehicle-landing-links {
	display: grid;
	gap: 12px;
	margin: 0 0 18px;
	padding: 18px;
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--myev-soft-shadow);
}

body.myev-theme .myev-vehicle-landing-links > strong {
	color: var(--myev-text);
	font-size: 14px;
	font-weight: 800;
}

body.myev-theme .myev-vehicle-landing-links > div {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding-bottom: 2px;
	scrollbar-width: thin;
}

body.myev-theme .myev-vehicle-landing-links a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0 15px;
	border: 1px solid var(--myev-border);
	border-radius: 999px;
	background: #f7f7f7;
	color: var(--myev-text);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

body.myev-theme .myev-vehicle-landing-links a:hover,
body.myev-theme .myev-vehicle-landing-links a:focus-visible,
body.myev-theme .myev-vehicle-landing-links a.is-current {
	border-color: #171717;
	background: #171717;
	color: #fff;
}

body.myev-theme .myev-vehicle-landing-selector {
	display: grid;
	gap: 14px;
	margin: 0 0 18px;
	padding: 18px;
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--myev-soft-shadow);
}

body.myev-theme .myev-vehicle-landing-selector > strong {
	color: var(--myev-text);
	font-size: 14px;
	font-weight: 800;
}

body.myev-theme .myev-vehicle-landing-selector form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
	align-items: end;
	gap: 12px;
}

body.myev-theme .myev-vehicle-landing-selector label {
	display: grid;
	gap: 6px;
	color: var(--myev-muted);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

body.myev-theme .myev-vehicle-landing-selector select {
	width: 100%;
	min-height: 48px;
	padding: 0 40px 0 14px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 13px;
	background-color: #f7f7f7;
	color: var(--myev-text);
	font-family: var(--myev-font);
	font-size: 14px;
	font-weight: 650;
}

body.myev-theme .myev-vehicle-landing-selector select:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

body.myev-theme .myev-vehicle-landing-selector .myev-black-button {
	min-height: 48px;
	padding: 0 18px;
	white-space: nowrap;
}

@media (max-width: 760px) {
	body.myev-theme.single-product .myev-product-tab-list button {
		flex: 1 1 50%;
		padding: 0 12px;
	}

	body.myev-theme .myev-vehicle-landing-links {
		padding: 15px;
		border-radius: 16px;
	}

	body.myev-theme .myev-vehicle-landing-selector {
		padding: 15px;
		border-radius: 16px;
	}

	body.myev-theme .myev-vehicle-landing-selector form {
		grid-template-columns: 1fr;
	}
}

/* My EV 0.2.75 final product information overrides. */
body.myev-theme.single-product .myev-product-information {
	overflow: visible;
	border: 0;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 14px 42px rgba(0, 0, 0, 0.075);
}

body.myev-theme.single-product .myev-product-tab-list {
	gap: 8px;
	padding: 10px;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.055);
	border-radius: 22px 22px 0 0;
	background: #f5f5f5;
}

body.myev-theme.single-product .myev-product-tab-list button {
	min-height: 48px;
	padding: 0 22px;
	border-radius: 14px;
	font-size: 14px;
}

body.myev-theme.single-product .myev-product-tab-list button[aria-selected="true"] {
	box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
}

body.myev-theme.single-product .myev-product-tab-panel {
	padding: clamp(22px, 3vw, 38px);
}

body.myev-theme.single-product table.myev-product-specifications {
	display: table !important;
	table-layout: fixed !important;
	width: 100% !important;
	margin: 0 !important;
}

body.myev-theme.single-product table.myev-product-specifications tbody {
	display: table-row-group !important;
}

body.myev-theme.single-product table.myev-product-specifications tr {
	display: table-row !important;
}

body.myev-theme.single-product table.myev-product-specifications th,
body.myev-theme.single-product table.myev-product-specifications td {
	display: table-cell !important;
	box-sizing: border-box;
	padding: 15px 18px !important;
	background: transparent !important;
	vertical-align: middle !important;
}

body.myev-theme.single-product table.myev-product-specifications th {
	width: 36% !important;
}

body.myev-theme.single-product table.myev-product-specifications td {
	width: 64% !important;
}

@media (max-width: 760px) {
	body.myev-theme.single-product .myev-product-information {
		border-radius: 18px;
	}

	body.myev-theme.single-product .myev-product-tab-list {
		gap: 4px;
		padding: 7px;
		border-radius: 18px 18px 0 0;
	}

	body.myev-theme.single-product .myev-product-tab-list button {
		min-width: 0;
		min-height: 46px;
		padding: 0 8px;
		font-size: 13px;
	}

	body.myev-theme.single-product .myev-product-tab-panel {
		padding: 16px;
	}

	body.myev-theme.single-product table.myev-product-specifications th,
	body.myev-theme.single-product table.myev-product-specifications td {
		display: table-cell !important;
		padding: 13px 12px !important;
		font-size: 13px !important;
	}

	body.myev-theme.single-product table.myev-product-specifications th {
		width: 42% !important;
	}

	body.myev-theme.single-product table.myev-product-specifications td {
		width: 58% !important;
	}
}

/* My EV 0.2.76 final animated tabs override. */
body.myev-theme.single-product .myev-product-information {
	position: relative;
	overflow: visible;
	border: 1px solid rgba(0, 0, 0, 0.045);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 18px 55px rgba(0, 0, 0, 0.07);
}

body.myev-theme.single-product .myev-product-tab-list {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin: 10px;
	padding: 4px;
	border: 0;
	border-radius: 17px;
	background: #f1f1f1;
	overflow: hidden;
}

body.myev-theme.single-product .myev-product-tab-list::before {
	position: absolute;
	z-index: 0;
	top: 4px;
	bottom: 4px;
	left: 4px;
	width: calc((100% - 8px) / 3);
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.09);
	content: "";
	transform: translateX(calc(var(--myev-tab-index, 0) * 100%));
	transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.myev-theme.single-product .myev-product-information[data-active-index="0"] { --myev-tab-index: 0; }
body.myev-theme.single-product .myev-product-information[data-active-index="1"] { --myev-tab-index: 1; }
body.myev-theme.single-product .myev-product-information[data-active-index="2"] { --myev-tab-index: 2; }

body.myev-theme.single-product .myev-product-tab-list button,
body.myev-theme.single-product .myev-product-tab-list button[aria-selected="true"] {
	position: relative;
	z-index: 1;
	min-width: 0;
	min-height: 50px;
	padding: 0 14px;
	border: 0;
	border-radius: 13px;
	background: transparent;
	box-shadow: none;
	color: #777;
	font-size: 13px;
	font-weight: 750;
}

body.myev-theme.single-product .myev-product-tab-list button[aria-selected="true"] {
	color: var(--myev-text);
}

body.myev-theme.single-product .myev-product-tab-panel {
	padding: clamp(24px, 3.2vw, 42px);
	opacity: 0;
	transform: translateY(7px);
}

body.myev-theme.single-product .myev-product-tab-panel.is-active {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 240ms ease, transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

@media (max-width: 760px) {
	body.myev-theme.single-product .myev-product-information {
		border-radius: 20px;
	}

	body.myev-theme.single-product .myev-product-tab-list {
		margin: 7px;
		padding: 3px;
		border-radius: 15px;
	}

	body.myev-theme.single-product .myev-product-tab-list::before {
		top: 3px;
		bottom: 3px;
		left: 3px;
		width: calc((100% - 6px) / 3);
	}

	body.myev-theme.single-product .myev-product-tab-list button,
	body.myev-theme.single-product .myev-product-tab-list button[aria-selected="true"] {
		min-height: 46px;
		padding: 0 4px;
		font-size: clamp(10px, 3.1vw, 12px);
	}

	body.myev-theme.single-product .myev-product-tab-panel {
		padding: 18px 16px 20px;
	}
}
