/* Header & mobile navigation — fixed chrome stack (topbar + header) */

:root {
	--kr-topbar-h: 36px;
}

/* Fixed stack: topbar always sits above header on every page (incl. home) */
.kr-chrome-top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10050;
	display: block !important;
	visibility: visible !important;
}

body.admin-bar .kr-chrome-top {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar .kr-chrome-top {
		top: 46px;
	}
}

/* Top announcement / contact bar — white text, above header */
.kr-topbar {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	z-index: 2;
	display: block !important;
	visibility: visible !important;
	width: 100%;
	background: linear-gradient(90deg, #244f26 0%, var(--kr-forest, #2c5f2e) 42%, #356b38 100%);
	color: #fff !important;
	font-family: var(--kr-font);
	font-size: 0.75rem;
	line-height: 1.3;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.kr-topbar__inner {
	max-width: var(--kr-container, 1280px);
	margin: 0 auto;
	padding: 0 var(--kr-gutter, 20px);
	min-height: var(--kr-topbar-h, 36px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

/* Beat global .kedaranchal-theme p / a dark text */
.kedaranchal-theme .kr-topbar,
.kedaranchal-theme .kr-topbar p,
.kedaranchal-theme .kr-topbar a,
.kedaranchal-theme .kr-topbar span,
.kedaranchal-theme .kr-topbar svg,
.kr-topbar,
.kr-topbar p,
.kr-topbar a,
.kr-topbar span {
	color: #fff !important;
}

.kr-topbar__msg {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	min-width: 0;
	font-weight: 500;
	letter-spacing: 0.01em;
	color: #fff !important;
}

.kr-topbar__msg-icon {
	display: inline-flex;
	color: #fff !important;
	flex-shrink: 0;
}

.kr-topbar__msg-icon svg {
	display: block;
	stroke: #fff !important;
}

.kr-topbar__msg-text--short {
	display: none;
}

.kr-topbar__links {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	flex-shrink: 0;
}

.kr-topbar__link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #fff !important;
	text-decoration: none;
	font-weight: 500;
	white-space: nowrap;
	transition: opacity 0.15s ease;
}

.kr-topbar__link:hover,
.kr-topbar__link:focus {
	color: #fff !important;
	opacity: 0.88;
}

.kr-topbar__link svg {
	display: block;
	stroke: #fff !important;
	opacity: 1;
	flex-shrink: 0;
}

.main-header,
.mobile-header {
	position: relative;
	top: auto !important;
	left: auto;
	right: auto;
	width: 100%;
	z-index: 1;
	background: #fff;
	border-bottom: 1px solid var(--kr-border-light, #f0ece4);
	box-shadow: none;
	transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

/* Reserve space so content isn't under the fixed header */
body.kedaranchal-theme {
	padding-top: var(--kr-header-offset, 168px);
}

@media (max-width: 767px) {
	body.kedaranchal-theme {
		padding-top: var(--kr-header-offset, 100px);
	}

	.kr-topbar__msg-text {
		display: none;
	}

	.kr-topbar__msg-text--short {
		display: inline;
	}

	.kr-topbar__link--email {
		display: none;
	}

	.kr-topbar__inner {
		justify-content: center;
		gap: 12px;
	}

	.kr-topbar__links {
		gap: 10px;
	}
}

.main-header.is-scrolled,
.mobile-header.is-scrolled {
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
	border-bottom-color: transparent;
	background: #fff;
}

.main-header.is-hidden,
.mobile-header.is-hidden {
	transform: none;
}

body.kr-nav-open {
	overflow: hidden;
}

.kr-header-icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	text-decoration: none;
	color: var(--kr-text, #1a1a1a);
	position: relative;
	transition: color 0.2s ease;
}

.kr-header-icon:hover {
	color: var(--kr-saffron, #ff7722);
	transform: none;
}

.kr-header-icon__glyph {
	width: 24px;
	height: 24px;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.kr-header-icon__glyph svg {
	display: block;
	flex-shrink: 0;
	width: 18px !important;
	height: 18px !important;
}

.kr-header-icon__label {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.01em;
}

.kr-header-icon--cart .cart-count,
.kr-header-icon--cart .shop-cart-count,
.cart-badge {
	display: none;
}

.kr-header-icon--cart .cart-count:not(:empty),
.kr-header-icon--cart .shop-cart-count:not(:empty),
.cart-badge:not(:empty) {
	display: inline-flex;
}

/* Cart badge — sit on glyph corner, never overlap neighbors */
.kr-header-icon--cart {
	position: relative;
	overflow: visible;
}

.kr-header-icon--cart .kr-header-icon__glyph {
	position: relative;
}

.kr-header-icon--cart .cart-count,
.kr-header-icon--cart .shop-cart-count {
	position: absolute;
	top: -5px;
	left: calc(50% + 4px);
	right: auto;
	z-index: 3;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	margin: 0;
	border: 2px solid #fff;
	border-radius: 999px;
	background: var(--kr-saffron, #ff7722);
	color: #fff !important;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
	white-space: nowrap;
}

.header-icons span {
	display: block;
}

.header-navigation-outer {
	padding: 0;
	margin-top: 0;
	background: #fff;
	border-top: 1px solid var(--kr-border-light, #f0ece4);
}

.header-navigation-outer .header-navigation {
	max-width: var(--kr-container, 1280px);
	margin: auto;
	padding: 0 var(--kr-gutter, 20px);
	box-sizing: border-box;
}

.header-navigation .menu {
	display: flex;
	column-gap: 4px;
	row-gap: 0;
	padding: 0;
	align-items: center;
	justify-content: center;
	margin: 0;
	min-height: 44px;
}

.header-navigation .menu > li {
	position: relative;
	list-style: none;
}

.header-navigation .menu > li > a {
	display: inline-flex;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.3;
	color: var(--kr-text, #1a1a1a) !important;
	padding: 10px 12px;
	border-radius: 0;
	background: transparent !important;
	box-shadow: none !important;
	text-decoration: none;
	position: relative;
	transition: color 0.15s ease;
}

.header-navigation .menu > li > a::after {
	content: '';
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 6px;
	height: 2px;
	background: var(--kr-saffron, #ff7722);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.18s ease;
}

.header-navigation .menu > li > a:hover,
.header-navigation .menu > li.current-menu-item > a,
.header-navigation .menu > li.current-menu-ancestor > a,
.header-navigation .menu > li.current_page_parent > a {
	color: var(--kr-saffron, #ff7722) !important;
	background: transparent !important;
}

.header-navigation .menu > li > a:hover::after,
.header-navigation .menu > li.current-menu-item > a::after,
.header-navigation .menu > li.current-menu-ancestor > a::after,
.header-navigation .menu > li.current_page_parent > a::after {
	transform: scaleX(1);
}

.header-navigation .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 250px;
	max-width: 300px;
	width: 260px;
	background: #fff;
	padding: 8px 0;
	margin: 0;
	list-style: none;
	border-radius: var(--kr-btn-radius, 6px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.3s ease;
	z-index: 999;
	border: 1px solid #f0e8df;
}

.header-navigation .menu li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.header-navigation .sub-menu li {
	position: relative;
}

.header-navigation .sub-menu li a {
	display: block;
	padding: 10px 16px;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	transition: all 0.2s ease;
	border-bottom: 1px solid #f5f5f5;
}

.header-navigation .sub-menu li:last-child a {
	border-bottom: none;
}

.header-navigation .sub-menu li a:hover {
	background: #fdf6f0;
	color: #ff7722;
	padding-left: 22px;
}

.header-navigation .sub-menu .sub-menu {
	top: 0;
	left: 100%;
	margin-left: 5px;
	max-width: 300px;
	width: 300px;
}

.header-navigation .menu > li.contact-btn {
	margin-left: 8px;
}

.header-navigation .menu > li.contact-btn > a {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	padding: 8px 16px !important;
	min-width: 0 !important;
	min-height: 0 !important;
	height: auto !important;
	background: var(--kr-btn-gradient, linear-gradient(135deg, #ff7722 0%, #e8651a 52%, #d45a10 100%)) !important;
	color: #fff !important;
	border-radius: var(--kr-btn-radius, 6px) !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	line-height: 1.3;
	white-space: nowrap;
	box-shadow: none !important;
	transition: background 0.2s, transform 0.15s;
}

.header-navigation .menu > li.contact-btn > a::after {
	display: none;
}

.header-navigation .menu > li.contact-btn > a:hover {
	background: var(--kr-saffron-dark, #e8651a) !important;
	color: #fff !important;
	transform: none;
}

/* â”€â”€ Desktop top bar (logo | search | icons) â”€â”€ */
@media (min-width: 768px) {
	.main-header .header-wrap {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 20px;
		padding: 10px 0;
		min-height: 72px;
	}

	.main-header .site-logo {
		flex: 0 0 auto;
		width: auto;
		max-width: 220px;
		min-width: 160px;
		line-height: 0;
	}

	.main-header .site-logo .custom-logo-link {
		display: flex;
		align-items: center;
		line-height: 0;
	}

	.main-header .site-logo img,
	.main-header .site-logo .custom-logo-link img {
		display: block;
		max-height: 68px;
		width: auto;
		height: auto;
		max-width: 100%;
		object-fit: contain;
		object-position: left center;
	}

	.main-header .kr-header-search-box {
		flex: 1 1 0;
		min-width: 280px;
		max-width: none;
		margin: 0;
		align-self: center;
	}

	.main-header .header-search {
		flex: unset;
		min-width: 0;
		max-width: none;
		margin: 0;
	}

	.main-header .header-icons {
		display: flex;
		align-items: center;
		flex: 0 0 auto;
		flex-shrink: 0;
		margin-left: auto;
	}

	.main-header .header-icons > a:not(.kr-header-icon) {
		display: none;
	}

	.main-header .kr-header-icon--phone .kr-header-icon__glyph svg {
		width: 20px;
		height: 20px;
	}

	.main-header .kr-header-icon--cart .cart-count,
	.main-header .kr-header-icon--cart .shop-cart-count {
		top: -5px;
		left: calc(50% + 4px);
		right: auto;
	}

	.main-header .header-navigation-outer {
		margin-top: 0;
	}

	.main-header .header-navigation-outer .header-navigation {
		display: flex;
		justify-content: center;
		padding: 0 15px;
	}
}

/* Side drawer lives outside chrome stack — full viewport */
.side-nav,
.nav-overlay {
	display: none;
}

/* Mobile header: hide on desktop */
.mobile-header {
	display: none !important;
}

@media (max-width: 767px) {
	.side-nav,
	.nav-overlay {
		display: block;
	}

	.nav-overlay[hidden] {
		display: none !important;
	}

	.mobile-header {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.main-header {
		display: none;
	}

	.mobile-header {
		background: var(--kr-white, #fff);
		box-shadow: var(--kr-shadow, 0 2px 20px rgba(0, 0, 0, 0.12));
		position: relative;
		top: auto !important;
		left: auto;
		right: auto;
		width: 100%;
		display: block;
		z-index: 1;
	}

	.mobile-header > header {
		padding-top: env(safe-area-inset-top, 0);
	}

	.header-row1 {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr) auto;
		align-items: center;
		padding: 8px 12px;
		gap: 8px;
		border-bottom: 1px solid #eee;
		min-height: 56px;
	}

	.hamburger {
		background: none;
		border: none;
		cursor: pointer;
		padding: 8px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 5px;
		flex-shrink: 0;
		min-width: 44px;
		min-height: 44px;
		border-radius: var(--kr-btn-radius, 6px);
		transition: background 0.2s;
	}

	.hamburger:active {
		background: #f5ece4;
	}

	.hamburger span {
		display: block;
		width: 22px;
		height: 2px;
		background: var(--kr-saffron, #ff7722);
		border-radius: 2px;
		transition: all 0.35s cubic-bezier(0.68, -0.55, 0.27, 1.55);
		transform-origin: center;
	}

	.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
	.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
	.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

	.logo-wrap {
		display: flex;
		justify-content: center;
		align-items: center;
		min-width: 0;
		flex: 1 1 auto;
		padding: 0 6px;
	}

	.logo-wrap img {
		height: clamp(52px, 12vw, 70px);
		width: auto;
		max-width: min(100%, 200px);
		object-fit: contain;
		object-position: center;
	}

	.mobile-header .header-icons {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 0;
		width: auto;
		flex-shrink: 0;
	}

	.icon-btn {
		background: none;
		border: none;
		cursor: pointer;
		padding: 8px;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		min-width: 40px;
		min-height: 40px;
		color: var(--kr-text, #1a1a1a);
		text-decoration: none;
		border-radius: var(--kr-btn-radius, 6px);
		transition: background 0.2s, color 0.2s;
	}

	.icon-btn--search .icon-btn__search-close {
		display: none;
	}

	.icon-btn--search.is-active {
		color: var(--kr-saffron, #ff7722);
		background: #fdf5f0;
	}

	.icon-btn--search.is-active .icon-btn__search-open {
		display: none;
	}

	.icon-btn--search.is-active .icon-btn__search-close {
		display: block;
	}

	/* Collapsible mobile search panel */
	.kr-mobile-search-panel {
		overflow: hidden;
		max-height: 0;
		opacity: 0;
		padding: 0 12px;
		transition: max-height 0.32s ease, opacity 0.24s ease, padding 0.32s ease;
	}

	.kr-mobile-search-panel[hidden] {
		display: block !important;
		max-height: 0;
		opacity: 0;
		padding-top: 0;
		padding-bottom: 0;
		pointer-events: none;
	}

	.mobile-header.is-search-open .kr-mobile-search-panel {
		max-height: 140px;
		opacity: 1;
		padding-top: 10px;
		padding-bottom: 12px;
		pointer-events: auto;
	}

	.mobile-header.is-search-open .header-row1 {
		border-bottom-color: transparent;
	}

	.mobile-header.is-search-open {
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	}

	.icon-btn:active {
		background: #f5ece4;
	}

	.icon-btn svg {
		width: 22px;
		height: 22px;
		stroke: var(--kr-text, #1a1a1a);
		fill: none;
		stroke-width: 1.8;
	}

	.cart-badge,
	.mobile-header .shop-cart-count,
	.mobile-header .cart-count {
		position: absolute;
		top: 2px;
		right: 2px;
		left: auto;
		background: var(--kr-saffron, #ff7722);
		color: #fff !important;
		font-size: 9px;
		font-weight: 700;
		border-radius: 999px;
		border: 2px solid #fff;
		min-width: 16px;
		width: auto;
		height: 16px;
		padding: 0 3px;
		display: none;
		align-items: center;
		justify-content: center;
		line-height: 1;
		box-sizing: border-box;
		z-index: 2;
		pointer-events: none;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
	}

	.cart-badge:not(:empty),
	.mobile-header .shop-cart-count:not(:empty),
	.mobile-header .cart-count:not(:empty) {
		display: inline-flex;
	}

	.search-bar {
		padding: 8px 14px 10px;
		background: var(--kr-white, #fff);
	}

	.nav-overlay {
		position: fixed;
		inset: 0;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		height: 100dvh;
		background: rgba(0, 0, 0, 0);
		z-index: 10070;
		pointer-events: none;
		opacity: 0;
		visibility: hidden;
		transition: background 0.3s, opacity 0.3s, visibility 0.3s;
	}

	.nav-overlay.open {
		background: rgba(0, 0, 0, 0.45);
		pointer-events: auto;
		opacity: 1;
		visibility: visible;
	}

	.side-nav {
		position: fixed;
		top: 0;
		left: 0;
		width: min(86vw, 320px);
		height: 100%;
		height: 100dvh;
		max-height: 100dvh;
		background: var(--kr-white, #fff);
		z-index: 10080;
		transform: translateX(-105%);
		transition: transform 0.38s cubic-bezier(0.77, 0, 0.18, 1);
		display: flex;
		flex-direction: column;
		overflow: hidden;
		box-shadow: 8px 0 32px rgba(0, 0, 0, 0.18);
		-webkit-overflow-scrolling: touch;
	}

	.side-nav.open {
		transform: translateX(0);
	}

	body.admin-bar .side-nav {
		top: 46px;
		height: calc(100% - 46px);
		height: calc(100dvh - 46px);
	}

	.nav-header {
		background: linear-gradient(135deg, #ff7722 0%, #e8651a 100%);
		padding: 16px 16px 14px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-shrink: 0;
		gap: 12px;
	}

	.nav-header__logo {
		display: flex;
		align-items: center;
		min-width: 0;
	}

	.nav-header img {
		height: 36px;
		width: auto;
		max-width: 160px;
		object-fit: contain;
		filter: brightness(0) invert(1);
	}

	.nav-close {
		background: rgba(255, 255, 255, 0.15);
		border: none;
		color: #fff;
		cursor: pointer;
		width: 32px;
		height: 32px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 18px;
		line-height: 1;
	}

	.nav-body {
		flex: 1 1 auto;
		min-height: 0;
		overflow-y: auto;
		overflow-x: hidden;
		padding: 0 0 calc(24px + env(safe-area-inset-bottom, 0px));
		-webkit-overflow-scrolling: touch;
	}

	.nav-body::-webkit-scrollbar {
		width: 3px;
	}

	.nav-body::-webkit-scrollbar-thumb {
		background: #ddd;
		border-radius: 4px;
	}

	.nav-item {
		border-bottom: 1px solid #f0ece4;
	}

	.nav-link {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		padding: 14px 18px;
		text-decoration: none;
		color: var(--kr-text, #1a1a1a);
		font-size: 14px;
		font-weight: 500;
		cursor: pointer;
		background: none;
		border: none;
		width: 100%;
		text-align: left;
		font-family: var(--kr-font);
		transition: background 0.15s, color 0.15s;
		box-sizing: border-box;
	}

	.nav-link:active,
	.nav-link.active-parent,
	.nav-link.open {
		background: #fdf3e8;
		color: var(--kr-saffron, #ff7722);
	}

	.nav-link .label {
		flex: 1;
		min-width: 0;
	}

	.chevron {
		width: 16px;
		height: 16px;
		stroke: #bbb;
		fill: none;
		stroke-width: 2;
		transition: transform 0.3s;
		flex-shrink: 0;
	}

	.nav-link.open .chevron,
	.sub-item--toggle.open .chevron {
		transform: rotate(90deg);
		stroke: var(--kr-saffron, #ff7722);
	}

	.side-nav .sub-menu {
		display: none;
		overflow: hidden;
		background: #faf8f5;
		padding: 4px 0 8px;
	}

	.side-nav .sub-menu.open {
		display: block;
	}

	.nav-sub-group {
		border-top: 1px solid #f0ece4;
	}

	.sub-item {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 8px;
		padding: 11px 18px 11px 22px;
		text-decoration: none;
		color: #4a4a4a;
		font-size: 13px;
		font-weight: 500;
		border: none;
		border-left: 3px solid transparent;
		background: transparent;
		width: 100%;
		text-align: left;
		font-family: var(--kr-font);
		cursor: pointer;
		box-sizing: border-box;
		transition: all 0.15s;
	}

	.sub-item:active,
	.sub-item:hover {
		border-left-color: var(--kr-saffron, #ff7722);
		color: var(--kr-saffron, #ff7722);
		background: #fdf3e8;
	}

	.sub-item--toggle .label {
		flex: 1;
		min-width: 0;
	}

	.sub-menu .sub-menu {
		background: #f5f2ed;
		margin: 0 0 0 8px;
		border-radius: 0;
	}

	.sub-menu .sub-menu .sub-item {
		padding-left: 28px;
		font-size: 12.5px;
	}

	.contact-nav-btn {
		margin: 16px 18px 8px;
		display: block;
		text-align: center;
		padding: 13px 12px;
		background: var(--kr-btn-gradient, linear-gradient(135deg, #ff7722 0%, #e8651a 100%));
		color: #fff !important;
		border-radius: var(--kr-btn-radius, 6px);
		text-decoration: none;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 0.3px;
		box-shadow: 0 4px 14px rgba(232, 101, 26, 0.35);
		flex-shrink: 0;
	}

	.kr-mobile-nav-list {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.kr-mobile-bar {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 999;
		display: flex;
		background: rgba(255, 255, 255, 0.96);
		backdrop-filter: blur(10px);
		border-top: 1px solid var(--kr-border-light, #f0ece4);
		box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.06);
		padding: 6px 4px calc(6px + env(safe-area-inset-bottom));
	}

	.kr-mobile-bar__item {
		flex: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 2px;
		text-decoration: none;
		color: var(--kr-text-muted, #6b7280);
		font-size: 10px;
		font-weight: 600;
		padding: 6px 4px;
		position: relative;
		transition: color 0.2s;
	}

	.kr-mobile-bar__item svg {
		width: 20px;
		height: 20px;
	}

	.kr-mobile-bar__item:active,
	.kr-mobile-bar__item:hover {
		color: var(--kr-saffron, #ff7722);
	}

	.kr-mobile-bar__item em.cart-badge,
	.kr-mobile-bar__item .shop-cart-count,
	.kr-mobile-bar__item .cart-count {
		position: absolute;
		top: 2px;
		right: calc(50% - 18px);
		left: auto;
		background: var(--kr-saffron, #ff7722);
		color: #fff !important;
		font-size: 9px;
		font-weight: 700;
		font-style: normal;
		border-radius: 999px;
		border: 2px solid #fff;
		min-width: 16px;
		width: auto;
		height: 16px;
		padding: 0 3px;
		display: none;
		align-items: center;
		justify-content: center;
		line-height: 1;
		box-sizing: border-box;
		z-index: 2;
		pointer-events: none;
	}

	.kr-mobile-bar__item em.cart-badge:not(:empty),
	.kr-mobile-bar__item .shop-cart-count:not(:empty),
	.kr-mobile-bar__item .cart-count:not(:empty) {
		display: inline-flex;
	}

	body.kedaranchal-theme {
		padding-bottom: 64px;
	}

	@media (max-width: 380px) {
		.header-row1 {
			padding: 6px 8px;
			gap: 4px;
		}

		.logo-wrap img {
			height: 48px;
			max-width: 150px;
		}

		.icon-btn {
			min-width: 36px;
			min-height: 36px;
			padding: 6px;
		}

		.icon-btn svg {
			width: 20px;
			height: 20px;
		}

		.kr-mobile-search-panel {
			padding-left: 8px;
			padding-right: 8px;
		}

		.kr-account-menu__avatar--mobile {
			width: 28px;
			height: 28px;
			min-width: 28px;
			min-height: 28px;
			font-size: 12px;
		}
	}

	@media (max-width: 767px) and (min-width: 481px) {
		.header-row1 {
			padding: 10px 16px;
		}

		.kr-mobile-search-panel {
			padding-left: 16px;
			padding-right: 16px;
		}
	}
}

@media (min-width: 768px) {
	.kr-mobile-bar {
		display: none;
	}

	body.kedaranchal-theme {
		padding-bottom: 0;
	}
}

/* â”€â”€ Logged-in account avatar + dropdown â”€â”€ */
.kr-account-menu {
	position: relative;
	display: flex;
	flex-direction: column;
	padding:0px 25px;
	border-right:1px solid #eee;
	align-items: center;
}
.kr-account-menu__nav a{
	display:block;
	padding:8px!important;
	border-radius:0px!important;
	border-right:0px!important;
	border-bottom:1px dashed #eee!important;
}
.kr-account-menu__nav a:last-of-type{
	border:0px!important;
}
.kr-header-icon__label{
	font-weight:400;
}
.kr-account-menu__toggle {
	cursor: pointer;
	border: none;
	background: transparent;
	padding: 0;
	margin: 0;
	color: inherit;
	font: inherit;
	text-align: center;
}

.kr-account-menu--mobile-bar .kr-account-menu__toggle {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	width: 100%;
	padding: 6px 4px;
	color: var(--kr-text-muted, #6b7280);
	font-size: 10px;
	font-weight: 600;
}

.kr-account-menu__avatar {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	min-width: 35px;
	min-height: 35px;
	border-radius: 50%;
	background:#fff;
	color: #000;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	border:1px solid #eee;
}
.kr-home-promo__item--cta{
	padding:0px!important;
}
.kr-account-menu__avatar--mobile {
	width: 32px;
	height: 32px;
	min-width: 32px;
	min-height: 32px;
	font-size: 13px;
}

.kr-account-menu__avatar--bar {
	width: 28px;
	height: 28px;
	min-width: 28px;
	min-height: 28px;
	font-size: 12px;
	box-shadow: none;
}

.kr-account-menu__toggle:hover .kr-account-menu__avatar,
.kr-account-menu__toggle:focus-visible .kr-account-menu__avatar {
	transform: scale(1.04);
}

.kr-account-menu__dropdown {
	position: absolute;
	right: 0;
	top: calc(100% + 10px);
	z-index: 1105;
	min-width: 240px;
	max-width: min(92vw, 280px);
	padding: 0;
	margin: 0;
	background: #fff;
	border: 1px solid var(--kr-border-light, #f0ece4);
	border-radius: var(--kr-radius, 12px);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.kr-account-menu--mobile .kr-account-menu__dropdown {
	right: 0;
	top: calc(100% + 8px);
}

.kr-account-menu--mobile-bar .kr-account-menu__dropdown {
	position: fixed;
	left: 16px;
	right: 16px;
	bottom: calc(64px + env(safe-area-inset-bottom, 0px));
	top: auto;
	margin: 0 auto;
	max-width: 320px;
}

.kr-account-menu.is-open .kr-account-menu__dropdown {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

.kr-account-menu__profile {
	padding: 14px 16px 10px;
	border-bottom: 1px solid var(--kr-border-light, #f0ece4);
}

.kr-account-menu__name {
	margin: 0;
	font-size: 0.9375rem;
	font-weight: 600;
	color: var(--kr-text, #1a1a1a);
	line-height: 1.35;
	word-break: break-word;
}

.kr-account-menu__email {
	margin: 4px 0 0;
	font-size: 0.8125rem;
	color: var(--kr-text-muted, #6b7280);
	line-height: 1.4;
	word-break: break-all;
}

.kr-account-menu__nav {
	display: flex;
	flex-direction: column;
	padding: 6px 8px;
	gap: 2px;
}

.kr-account-menu__link {
	display: block;
	padding: 9px 12px;
	border-radius: var(--kr-radius, 12px);
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--kr-text-mid, #4a4a4a);
	text-decoration: none;
	line-height: 1.35;
	transition: background 0.15s ease, color 0.15s ease;
}

.kr-account-menu__link:hover,
.kr-account-menu__link:focus-visible {
	background: var(--kr-cream, #f5f0e8);
	color: var(--kr-text, #1a1a1a);
}

.kr-account-menu__link.is-current {
	background: var(--kr-saffron-light, #fdf5f0);
	color: var(--kr-saffron, #ff7722);
	font-weight: 600;
}

.kr-account-menu__actions {
	padding: 6px 8px 8px;
	border-top: 1px solid var(--kr-border-light, #f0ece4);
}

.kr-account-menu__logout {
	display: block;
	padding: 10px 12px;
	border-radius: var(--kr-radius, 12px);
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--kr-saffron, #ff7722);
	text-decoration: none;
	text-align: center;
	transition: background 0.15s ease, color 0.15s ease;
}

.kr-account-menu__logout:hover,
.kr-account-menu__logout:focus-visible {
	background: var(--kr-saffron-light, #fdf5f0);
	color: #e56510;
}

.kr-account-menu__toggle:focus-visible {
	outline: 2px solid var(--kr-saffron, #ff7722);
	outline-offset: 3px;
	border-radius: var(--kr-radius, 12px);
}
