@font-face {
	font-family: "Gotham Narrow";
	src: url("../../../../../assets/fonts/Gotham-Narrow-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "Gotham Narrow";
	src: url("../../../../../assets/fonts/Gotham-Narrow-Book.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Gotham Narrow";
	src: url("../../../../../assets/fonts/Gotham-Narrow-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

:root {
	--km-bg: #fff;
	--km-bg-alt: #f5f5f5;
	--km-text: #111;
	--km-text-muted: #666;
	--km-accent: #000;
	--km-border: #e0e0e0;
	--km-footer-bg: #111;
	--km-font: "Gotham Narrow", "Work Sans", system-ui, sans-serif;
	--km-strip-bg: #111;
	--km-nav-h: 54px;
	--km-strip-h: 42px;
}

body {
	overflow-x: hidden;
}
body {
	font-family: var(--km-font);
	font-size: 14px;
	line-height: 1.5;
	color: var(--km-text);
	background: var(--km-bg);
}

a, a:link, a:visited {
	color: var(--km-text);
}
a:hover {
	color: var(--km-accent);
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--km-font);
	color: var(--km-text);
	font-weight: 600;
}

.km-brand-strip {
	display: flex;
	height: var(--km-strip-h);
	font-family: var(--km-font);
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	font-size: 11px;
	position: sticky;
	top: 0;
	z-index: 9991;
}
.km-brand-strip a {
	color: #fff;
	text-decoration: none;
}
.km-strip-pro {
	flex: 1;
	background: var(--km-strip-bg);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 1rem;
}
@media (max-width: 480px) {
	.km-strip-pro {
		font-size: 9px;
		letter-spacing: .08em;
		padding: 0 0.5rem;
	}
}

.km-desktop-nav {
	background: #fff;
	border-bottom: 1px solid var(--km-border);
	height: var(--km-nav-h);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 2rem;
	position: sticky;
	top: var(--km-strip-h);
	z-index: 9990;
}
.km-nav-locale {
	flex: 1;
	display: flex;
	justify-content: flex-start;
	min-width: 0;
}
.km-nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 2rem;
	flex: 0 0 auto;
	justify-content: center;
}
.km-nav-link {
	font-family: var(--km-font);
	font-weight: 700;
	font-size: 12px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--km-text);
	text-decoration: none;
	padding: .5rem 0;
	border-bottom: 2px solid transparent;
}
.km-nav-link:hover,
.km-nav-item.active .km-nav-link,
.km-nav-item.mega-open .km-nav-link {
	border-bottom-color: var(--km-text);
}
.km-nav-actions {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1rem;
	min-width: 0;
}
.km-nav-actions .km-cart-trigger {
	height: auto;
	min-width: 0;
	padding: .25rem;
}
.km-nav-actions .km-cart-trigger .km-icon-cart,
.km-nav-actions .km-cart-trigger svg {
	width: 20px;
	height: 20px;
}
.km-icon-btn {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 16px;
	color: var(--km-text);
	padding: .25rem;
}
.km-account-dropdown {
	position: relative;
	z-index: 102;
}
.km-account-dropdown .dropdown-menu {
	min-width: 230px;
	padding: .75rem 0 .9rem;
	border-radius: 6px;
	box-shadow: 0 4px 16px rgba(0,0,0,.12);
	border: 1px solid var(--km-border);
	margin-top: 6px;
	z-index: 9999 !important;
}
.km-account-dropdown .dropdown-item {
	font-family: var(--km-font);
	font-weight: 700;
	font-size: 12px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--km-text);
	padding: .6rem 1.5rem;
	text-align: left;
}
.km-account-dropdown .dropdown-item:hover {
	background: var(--km-bg-alt);
	color: var(--km-text);
}
.km-account-dropdown .dropdown-divider {
	margin: .5rem 0;
}
.km-account-dropdown .km-dropdown-wishlist-btn {
	display: block;
	text-align: left;
	background: transparent;
	margin: 0;
	padding: .6rem 1.5rem;
	border-radius: 0;
	font-weight: 600;
}
.km-account-dropdown .km-dropdown-wishlist-btn:hover {
	background: var(--km-bg-alt);
	color: var(--km-text);
}
.km-locale {
	font-size: 11px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.km-nav-item {
	position: static;
}
.km-mega-panel {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0,0,0,.06);
	padding: 1.5rem 2rem;
	margin-top: -4px;
	z-index: 200;
	pointer-events: auto;
}
.km-mega-panel .container {
	max-height: 70vh;
	overflow-y: auto;
	overflow-x: hidden;
	max-width: none;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
.km-mega-panel .container > .row {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	column-gap: 3rem;
	margin-left: 0;
	margin-right: 0;
}
.km-mega-panel .container > .row > .col {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 1.5rem;
	min-width: 0;
}
.km-mega-panel .container > .row > .col:first-child {
	padding-left: 0;
}
.km-mega-panel .container > .row > .col + .col {
	border-left: 1px solid var(--km-border);
	padding-left: 2rem;
}
.km-nav-item:hover .km-mega-panel,
.km-nav-item:focus-within .km-mega-panel,
.km-nav-item.mega-open .km-mega-panel {
	display: block;
}
.km-mega-heading {
	font-weight: 700;
	font-size: 11px;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin-bottom: .75rem;
	color: var(--km-text);
}
.km-mega-heading-link {
	color: inherit;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}
.km-mega-heading-link:hover {
	color: var(--km-accent);
	text-decoration: underline;
}
.km-mega-link {
	display: block;
	font-size: 11px;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: var(--km-text-muted);
	text-decoration: none;
	padding: .2rem 0;
}
.km-mega-link:hover {
	color: var(--km-text);
}
.km-mega-footer {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid var(--km-border);
}
.km-mega-viewall {
	font-family: var(--km-font);
	font-size: 11px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--km-text-muted);
	text-decoration: none;
}
.km-mega-viewall:hover {
	color: var(--km-text);
}
.km-mega-footer--hidden {
	display: none;
}

.km-mobile-header {
	display: none;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1.25rem;
	background: #fff;
	border-bottom: 1px solid var(--km-border);
	position: sticky;
	top: var(--km-strip-h);
	z-index: 100;
	min-height: 60px;
}
@media (max-width: 991px) {
	.km-mobile-header {
		display: flex;
	}
	.km-mobile-header-left {
		flex: 1;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		min-width: 0;
	}
	.km-mobile-logo-wrap {
		flex: 0 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.km-mobile-header-right {
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 1.25rem;
		min-width: 0;
	}
	.km-desktop-nav {
		display: none !important;
	}
}
.km-mobile-logo {
	max-height: 24px;
	width: auto;
}
.km-mobile-logo-wrap img.km-mobile-logo[src*="KM-PRO-Logo.svg"] {
	filter: invert(1);
}
.km-mobile-logo-link {
	display: inline-flex;
	align-items: center;
}
.km-hamburger {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	color: var(--km-text);
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.km-hamburger svg {
	display: block;
}
.km-icon-btn {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	color: var(--km-text);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-decoration: none;
}
.km-icon-btn svg {
	display: block;
}
.km-icon-btn:hover {
	color: var(--km-text-muted);
}
.km-cart-badge {
	position: absolute;
	top: -6px;
	right: -8px;
	background: var(--km-accent);
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	min-width: 16px;
	height: 16px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 4px;
}

.km-drawer-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.5);
	z-index: 400;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s;
}
.km-drawer-overlay.open {
	opacity: 1;
	pointer-events: auto;
}

/* Mobile Search Overlay */
.km-mobile-search-overlay {
	position: fixed;
	inset: 0;
	background: #fff;
	z-index: 500;
	display: flex;
	flex-direction: column;
	opacity: 0;
	pointer-events: none;
	transform: translateY(-10px);
	transition: opacity .2s, transform .2s;
}
.km-mobile-search-overlay.open {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}
.km-mobile-search-bar {
	display: flex;
	align-items: center;
	padding: 1rem;
	border-bottom: 1px solid var(--km-border);
	gap: 0.75rem;
}
.km-mobile-search-input {
	flex: 1;
	border: none;
	outline: none;
	font-size: 16px;
	font-family: var(--km-font);
	padding: 0.5rem 0;
	background: transparent;
}
.km-mobile-search-input::placeholder {
	color: var(--km-text-muted);
}
.km-mobile-search-close {
	background: none;
	border: none;
	padding: 0.25rem;
	cursor: pointer;
	color: var(--km-text);
	display: flex;
	align-items: center;
	justify-content: center;
}
.km-mobile-search-results {
	flex: 1;
	overflow-y: auto;
	padding: 0;
}
.km-mobile-search-results ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.km-mobile-search-results li {
	border-bottom: 1px solid var(--km-border);
}
.km-mobile-search-results li a {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1rem;
	text-decoration: none;
	color: var(--km-text);
}
.km-mobile-search-results li img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}
.km-mobile-search-results .km-sr-name {
	font-weight: 500;
}
.km-mobile-search-results .km-sr-info {
	font-size: 12px;
	color: var(--km-text-muted);
	display: block;
}
.km-mobile-search-results .km-search-footer {
	padding: 1rem;
	text-align: center;
}
.km-mobile-search-results .km-view-all {
	display: inline-block;
	padding: 0.75rem 1.5rem;
	background: var(--km-accent);
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.km-mobile-search-results .km-no-results,
.km-mobile-search-results .km-search-loading {
	padding: 2rem 1rem;
	text-align: center;
	color: var(--km-text-muted);
}

.km-nav-drawer {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: min(480px, 100vw);
	background: #fff;
	z-index: 500;
	transform: translateX(-100%);
	transition: transform .3s ease;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
}
.km-nav-drawer.open {
	transform: translateX(0);
}
.km-drawer-head {
	display: flex;
	align-items: center;
	padding: 1rem 1.25rem;
	border-bottom: 1px solid var(--km-border);
}
.km-drawer-close {
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	margin-right: auto;
	line-height: 1;
	color: var(--km-text);
}
.km-drawer-search {
	padding: .75rem 1.25rem;
	border-bottom: 1px solid var(--km-border);
}
.km-drawer-search input {
	width: 100%;
	border: none;
	border-bottom: 1px solid var(--km-border);
	padding: .5rem 0;
	font-size: 14px;
	outline: none;
	font-family: var(--km-font);
}
.km-drawer-item {
	border-bottom: 1px solid #f0f0f0;
}
.km-drawer-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 1.25rem;
	border-bottom: none;
	font-family: var(--km-font);
	font-weight: 700;
	font-size: 13px;
	letter-spacing: .08em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--km-text);
	width: 100%;
	text-align: left;
	box-sizing: border-box;
}
.km-drawer-item > .km-drawer-link {
	border-bottom: 1px solid #f0f0f0;
}
.km-drawer-link:hover {
	background: #fafafa;
	color: var(--km-text);
}
.km-drawer-expandable {
	background: none;
	border: none;
	cursor: pointer;
	font: inherit;
}
.km-drawer-chevron {
	display: inline-block;
	transition: transform 0.25s ease;
}
.km-drawer-item.is-open .km-drawer-chevron {
	transform: rotate(90deg);
}
.km-drawer-children {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.25s ease;
	overflow: hidden;
}
.km-drawer-item.is-open .km-drawer-children {
	grid-template-rows: 1fr;
}
.km-drawer-children-inner {
	min-height: 0;
	overflow: hidden;
}
.km-drawer-sub {
	padding-left: 1.75rem;
	font-size: 12px;
	font-weight: 600;
	border-bottom: 1px solid #f0f0f0;
}
.km-drawer-sub-sub {
	padding-left: 2.5rem;
	font-size: 11px;
	font-weight: 500;
	text-transform: none;
	letter-spacing: .04em;
	border-bottom: 1px solid #f0f0f0;
}
.km-drawer-footer {
	margin-top: auto;
	padding: 1.25rem;
	border-top: 1px solid var(--km-border);
}

.km-search-wrap {
	position: relative;
	display: flex;
	align-items: center;
}
#km-desktop-search {
	transition: width .3s ease;
}
#km-desktop-search .km-search-field {
	width: 0;
	padding: 0;
	border: none;
	opacity: 0;
	transition: width .3s ease, opacity .2s ease, padding .3s ease;
	font-family: var(--km-font);
	font-size: 13px;
	letter-spacing: .05em;
	outline: none;
	background: transparent;
}
#km-desktop-search .km-search-close {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 14px;
	color: var(--km-text);
	padding: .25rem;
	margin-left: .25rem;
}
#km-desktop-search.expanded .km-search-field {
	width: 180px;
	padding: .25rem 0;
	border-bottom: 1px solid var(--km-text);
	opacity: 1;
	margin-left: .5rem;
}
#km-desktop-search.expanded .km-search-close {
	display: block;
}
#km-desktop-search.expanded #km-search-toggle {
	display: none;
}
.km-search-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: 320px;
	max-height: 400px;
	overflow-y: auto;
	background: #fff;
	border: 1px solid var(--km-border);
	box-shadow: 0 8px 24px rgba(0,0,0,.12);
	z-index: 1000;
	margin-top: .5rem;
}
.km-search-dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.km-search-dropdown li {
	border-bottom: 1px solid #f0f0f0;
}
.km-search-dropdown li:last-child {
	border-bottom: none;
}
.km-search-dropdown li a {
	display: flex;
	align-items: center;
	gap: .75rem;
	padding: .75rem 1rem;
	text-decoration: none;
	color: var(--km-text);
	transition: background .15s;
}
.km-search-dropdown li a:hover {
	background: #f9f9f9;
}
.km-search-dropdown li img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border: 1px solid #eee;
	flex-shrink: 0;
}
.km-sr-name {
	font-family: var(--km-font);
	font-weight: 600;
	font-size: 12px;
	letter-spacing: .04em;
	text-transform: uppercase;
	display: block;
}
.km-sr-info {
	font-size: 11px;
	color: var(--km-text-muted);
	display: block;
	margin-top: .15rem;
}
.km-search-loading {
	padding: 1.5rem;
	text-align: center;
}
.km-search-loading img {
	width: 24px !important;
	height: 24px !important;
	border: none !important;
}
.km-no-results {
	padding: 1.5rem 1rem;
	text-align: center;
	color: var(--km-text-muted);
	font-size: 13px;
}
.km-search-footer {
	padding: .75rem 1rem;
	border-top: 1px solid var(--km-border);
	text-align: center;
}
.km-view-all {
	font-family: var(--km-font);
	font-weight: 700;
	font-size: 11px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--km-text);
	text-decoration: none;
}
.km-view-all:hover {
	text-decoration: underline;
}

