:root {
	--ksh-red: #d92518;
	--ksh-red-dark: #ae1b12;
	--ksh-ink: #17191d;
	--ksh-text: #42464d;
	--ksh-muted: #737881;
	--ksh-line: #e4e6e9;
	--ksh-soft: #f5f6f7;
	--ksh-white: #fff;
	--ksh-green: #24b56a;
	--ksh-height: 88px;
	--ksh-container: 1440px;
	--ksh-shadow: 0 14px 36px rgba(23, 25, 29, .09);
}

/* Isolated desktop header */
body #header.ks-site-header {
	position: relative;
	z-index: 10000;
	width: 100%;
	height: auto !important;
	min-height: var(--ksh-height);
	margin: 0;
	border: 0;
	border-top: 3px solid var(--ksh-red);
	border-bottom: 1px solid var(--ksh-line);
	background: rgba(255, 255, 255, .98);
	box-shadow: var(--ksh-shadow);
	transform: none !important;
	overflow: visible !important;
}

body #header.ks-site-header::after {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 1px;
	background: var(--ksh-red);
	content: "";
	opacity: .16;
	transform: scaleX(0);
	transform-origin: center;
	animation: ksh-rule-in .75s ease .12s forwards;
}

body #header.ks-site-header #header-wrap {
	position: relative;
	z-index: 1;
	width: 100%;
	height: calc(var(--ksh-height) - 3px) !important;
	min-height: calc(var(--ksh-height) - 3px);
	border: 0;
	background: transparent;
	transform: none !important;
	overflow: visible !important;
}

body #header.ks-site-header #header-wrap > .container {
	position: relative;
	display: flex;
	align-items: center;
	width: min(var(--ksh-container), calc(100% - 64px));
	height: calc(var(--ksh-height) - 3px) !important;
	min-height: calc(var(--ksh-height) - 3px) !important;
	max-width: none;
	margin: 0 auto;
	padding: 0 !important;
	overflow: visible;
}

body #header.ks-site-header .topbar-note {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 7px 24px;
	background: var(--ksh-ink);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

/* Brand */
body #header.ks-site-header #logo {
	position: relative;
	order: 1;
	display: flex;
	float: none;
	flex: 0 0 170px;
	align-items: center;
	align-self: stretch;
	height: calc(var(--ksh-height) - 3px) !important;
	margin: 0 32px 0 0 !important;
	padding: 9px 30px 9px 0 !important;
	border: 0;
	border-right: 1px solid var(--ksh-line);
	animation: ksh-brand-in .48s ease both;
}

body #header.ks-site-header #logo a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
	margin: 0;
}

body #header.ks-site-header #logo img {
	display: block;
	width: auto;
	max-width: 120px;
	height: 64px;
	max-height: 64px;
	padding: 0;
	object-fit: contain;
	transition: transform .24s ease;
}

body #header.ks-site-header #logo a:hover img {
	transform: translateY(-2px) scale(1.02);
}

/* Primary navigation */
body #header.ks-site-header #primary-menu {
	position: relative;
	order: 2;
	display: flex;
	float: none;
	flex: 1 1 auto;
	align-self: stretch;
	justify-content: center;
	margin: 0;
	z-index: 2;
}

body #header.ks-site-header #primary-menu .menu-container {
	display: flex;
	align-items: stretch;
	justify-content: center;
	width: auto;
	height: 100%;
	margin: 0;
	padding: 0 !important;
	gap: 2px;
	list-style: none;
}

body #header.ks-site-header #primary-menu .menu-item {
	position: relative;
	display: flex;
	float: none;
	align-items: stretch;
	height: 100% !important;
	margin: 0;
	animation: ksh-nav-in .45s ease both;
}

body #header.ks-site-header #primary-menu .menu-item:nth-child(2) { animation-delay: .04s; }
body #header.ks-site-header #primary-menu .menu-item:nth-child(3) { animation-delay: .08s; }
body #header.ks-site-header #primary-menu .menu-item:nth-child(4) { animation-delay: .12s; }
body #header.ks-site-header #primary-menu .menu-item:nth-child(5) { animation-delay: .16s; }
body #header.ks-site-header #primary-menu .menu-item:nth-child(6) { animation-delay: .20s; }