.km-drawer-search {
	padding: .75rem 1.25rem;
	border-bottom: 1px solid var(--km-border);
	position: relative;
	display: flex;
	align-items: center;
	gap: .5rem;
}
.km-drawer-search .km-search-field {
	flex: 1;
	border: none;
	border-bottom: 1px solid var(--km-border);
	padding: .5rem 0;
	font-size: 14px;
	outline: none;
	font-family: var(--km-font);
	background: transparent;
}
.km-drawer-search .km-search-field:focus {
	border-bottom-color: var(--km-text);
}
.km-drawer-search-btn {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 16px;
	color: var(--km-text-muted);
	padding: .25rem;
}
.km-drawer-search .km-search-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: auto;
	max-height: 50vh;
	margin-top: 0;
	border-left: none;
	border-right: none;
}

.km-product-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 1px solid var(--km-border);
	background: #fff;
	transition: box-shadow .2s;
}
.km-product-card .card-body {
	flex: 1 1 auto;
}
.km-card-body {
	display: flex;
	flex-direction: column;
	padding: 1rem;
	flex: 1;
}
.km-card-price {
	font-size: .8rem;
	font-weight: 600;
	color: #222;
	text-align: right;
	margin-bottom: .25rem;
}
.km-card-price .price-old {
	font-size: .7rem;
	color: #999;
	text-decoration: line-through;
	margin-left: .35rem;
}
.km-card-price .price-new {
	color: #111;
}
.km-card-title {
	margin: 0 0 .5rem;
	font-family: var(--km-font);
	font-weight: 700;
	font-size: 13px;
	letter-spacing: .05em;
	text-transform: uppercase;
	line-height: 1.3;
}
.km-card-title a {
	color: #111;
	text-decoration: none;
}
.km-card-title a:hover {
	color: #000;
}
.km-card-description {
	font-size: 13px;
	color: #666;
	line-height: 1.5;
	margin: 0 0 .75rem;
}
.km-product-description {
	font-size: 13px;
	color: #666;
	line-height: 1.5;
	margin: 0 0 .5rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.km-qoh {
	font-size: .75rem;
	font-weight: 600;
	color: #666;
	margin: .5rem 0 .75rem;
	display: block;
}
.km-login-link {
	font-size: .8rem;
	font-weight: 600;
	color: #c00;
	text-decoration: none;
}
.km-login-link:hover {
	color: #900;
	text-decoration: underline;
}

.km-toast {
	font-family: var(--km-font, sans-serif);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .02em;
	padding: 12px 40px 12px 16px;
	border-radius: 0;
	border: none;
	box-shadow: 0 4px 16px rgba(0,0,0,.15);
	max-width: 360px;
	line-height: 1.4;
}
.km-toast .fa {
	margin-right: 8px;
}
.km-toast-close {
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	background: none;
	border: none;
	font-size: 18px;
	line-height: 1;
	opacity: .7;
	cursor: pointer;
	padding: 0;
}
.km-toast-close:hover {
	opacity: 1;
}
.km-toast-success {
	background: #111;
	color: #fff;
}
.km-toast-success .km-toast-close {
	color: #fff;
}
.km-toast-danger {
	background: #c0392b;
	color: #fff;
}
.km-toast-danger .km-toast-close {
	color: #fff;
}
.km-toast-info {
	background: #333;
	color: #fff;
}
.km-toast-info .km-toast-close {
	color: #fff;
}
.km-product-card:hover {
	box-shadow: 0 4px 12px rgba(0,0,0,.08);
}
.km-product-card .card-title,
.km-product-card h4 {
	font-family: var(--km-font);
	font-weight: 700;
	font-size: 12px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--km-text) !important;
}
.km-product-card .card-subtitle {
	font-size: 11px;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--km-text-muted);
}
.km-product-card-image-wrap {
	position: relative;
	overflow: hidden;
}
.km-product-card-image-wrap .card-img-top {
	width: 100%;
	height: auto;
	display: block;
	transition: transform .25s ease, opacity .25s ease;
}
@media (min-width: 768px) {
	.km-product-card:hover .km-product-card-image-wrap .card-img-top {
		transform: scale(1.02);
		opacity: .97;
	}
}
.km-product-card-overlays {
	position: absolute;
	top: .5rem;
	right: .5rem;
	display: flex;
	flex-direction: row;
	gap: .25rem;
	z-index: 2;
}
.km-product-overlay-btn {
	background: rgba(255,255,255,.9);
	color: #444;
	font-size: 1rem;
	min-width: 2rem;
	min-height: 2rem;
	border-radius: .25rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: none;
	cursor: pointer;
	padding: 0;
}
.km-product-overlay-btn:hover {
	color: var(--km-accent, #c00);
}
.km-product-wishlist-overlay,
.km-product-favorites-overlay {
	position: absolute;
	top: .5rem;
	right: .5rem;
	background: rgba(255,255,255,.9);
	color: #444;
	font-size: 1.1rem;
	z-index: 2;
	min-width: 2rem;
	min-height: 2rem;
	border-radius: .25rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: none;
	cursor: pointer;
}
.km-product-wishlist-overlay:hover,
.km-product-favorites-overlay:hover {
	color: var(--km-accent, #c00);
}
.km-product-quick-order {
	padding: .5rem 0 0;
	border: none !important;
	background: #fff;
	display: flex;
	align-items: stretch;
	width: 100%;
	overflow: hidden;
	gap: 0;
}
.km-qty-wrap {
	display: flex;
	align-items: stretch;
	border: 1px solid #ddd;
	border-radius: 4px;
	flex: 0 0 auto;
	overflow: hidden;
	background: #fff;
}
.km-qty-btn {
	flex: 0 0 auto;
	width: 36px;
	min-width: 36px;
	border: none;
	background: #f5f5f5;
	color: #333;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background 0.15s;
}
.km-qty-btn:hover {
	background: #e8e8e8;
}
.km-qty-btn:active {
	background: #ddd;
}
.km-qty-btn i {
	font-size: 10px;
	line-height: 1;
}
.km-qty-input {
	flex: 0 0 44px;
	width: 44px;
	min-width: 44px;
	border: none;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	padding: 0.5rem 0;
	color: #111;
	background: #fff;
	-moz-appearance: textfield;
}
.km-qty-input::-webkit-outer-spin-button,
.km-qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.km-qty-input:focus {
	outline: none;
	box-shadow: none;
}
.km-cart-btn {
	flex: 1 1 auto;
	min-width: 0;
	border: none;
	background: #333;
	color: #fff;
	padding: .75rem 1rem;
	font-family: var(--km-font);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .5rem;
	transition: background .2s;
}
.km-cart-btn:hover {
	background: #000;
}
.km-cart-btn:disabled {
	background: #999;
	cursor: not-allowed;
}
.km-cart-btn--link {
	text-decoration: none;
	color: #fff;
}
.km-cart-sold-out {
	flex: 1 1 auto;
	min-width: 0;
	background: #999;
	color: #fff;
	padding: .75rem 1rem;
	font-family: var(--km-font);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}
.btn-km-learn {
	display: inline-block;
	padding: .4rem .8rem;
	border: 1px solid var(--km-text);
	color: var(--km-text);
	background: transparent;
	font-family: var(--km-font);
	font-weight: 700;
	font-size: 10px;
	letter-spacing: .08em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background .2s, color .2s;
	white-space: nowrap;
}
.btn-km-learn:hover {
	background: var(--km-text);
	color: #fff;
	text-decoration: none;
}

.km-hero {
	position: relative;
	width: 100%;
}
.km-hero--stylist {
	background-color: #f3f5f7;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 8px;
	margin: 0 auto 2rem;
	padding: 0;
	overflow: hidden;
	min-height: 260px;
}
.km-hero--stylist::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.32);
}
.km-hero--stylist.no-image {
	background-image: none;
}
.km-hero--stylist.no-image::before {
	background: #f3f5f7;
}
.km-hero--stylist {
	min-height: 260px;
}
@media (min-width: 768px) {
	.km-hero--stylist {
		min-height: 380px;
	}
}
@media (min-width: 1200px) {
	.km-hero--stylist {
		min-height: 520px;
	}
}
.km-hero-overlay {
	position: relative;
	z-index: 1;
	color: #fff;
	text-align: left;
	max-width: 960px;
	margin: 0 auto;
}
.km-hero-eyebrow {
	font-family: var(--km-font);
	font-size: 10px;
	letter-spacing: .15em;
	text-transform: uppercase;
	margin-bottom: .75rem;
	color: rgba(255,255,255,.7);
}
.km-hero-heading {
	font-family: var(--km-font);
	font-weight: 600;
	font-size: 28px;
	letter-spacing: .04em;
	text-transform: none;
	margin: 0 0 .75rem;
	color: #fff;
}
.km-hero-heading--stylist {
	font-size: 30px;
}
.km-hero-subcopy {
	font-size: 14px;
	line-height: 1.7;
	color: #f9fafb;
	max-width: 540px;
	margin: 0 0 1.5rem;
}
.km-hero-ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}
.km-hero-ctas .btn {
	font-size: 12px;
	padding: .6rem 1.6rem;
}
.km-hero-ctas .btn-km-primary {
	background: #ffffff;
	color: #111111 !important;
	border-color: #ffffff;
}
.km-hero-ctas .btn-km-primary:hover {
	background: #f5f5f5;
	border-color: #f5f5f5;
	color: #111111 !important;
}
.km-hero-ctas .btn-km-learn {
	background: transparent;
	color: #ffffff !important;
	border-color: rgba(255,255,255,.7);
}
.km-hero-ctas .btn-km-learn:hover {
	background: rgba(255,255,255,.08);
	color: #ffffff !important;
	border-color: #ffffff;
}
@media (max-width: 576px) {
	.km-hero--stylist {
		margin: 1rem auto 1.5rem;
		padding: 2.25rem 1.25rem;
		border-radius: 0;
		min-height: 220px;
	}
	.km-hero-heading,
	.km-hero-heading--stylist {
		font-size: 22px;
	}
	.km-hero-subcopy {
		font-size: 13px;
		max-width: none;
	}
	.km-hero-ctas {
		flex-direction: column;
		align-items: flex-start;
	}
	.km-hero-ctas .btn {
		width: auto;
	}
}

.km-stylist-section {
	padding: 2.5rem 1.5rem;
	background: #ffffff;
}
.km-stylist-inner {
	max-width: 960px;
	margin: 0 auto;
	text-align: left;
}
.km-stylist-eyebrow {
	font-family: var(--km-font);
	font-size: 11px;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--km-text-muted);
	margin-bottom: .75rem;
}
.km-stylist-heading {
	font-family: var(--km-font);
	font-weight: 600;
	font-size: 26px;
	letter-spacing: .04em;
	text-transform: none;
	margin: 0 0 .75rem;
	color: var(--km-text);
}
.km-stylist-body {
	font-size: 14px;
	line-height: 1.7;
	color: var(--km-text);
	max-width: 540px;
	margin: 0 0 1.5rem;
}
.km-stylist-ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}
.km-stylist-ctas .btn-km-primary,
.km-stylist-ctas .btn-primary {
	font-size: 12px;
	padding: .6rem 1.6rem;
}
.km-stylist-ctas .btn-km-learn {
	font-size: 12px;
	padding: .6rem 1.6rem;
}
.km-stylist-ctas .btn-km-primary {
	background: #000000;
	border-color: #000000;
	color: #ffffff !important;
}
.km-stylist-ctas .btn-km-primary:hover {
	background: #333333;
	border-color: #333333;
	color: #ffffff !important;
}
.km-stylist-ctas .btn-km-learn {
	background: transparent;
	border: 1px solid #111111;
	color: #111111 !important;
}
.km-stylist-ctas .btn-km-learn:hover {
	background: #111111;
	color: #ffffff !important;
}
@media (max-width: 576px) {
	.km-stylist-section {
		padding: 1.75rem 1.25rem;
	}
	.km-stylist-heading {
		font-size: 22px;
	}
	.km-stylist-body {
		font-size: 13px;
		max-width: none;
	}
	.km-stylist-ctas {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* KM banner slider (for smaller marketing banners) */
.km-banner-slider {
	margin: 2rem 0;
}
.km-banner-slider--large {
	margin-top: 0;
}
.km-banner-swiper {
	width: 100%;
}
.km-banner-slide {
	position: relative;
	overflow: hidden;
}
.km-banner-img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	display: block;
}
@media (min-width: 992px) {
	.km-banner-img {
		height: 320px;
	}
}
.km-banner-caption {
	position: absolute;
	left: 5%;
	bottom: 12%;
	color: #fff;
	max-width: 50%;
	text-align: left;
}
.km-banner-heading {
	font-family: var(--km-font);
	font-size: 20px;
	font-weight: 600;
	letter-spacing: .06em;
	text-transform: uppercase;
	margin: 0;
}
.km-banner-cta {
	display: inline-block;
	margin-top: .75rem;
	padding: .4rem .9rem;
	border: 1px solid #fff;
	color: #fff;
	font-family: var(--km-font);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.km-banner-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	border-radius: 16px;
	border: 1px solid rgba(255,255,255,.7);
	background: rgba(0,0,0,.25);
	cursor: pointer;
	z-index: 5;
}
.km-banner-prev {
	left: 12px;
}
.km-banner-next {
	right: 12px;
}
.km-banner-nav::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform-origin: center;
}
.km-banner-prev::before {
	transform: translate(-40%, -50%) rotate(-135deg);
}
.km-banner-next::before {
	transform: translate(-60%, -50%) rotate(45deg);
}
.km-banner-dots {
	position: absolute;
	left: 50%;
	bottom: 12px;
	transform: translateX(-50%);
}

.km-footer {
	background: var(--km-footer-bg);
	color: #fff;
	padding: 3rem 0 1.5rem;
	font-family: var(--km-font);
}
.km-footer a {
	color: rgba(255,255,255,.75);
	text-decoration: none;
	font-size: 12px;
	letter-spacing: .06em;
}
.km-footer a:hover {
	color: #fff;
}
.km-footer h6 {
	font-size: 11px;
	letter-spacing: .12em;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	margin-bottom: 1rem;
}

.header-text {
	background: var(--km-bg-alt) !important;
	color: var(--km-text) !important;
	border-bottom: 1px solid var(--km-border);
}
.btn-km-primary,
.btn-primary {
	background-color: var(--km-accent);
	border-color: var(--km-accent);
	color: #fff;
}
.btn-km-primary:hover,
.btn-primary:hover {
	background-color: var(--km-text);
	border-color: var(--km-text);
	color: #fff;
}
#account-login .km-register-btn {
	color: #ffffff !important;
}