body #header.ks-site-header #primary-menu .menu-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0 !important;
	height: 100% !important;
	min-height: 100% !important;
	margin: 0 !important;
	padding: 0 16px !important;
	border: 0;
	background: transparent;
	color: var(--ksh-ink) !important;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	transition: color .2s ease, background-color .2s ease;
}

body #header.ks-site-header #primary-menu .menu-link::after {
	position: absolute;
	right: 16px;
	bottom: 18px;
	left: 16px;
	height: 2px;
	border-radius: 2px;
	background: var(--ksh-red);
	content: "";
	opacity: 0;
	transform: scaleX(.25);
	transform-origin: center;
	transition: opacity .22s ease, transform .22s ease;
}

body #header.ks-site-header #primary-menu .menu-item:hover > .menu-link,
body #header.ks-site-header #primary-menu .menu-item:focus-within > .menu-link,
body #header.ks-site-header #primary-menu .current > .menu-link {
	background: transparent;
	color: var(--ksh-red) !important;
}

body #header.ks-site-header #primary-menu .menu-item:hover > .menu-link::after,
body #header.ks-site-header #primary-menu .menu-item:focus-within > .menu-link::after,
body #header.ks-site-header #primary-menu .current > .menu-link::after {
	opacity: 1;
	transform: scaleX(1);
}

body #header.ks-site-header #primary-menu .sub-menu-container {
	top: calc(100% - 10px);
	min-width: 230px;
	padding: 8px;
	border: 1px solid var(--ksh-line);
	border-top: 3px solid var(--ksh-red);
	border-radius: 0 0 8px 8px;
	background: #fff;
	box-shadow: 0 20px 48px rgba(23, 25, 29, .14);
}

body #header.ks-site-header #primary-menu .sub-menu-container .menu-link {
	justify-content: flex-start;
	min-height: 42px;
	padding: 11px 12px;
	border-radius: 5px;
	font-size: 12px;
}

body #header.ks-site-header #primary-menu .sub-menu-container .menu-link::after {
	display: none;
}

/* Header tools */
body #header.ks-site-header .header-misc {
	position: relative;
	order: 3;
	display: flex !important;
	float: none;
	align-items: center;
	align-self: stretch;
	margin: 0 0 0 22px;
	padding: 0 0 0 22px;
	border-left: 1px solid var(--ksh-line);
	gap: 9px !important;
	z-index: 5;
	animation: ksh-tools-in .48s ease .16s both;
}

body #header.ks-site-header .top-cart-link,
body #header.ks-site-header #top-account-toggle {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	min-width: 46px;
	margin: 0;
	padding: 0;
	border: 1px solid var(--ksh-line);
	border-radius: 8px;
	background: #fff;
	color: var(--ksh-ink) !important;
	text-decoration: none;
	box-shadow: 0 6px 16px rgba(23, 25, 29, .05);
	transition: color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body #header.ks-site-header .top-cart-link:hover,
body #header.ks-site-header #top-account-toggle:hover,
body #header.ks-site-header #top-account:focus-within #top-account-toggle {
	border-color: #eaa9a4;
	color: var(--ksh-red) !important;
	box-shadow: 0 10px 24px rgba(23, 25, 29, .09);
	transform: translateY(-2px);
}

body #header.ks-site-header .top-cart-link i,
body #header.ks-site-header #top-account-toggle i {
	margin: 0;
	font-size: 18px;
	line-height: 1;
}

body #header.ks-site-header #top-account-toggle > div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
}

body #header.ks-site-header #top-account-toggle span {
	display: none;
}

body #header.ks-site-header #top-account-toggle .icon-angle-down {
	font-size: 11px;
	transition: transform .2s ease;
}

body #header.ks-site-header #top-account:hover .icon-angle-down,
body #header.ks-site-header #top-account:focus-within .icon-angle-down {
	transform: rotate(180deg);
}

body #header.ks-site-header .top-cart-badge {
	position: absolute;
	top: -6px;
	right: -6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 19px;
	height: 19px;
	padding: 0 5px;
	border: 2px solid #fff;
	border-radius: 10px;
	background: var(--ksh-green);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
}

body #header.ks-site-header #top-account {
	position: relative;
}