/* Registration wizard stepper (ensure styling loads even if wizard CSS fails) */
#registerModal .registration-wizard-progress {
	padding: 1.25rem 1.5rem;
	background: #f7fafc;
	border-bottom: 1px solid #e2e8f0;
}
#registerModal .wizard-steps {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
	position: relative;
}
#registerModal .wizard-step {
	flex: 1;
	text-align: center;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
#registerModal .wizard-step .step-number {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #e2e8f0;
	color: #718096;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 0.9375rem;
	margin-bottom: 0.25rem;
}
#registerModal .wizard-step.active .step-number {
	background: #3182ce;
	color: #fff;
	box-shadow: 0 0 0 3px rgba(49,130,206,0.2);
}
#registerModal .wizard-step.completed .step-number {
	background: #38a169;
	color: #fff;
}
#registerModal .wizard-step .step-label {
	display: block;
	font-size: 0.8rem;
	color: #718096;
	font-weight: 500;
}
#registerModal .wizard-step.active .step-label {
	color: #2c5282;
}
#registerModal .wizard-progress-bar {
	height: 3px;
	background: #e2e8f0;
	border-radius: 1.5px;
	overflow: hidden;
}
#registerModal .wizard-progress-fill {
	height: 100%;
	background: linear-gradient(90deg,#3182ce 0%,#2c5282 100%);
}
#account-wishlist .btn-primary,
#account-wishlist a.btn-primary {
	color: #fff !important;
}
#account-wishlist .btn-primary:hover,
#account-wishlist a.btn-primary:hover {
	color: #fff !important;
}
.km-footer .row .col-md-3 {
	margin-bottom: 1rem;
}
@media (max-width: 768px) {
	.km-footer .row .col-md-3 {
		margin-bottom: 1rem;
	}
}

.km-product-page {
	max-width: 1200px;
	margin: 0 auto;
	padding: 1.5rem 1rem;
}
.km-product-breadcrumb {
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
	font-family: var(--km-font);
	font-size: 11px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--km-text-muted);
}
.km-product-breadcrumb li {
	display: inline;
}
.km-product-breadcrumb li + li::before {
	content: ' / ';
}
.km-product-breadcrumb a {
	color: inherit;
	text-decoration: none;
}
.km-product-breadcrumb a:hover {
	color: var(--km-text);
}
.km-breadcrumb {
	list-style: none;
	margin: 0 0 1rem 0;
	padding: 0.75rem 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	font-family: var(--km-font);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	background: transparent;
	border-radius: 0;
}
.km-breadcrumb li {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0;
}
.km-breadcrumb li + li::before {
	content: '/';
	padding: 0 0.65rem;
	color: #999;
	font-weight: 400;
}
.km-breadcrumb a {
	color: #222;
	text-decoration: none;
}
.km-breadcrumb a:hover {
	color: #000;
}
.km-breadcrumb i {
	font-size: 14px;
}
@media (max-width: 767px) {
	.km-breadcrumb {
		font-size: 11px;
		padding: 0.5rem 0;
	}
	.km-breadcrumb li + li::before {
		padding: 0 6px;
	}
}
/* Breadcrumb Wrapper */
.km-breadcrumb-wrap {
	padding: 1rem 1.5rem;
	background: #fff;
}
.km-breadcrumb-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	background: transparent;
	font-family: var(--km-font);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.km-breadcrumb-item {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0;
	min-width: 0;
}
.km-breadcrumb-item a {
	color: #222;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 200px;
}
.km-breadcrumb-item a:hover {
	color: #000;
}
.km-breadcrumb-item + .km-breadcrumb-item::before {
	content: '/';
	padding: 0 .65rem;
	color: #999;
	font-weight: 400;
	flex-shrink: 0;
}
@media (max-width: 767px) {
	.km-breadcrumb-wrap {
		padding: 10px 16px;
	}
	.km-breadcrumb-list {
		font-size: 11px;
		justify-content: flex-start;
	}
	.km-breadcrumb-item + .km-breadcrumb-item::before {
		padding: 0 6px;
	}
	.km-breadcrumb-item a {
		max-width: 100px;
	}
	.km-breadcrumb-item:first-child a {
		max-width: none;
	}
}
/* Category Page Header */
.km-category-header {
	padding: 0 1.5rem 1.5rem;
}
.km-category-title {
	font-size: 1.75rem;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 0.5rem 0;
	color: #111;
}
.km-category-description {
	color: #111;
	line-height: 1.6;
	margin-bottom: 1rem;
}

#product-search.container-full {
	padding-bottom: 2rem;
}
#product-search .km-search-page-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem 1.5rem;
	flex-wrap: wrap;
	padding: 0 2.5rem 1.25rem;
}
#product-search .km-search-page-title {
	font-size: 1.75rem;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	color: var(--km-text);
	padding-left: 0.5rem;
}
#product-search .km-search-inline {
	display: flex;
	align-items: stretch;
	gap: 0;
	width: 100%;
	max-width: 420px;
	border: 1px solid var(--km-border);
	background: var(--km-bg);
	flex-shrink: 0;
}
#product-search .km-search-inline .km-search-field {
	flex: 1;
	min-width: 0;
	height: 44px;
	padding: 0 1rem;
	font-family: var(--km-font);
	font-size: 14px;
	color: var(--km-text);
	border: none;
	background: transparent;
}
#product-search .km-search-inline .km-search-field::placeholder {
	color: var(--km-text-muted);
}
#product-search .km-search-inline .km-search-field:focus {
	outline: none;
}
#product-search .km-search-submit-btn {
	flex: 0 0 auto;
	height: 44px !important;
	min-height: 44px;
	padding: 0 1.5rem !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: .08em !important;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	border-radius: 0;
}
#product-search .km-search-results-header {
	padding: 1rem 1.5rem;
	text-align: center;
}
#product-search .km-search-results-count {
	display: block;
	margin-top: 0.25rem;
	font-size: 0.9rem;
	color: var(--km-text-muted);
}
#product-search .km-search-results-body.km-search-loading {
	min-height: 120px;
	opacity: 0.6;
	pointer-events: none;
	position: relative;
}
#product-search .km-search-results-body.km-search-loading::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	border: 2px solid var(--km-border);
	border-top-color: var(--km-accent);
	border-radius: 50%;
	animation: km-spin 0.7s linear infinite;
}
@keyframes km-spin {
	to { transform: rotate(360deg); }
}
#product-search .km-search-results-title {
	font-size: 1.15rem;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	color: var(--km-text);
}
#product-search .km-listing-grid-wrap {
	padding: 0 1.5rem;
}
@media (max-width: 767px) {
	#product-search.container-full {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
	#product-search .km-search-page-header {
		padding: 0 0 1rem;
		flex-direction: column;
		align-items: stretch;
	}
	#product-search .km-search-page-title {
		padding-left: 0;
	}
	#product-search .km-search-inline {
		max-width: none;
		order: 2;
	}
	#product-search .km-search-results-header {
		padding: 0.75rem 0;
	}
}

.km-listing-grid-wrap {
	width: 100%;
	padding: 0 1.5rem;
	box-sizing: border-box;
}
.km-products-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
	padding: 0;
	margin: 0;
	list-style: none;
}
.km-products-grid > * {
	min-width: 0;
}
@media (max-width: 767px) {
	html, body {
		overflow-x: hidden;
	}
	.container-full {
		padding-left: 12px !important;
		padding-right: 12px !important;
		max-width: 100vw;
		overflow-x: hidden;
	}
	#product-category.container-full {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
	#product-category .row.ml-0.mr-0 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	#product-category #content {
		padding-left: 0;
		padding-right: 0;
		min-width: 0;
		width: 100%;
	}
	.km-category-header {
		padding: 0 16px 1rem;
	}
	#product-category .km-category-title {
		font-size: 1.35rem;
		word-wrap: break-word;
		margin: 0 0 0.5rem 0;
	}
	.km-listing-grid-wrap {
		padding: 0 16px;
	}
	.km-products-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
		padding: 0;
	}
	.km-product-card {
		min-width: 0;
		border-radius: 4px;
		overflow: hidden;
	}
	.km-product-card .card-body,
	.km-card-body {
		padding: 10px 10px 8px;
	}
	.km-card-price {
		font-size: 14px;
		margin-bottom: 4px;
	}
	.km-card-title,
	.km-product-card h4,
	.km-product-card .card-title {
		font-size: 11px !important;
		line-height: 1.3;
		margin-bottom: 4px;
	}
	.km-card-description {
		font-size: 10px;
		line-height: 1.3;
		-webkit-line-clamp: 2;
	}
	.km-product-quick-order {
		padding: 8px 0 0;
		flex-direction: column;
		gap: 0;
	}
	.km-qty-wrap {
		width: 100%;
		border: 1px solid #ddd;
		border-bottom: none;
		border-radius: 0;
	}
	.km-qty-btn {
		width: 44px;
		min-width: 44px;
		padding: 0;
		font-size: 16px;
		background: #f5f5f5;
	}
	.km-qty-btn i {
		font-size: 12px;
	}
	.km-qty-input {
		flex: 1;
		width: auto;
		min-width: 0;
		font-size: 15px;
		padding: 12px 0;
	}
	.km-cart-btn {
		width: 100%;
		padding: 12px 8px;
		font-size: 10px;
		letter-spacing: 0.08em;
		border-radius: 0;
	}
	.km-product-card-overlays {
		top: 6px;
		right: 6px;
		gap: 4px;
	}
	.km-product-overlay-btn {
		width: 28px;
		height: 28px;
		font-size: 12px;
	}
	.km-qoh {
		font-size: 10px;
	}
}

.km-product-list-controls {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 1.5rem 1rem;
	gap: 1rem;
}
.km-controls-left {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.km-controls-right {
	display: flex;
	align-items: center;
}
.km-results-count {
	font-size: 13px;
	color: var(--km-text-muted);
}
.km-compare-link {
	font-size: 12px;
	color: var(--km-text-muted);
	text-decoration: none;
}
.km-compare-link:hover {
	color: var(--km-text);
}
.km-pagination-wrap {
	padding: 1.5rem;
}
@media (max-width: 767px) {
	.km-pagination-wrap {
		padding: 1rem 16px;
	}
}
@media (max-width: 767px) {
	.km-product-list-controls {
		padding: 0 16px 12px;
	}
	.km-results-count {
		font-size: 12px;
	}
	.km-compare-link {
		display: none;
	}
	.km-sort-dropdown {
		min-width: 0;
	}
	.km-sort-trigger {
		padding: 8px 12px;
		background: #f5f5f5;
		border: 1px solid #e0e0e0;
		border-radius: 4px;
		font-size: 12px;
	}
	.km-sort-trigger-text {
		max-width: 120px;
	}
	.km-sort-dropdown-panel {
		right: 0;
		left: auto;
		min-width: 200px;
	}
}
@media (min-width: 576px) {
	.km-products-grid {
		gap: 1.15rem;
	}
}
@media (min-width: 768px) {
	.km-products-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 1.25rem;
	}
}
@media (min-width: 992px) {
	.km-products-grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 1.5rem;
	}
}
@media (min-width: 1400px) {
	.km-listing-grid-wrap {
		max-width: 1440px;
		margin-left: auto;
		margin-right: auto;
	}
	.km-products-grid {
		gap: 1.75rem;
	}
}

.km-sort-dropdown {
	position: relative;
	display: inline-block;
}
.km-sort-trigger {
	display: inline-flex;
	align-items: center;
	gap: .4rem .6rem;
	background: var(--km-bg);
	color: var(--km-text);
	border: 1px solid var(--km-border);
	border-radius: 4px;
	padding: .45rem .7rem;
	font-family: var(--km-font);
	font-size: 12px;
	font-weight: 500;
	cursor: pointer;
	transition: border-color .15s ease, background .15s ease;
	min-width: 0;
	max-width: 260px;
	justify-content: space-between;
}
.km-sort-trigger:hover {
	border-color: var(--km-text-muted);
	background: var(--km-bg-alt);
}
.km-sort-trigger:focus {
	outline: none;
	border-color: var(--km-accent);
	box-shadow: 0 0 0 1px var(--km-accent);
}
.km-sort-trigger-label {
	color: var(--km-text-muted);
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .06em;
	flex-shrink: 0;
}
.km-sort-trigger-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	flex: 1;
	min-width: 0;
}
.km-sort-trigger-icon {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid currentColor;
	margin-left: .2rem;
	opacity: .6;
	transition: transform .2s ease;
	flex-shrink: 0;
}
.km-sort-dropdown.km-sort-dropdown-open .km-sort-trigger {
	border-color: var(--km-accent);
	border-bottom-color: var(--km-border);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.km-sort-dropdown.km-sort-dropdown-open .km-sort-trigger-icon {
	transform: rotate(180deg);
}
.km-sort-dropdown-panel {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	margin-top: -1px;
	min-width: 100%;
	background: var(--km-bg);
	border-radius: 0 0 4px 4px;
	padding: .2rem 0;
	z-index: 100;
	border: 1px solid var(--km-accent);
	border-top: none;
	box-shadow: 0 6px 20px rgba(0,0,0,.1);
}
.km-sort-dropdown.km-sort-dropdown-open .km-sort-dropdown-panel {
	display: block;
}
.km-sort-options {
	display: flex;
	flex-direction: column;
}
.km-sort-option {
	display: block;
	padding: .5rem .7rem;
	color: var(--km-text);
	text-decoration: none;
	font-size: 12px;
	font-family: var(--km-font);
	transition: background .12s ease, color .12s ease;
}
.km-sort-option:hover {
	background: var(--km-bg-alt);
	color: var(--km-accent);
}
.km-sort-option--selected {
	position: relative;
	padding-left: 1rem;
	background: var(--km-bg-alt);
	color: var(--km-accent);
	font-weight: 600;
}
.km-sort-option--selected::before {
	content: "";
	position: absolute;
	left: .7rem;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	background: var(--km-accent);
	border-radius: 50%;
}
.km-sort-option--selected:hover {
	background: var(--km-border);
	color: var(--km-accent);
}
.km-load-more-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 1.25rem 0 1.75rem;
}
.km-load-more-btn {
	appearance: none;
	background: #111;
	color: #fff;
	border: 1px solid #111;
	border-radius: 999px;
	padding: .72rem 1.35rem;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .1s ease;
}
.km-load-more-btn:hover {
	background: #fff;
	color: #111;
}
.km-load-more-btn:disabled {
	opacity: .65;
	cursor: wait;
}
.km-load-more-status {
	margin: .75rem 0 0;
	font-size: 12px;
	color: #666;
	text-align: center;
}
.km-product-enter {
	opacity: 0;
	transform: translateY(12px) scale(.992);
	animation: kmProductEnter .45s cubic-bezier(.22,.61,.36,1) forwards;
}
@keyframes kmProductEnter {
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}
@media (prefers-reduced-motion: reduce) {
	.km-product-enter {
		animation: none;
		opacity: 1;
		transform: none;
	}
}
.km-product-layout {
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
}
.km-product-gallery {
	flex: 0 0 50%;
	max-width: 50%;
	display: flex;
	gap: 1rem;
	align-items: flex-start;
}
@media (max-width: 767px) {
	.km-product-gallery {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.km-product-thumbs {
	display: flex;
	flex-direction: column;
	gap: .5rem;
	flex-shrink: 0;
}
.km-product-thumbs a {
	display: block;
	width: 70px;
	border-bottom: 2px solid transparent;
	padding-bottom: 2px;
}
.km-product-thumbs a.active,
.km-product-thumbs a:hover {
	border-bottom-color: var(--km-accent);
}
.km-product-thumbs img {
	width: 100%;
	height: auto;
	display: block;
}
.km-product-main-image {
	flex: 1;
	min-width: 0;
	background: #fff;
	position: relative;
}
.km-product-main-image img {
	width: 100%;
	height: auto;
	display: block;
}
.km-product-details {
	flex: 1;
	min-width: 280px;
}
.km-product-bookmark {
	position: absolute;
	top: .5rem;
	right: .5rem;
	background: rgba(255,255,255,.9);
	border: none;
	font-size: 1.25rem;
	color: var(--km-text-muted);
	cursor: pointer;
	padding: .35rem;
	z-index: 2;
}
.km-product-bookmark:hover {
	color: var(--km-accent);
}
.km-product-title {
	font-family: var(--km-font);
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--km-text);
	margin: 0 0 .5rem;
	line-height: 1.2;
}
.km-product-meta {
	font-size: 11px;
	color: var(--km-text-muted);
	letter-spacing: .03em;
	margin-bottom: .75rem;
}
.km-product-meta span + span::before {
	content: ' | ';
}
.km-product-rating {
	margin-bottom: .5rem;
}
.km-product-rating .fa-star { color: var(--km-accent); }
.km-product-rating .fa-star-o { color: var(--km-border); }
.km-product-reviews-link {
	font-size: 13px;
	color: var(--km-text);
	text-decoration: none;
	margin-left: .25rem;
}
.km-product-reviews-link:hover { color: var(--km-accent); text-decoration: underline; }
.km-product-review-highlights {
	font-size: 12px;
	color: var(--km-text-muted);
	margin: .25rem 0 0;
}
.km-product-review-highlights a { color: var(--km-text); text-decoration: underline; }
.km-product-review-highlights a:hover { color: var(--km-accent); }
.km-product-price {
	font-family: var(--km-font);
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: var(--km-text);
}
.km-product-subtitle {
	font-size: 11px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--km-text-muted);
	margin-bottom: 1rem;
}
.km-product-description {
	font-size: 14px;
	line-height: 1.5;
	color: var(--km-text);
	margin-bottom: 1.5rem;
}
.km-product-description p { margin-bottom: .75rem; }
.km-product-size-label {
	font-size: 12px;
	letter-spacing: .05em;
	text-transform: uppercase;
	margin-bottom: .5rem;
	color: var(--km-text);
}
.km-product-size-options {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	margin-bottom: 1rem;
}
.km-product-size-btn {
	display: inline-block;
	padding: .5rem 1rem;
	font-family: var(--km-font);
	font-size: 12px;
	letter-spacing: .05em;
	text-transform: uppercase;
	background: #fff;
	border: 1px solid var(--km-border);
	color: var(--km-text);
	cursor: pointer;
	transition: background .2s, color .2s, border-color .2s;
}
.km-product-size-btn:hover,
.km-product-size-btn.active {
	background: var(--km-accent);
	border-color: var(--km-accent);
	color: #fff;
}
.km-product-availability {
	font-size: 13px;
	margin-bottom: 1rem;
	color: var(--km-text);
}
.km-product-atc-row {
	display: flex;
	align-items: stretch;
	gap: 0;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}
.km-product-qty-label {
	font-size: 12px;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: var(--km-text);
	margin: 0 0 .5rem 0;
	flex-basis: 100%;
}
.km-product-qty-wrap {
	display: flex;
	align-items: stretch;
	width: fit-content;
	min-height: 48px;
	border: 1px solid #111;
}
.km-product-qty-wrap button {
	width: 36px;
	min-height: 48px;
	background: #fff !important;
	border: none !important;
	font-size: 1.1rem;
	color: #111 !important;
	cursor: pointer;
	line-height: 1;
	padding: 0;
	box-shadow: none !important;
}
.km-product-qty-wrap button:hover {
	background: #f5f5f5 !important;
	color: #111 !important;
}
.km-product-qty-wrap button:first-of-type,
.km-product-qty-wrap button:last-of-type {
	border: none !important;
}
.km-product-qty-wrap input {
	width: 44px;
	min-height: 48px;
	border: none !important;
	background: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #111;
	box-shadow: none !important;
}
.km-product-qty-wrap input::-webkit-inner-spin-button,
.km-product-qty-wrap input::-webkit-outer-spin-button { opacity: 1; }
.km-product-btn-cart {
	display: inline-block;
	flex: 1;
	min-width: 160px;
	padding: .75rem 1.5rem;
	font-family: var(--km-font);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	background: #333;
	color: #fff;
	border: none;
	cursor: pointer;
	transition: background .2s, color .2s;
}
.km-product-btn-cart:hover {
	background: #111;
	color: #fff;
}
.km-product-actions-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: .75rem;
	margin-top: .75rem;
	margin-bottom: 1rem;
}
.km-product-find-salon {
	display: inline-block;
	padding: .6rem 1.25rem;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #111;
	text-decoration: none;
	background: #fff;
	border: 1px solid #111;
	transition: background .2s, color .2s;
}
.km-product-find-salon:hover {
	background: #111;
	color: #fff;
	text-decoration: none;
}
.km-product-tabs {
	margin-top: 2rem;
	border-top: 1px solid var(--km-border);
	padding-top: 1.5rem;
}
.km-product-tabs .nav-tabs { border-bottom: 1px solid var(--km-border); }
.km-product-tabs .nav-link {
	font-family: var(--km-font);
	font-size: 12px;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: var(--km-text-muted);
	border: none;
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
}
.km-product-tabs .nav-link:hover,
.km-product-tabs .nav-link.active {
	color: var(--km-text);
	border-bottom-color: var(--km-accent);
}

.km-product-accordion {
	border-top: 1px solid #e8e8e8;
	padding-top: 1.5rem;
	margin-top: 1.5rem;
	background: #fff;
}
.km-product-accordion-title {
	font-family: var(--km-font);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #111;
	margin: 0 0 0;
	padding: 0;
	background: #fff;
}
.km-product-accordion-list {
	border: 1px solid #e8e8e8;
	margin-top: 1rem;
	background: #fff;
}
.km-product-accordion-item {
	border-bottom: 1px solid #e8e8e8;
	background: #fff;
}
.km-product-accordion-item:last-child {
	border-bottom: none;
}
.km-product-accordion-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 1rem 1.25rem;
	font-family: var(--km-font);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #111;
	background: #fff;
	border: none;
	cursor: pointer;
	text-align: left;
	transition: color .15s;
}
.km-product-accordion-header:hover {
	background: #fff;
	color: #333;
}
.km-product-accordion-header .km-product-accordion-icon {
	flex-shrink: 0;
	margin-left: .5rem;
	font-size: 1.1em;
	line-height: 1;
	color: #111;
}
.km-product-accordion-body {
	padding: 1.25rem 1.25rem 1.5rem;
	font-size: 14px;
	line-height: 1.6;
	color: #333;
	background: #fff;
	border-top: none;
}
.km-product-accordion-body .content,
.km-product-accordion-body .content p {
	color: #333;
	font-weight: 400;
	margin-bottom: .75rem;
}
.km-product-accordion-body .content p:last-child { margin-bottom: 0; }
.km-product-accordion-body ul,
.km-product-accordion-body ol {
	color: #333;
	font-weight: 400;
	margin-bottom: .75rem;
	padding-left: 1.25rem;
}
.km-product-accordion-body .table { margin-bottom: 0; }
.km-product-about-heading {
	font-family: var(--km-font);
	font-size: 1rem;
	font-weight: 700;
	color: #111;
	margin: 0 0 .75rem 0;
	background: transparent;
}
.km-product-accordion-body .km-product-disclaimer {
	font-size: 13px;
	font-style: italic;
	color: #555;
	margin-top: 1rem;
}
.km-product-accordion-body .km-product-disclaimer a {
	color: #111;
	text-decoration: underline;
}

.km-frequently-bought-title {
	font-family: var(--km-font);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--km-text);
	margin: 0 0 1rem;
}
.km-frequently-bought-scroll {
	display: flex;
	gap: 1.5rem;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	padding-bottom: .5rem;
	-webkit-overflow-scrolling: touch;
}
.km-frequently-bought-card {
	flex: 0 0 auto;
	width: 160px;
	scroll-snap-align: start;
	text-align: center;
}
.km-frequently-bought-img-wrap {
	position: relative;
	display: block;
	margin-bottom: .5rem;
}
.km-frequently-bought-img-wrap a {
	display: block;
}
.km-frequently-bought-img {
	width: 100%;
	height: auto;
	display: block;
	max-height: 160px;
	object-fit: contain;
}
.km-frequently-bought-bookmark {
	position: absolute;
	top: .35rem;
	right: .35rem;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #ddd;
	color: #444;
	cursor: pointer;
	padding: 0;
	font-size: 12px;
}
.km-frequently-bought-bookmark:hover { color: var(--km-accent); border-color: var(--km-accent); }
.km-frequently-bought-name {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .03em;
	margin-bottom: .25rem;
}
.km-frequently-bought-name a {
	color: var(--km-text);
	text-decoration: none;
}
.km-frequently-bought-name a:hover { color: var(--km-accent); text-decoration: underline; }
.km-frequently-bought-price {
	font-size: 13px;
	margin-bottom: .25rem;
	color: var(--km-text);
}
.km-frequently-bought-desc {
	font-size: 10px;
	line-height: 1.3;
	color: var(--km-text-muted);
	margin-bottom: .5rem;
	text-transform: uppercase;
	letter-spacing: .02em;
}
.km-frequently-bought-actions {
	display: flex;
	flex-direction: column;
	gap: .35rem;
}
.km-frequently-bought-shop-now {
	display: block;
	padding: .5rem .75rem;
	font-family: var(--km-font);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	background: #111;
	color: #fff;
	transition: background .2s;
}
.km-frequently-bought-shop-now:hover { background: #333; color: #fff; }
.km-frequently-bought-add {
	display: block;
	padding: .4rem .75rem;
	font-family: var(--km-font);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	background: transparent;
	color: var(--km-text);
	border: 1px solid #ccc;
	cursor: pointer;
	transition: border-color .2s, color .2s;
}
.km-frequently-bought-add:hover {
	border-color: var(--km-text);
	color: var(--km-text);
}

.km-compare-page {
	padding: 0 0 3rem;
	background: var(--km-bg);
}
.km-compare-header {
	text-align: center;
	padding: 2rem 0;
	border-bottom: 1px solid var(--km-border);
	margin-bottom: 2rem;
}
.km-compare-title {
	font-family: var(--km-font);
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--km-text);
	margin: 0 0 .5rem;
}
.km-compare-header .km-compare-subtitle-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}
.km-compare-subtitle {
	font-size: 13px;
	color: var(--km-text-muted);
	margin: 0;
	letter-spacing: .03em;
}
.km-compare-clear-all {
	display: inline-block;
	font-size: 13px;
	color: var(--km-text-muted);
	text-decoration: underline;
}
.km-compare-clear-all:hover {
	color: var(--km-text);
}
.km-compare-wrapper {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 1rem;
}
.km-compare-grid {
	display: flex !important;
	flex-wrap: nowrap;
	gap: 1.5rem;
}
.km-compare-grid .km-compare-card {
	flex: 0 0 320px;
	min-width: 280px;
	max-width: 400px;
}
@media (min-width: 992px) {
	.km-compare-grid .km-compare-card {
		flex: 1 1 0;
		min-width: 300px;
		max-width: 50%;
	}
}
@media (max-width: 767px) {
	.km-compare-grid {
		gap: 1rem;
	}
	.km-compare-grid .km-compare-card {
		flex: 0 0 280px;
		min-width: 260px;
	}
}
.km-compare-card {
	background: #fff;
	border: 1px solid var(--km-border);
	display: flex;
	flex-direction: column;
	position: relative;
	transition: box-shadow .2s ease;
}
.km-compare-card:hover {
	box-shadow: 0 4px 20px rgba(0,0,0,.08);
}
.km-compare-remove {
	position: absolute;
	top: .75rem;
	right: .75rem;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(255,255,255,.95);
	border: 1px solid var(--km-border);
	color: var(--km-text-muted);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	z-index: 2;
	transition: all .2s ease;
}
.km-compare-remove:hover {
	background: #c0392b;
	border-color: #c0392b;
	color: #fff;
}
.km-compare-image-link {
	display: block;
	padding: 1.5rem;
	background: #fafafa;
	text-align: center;
}
.km-compare-image {
	max-width: 100%;
	max-height: 220px;
	width: auto;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
	display: block;
}
.km-compare-no-image {
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ccc;
	font-size: 3rem;
}
.km-compare-card-body {
	padding: 1.25rem;
	border-bottom: 1px solid var(--km-border);
}
.km-compare-product-name {
	font-family: var(--km-font);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	line-height: 1.4;
	margin: 0 0 .5rem;
}
.km-compare-product-name a {
	color: var(--km-text);
	text-decoration: none;
}
.km-compare-product-name a:hover {
	color: var(--km-accent);
}
.km-compare-brand {
	font-size: 12px;
	color: var(--km-text-muted);
	letter-spacing: .04em;
	text-transform: uppercase;
	margin-bottom: .75rem;
}
.km-compare-price {
	font-family: var(--km-font);
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--km-text);
}
.km-compare-price-old {
	font-size: .9rem;
	color: var(--km-text-muted);
	text-decoration: line-through;
	margin-right: .5rem;
	font-weight: 400;
}
.km-compare-price-new {
	color: #c0392b;
}
.km-compare-specs {
	padding: 1rem 1.25rem;
	border-bottom: 1px solid var(--km-border);
}
.km-compare-spec-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: .5rem 0;
	border-bottom: 1px solid #f5f5f5;
	gap: 1rem;
}
.km-compare-spec-row:last-child {
	border-bottom: none;
}
.km-compare-spec-label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--km-text-muted);
	flex-shrink: 0;
}
.km-compare-spec-value {
	font-size: 13px;
	color: var(--km-text);
	text-align: right;
	word-break: break-word;
}
.km-compare-spec-value.km-in-stock {
	color: #27ae60;
	font-weight: 600;
}
.km-compare-spec-value.km-out-of-stock {
	color: #c0392b;
	font-weight: 600;
}
.km-compare-rating {
	display: inline-flex;
	gap: 2px;
	margin-bottom: .25rem;
}
.km-compare-rating .fa-star {
	color: #f1c40f;
	font-size: 12px;
}
.km-compare-rating .fa-star-o {
	color: #ddd;
	font-size: 12px;
}
.km-compare-reviews {
	display: block;
	font-size: 11px;
	color: var(--km-text-muted);
}
.km-compare-description {
	padding: 1rem 1.25rem;
	border-bottom: 1px solid var(--km-border);
}
.km-compare-description .km-compare-spec-label {
	display: block;
	margin-bottom: .5rem;
}
.km-compare-description p {
	font-size: 13px;
	line-height: 1.6;
	color: var(--km-text);
	margin: 0;
}
.km-compare-attributes {
	padding: 1rem 1.25rem;
	border-bottom: 1px solid var(--km-border);
}
.km-compare-attr-group-title {
	font-family: var(--km-font);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--km-text);
	margin-bottom: .75rem;
	padding-bottom: .5rem;
	border-bottom: 2px solid var(--km-text);
}
.km-compare-actions {
	padding: 1.25rem;
	margin-top: auto;
	display: flex;
	flex-direction: column;
	gap: .75rem;
}
.km-compare-btn-cart {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .5rem;
	width: 100%;
	padding: .85rem 1rem;
	font-family: var(--km-font);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	background: #111;
	color: #fff;
	border: none;
	cursor: pointer;
	transition: background .2s ease;
}
.km-compare-btn-cart:hover {
	background: #333;
}
.km-compare-btn-remove {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .5rem;
	width: 100%;
	padding: .65rem 1rem;
	font-family: var(--km-font);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .06em;
	text-transform: uppercase;
	background: transparent;
	color: var(--km-text-muted);
	border: 1px solid var(--km-border);
	text-decoration: none;
	transition: all .2s ease;
}
.km-compare-btn-remove:hover {
	background: #c0392b;
	border-color: #c0392b;
	color: #fff;
}
.km-compare-empty {
	text-align: center;
	padding: 4rem 2rem;
	max-width: 500px;
	margin: 0 auto;
}
.km-compare-empty-icon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: var(--km-bg-alt);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1.5rem;
}
.km-compare-empty-icon .fa {
	font-size: 2rem;
	color: var(--km-text-muted);
}
.km-compare-empty h2 {
	font-family: var(--km-font);
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--km-text);
	margin: 0 0 .75rem;
}
.km-compare-empty p {
	font-size: 14px;
	color: var(--km-text-muted);
	margin: 0 0 1.5rem;
	line-height: 1.6;
}
.km-compare-btn-continue {
	display: inline-block;
	padding: .85rem 2rem;
	font-family: var(--km-font);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	background: #111;
	color: #fff;
	text-decoration: none;
	transition: background .2s ease;
}
.km-compare-btn-continue:hover {
	background: #333;
	color: #fff;
}