body #header.ks-site-header #top-account .dropdown-menu {
	position: absolute !important;
	top: calc(100% + 7px) !important;
	right: 0 !important;
	left: auto !important;
	display: block;
	width: 230px;
	min-width: 230px;
	max-width: calc(100vw - 24px);
	margin: 0;
	padding: 8px;
	border: 1px solid var(--ksh-line) !important;
	border-top: 3px solid var(--ksh-red) !important;
	border-radius: 0 0 8px 8px;
	background: #fff !important;
	box-shadow: 0 20px 48px rgba(23, 25, 29, .16) !important;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-7px) !important;
	transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
	z-index: 10030;
}

body #header.ks-site-header #top-account::after {
	position: absolute;
	top: 100%;
	right: -8px;
	left: -8px;
	height: 10px;
	content: "";
}

body #header.ks-site-header #top-account:hover .dropdown-menu,
body #header.ks-site-header #top-account:focus-within .dropdown-menu,
body #header.ks-site-header #top-account .dropdown-menu.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0) !important;
}

body #header.ks-site-header #top-account .dropdown-item {
	display: flex;
	align-items: center;
	min-height: 42px;
	padding: 10px 11px;
	border-radius: 5px;
	color: var(--ksh-ink) !important;
	font-size: 13px;
	font-weight: 750;
	text-align: left;
	text-decoration: none;
	transition: color .18s ease, background-color .18s ease, padding-left .18s ease;
}

body #header.ks-site-header #top-account .dropdown-item:hover,
body #header.ks-site-header #top-account .dropdown-item:focus {
	padding-left: 14px;
	background: var(--ksh-soft) !important;
	color: var(--ksh-red) !important;
}

body #header.ks-site-header #top-account .dropdown-divider {
	margin: 6px 0;
	border-color: var(--ksh-line);
}

/* Mobile trigger */
body #header.ks-site-header #primary-menu-trigger {
	position: relative;
	display: none;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin: 0;
	padding: 0;
	border: 1px solid var(--ksh-line);
	border-radius: 8px;
	background: #fff;
	color: var(--ksh-ink);
	box-shadow: 0 6px 16px rgba(23, 25, 29, .07);
	cursor: pointer;
	transition: color .2s ease, border-color .2s ease, transform .2s ease;
}

body #header.ks-site-header #primary-menu-trigger:hover {
	border-color: #eaa9a4;
	color: var(--ksh-red);
	transform: translateY(-1px);
}

body #header.ks-site-header #primary-menu-trigger i {
	font-size: 20px;
	line-height: 1;
}

/* Off-canvas navigation */
body #ks-drawer-backdrop {
	position: fixed;
	inset: 0;
	z-index: 11000;
	background: rgba(14, 16, 20, .68);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .24s ease, visibility .24s ease;
}

body #ks-drawer {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 11010;
	display: flex;
	width: min(380px, 88vw);
	height: 100dvh;
	flex-direction: column;
	border-right: 1px solid var(--ksh-line);
	background: #fff;
	box-shadow: 24px 0 64px rgba(0, 0, 0, .24);
	transform: translate3d(-105%, 0, 0);
	transition: transform .28s cubic-bezier(.22, .7, .2, 1);
}

html.ks-drawer-open body #ks-drawer-backdrop {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

html.ks-drawer-open body #ks-drawer {
	transform: translate3d(0, 0, 0);
}

body #ks-drawer .ks-dh {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 78px;
	padding: 12px 16px;
	border-top: 3px solid var(--ksh-red);
	border-bottom: 1px solid var(--ksh-line);
}

body #ks-drawer .ks-dh img {
	display: block;
	width: auto;
	max-width: 112px;
	height: 52px;
	object-fit: contain;
}

body #ks-drawer .ks-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid var(--ksh-line);
	border-radius: 8px;
	background: var(--ksh-soft);
	color: var(--ksh-ink);
	font-size: 25px;
	line-height: 1;
	cursor: pointer;
	transition: color .18s ease, background-color .18s ease, transform .18s ease;
}

body #ks-drawer .ks-close:hover {
	background: #fff0ef;
	color: var(--ksh-red);
	transform: rotate(5deg);
}

body #ks-drawer > nav {
	flex: 1;
	padding: 16px;
	overflow-y: auto;
	overscroll-behavior: contain;
}