#account-order .km-order-history-tabs {
	margin-bottom: 1.5rem;
	border-bottom: 2px solid var(--km-border);
}
#account-order .km-order-history-tabs .nav-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	border: none;
	margin: 0;
	padding: 0;
}
#account-order .km-order-history-tabs .nav-tabs .nav-item {
	margin: 0;
}
#account-order .km-order-history-tabs .nav-tabs .nav-link {
	display: block;
	padding: .75rem 1.25rem;
	font-family: var(--km-font);
	font-weight: 600;
	font-size: 13px;
	letter-spacing: .03em;
	text-transform: uppercase;
	color: var(--km-text-muted);
	text-decoration: none;
	background: transparent;
	border: none;
	border-bottom: 3px solid transparent;
	margin-bottom: -2px;
	border-radius: 0;
	transition: color .2s, border-color .2s, background .2s;
}
#account-order .km-order-history-tabs .nav-tabs .nav-link:hover {
	color: var(--km-text);
	background: var(--km-bg-alt);
}
#account-order .km-order-history-tabs .nav-tabs .nav-item.active .nav-link,
#account-order .km-order-history-tabs .nav-tabs .nav-link.active {
	color: var(--km-text);
	background: transparent;
	border-bottom-color: var(--km-accent);
}
#account-order .km-order-history-tabs + .tab-content {
	padding-top: .5rem;
}

#account-order .cdet-wrapper {
	font-family: var(--km-font);
}
#account-order .cdet-summary-cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
	margin-bottom: 2rem;
}
@media (max-width: 767px) {
	#account-order .cdet-summary-cards {
		grid-template-columns: repeat(2, 1fr);
	}
}
#account-order .cdet-card {
	display: flex;
	flex-direction: column;
	padding: 1.25rem 1rem;
	background: #fff;
	border: 1px solid var(--km-border);
	text-align: center;
}
#account-order .cdet-card-label {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--km-text-muted);
	margin-bottom: .5rem;
}
#account-order .cdet-card-value {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--km-text);
}
#account-order .cdet-card.cdet-card-total {
	background: var(--km-accent);
	border-color: var(--km-accent);
}
#account-order .cdet-card.cdet-card-total .cdet-card-label {
	color: rgba(255,255,255,.7);
}
#account-order .cdet-card.cdet-card-total .cdet-card-value {
	color: #fff;
}
#account-order .cdet-transactions {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
#account-order .cdet-transaction-card {
	background: #fff;
	border: 1px solid var(--km-border);
	overflow: hidden;
}
#account-order .cdet-transaction-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .75rem 1rem;
	background: var(--km-bg-alt);
	border-bottom: 1px solid var(--km-border);
}
#account-order .cdet-transaction-type {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--km-text);
}
#account-order .cdet-transaction-date {
	font-size: 13px;
	color: var(--km-text-muted);
}
#account-order .cdet-transaction-body {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 1rem;
	gap: 2rem;
}
@media (max-width: 575px) {
	#account-order .cdet-transaction-body {
		flex-direction: column;
		gap: 1rem;
	}
}
#account-order .cdet-transaction-main {
	flex: 1;
}
#account-order .cdet-transaction-id {
	display: flex;
	align-items: center;
	gap: .5rem;
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--km-text);
}
#account-order .cdet-id-label {
	color: var(--km-text-muted);
	font-weight: 400;
}
#account-order .cdet-transaction-source {
	margin-top: .35rem;
	font-size: 13px;
	color: var(--km-text-muted);
}
#account-order .cdet-view-btn {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
	padding: .35rem .75rem;
	font-family: var(--km-font);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	background: transparent;
	color: var(--km-text);
	border: 1px solid var(--km-text);
	cursor: pointer;
	transition: background .2s, color .2s;
}
#account-order .cdet-view-btn:hover {
	background: var(--km-text);
	color: #fff;
}
#account-order .cdet-view-btn .fa {
	font-size: 12px;
}
#account-order .cdet-transaction-amounts {
	display: flex;
	flex-direction: column;
	gap: .35rem;
	min-width: 140px;
	text-align: right;
}
#account-order .cdet-amount-row {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	font-size: 13px;
	color: var(--km-text-muted);
}
#account-order .cdet-amount-label {
	font-weight: 400;
}
#account-order .cdet-amount-value {
	font-weight: 600;
	color: var(--km-text);
}
#account-order .cdet-amount-row.cdet-amount-total {
	margin-top: .25rem;
	padding-top: .5rem;
	border-top: 1px solid var(--km-border);
}
#account-order .cdet-amount-row.cdet-amount-total .cdet-amount-label,
#account-order .cdet-amount-row.cdet-amount-total .cdet-amount-value {
	font-weight: 700;
	color: var(--km-text);
}
#account-order #transaction-details .form-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .5rem;
	margin-bottom: 0;
}
#account-order #transaction-details .form-actions .btn-secondary {
	background: #333;
	color: #fff;
	border: none;
}
#account-order #transaction-details .form-actions .btn-secondary:hover {
	background: #111;
	color: #fff;
}
#account-order #transaction-details .form-actions .btn-secondary .fa {
	margin-right: .35rem;
}
#account-order .btn-primary,
#account-order .btn-primary .fa {
	color: #fff !important;
}
#account-order .btn-primary:hover,
#account-order .btn-primary:hover .fa {
	color: #fff !important;
}

#account-password {
	font-family: var(--km-font);
}
#account-password .page-title {
	margin-bottom: 1.25rem;
	font-weight: 600;
	font-size: 1.5rem;
}
#account-password .breadcrumb {
	background: transparent;
	padding: 0.75rem 0;
	margin-bottom: 1rem;
	border-radius: 0;
}
#account-password .account-main-content {
	margin-top: 0;
}
#account-password .a-link-list {
	border: 1px solid var(--km-border);
	border-radius: 4px;
	background: var(--km-bg);
	padding: 1.5rem;
	margin-bottom: 1rem;
}
#account-password .a-link-content p {
	margin-bottom: 0.5rem;
	color: var(--km-text-muted);
}
#account-password .a-link-content p.text-body {
	color: var(--km-text);
}
#account-password .a-link-content .mb-3 {
	margin-bottom: 1rem;
}
#account-password .a-link-content .mb-4 {
	margin-bottom: 1.25rem;
}
#account-password .a-link-content .btn-primary {
	margin-right: 0.5rem;
}
#account-password .alert {
	border-radius: 4px;
}

/* ==========================================================================
   KM ACCOUNT DESIGN SYSTEM - Unified Component Library
   ========================================================================== */

/* Account Pages Container Spacing */
#account-account,
#account-payment,
#account-password,
#account-address,
#account-wishlist,
#account-order {
	padding-top: 1.5rem;
	max-width: 100%;
	overflow-x: hidden;
}
#account-account .km-breadcrumb,
#account-payment .km-breadcrumb,
#account-password .km-breadcrumb,
#account-address .km-breadcrumb,
#account-wishlist .km-breadcrumb,
#account-order .km-breadcrumb {
	padding-left: 1.5rem;
}
#account-account .row,
#account-payment .row,
#account-password .row,
#account-address .row,
#account-wishlist .row,
#account-order .row {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
}
#account-account.container,
#account-payment.container,
#account-password.container,
#account-address.container,
#account-wishlist.container,
#account-order.container {
	box-sizing: border-box;
}

/* Account Navigation Sidebar */
#column-left { min-width: 0; }
.km-account-nav {
	font-family: var(--km-font);
	background: var(--km-bg);
	border: 1px solid var(--km-border);
	border-radius: 4px;
	padding: 0.5rem 0;
}
.km-account-nav-header {
	padding: 0.75rem 1rem 0.5rem;
}
.km-account-nav-label {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--km-text-muted);
}
.km-account-nav-link {
	display: block;
	padding: 0.6rem 1rem;
	font-size: 13px;
	color: var(--km-text);
	text-decoration: none;
	transition: background 0.15s, color 0.15s;
}
.km-account-nav-link:hover {
	background: var(--km-bg-alt);
	color: var(--km-accent);
	text-decoration: none;
}
.km-account-nav-link--muted {
	color: var(--km-text-muted);
}
.km-account-nav-divider {
	height: 1px;
	background: var(--km-border);
	margin: 0.5rem 0;
}

/* Page Title */
.km-page-title {
	font-family: var(--km-font);
	font-size: 1.75rem;
	font-weight: 600;
	color: var(--km-text);
	margin: 1.5rem 0 1.5rem 0;
	padding: 0;
	line-height: 1.2;
}

/* Section Title */
.km-section-title {
	font-family: var(--km-font);
	font-size: 1rem;
	font-weight: 600;
	color: var(--km-text);
	margin: 1rem 0;
}

/* Content Card */
.km-content-card {
	background: var(--km-bg);
	border: 1px solid var(--km-border);
	border-radius: 4px;
	padding: 1.5rem;
	margin-bottom: 1.5rem;
}

/* Info Box */
.km-info-box {
	background: #f0f7ff;
	border-left: 4px solid var(--km-accent);
	padding: 1rem 1.25rem;
	margin-bottom: 1.5rem;
	font-size: 13px;
	color: var(--km-text);
	line-height: 1.5;
}

/* Tables */
.km-table-container {
	background: var(--km-bg);
	border: 1px solid var(--km-border);
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 1.5rem;
}
.km-table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	font-size: 13px;
}
.km-table thead th {
	background: var(--km-bg-alt);
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--km-text-muted);
	padding: 0.75rem 1rem;
	border-bottom: 1px solid var(--km-border);
}
.km-table tbody td {
	padding: 0.875rem 1rem;
	border-bottom: 1px solid var(--km-border);
	vertical-align: middle;
}
.km-table tbody tr:last-child td {
	border-bottom: none;
}
.km-table tbody tr:hover {
	background: rgba(0,0,0,0.015);
}
.km-table-thumb {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 4px;
}
.km-table-link {
	color: var(--km-text);
	font-weight: 500;
}
.km-table-link:hover {
	color: var(--km-accent);
}
.km-table-actions {
	white-space: nowrap;
}

/* Buttons */
.km-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.625rem 1.25rem;
	font-family: var(--km-font);
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.15s;
	line-height: 1.4;
}
.km-btn-primary,
a.km-btn-primary,
button.km-btn-primary {
	background: #000 !important;
	color: #fff !important;
}
.km-btn-primary:hover,
a.km-btn-primary:hover,
button.km-btn-primary:hover {
	background: #333 !important;
	color: #fff !important;
	text-decoration: none;
}
.km-btn-primary i,
.km-btn-primary .fa,
a.km-btn-primary i,
a.km-btn-primary .fa {
	color: #fff !important;
}
.km-btn-primary:active {
	background: #222 !important;
}
.km-btn-secondary {
	background: var(--km-bg);
	color: var(--km-text);
	border: 1px solid var(--km-border);
}
.km-btn-secondary:hover {
	background: var(--km-bg-alt);
	color: var(--km-text);
	text-decoration: none;
}
.km-btn-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 0;
	background: var(--km-bg);
	border: 1px solid var(--km-border);
	border-radius: 4px;
	color: var(--km-text-muted);
	font-size: 14px;
	cursor: pointer;
	transition: all 0.15s;
}
.km-btn-icon:hover {
	background: var(--km-bg-alt);
	color: var(--km-accent);
	text-decoration: none;
}
.km-btn-icon--danger:hover {
	background: #fef2f2;
	color: #dc2626;
	border-color: #fecaca;
}

/* Form Actions */
.km-form-actions {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-top: 1.5rem;
}
.km-form-actions--inline {
	margin-top: 0;
	margin-bottom: 1.5rem;
}

/* Form Elements */
.km-form-row {
	margin-bottom: 1rem;
}
.km-form-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
}
@media (max-width: 768px) {
	.km-form-grid { grid-template-columns: 1fr; }
}
.km-label {
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: var(--km-text);
	margin-bottom: 0.375rem;
}
.km-required {
	color: #dc2626;
}
.km-hint {
	display: block;
	font-size: 11px;
	color: var(--km-text-muted);
	margin-bottom: 0.375rem;
}
.km-input,
.km-select,
.km-textarea {
	width: 100%;
	padding: 0.625rem 0.75rem;
	font-family: var(--km-font);
	font-size: 13px;
	color: var(--km-text);
	background: var(--km-bg);
	border: 1px solid var(--km-border);
	border-radius: 4px;
	transition: border-color 0.15s, box-shadow 0.15s;
}
.km-input:focus,
.km-select:focus,
.km-textarea:focus {
	outline: none;
	border-color: var(--km-accent);
	box-shadow: 0 0 0 3px rgba(0,0,0,0.05);
}
.km-select-group {
	display: flex;
	gap: 0.5rem;
}
.km-select-group .km-select {
	flex: 1;
}
.km-input-group {
	display: flex;
	align-items: stretch;
}
.km-input-group .km-input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.km-input-group .km-btn-icon {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: none;
}
.km-error {
	font-size: 12px;
	color: #dc2626;
	margin-top: 0.25rem;
}
.km-checkbox,
.km-radio {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 13px;
	color: var(--km-text);
	cursor: pointer;
}
.km-checkbox input,
.km-radio input {
	margin: 0;
}
.km-checkbox-group,
.km-radio-group {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

/* Tabs */
.km-tabs {
	margin-bottom: 1.5rem;
}
.km-tabs-nav {
	display: flex;
	gap: 0;
	border-bottom: 1px solid var(--km-border);
	margin-bottom: 1.5rem;
}
.km-tab-btn {
	padding: 0.75rem 1.25rem;
	font-family: var(--km-font);
	font-size: 13px;
	font-weight: 500;
	color: var(--km-text-muted);
	background: none;
	border: none;
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
	cursor: pointer;
	transition: color 0.15s, border-color 0.15s;
}
.km-tab-btn:hover {
	color: var(--km-text);
}
.km-tab-btn.active {
	color: var(--km-text);
	border-bottom-color: var(--km-accent);
}
.km-tab-content {
	display: none;
}
.km-tab-content.active {
	display: block;
}

/* Filter Bar */
.km-filter-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: flex-end;
	margin-bottom: 1rem;
	padding: 1rem;
	background: var(--km-bg-alt);
	border-radius: 4px;
}
.km-filter-group {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	min-width: 150px;
}
.km-filter-group label {
	font-size: 11px;
	font-weight: 500;
	color: var(--km-text-muted);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.km-filter-group--grow {
	flex: 1;
}
.km-filter-group--actions {
	min-width: auto;
}

/* Pagination */
.km-pagination {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem;
	background: var(--km-bg-alt);
	border-radius: 4px;
	margin-top: 1rem;
}
.km-pagination-info {
	font-size: 12px;
	color: var(--km-text-muted);
}

/* Empty State */
.km-empty-state {
	text-align: center;
	padding: 3rem 1.5rem;
	color: var(--km-text-muted);
}
.km-empty-state i.fa {
	display: block;
	font-size: 3rem;
	margin-bottom: 1rem;
	opacity: 0.3;
}
.km-empty-state p {
	margin: 0.5rem 0;
}
.km-empty-state .km-btn {
	margin-top: 1rem;
}

/* Status & Badges */
.km-status {
	display: inline-block;
	padding: 0.25rem 0.5rem;
	font-size: 11px;
	font-weight: 500;
	background: var(--km-bg-alt);
	border-radius: 3px;
}
.km-order-id {
	font-weight: 600;
	color: var(--km-accent);
}
.km-badge {
	display: inline-block;
	padding: 0.25rem 0.5rem;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	border-radius: 3px;
}
.km-badge--success {
	background: #dcfce7;
	color: #166534;
}
.km-badge--warning {
	background: #fef3c7;
	color: #92400e;
}
.km-badge--danger {
	background: #fef2f2;
	color: #dc2626;
}

/* Links */
.km-link {
	font-size: 12px;
	color: var(--km-accent);
	text-decoration: none;
	cursor: pointer;
}
.km-link:hover {
	text-decoration: underline;
}
.km-link--danger {
	color: #dc2626;
}

/* Text Utilities */
.km-text-muted { color: var(--km-text-muted); }
.km-text-sm { font-size: 12px; }
.km-price-special { font-weight: 600; color: #dc2626; }
.km-price-old { text-decoration: line-through; color: var(--km-text-muted); font-size: 12px; }

/* Account Dashboard Grid */
.km-account-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
}
@media (max-width: 768px) {
	.km-account-grid { grid-template-columns: 1fr; }
}
.km-account-card {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1.25rem;
	background: var(--km-bg);
	border: 1px solid var(--km-border);
	border-radius: 4px;
	text-decoration: none;
	transition: border-color 0.15s, box-shadow 0.15s;
}
.km-account-card:hover {
	border-color: var(--km-accent);
	box-shadow: 0 2px 8px rgba(0,0,0,0.06);
	text-decoration: none;
}
.km-account-card--wide {
	grid-column: span 2;
}
@media (max-width: 768px) {
	.km-account-card--wide { grid-column: span 1; }
}
.km-account-card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	background: var(--km-bg-alt);
	border-radius: 8px;
	font-size: 20px;
	color: var(--km-text-muted);
}
.km-account-card-icon i,
.km-account-card-icon .fa {
	display: block;
	line-height: 1;
}
.km-account-card:hover .km-account-card-icon {
	color: var(--km-accent);
}
.km-account-card-title {
	font-size: 14px;
	font-weight: 600;
	color: var(--km-text);
}
.km-account-card-desc {
	font-size: 12px;
	color: var(--km-text-muted);
	margin-top: 0.125rem;
}

/* Payment Cards Grid */
.km-cards-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 1rem;
}
.km-card-item {
	background: var(--km-bg);
	border: 1px solid var(--km-border);
	border-radius: 4px;
	padding: 1.25rem;
	transition: border-color 0.15s;
}
.km-card-item--expired {
	opacity: 0.7;
}
.km-card-item--add {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	min-height: 140px;
	border-style: dashed;
	color: var(--km-text-muted);
	cursor: pointer;
}
.km-card-item--add:hover {
	border-color: var(--km-accent);
	color: var(--km-accent);
}
.km-card-item--add i {
	font-size: 2rem;
}
.km-card-brand {
	margin-bottom: 0.75rem;
}
.km-card-logo {
	display: inline-block;
	padding: 0.25rem 0.5rem;
	font-size: 11px;
	font-weight: 700;
	background: var(--km-bg-alt);
	border-radius: 3px;
}
.km-card-logo--visa { background: #1a1f71; color: #fff; }
.km-card-logo--mc { background: #eb001b; color: #fff; }
.km-card-logo--amex { background: #006fcf; color: #fff; }
.km-card-number {
	font-size: 14px;
	font-weight: 500;
	font-family: monospace;
	letter-spacing: 0.05em;
}
.km-card-expiry {
	font-size: 12px;
	color: var(--km-text-muted);
	margin-top: 0.25rem;
}
.km-card-name {
	font-size: 12px;
	color: var(--km-text-muted);
	margin-top: 0.25rem;
}
.km-card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1rem;
	padding-top: 0.75rem;
	border-top: 1px solid var(--km-border);
}
.km-card-form {
	margin-bottom: 1.5rem;
}
.km-card-form .km-content-card {
	max-width: 520px;
	background: var(--km-bg);
	border: 1px solid var(--km-border);
	border-radius: 8px;
	padding: 1.5rem 2rem 2rem;
	box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.km-card-form-header {
	margin-bottom: 1.75rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--km-border);
}
.km-back-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 13px;
	font-weight: 500;
	color: var(--km-text-muted);
	background: none;
	border: none;
	padding: 0.5rem 0;
	cursor: pointer;
	text-decoration: none;
	transition: color 0.15s;
}
.km-back-link:hover {
	color: var(--km-accent);
	text-decoration: none;
}
.km-back-link i {
	font-size: 12px;
}
.km-card-form-header h3 {
	font-size: 1.25rem;
	font-weight: 600;
	margin: 0.75rem 0 0;
	color: var(--km-text);
}
.km-card-form .km-form-row {
	margin-bottom: 1.25rem;
}
.km-card-form .km-label {
	font-size: 13px;
	font-weight: 500;
	color: var(--km-text);
	margin-bottom: 0.5rem;
}
.km-card-form .km-input,
.km-card-form .km-select {
	height: 44px;
	padding: 0.625rem 0.875rem;
	font-size: 14px;
	border-radius: 6px;
	border: 1px solid #d1d5db;
	background: #fff;
	transition: border-color 0.15s, box-shadow 0.15s;
}
.km-card-form .km-input:focus,
.km-card-form .km-select:focus {
	border-color: var(--km-accent);
	box-shadow: 0 0 0 3px rgba(0,0,0,0.06);
	outline: none;
}
.km-card-form .km-input::placeholder {
	color: #9ca3af;
}
.km-card-form .km-form-grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	gap: 1.25rem;
	margin-bottom: 1.25rem;
}
@media (max-width: 480px) {
	.km-card-form .km-form-grid {
		grid-template-columns: 1fr;
	}
}
.km-card-form .km-select-group {
	display: flex;
	gap: 0.75rem;
}
.km-card-form .km-select-group .km-select {
	flex: 1;
	min-width: 0;
}
.km-card-form .km-form-actions {
	margin-top: 1.75rem;
	padding-top: 1.25rem;
	border-top: 1px solid var(--km-border);
}
.km-card-form .km-form-actions .km-btn {
	min-width: 180px;
	height: 44px;
	font-size: 14px;
	font-weight: 500;
}
.km-card-form .km-hint {
	font-size: 11px;
	color: var(--km-text-muted);
	margin-top: -0.25rem;
	margin-bottom: 0.5rem;
}
.km-card-form .km-input-with-icon {
	position: relative;
}
.km-card-form .km-input-with-icon .km-input {
	padding-right: 2.75rem;
}
.km-card-form .km-input-icon {
	position: absolute;
	right: 0.875rem;
	top: 50%;
	transform: translateY(-50%);
	color: #9ca3af;
	font-size: 14px;
	pointer-events: none;
}
.km-card-form .km-input-cvv {
	max-width: 120px;
	letter-spacing: 0.1em;
	text-align: center;
}

/* Results Container */
.km-results-container {
	min-height: 200px;
}

/* Order Info Page */
.km-order-header {
	margin-bottom: 1.5rem;
}
.km-order-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	padding: 1rem 1.25rem;
	background: var(--km-bg-alt);
	border-radius: 4px;
}
.km-order-meta-item {
	display: flex;
	flex-direction: column;
	gap: 0.125rem;
}
.km-order-meta-label {
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--km-text-muted);
}
.km-order-meta-value {
	font-size: 14px;
	font-weight: 500;
	color: var(--km-text);
}
.km-order-addresses {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
	margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
	.km-order-addresses { grid-template-columns: 1fr; }
}
.km-order-address {
	background: var(--km-bg);
	border: 1px solid var(--km-border);
	border-radius: 4px;
	padding: 1rem 1.25rem;
}
.km-order-address .km-section-title {
	margin: 0 0 0.75rem 0;
}
.km-address-content {
	font-size: 13px;
	line-height: 1.5;
	color: var(--km-text);
}
.km-product-name {
	font-weight: 500;
}

/* Account pages – mobile */
@media (max-width: 767px) {
	#account-account,
	#account-payment,
	#account-password,
	#account-address,
	#account-wishlist,
	#account-order {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
	#account-account .row,
	#account-payment .row,
	#account-password .row,
	#account-address .row,
	#account-wishlist .row,
	#account-order .row {
		margin-left: 0;
		margin-right: 0;
	}
	#account-account [class*="col-"],
	#account-payment [class*="col-"],
	#account-password [class*="col-"],
	#account-address [class*="col-"],
	#account-wishlist [class*="col-"],
	#account-order [class*="col-"] {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
		max-width: 100%;
		min-width: 0;
	}
	#account-account #content,
	#account-payment #content,
	#account-password #content,
	#account-address #content,
	#account-wishlist #content,
	#account-order #content {
		min-width: 0;
		overflow-x: hidden;
	}
	.km-page-title {
		font-size: 1.35rem;
		word-wrap: break-word;
	}
	.km-info-box {
		word-wrap: break-word;
		overflow-wrap: break-word;
		padding: 0.75rem 1rem;
	}
	.km-cards-grid {
		grid-template-columns: 1fr;
		min-width: 0;
	}
	.km-card-item {
		min-width: 0;
	}
	.km-card-number {
		word-break: break-all;
	}
	.km-table-container {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		margin-left: -0.5rem;
		margin-right: -0.5rem;
		border-radius: 0;
	}
	.km-table-container .table-responsive {
		min-width: 0;
	}
	.km-table {
		min-width: 400px;
	}
	.km-form-actions {
		flex-wrap: wrap;
		gap: 0.5rem;
	}
	.km-form-grid {
		grid-template-columns: 1fr;
	}
	.km-account-grid {
		grid-template-columns: 1fr;
	}
	.km-account-card--wide {
		grid-column: 1;
	}
	.km-filter-bar {
		flex-direction: column;
		align-items: stretch;
	}
	.km-filter-group {
		min-width: 0;
	}
	.km-order-addresses {
		grid-template-columns: 1fr;
	}
	.km-card-form .km-content-card {
		max-width: 100%;
		padding: 1rem 1.25rem;
	}
	.km-tabs-nav {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		flex-wrap: nowrap;
	}
	.km-tab-btn {
		flex-shrink: 0;
		padding: 0.6rem 0.75rem;
		font-size: 12px;
	}
}