body #ks-drawer .menu-container {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

body #ks-drawer .menu-item {
	display: block;
	margin: 0 0 8px;
}

body #ks-drawer .menu-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 52px;
	padding: 12px 14px;
	border: 1px solid var(--ksh-line);
	border-radius: 8px;
	background: #fff;
	color: var(--ksh-ink) !important;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: uppercase;
	transition: color .18s ease, border-color .18s ease, background-color .18s ease, transform .18s ease;
}

body #ks-drawer .menu-link:hover,
body #ks-drawer .menu-link:focus-visible {
	border-color: #eaa9a4;
	background: #fff7f6;
	color: var(--ksh-red) !important;
	transform: translateX(3px);
}

body #ks-drawer .sub-menu-container {
	display: none;
	margin: 6px 0 2px;
	padding: 0 0 0 14px;
	list-style: none;
}

body #ks-drawer .ks-subopen > .sub-menu-container {
	display: block;
	animation: ksh-submenu-in .2s ease both;
}

body #ks-drawer .sub-menu-container .menu-link {
	min-height: 44px;
	background: var(--ksh-soft);
	font-size: 12px;
}

@media (max-width: 1199.98px) {
	body #header.ks-site-header #header-wrap > .container {
		width: calc(100% - 40px);
	}

	body #header.ks-site-header #logo {
		flex-basis: 144px;
		margin-right: 14px !important;
		padding-right: 18px;
	}

	body #header.ks-site-header #primary-menu .menu-link {
		padding: 0 10px;
		font-size: 12px;
	}

	body #header.ks-site-header #primary-menu .menu-link::after {
		right: 10px;
		left: 10px;
	}

	body #header.ks-site-header .header-misc {
		margin-left: 10px;
		padding-left: 10px;
	}
}

@media (max-width: 991.98px) {
	:root {
		--ksh-height: 74px;
	}

	body #header.ks-site-header {
		min-height: var(--ksh-height);
	}

	body #header.ks-site-header #header-wrap,
	body #header.ks-site-header #header-wrap > .container {
		height: calc(var(--ksh-height) - 3px);
		min-height: calc(var(--ksh-height) - 3px);
	}

	body #header.ks-site-header #header-wrap > .container {
		justify-content: center;
		width: 100%;
		padding: 0 16px !important;
	}

	body #header.ks-site-header #logo {
		order: 2;
		flex: 0 0 auto;
		align-self: center;
		height: 68px !important;
		margin: 0 !important;
		padding: 7px 0;
		border: 0;
	}

	body #header.ks-site-header #logo img {
		max-width: 100px;
		height: 52px;
		max-height: 52px !important;
	}

	body #header.ks-site-header #primary-menu {
		display: none !important;
	}

	body #header.ks-site-header #primary-menu-trigger {
		position: absolute !important;
		top: 50%;
		left: 16px;
		order: 1;
		display: inline-flex !important;
		transform: translateY(-50%);
		z-index: 4;
	}

	body #header.ks-site-header #primary-menu-trigger:hover {
		transform: translateY(calc(-50% - 1px));
	}

	body #header.ks-site-header .header-misc {
		display: none !important;
	}
}

@media (max-width: 419.98px) {
	body #header.ks-site-header #header-wrap > .container {
		padding: 0 12px !important;
	}

	body #header.ks-site-header #primary-menu-trigger {
		left: 12px;
		width: 44px;
		height: 44px;
	}

	body #ks-drawer {
		width: 88vw;
	}
}

@keyframes ksh-brand-in {
	from { opacity: 0; transform: translateX(-10px); }
	to { opacity: 1; transform: translateX(0); }
}

@keyframes ksh-nav-in {
	from { opacity: 0; transform: translateY(-7px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes ksh-tools-in {
	from { opacity: 0; transform: translateX(10px); }
	to { opacity: 1; transform: translateX(0); }
}

@keyframes ksh-rule-in {
	to { opacity: .16; transform: scaleX(1); }
}

@keyframes ksh-submenu-in {
	from { opacity: 0; transform: translateY(-5px); }
	to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
	body #header.ks-site-header *,
	body #ks-drawer *,
	body #header.ks-site-header::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
}