/* Account tables – small screens convert to cards */
@media (max-width: 575px) {
	#account-order .km-table,
	#account-address .km-table,
	#account-wishlist .km-table,
	#account-payment .km-table {
		min-width: 0;
	}
	#account-order .km-table thead,
	#account-address .km-table thead,
	#account-wishlist .km-table thead {
		display: none;
	}
	#account-order .km-table tbody tr,
	#account-address .km-table tbody tr,
	#account-wishlist .km-table tbody tr {
		display: block;
		padding: 0.75rem 0.75rem;
		border-bottom: 1px solid var(--km-border);
	}
	#account-order .km-table tbody td,
	#account-address .km-table tbody td,
	#account-wishlist .km-table tbody td {
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		padding: 0.25rem 0;
		font-size: 13px;
	}
	#account-order .km-table tbody td::before,
	#account-address .km-table tbody td::before,
	#account-wishlist .km-table tbody td::before {
		content: attr(data-label);
		font-weight: 600;
		color: var(--km-text-muted);
		margin-right: 0.75rem;
		flex: 0 0 auto;
	}
	#account-order .km-table tbody td.km-table-actions,
	#account-address .km-table tbody td.km-table-actions,
	#account-wishlist .km-table tbody td.km-table-actions {
		justify-content: flex-start;
		gap: 0.35rem;
	}
	#account-order .km-table tbody td.km-table-actions::before,
	#account-address .km-table tbody td.km-table-actions::before,
	#account-wishlist .km-table tbody td.km-table-actions::before {
		content: '';
		display: none;
	}
	#account-order .km-table-container,
	#account-address .km-table-container,
	#account-wishlist .km-table-container {
		margin-left: -0.5rem;
		margin-right: -0.5rem;
		border-radius: 0;
	}
}

/* ==========================================================================
   GLOBAL MOBILE FIXES
   ========================================================================== */
@media (max-width: 575px) {
	body {
		font-size: 14px;
	}
	.container,
	.container-fluid,
	.container-full {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
	.row {
		margin-left: -6px;
		margin-right: -6px;
	}
	.row > [class*="col-"] {
		padding-left: 6px;
		padding-right: 6px;
	}
	h1, .h1 {
		font-size: 1.5rem;
	}
	h2, .h2 {
		font-size: 1.25rem;
	}
	.btn {
		padding: 0.5rem 1rem;
		font-size: 13px;
	}
	.table-responsive {
		margin: 0 -12px;
		padding: 0 12px;
		width: calc(100% + 24px);
	}
}

/* Legacy utility classes */
.km-bg-light { background-color: #f8f9fa; }
.km-force-block { display: block !important; }
.km-modal-max-90 { max-width: 90%; }
.km-font-14 { font-size: 14px; }
.km-w-50 { width: 50%; }
.km-w-33 { width: 33.3%; }
.km-valign-top { vertical-align: top; }
.km-w-20 { width: 20px; }
.km-nowrap { white-space: nowrap; }

/* ==========================================================================
   HOME PAGE – PRO LAYOUT  (fully responsive)
   ========================================================================== */

/* Page wrapper — clips overflow so full-bleed sections don't scroll */
.km-home-page {
	width: 100%;
	overflow-x: hidden;
}

/* ──────────────────────────────────────────────────────────────────────────
   HERO CAROUSEL
   ────────────────────────────────────────────────────────────────────────── */
.km-home-hero {
	position: relative;
	/* Full-bleed breakout */
	width: 100vw;
	left: 50%;
	margin-left: -50vw;
	overflow: hidden;
	background: #111;
	height: 260px;
}
@media (min-width: 480px)  { .km-home-hero { height: 340px; } }
@media (min-width: 576px)  { .km-home-hero { height: 420px; } }
@media (min-width: 768px)  { .km-home-hero { height: 520px; } }
@media (min-width: 1200px) { .km-home-hero { height: 680px; } }

.km-hero-carousel {
	position: relative;
	width: 100%;
	height: 100%;
}
.km-hero-slide {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity .7s ease;
	display: flex;
	align-items: flex-end;
	pointer-events: none;
}
.km-hero-slide--active {
	opacity: 1;
	pointer-events: auto;
}
.km-hero-slide-overlay {
	padding: 1.25rem 1rem 1.5rem;
	background: linear-gradient(to top, rgba(0,0,0,.65) 0%, rgba(0,0,0,.1) 60%, transparent 100%);
	width: 100%;
}
@media (min-width: 576px)  { .km-hero-slide-overlay { padding: 1.5rem 1.5rem 2rem; } }
@media (min-width: 768px)  { .km-hero-slide-overlay { padding: 2rem 2.5rem 3rem; } }
@media (min-width: 1200px) { .km-hero-slide-overlay { padding: 3rem 4rem 4rem; } }

.km-hero-slide-title {
	font-family: var(--km-font);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #fff !important;
	margin: 0 0 .6rem;
	max-width: 540px;
}
@media (min-width: 576px)  { .km-hero-slide-title { font-size: 12px; margin-bottom: .75rem; } }
@media (min-width: 768px)  { .km-hero-slide-title { font-size: 14px; margin-bottom: 1rem; } }
@media (min-width: 1200px) { .km-hero-slide-title { font-size: 16px; margin-bottom: 1.25rem; } }

.km-hero-slide-cta,
.km-hero-slide-cta:link,
.km-hero-slide-cta:visited {
	display: inline-block;
	font-family: var(--km-font);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #fff !important;
	border: 1px solid rgba(255,255,255,.85);
	padding: .4rem 1rem;
	text-decoration: none !important;
	background: transparent;
	transition: background .2s, border-color .2s;
}
@media (min-width: 576px) {
	.km-hero-slide-cta,
	.km-hero-slide-cta:link,
	.km-hero-slide-cta:visited { font-size: 10px; padding: .45rem 1.1rem; }
}
@media (min-width: 768px) {
	.km-hero-slide-cta,
	.km-hero-slide-cta:link,
	.km-hero-slide-cta:visited { font-size: 11px; padding: .55rem 1.5rem; }
}
.km-hero-slide-cta:hover,
.km-hero-slide-cta:focus {
	background: rgba(255,255,255,.15) !important;
	border-color: #fff !important;
	color: #fff !important;
	text-decoration: none !important;
}

.km-hero-carousel-prev,
.km-hero-carousel-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	background: transparent;
	border: none;
	color: #fff;
	font-size: 28px;
	line-height: 1;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	opacity: .75;
	transition: opacity .2s;
	padding: 0;
}
.km-hero-carousel-prev:hover,
.km-hero-carousel-next:hover { opacity: 1; }
.km-hero-carousel-prev { left: 6px; }
.km-hero-carousel-next { right: 6px; }
@media (min-width: 576px) {
	.km-hero-carousel-prev,
	.km-hero-carousel-next { font-size: 32px; width: 44px; height: 44px; }
	.km-hero-carousel-prev { left: 10px; }
	.km-hero-carousel-next { right: 10px; }
}
@media (min-width: 768px) {
	.km-hero-carousel-prev { left: 20px; }
	.km-hero-carousel-next { right: 20px; }
}

.km-hero-carousel-dots {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 7px;
	z-index: 10;
}
.km-hero-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,.65);
	background: transparent;
	cursor: pointer;
	padding: 0;
	transition: background .2s, border-color .2s;
}
@media (min-width: 576px) {
	.km-hero-dot { width: 7px; height: 7px; }
}
.km-hero-dot--active {
	background: #fff;
	border-color: #fff;
}

/* ──────────────────────────────────────────────────────────────────────────
   EXPLORE THE PRODUCTS SECTION
   ────────────────────────────────────────────────────────────────────────── */
.km-explore-section {
	padding: 2rem .75rem 1.75rem;
	background: var(--km-bg);
}
@media (min-width: 576px) { .km-explore-section { padding: 2.5rem 1.25rem 2rem; } }
@media (min-width: 768px) { .km-explore-section { padding: 3rem 1.5rem 2.5rem; } }

.km-explore-inner {
	max-width: 1280px;
	margin: 0 auto;
}
.km-explore-heading {
	font-family: var(--km-font);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--km-text);
	margin: 0 0 1rem;
}
@media (min-width: 576px) { .km-explore-heading { font-size: 12px; margin-bottom: 1.25rem; } }
@media (min-width: 768px) { .km-explore-heading { font-size: 13px; margin-bottom: 1.5rem; } }

.km-explore-tabs {
	display: flex;
	gap: 0;
	border-bottom: 1px solid var(--km-border);
	margin-bottom: 1.5rem;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}
.km-explore-tabs::-webkit-scrollbar { display: none; }
@media (min-width: 576px) { .km-explore-tabs { margin-bottom: 2rem; } }

.km-explore-tab {
	font-family: var(--km-font);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	background: none;
	border: none;
	border-bottom: 2px solid transparent;
	padding: .55rem .85rem;
	cursor: pointer;
	color: var(--km-text-muted);
	margin-bottom: -1px;
	transition: color .2s, border-color .2s;
	white-space: nowrap;
	flex-shrink: 0;
}
@media (min-width: 480px)  { .km-explore-tab { padding: .6rem 1rem; letter-spacing: .12em; } }
@media (min-width: 576px)  { .km-explore-tab { padding: .6rem 1.5rem; letter-spacing: .14em; font-size: 11px; } }
.km-explore-tab--active,
.km-explore-tab:hover {
	color: var(--km-text);
	border-bottom-color: var(--km-text);
}

/* ── Product grid ── */
.km-home-product-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem .5rem;
}
@media (min-width: 480px)  { .km-home-product-grid { gap: 1.75rem .65rem; } }
@media (min-width: 576px)  { .km-home-product-grid { grid-template-columns: repeat(3, 1fr); gap: 2rem 1rem; } }
@media (min-width: 992px)  { .km-home-product-grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1200px) { .km-home-product-grid { grid-template-columns: repeat(6, 1fr); gap: 2rem 1.25rem; } }

.km-home-product-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
}
.km-home-product-image-wrap {
	position: relative;
	overflow: hidden;
	background: var(--km-bg-alt);
	aspect-ratio: 1 / 1;
	margin-bottom: .5rem;
}
.km-home-product-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	transition: transform .35s ease;
	padding: 4px;
}
@media (min-width: 576px) { .km-home-product-img { padding: 8px; } }
.km-home-product-card:hover .km-home-product-img {
	transform: scale(1.04);
}

/* Add-to-cart: hidden on pointer devices (shows on hover), always visible on touch */
.km-home-product-add-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.85);
	color: #fff !important;
	border: none;
	font-family: var(--km-font);
	font-size: 8px;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	padding: .45rem .25rem;
	cursor: pointer;
	opacity: 0;
	transform: translateY(3px);
	transition: opacity .2s, transform .2s;
	line-height: 1.2;
}
@media (min-width: 480px)  { .km-home-product-add-btn { font-size: 9px; } }
@media (min-width: 576px)  { .km-home-product-add-btn { font-size: 10px; padding: .55rem .5rem; } }
.km-home-product-card:hover .km-home-product-add-btn {
	opacity: 1;
	transform: translateY(0);
}
@media (hover: none) {
	.km-home-product-add-btn {
		opacity: 1;
		transform: translateY(0);
	}
}
.km-home-product-add-btn--link {
	display: block;
	text-align: center;
	text-decoration: none;
}

.km-home-product-sold-out {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.6);
	color: rgba(255,255,255,.9);
	font-family: var(--km-font);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	padding: .45rem .25rem;
	line-height: 1.2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.km-home-product-body {
	flex: 1;
	display: flex;
	flex-direction: column;
	min-width: 0;
}
.km-home-product-name {
	font-family: var(--km-font);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	margin: 0 0 .2rem;
	line-height: 1.3;
	word-wrap: break-word;
}
@media (min-width: 480px)  { .km-home-product-name { font-size: 10px; } }
@media (min-width: 576px)  { .km-home-product-name { font-size: 11px; letter-spacing: .1em; } }
.km-home-product-name a {
	color: var(--km-text);
	text-decoration: none;
}
.km-home-product-name a:hover { text-decoration: underline; }

.km-home-product-desc {
	font-size: 9px;
	line-height: 1.45;
	color: var(--km-text-muted);
	margin: 0 0 .3rem;
	text-transform: uppercase;
	letter-spacing: .05em;
	display: none;
}
@media (min-width: 480px) { .km-home-product-desc { display: block; } }
@media (min-width: 576px) { .km-home-product-desc { font-size: 10px; } }

.km-home-product-price {
	font-size: 10px;
	font-weight: 600;
	color: var(--km-text);
	margin-bottom: .35rem;
}
@media (min-width: 576px) { .km-home-product-price { font-size: 12px; } }
.km-price-special {
	color: var(--km-text);
	margin-right: .4rem;
}
.km-price-old {
	color: var(--km-text-muted);
	text-decoration: line-through;
	font-weight: 400;
}

.km-home-product-learn,
.km-home-product-learn:link,
.km-home-product-learn:visited {
	font-family: var(--km-font);
	font-size: 8px;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--km-text) !important;
	text-decoration: underline !important;
	margin-top: auto;
	display: inline-block;
}
@media (min-width: 576px) {
	.km-home-product-learn,
	.km-home-product-learn:link,
	.km-home-product-learn:visited { font-size: 10px; }
}
.km-home-product-learn:hover { color: var(--km-text-muted) !important; }

.km-home-content-bottom {
	padding: 0 1rem 2rem;
	max-width: 1280px;
	margin: 0 auto;
}
@media (min-width: 768px) { .km-home-content-bottom { padding: 0 1.5rem 2rem; } }

/* ──────────────────────────────────────────────────────────────────────────
   PRODUCT MATCHMAKER SECTION
   ────────────────────────────────────────────────────────────────────────── */
.km-matchmaker-section {
	background: #111;
	/* Full-bleed */
	width: 100vw;
	position: relative;
	left: 50%;
	margin-left: -50vw;
	overflow: hidden;
}
.km-matchmaker-inner {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}
@media (min-width: 768px) {
	.km-matchmaker-inner {
		flex-direction: row-reverse; /* image right, content left */
		min-height: 440px;
	}
}
@media (min-width: 1200px) {
	.km-matchmaker-inner { min-height: 540px; }
}

.km-matchmaker-image {
	flex: 0 0 auto;
	width: 100%;
	min-height: 200px;
	overflow: hidden;
}
@media (min-width: 480px)  { .km-matchmaker-image { min-height: 260px; } }
@media (min-width: 768px)  { .km-matchmaker-image { width: 50%; min-height: auto; } }

.km-matchmaker-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
	filter: grayscale(100%);
}

.km-matchmaker-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2.5rem 1.25rem;
	text-align: left;
	background: #111;
	z-index: 1;
	min-width: 0;
	overflow: hidden;
}
@media (min-width: 576px)  { .km-matchmaker-content { padding: 3rem 2rem; } }
@media (min-width: 768px)  { .km-matchmaker-content { padding: 4rem 4rem 4rem 3rem; flex: 0 0 50%; max-width: 50%; } }
@media (min-width: 1200px) { .km-matchmaker-content { padding: 5rem 5rem 5rem 4rem; } }

.km-matchmaker-eyebrow {
	font-family: var(--km-font);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: rgba(255,255,255,.55);
	margin: 0 0 .6rem;
}
@media (min-width: 576px) { .km-matchmaker-eyebrow { font-size: 10px; margin-bottom: .75rem; } }

.km-matchmaker-heading {
	font-family: var(--km-font);
	font-size: clamp(28px, 7vw, 72px);
	font-weight: 700;
	letter-spacing: .02em;
	text-transform: uppercase;
	line-height: 1;
	margin: 0 0 1.25rem;
	color: #fff;
	word-break: break-word;
	overflow-wrap: break-word;
	min-width: 0;
}
@media (min-width: 576px) { .km-matchmaker-heading { margin-bottom: 1.5rem; } }

.km-matchmaker-body {
	font-family: var(--km-font);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: rgba(255,255,255,.7);
	line-height: 1.7;
	margin: 0 0 2rem;
}
@media (min-width: 576px) { .km-matchmaker-body { font-size: 11px; margin-bottom: 2.5rem; } }

.km-matchmaker-cta,
.km-matchmaker-cta:link,
.km-matchmaker-cta:visited {
	display: inline-block;
	font-family: var(--km-font);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #fff !important;
	border: 1px solid rgba(255,255,255,.75);
	padding: .6rem 1.5rem;
	text-decoration: none !important;
	transition: background .2s, border-color .2s;
	align-self: flex-start;
}
@media (min-width: 576px) { .km-matchmaker-cta, .km-matchmaker-cta:link, .km-matchmaker-cta:visited { font-size: 10px; padding: .65rem 1.75rem; } }
.km-matchmaker-cta:hover,
.km-matchmaker-cta:focus {
	background: rgba(255,255,255,.12);
	border-color: #fff;
	color: #fff !important;
}

/* ──────────────────────────────────────────────────────────────────────────
   KEVIN THE SESSION STYLIST SECTION
   ────────────────────────────────────────────────────────────────────────── */
.km-session-stylist-section {
	background: var(--km-bg);
	padding: 2.5rem 1rem;
}
@media (min-width: 576px) { .km-session-stylist-section { padding: 3rem 1.25rem; } }
@media (min-width: 768px) { .km-session-stylist-section { padding: 3.5rem 1.5rem; } }

.km-session-stylist-inner {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
@media (min-width: 768px) {
	.km-session-stylist-inner {
		flex-direction: row;
		gap: 5%;
		align-items: stretch;
	}
}

.km-session-stylist-image {
	flex: 0 0 auto;
	width: 100%;
	max-height: 320px;
	overflow: hidden;
}
@media (min-width: 480px)  { .km-session-stylist-image { max-height: 400px; } }
@media (min-width: 768px)  { .km-session-stylist-image { width: 45%; max-height: none; } }

.km-session-stylist-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
	filter: grayscale(100%);
}

.km-session-stylist-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

.km-session-stylist-heading {
	font-family: var(--km-font);
	font-size: clamp(22px, 5vw, 52px);
	font-weight: 700;
	letter-spacing: .02em;
	text-transform: uppercase;
	line-height: 1.05;
	margin: 0 0 1.25rem;
	color: var(--km-text);
	word-break: break-word;
	overflow-wrap: break-word;
}
@media (min-width: 576px) { .km-session-stylist-heading { margin-bottom: 1.75rem; } }

.km-session-stylist-quote {
	font-family: var(--km-font);
	font-size: clamp(13px, 2.5vw, 16px);
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
	color: var(--km-text);
	margin: 0 0 .85rem;
	padding: 0;
	border: none;
}
.km-session-stylist-attribution {
	font-family: var(--km-font);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--km-text-muted);
	margin: 0 0 1.5rem;
}
@media (min-width: 576px) { .km-session-stylist-attribution { font-size: 11px; margin-bottom: 2rem; } }

.km-session-stylist-cta,
.km-session-stylist-cta:link,
.km-session-stylist-cta:visited {
	display: inline-block;
	font-family: var(--km-font);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--km-text) !important;
	text-decoration: underline !important;
	text-underline-offset: 3px;
	border: none;
	background: none;
	padding: 0;
	transition: color .2s;
}
@media (min-width: 576px) { .km-session-stylist-cta, .km-session-stylist-cta:link, .km-session-stylist-cta:visited { font-size: 11px; } }
.km-session-stylist-cta:hover {
	color: var(--km-text-muted) !important;
}

/* ──────────────────────────────────────────────────────────────────────────
   INTERESTED IN CARRYING SECTION
   ────────────────────────────────────────────────────────────────────────── */
.km-salon-carry-section {
	/* Full-bleed */
	width: 100vw;
	position: relative;
	left: 50%;
	margin-left: -50vw;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #1a1a1a;
	min-height: 280px;
	display: flex;
	align-items: center;
}
@media (min-width: 576px)  { .km-salon-carry-section { min-height: 340px; } }
@media (min-width: 768px)  { .km-salon-carry-section { min-height: 440px; } }

.km-salon-carry-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.5);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem 1.25rem;
}
.km-salon-carry-inner {
	text-align: center;
	width: 100%;
	max-width: 700px;
}
.km-salon-carry-heading {
	font-family: var(--km-font);
	font-size: clamp(16px, 4.5vw, 42px);
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	line-height: 1.2;
	color: #fff;
	margin: 0 0 1.5rem;
}
@media (min-width: 576px) { .km-salon-carry-heading { margin-bottom: 2rem; } }

.km-salon-carry-cta,
.km-salon-carry-cta:link,
.km-salon-carry-cta:visited {
	display: inline-block;
	font-family: var(--km-font);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #fff !important;
	border: 1px solid rgba(255,255,255,.85);
	padding: .6rem 1.75rem;
	text-decoration: none !important;
	transition: background .2s, border-color .2s;
}
@media (min-width: 576px) { .km-salon-carry-cta, .km-salon-carry-cta:link, .km-salon-carry-cta:visited { font-size: 11px; padding: .65rem 2.25rem; } }
.km-salon-carry-cta:hover {
	background: rgba(255,255,255,.15);
	border-color: #fff;
	color: #fff !important;
}

/* ──────────────────────────────────────────────────────────────────────────
   EXPLORE THE BRANDS SECTION
   ────────────────────────────────────────────────────────────────────────── */
.km-explore-brands-section {
	padding: 2.5rem .75rem 2rem;
	background: var(--km-bg);
}
@media (min-width: 576px) { .km-explore-brands-section { padding: 3rem 1.25rem 2.5rem; } }
@media (min-width: 768px) { .km-explore-brands-section { padding: 3.5rem 1.5rem 3rem; } }

.km-explore-brands-inner {
	max-width: 1280px;
	margin: 0 auto;
}
.km-explore-brands-heading {
	font-family: var(--km-font);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--km-text);
	margin: 0 0 1.5rem;
}
@media (min-width: 576px) { .km-explore-brands-heading { font-size: 13px; margin-bottom: 2rem; } }

.km-explore-brands-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
}
@media (min-width: 576px)  { .km-explore-brands-grid { gap: 1.25rem; } }
@media (min-width: 768px)  { .km-explore-brands-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 992px)  { .km-explore-brands-grid { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; } }

.km-brand-card,
.km-brand-card:link,
.km-brand-card:visited {
	display: block;
	text-decoration: none !important;
}
.km-brand-card-image {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--km-bg-alt);
	margin-bottom: .4rem;
}
@media (min-width: 576px) { .km-brand-card-image { margin-bottom: .5rem; } }
.km-brand-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .35s ease;
}
.km-brand-card:hover .km-brand-card-image img {
	transform: scale(1.04);
}
.km-brand-card-name {
	font-family: var(--km-font);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--km-text);
	margin: 0;
}
@media (min-width: 576px) { .km-brand-card-name { font-size: 11px; } }

/* ==========================================================================
   CATEGORY HERO BANNER
   ========================================================================== */
.km-category-hero {
	display: block;
	width: 100vw;
	position: relative;
	left: 50%;
	margin-left: -50vw;
	background-size: cover;
	background-position: center 35%;
	background-repeat: no-repeat;
	background-color: #0a0a0a;
	height: 160px;
	overflow: hidden;
}
@media (min-width: 480px)  { .km-category-hero { height: 200px; } }
@media (min-width: 576px)  { .km-category-hero { height: 240px; } }
@media (min-width: 768px)  { .km-category-hero { height: 300px; } }
@media (min-width: 992px)  { .km-category-hero { height: 360px; } }
@media (min-width: 1200px) { .km-category-hero { height: 420px; } }
@media (min-width: 1440px) { .km-category-hero { height: 460px; } }

/* ==========================================================================
   CONTACT PAGE
   ========================================================================== */
.km-contact-page {
	width: 100%;
	overflow-x: hidden;
	padding-bottom: 3rem;
}

.km-contact-hero {
	width: 100vw;
	position: relative;
	left: 50%;
	margin-left: -50vw;
	background: var(--km-footer-bg);
	color: #fff;
	padding: 2.5rem 1rem;
	text-align: center;
}
@media (min-width: 576px) { .km-contact-hero { padding: 3.5rem 1.5rem; } }
@media (min-width: 768px) { .km-contact-hero { padding: 4rem 2rem; } }

.km-contact-hero-inner {
	max-width: 720px;
	margin: 0 auto;
}

.km-contact-eyebrow {
	font-family: var(--km-font);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: rgba(255,255,255,.7);
	margin: 0 0 .75rem;
}
@media (min-width: 576px) { .km-contact-eyebrow { font-size: 11px; } }

.km-contact-title {
	font-family: var(--km-font);
	font-size: clamp(1.75rem, 5vw, 2.5rem);
	font-weight: 700;
	letter-spacing: .02em;
	text-transform: uppercase;
	line-height: 1.15;
	margin: 0 0 .5rem;
	color: #fff;
}

.km-contact-lead {
	font-family: var(--km-font);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .06em;
	color: rgba(255,255,255,.85);
	margin: 0;
}
@media (min-width: 576px) { .km-contact-lead { font-size: 13px; } }

.km-contact-section {
	padding: 2rem 1rem;
	background: var(--km-bg);
}
@media (min-width: 768px) { .km-contact-section { padding: 3rem 1.5rem; } }

.km-contact-inner {
	max-width: 1280px;
	margin: 0 auto;
}

.km-contact-grid {
	display: grid;
	gap: 2.5rem;
}
@media (min-width: 992px) {
	.km-contact-grid {
		grid-template-columns: 1fr 340px;
		gap: 3rem 4rem;
		align-items: start;
	}
}

.km-contact-form-wrap {
	min-width: 0;
}

.km-contact-form {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.km-contact-field {
	display: flex;
	flex-direction: column;
	gap: .35rem;
}
.km-contact-field--hp {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}

.km-contact-field label {
	font-family: var(--km-font);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--km-text);
}

.km-required {
	color: var(--km-text-muted);
}

.km-contact-input,
.km-contact-textarea {
	font-family: var(--km-font);
	font-size: 14px;
	padding: .75rem 1rem;
	border: 1px solid var(--km-border);
	background: var(--km-bg);
	color: var(--km-text);
	width: 100%;
	box-sizing: border-box;
	transition: border-color .2s;
}
.km-contact-input:focus,
.km-contact-textarea:focus {
	outline: none;
	border-color: var(--km-text);
}
.km-contact-textarea {
	min-height: 140px;
	resize: vertical;
}

.km-contact-error {
	font-size: 12px;
	color: #c00;
	margin: 0;
}

.km-contact-captcha {
	margin: .5rem 0;
}

.km-contact-actions {
	margin-top: .5rem;
}

.km-contact-submit {
	font-family: var(--km-font);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	background: var(--km-accent);
	color: #fff;
	border: 1px solid var(--km-accent);
	padding: .85rem 2rem;
	cursor: pointer;
	transition: background .2s, color .2s;
}
.km-contact-submit:hover,
.km-contact-submit:focus {
	background: #333;
	border-color: #333;
	color: #fff;
}

.km-contact-info {
	min-width: 0;
}

.km-contact-card {
	background: var(--km-bg-alt);
	border: 1px solid var(--km-border);
	padding: 1.5rem;
}
@media (min-width: 576px) { .km-contact-card { padding: 1.75rem; } }

.km-contact-card-title {
	font-family: var(--km-font);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	margin: 0 0 1rem;
	color: var(--km-text);
}

.km-contact-block {
	margin-bottom: 1rem;
}
.km-contact-block:last-child { margin-bottom: 0; }

.km-contact-label {
	display: block;
	font-family: var(--km-font);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--km-text-muted);
	margin-bottom: .25rem;
}

.km-contact-value {
	font-size: 13px;
	line-height: 1.6;
	color: var(--km-text);
	margin: 0;
}
.km-contact-value a { color: inherit; }

.km-contact-link,
.km-contact-link:link,
.km-contact-link:visited {
	font-family: var(--km-font);
	font-weight: 600;
	letter-spacing: .04em;
	color: var(--km-text);
	text-decoration: underline;
	text-underline-offset: 3px;
}
.km-contact-link:hover { color: var(--km-accent); }

.km-contact-subheading {
	font-family: var(--km-font);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin: 2rem 0 1rem;
	color: var(--km-text);
}

.km-contact-locations {
	display: flex;
	flex-direction: column;
	gap: .5rem;
	margin-top: .5rem;
}

.km-contact-location {
	border: 1px solid var(--km-border);
	background: var(--km-bg);
}
.km-contact-location-summary {
	font-family: var(--km-font);
	font-size: 12px;
	font-weight: 600;
	list-style: none;
	padding: .75rem 1rem;
	cursor: pointer;
}
.km-contact-location-summary::-webkit-details-marker { display: none; }
.km-contact-location-summary::after {
	content: '\002B';
	float: right;
}
.km-contact-location[open] .km-contact-location-summary::after {
	content: '\2212';
}
.km-contact-location-body {
	padding: 0 1rem 1rem;
	font-size: 13px;
	line-height: 1.5;
	color: var(--km-text-muted);
}
.km-contact-location-body .km-contact-link { margin-top: .5rem; display: inline-block; }
