/* Themezur triple-row header with Off-Canvas Drawer (Version 2.9)
----------------------------------------------------------------- */

.tz-site-header--triple {
	--tz-announce-bg: #2563eb;
	--tz-announce-text: #ffffff;
	--tz-top-bg: #111827;
	--tz-top-text: #f3f4f6;
	--tz-top-muted: #9ca3af;
	--tz-top-accent: #f59e0b;
	--tz-mid-bg: #ffffff;
	--tz-mid-text: #0f172a;
	--tz-mid-muted: #64748b;
	--tz-mid-accent: #2563eb;
	--tz-mid-border: #e2e8f0;
	--tz-bot-bg: #111827;
	--tz-bot-text: #ffffff;
	--tz-bot-muted: #cbd5e1;
	--tz-bot-accent: #2563eb;
	--tz-bot-accent-text: #ffffff;
	--tz-font: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans Bengali", sans-serif;
	--tz-top-size: 13px;
	--tz-top-weight: 500;
	--tz-mid-size: 14px;
	--tz-mid-weight: 400;
	--tz-nav-size: 15px;
	--tz-nav-weight: 500;
	--tz-logo-max-h: 44px;
	--tz-container: 1200px;
	--tz-side-pad: 1.15rem;
	--tz-top-min-h: 2.25rem;
	--tz-mid-min-h: 4.5rem;
	--tz-bot-min-h: 3rem;
	position: relative;
	z-index: 100;
	font-family: var(--tz-font);
	transition: background 200ms ease, box-shadow 200ms ease;
}

/* Sticky Header & Glassmorphism */
.tz-site-header--triple.is-sticky-ready {
	position: sticky;
	top: 0;
	z-index: 1000;
}

.tz-site-header--triple.is-scrolled {
	box-shadow: 0 10px 30px rgb(15 23 42 / 9%);
}

.tz-site-header--triple.is-scrolled .tz-header-middle {
	background: color-mix(in srgb, var(--tz-mid-bg) 88%, transparent);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.tz-site-header--triple.is-shrunk .tz-header-middle__inner {
	min-height: 3.5rem;
	transition: min-height 240ms ease;
}

/* Announcement bar */
.tz-announce {
	background: var(--tz-announce-bg);
	color: var(--tz-announce-text);
	font-size: 13px;
	line-height: 1.4;
	transition: opacity 220ms ease, transform 220ms ease;
}

.tz-announce.is-dismissing {
	opacity: 0;
	transform: translateY(-100%);
}

.tz-announce[hidden] {
	display: none !important;
}

.tz-announce__inner {
	max-width: var(--tz-container, 1200px);
	margin: 0 auto;
	padding: 0.55rem var(--tz-side-pad, 1.15rem);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	flex-wrap: wrap;
	position: relative;
	min-height: 2.25rem;
}

.tz-announce__text {
	margin: 0;
	text-align: center;
}

.tz-announce__link {
	color: inherit;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
	white-space: nowrap;
}

.tz-announce__link:hover,
.tz-announce__link:focus {
	opacity: 0.9;
}

.tz-announce__dismiss {
	position: absolute;
	right: 0.65rem;
	top: 50%;
	transform: translateY(-50%);
	appearance: none;
	border: 0;
	background: transparent;
	color: inherit;
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
	padding: 0.15rem 0.4rem;
	opacity: 0.85;
	border-radius: 4px;
}

.tz-announce__dismiss:hover,
.tz-announce__dismiss:focus {
	opacity: 1;
	outline: none;
	background: rgba(0, 0, 0, 0.12);
}

/* Visibility helpers */
@media (max-width: 991px) {
	.tz-hide-mobile {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.tz-hide-desktop {
		display: none !important;
	}
}

.tz-header-top,
.tz-header-middle,
.tz-header-bottom {
	width: 100%;
}

.tz-header-top__inner,
.tz-header-middle__inner,
.tz-header-bottom__inner {
	max-width: var(--tz-container, 1200px);
	margin: 0 auto;
	padding: 0 var(--tz-side-pad, 1.15rem);
	display: flex;
	align-items: center;
	gap: 1rem;
}

/* Top row */
.tz-header-top {
	background: var(--tz-top-bg);
	color: var(--tz-top-text);
	font-size: var(--tz-top-size);
	font-weight: var(--tz-top-weight);
}

.tz-header-top__inner {
	min-height: var(--tz-top-min-h, 2.25rem);
	justify-content: space-between;
}

.tz-header-top__left,
.tz-header-top__right {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	min-width: 0;
}

.tz-header-top__trending {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	min-width: 0;
}

.tz-header-top__trending-label {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	white-space: nowrap;
}

.tz-header-top__flame {
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: var(--tz-top-accent);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--tz-top-accent) 25%, transparent);
}

.tz-header-top__trending-text {
	color: var(--tz-top-text);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 0;
	transition: opacity 0.18s ease;
}

.tz-header-top__trending-text.is-fading {
	opacity: 0;
}

.tz-header-top__social {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
}

.tz-header-top__phone {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: var(--tz-top-text);
	text-decoration: none;
	font-weight: 600;
	white-space: nowrap;
}

.tz-header-top__phone:hover,
.tz-header-top__phone:focus {
	color: var(--tz-top-accent);
}

.tz-header-top__phone-icon {
	width: 0.85rem;
	height: 0.85rem;
	border: 1.5px solid currentColor;
	border-radius: 0.2rem 0.55rem 0.55rem 0.35rem;
	display: inline-block;
	position: relative;
	flex-shrink: 0;
}

.tz-header-top__phone-icon::after {
	content: "";
	position: absolute;
	inset: 2px;
	border: 1px solid currentColor;
	border-radius: 0.1rem 0.35rem 0.35rem 0.2rem;
	opacity: 0.55;
}

.tz-header-top__phone-label {
	color: var(--tz-top-muted);
	font-weight: 500;
	font-size: 0.92em;
}

.tz-header-top__phone-label::after {
	content: ":";
}

.tz-social {
	color: var(--tz-top-muted);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
	transition: color 140ms ease, background 140ms ease;
}

.tz-social:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.15);
}

/* Middle row */
.tz-header-middle {
	background: var(--tz-mid-bg);
	color: var(--tz-mid-text);
	border-bottom: 1px solid var(--tz-mid-border);
}

.tz-header-middle__inner {
	min-height: var(--tz-mid-min-h, 4.5rem);
	justify-content: space-between;
}

.tz-header-middle__brand {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.tz-header-middle__logo-img {
	max-height: var(--tz-logo-max-h, 44px);
	width: auto;
	display: block;
}

.tz-header-middle__title {
	font-size: 1.45rem;
	font-weight: 800;
	color: var(--tz-mid-text);
	text-decoration: none;
}

.tz-header-middle__address {
	font-size: 0.85rem;
	color: var(--tz-mid-muted);
}

/* Search wrap */
.tz-header-middle__search-wrap {
	position: relative;
	flex: 1;
	max-width: 32rem;
	margin-inline: 1.5rem;
}

.tz-header-middle__search {
	display: flex;
	align-items: center;
	position: relative;
}

.tz-header-middle__search input[type="search"] {
	width: 100%;
	height: 42px;
	padding: 0 5rem 0 1rem;
	border: 1px solid var(--tz-mid-border);
	border-radius: 999px;
	background: var(--themezur-surface, #f8fafc);
	color: var(--tz-mid-text);
	font: inherit;
	font-size: 0.9rem;
	transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.tz-header-middle__search input[type="search"]:focus {
	background: #fff;
	border-color: var(--tz-mid-accent);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--tz-mid-accent) 18%, transparent);
	outline: none;
}

.tz-header-middle__search-clear {
	position: absolute;
	right: 42px;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	border: none;
	color: var(--tz-mid-muted);
	font-size: 1.1rem;
	line-height: 1;
	cursor: pointer;
	padding: 2px 6px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 140ms ease, background 140ms ease;
}

.tz-header-middle__search-clear:hover {
	color: var(--tz-mid-text);
	background: color-mix(in srgb, var(--tz-mid-muted) 15%, transparent);
}

.tz-header-middle__search-btn {
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	height: 34px;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 50%;
	background: var(--tz-mid-accent);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	line-height: 1;
	transition: filter 140ms ease;
}

.tz-header-middle__search-btn:hover {
	filter: brightness(1.1);
}

.tz-header-middle__search-btn svg,
.tz-icon-btn svg {
	display: block;
	margin: auto;
	flex-shrink: 0;
}

/* Header Action Icons */
.tz-header-middle__actions {
	display: flex;
	align-items: center;
	gap: 0.6rem;
}

/* Middle Bar Navigation Menu */
.tz-header-middle__nav {
	display: flex;
	align-items: center;
	margin-inline: 1rem;
}

.tz-header-middle__nav .tz-nav-list {
	display: flex;
	align-items: center;
	gap: 0.25rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tz-header-middle__nav .tz-nav-list a {
	color: var(--tz-mid-text);
	font-size: var(--tz-nav-size, 15px);
	font-weight: var(--tz-nav-weight, 500);
	font-family: var(--tz-font);
	text-decoration: none;
	padding: 0.5rem 0.85rem;
	border-radius: 6px;
	transition: color 140ms ease, background 140ms ease;
}

.tz-header-middle__nav .tz-nav-list a:hover {
	color: var(--tz-mid-accent);
	background: color-mix(in srgb, var(--tz-mid-accent) 10%, transparent);
}

.tz-header-middle__btn {
	white-space: nowrap;
	padding: 0.55rem 1.15rem;
	font-size: 0.88rem;
	font-weight: 700;
	border-radius: var(--themezur-btn-radius, 8px);
	background: var(--tz-mid-accent);
	color: #ffffff !important;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: filter 140ms ease, transform 140ms ease;
}

.tz-header-middle__btn:hover {
	filter: brightness(1.08);
	transform: translateY(-1px);
}


button.tz-icon-btn,
a.tz-icon-btn,
.tz-icon-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	line-height: 1;
	border: 1px solid var(--tz-mid-border, #e2e8f0);
	border-radius: 50%;
	background: color-mix(in srgb, var(--tz-mid-text, #0f172a) 8%, transparent);
	color: var(--tz-mid-text, #0f172a);
	text-decoration: none;
	cursor: pointer;
	outline: none;
	box-shadow: none;
	transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 140ms ease;
}

button.tz-icon-btn:hover,
a.tz-icon-btn:hover,
.tz-icon-btn:hover {
	border-color: var(--tz-mid-accent, #2563eb);
	background: var(--tz-mid-accent, #2563eb);
	color: #ffffff !important;
	transform: translateY(-1px);
}

/* Mobile / Drawer Toggle Hamburger Icon */
.tz-nav-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.tz-nav-toggle__bars {
	position: relative;
	width: 16px;
	height: 2px;
	background: currentColor;
	display: block;
	margin: 0 auto;
	transition: background 140ms ease;
}

.tz-nav-toggle__bars::before,
.tz-nav-toggle__bars::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: currentColor;
	transition: transform 140ms ease, top 140ms ease;
}

.tz-nav-toggle__bars::before {
	top: -5px;
}

.tz-nav-toggle__bars::after {
	top: 5px;
}

.tz-nav-toggle[aria-expanded="true"] .tz-nav-toggle__bars {
	background: transparent;
}

.tz-nav-toggle[aria-expanded="true"] .tz-nav-toggle__bars::before {
	top: 0;
	transform: rotate(45deg);
}

.tz-nav-toggle[aria-expanded="true"] .tz-nav-toggle__bars::after {
	top: 0;
	transform: rotate(-45deg);
}


/* Count Badges */
.tz-cart-btn__count,
.tz-cart-count,
.tz-wl-count {
	position: absolute;
	top: -4px;
	right: -4px;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	border-radius: 999px;
	background: var(--tz-mid-accent);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 750;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 6px rgb(37 99 235 / 35%);
}

[hidden],
.tz-wl-count[hidden],
.tz-cart-count[hidden],
.tz-cart-btn__count[hidden],
.tz-header-middle__search-clear[hidden] {
	display: none !important;
}


/* Bottom row */
.tz-header-bottom {
	background: var(--tz-bot-bg);
	color: var(--tz-bot-text);
}

.tz-header-bottom__inner {
	min-height: var(--tz-bot-min-h, 3rem);
}

.tz-header-bottom__cats {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.6rem 1.15rem;
	border: none;
	border-radius: 8px;
	background: var(--tz-bot-accent);
	color: var(--tz-bot-accent-text);
	font-weight: 700;
	font-size: 0.9rem;
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
}

.tz-header-bottom__nav {
	flex: 1;
	margin-inline: 1rem;
}

.tz-nav-list {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tz-nav-list > li {
	position: relative;
}

.tz-nav-list > li > a {
	display: block;
	padding: 0.65rem 0.9rem;
	color: var(--tz-bot-text);
	font-size: var(--tz-nav-size);
	font-weight: var(--tz-nav-weight);
	text-decoration: none;
	position: relative;
	transition: color 140ms ease;
}

.tz-nav-list > li > a::after {
	content: '';
	position: absolute;
	bottom: 0.2rem;
	left: 0.9rem;
	right: 0.9rem;
	height: 2px;
	background: var(--tz-top-accent, #f59e0b);
	border-radius: 2px;
	transform: scaleX(0);
	transition: transform 200ms ease;
}

.tz-nav-list > li:hover > a,
.tz-nav-list > li.current-menu-item > a {
	color: var(--tz-top-accent, #f59e0b);
}

.tz-nav-list > li:hover > a::after,
.tz-nav-list > li.current-menu-item > a::after {
	transform: scaleX(1);
}

/* Desktop Submenu Dropdown */
.tz-nav-list .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 210px;
	margin: 0;
	padding: 0.5rem 0;
	list-style: none;
	background: #fff;
	color: #0f172a;
	border: 1px solid var(--tz-mid-border);
	border-radius: 10px;
	box-shadow: 0 14px 32px rgb(15 23 42 / 12%);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 200ms ease, transform 200ms ease, visibility 200ms ease;
	z-index: 120;
}

.tz-nav-list li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.tz-nav-list .sub-menu a {
	display: block;
	padding: 0.55rem 1rem;
	color: #0f172a;
	font-size: 0.88rem;
	font-weight: 550;
	text-decoration: none;
	transition: background 140ms ease, color 140ms ease;
}

.tz-nav-list .sub-menu a:hover {
	background: var(--themezur-surface, #f8fafc);
	color: var(--tz-mid-accent, #2563eb);
}

.tz-header-bottom__deal {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: var(--tz-top-accent, #f59e0b);
	font-weight: 700;
	font-size: 0.9rem;
	text-decoration: none;
	white-space: nowrap;
}

/* ================================================================
   Mobile Off-Canvas Drawer
================================================================ */

body.tz-drawer-open {
	overflow: hidden;
}

.tz-mobile-drawer {
	position: fixed;
	inset: 0;
	z-index: 99999;
}

.tz-mobile-drawer[hidden] {
	display: none !important;
}

.tz-mobile-drawer__overlay {
	position: absolute;
	inset: 0;
	background: var(--tz-woo-overlay-bg, rgb(15 23 42 / 55%));
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	opacity: 0;
	transition: opacity 240ms ease;
}

.tz-mobile-drawer.is-open .tz-mobile-drawer__overlay {
	opacity: 1;
}

.tz-mobile-drawer__panel {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: min(20rem, 84vw);
	background: var(--themezur-bg, #fff);
	color: var(--themezur-text, #0f172a);
	display: flex;
	flex-direction: column;
	box-shadow: 18px 0 48px rgb(15 23 42 / 24%);
	transform: translateX(-100%);
	transition: transform 260ms cubic-bezier(.22,1,.36,1);
}

[dir="rtl"] .tz-mobile-drawer__panel {
	left: auto;
	right: 0;
	transform: translateX(100%);
}

.tz-mobile-drawer.is-open .tz-mobile-drawer__panel {
	transform: translateX(0);
}

.tz-mobile-drawer__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1.15rem;
	border-bottom: 1px solid var(--tz-mid-border, #e2e8f0);
}

.tz-mobile-drawer__brand {
	display: flex;
	align-items: center;
}

.tz-mobile-drawer__logo-img {
	max-height: 36px;
	width: auto;
}

.tz-mobile-drawer__title {
	font-size: 1.25rem;
	font-weight: 800;
}

.tz-mobile-drawer__close {
	width: 36px;
	height: 36px;
	display: grid;
	place-items: center;
	border: none;
	border-radius: 50%;
	background: var(--themezur-surface, #f1f5f9);
	color: var(--themezur-text, #0f172a);
	cursor: pointer;
	transition: background 140ms ease;
}

.tz-mobile-drawer__close:hover {
	background: var(--themezur-border, #e2e8f0);
}

.tz-mobile-drawer__body {
	flex: 1;
	overflow-y: auto;
	padding: 1rem 1.15rem;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.tz-mobile-drawer__search {
	position: relative;
	display: flex;
	align-items: center;
}

.tz-mobile-drawer__search input {
	width: 100%;
	height: 40px;
	padding: 0 2.5rem 0 0.85rem;
	border: 1px solid var(--tz-mid-border, #e2e8f0);
	border-radius: 8px;
	background: var(--themezur-surface, #f8fafc);
	font: inherit;
	font-size: 0.88rem;
}

.tz-mobile-drawer__search button {
	position: absolute;
	right: 6px;
	background: none;
	border: none;
	color: var(--tz-mid-muted, #64748b);
	cursor: pointer;
}

/* Mobile Nav Accordion */
.tz-mobile-drawer__nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tz-mobile-drawer__nav li {
	position: relative;
	border-bottom: 1px solid var(--themezur-border, #f1f5f9);
}

.tz-mobile-drawer__nav li > a {
	display: block;
	padding: 0.75rem 2.2rem 0.75rem 0;
	color: var(--themezur-text, #0f172a);
	font-weight: 650;
	font-size: 0.95rem;
	text-decoration: none;
}

.tz-mobile-drawer__nav .tz-menu-arrow {
	position: absolute;
	right: 0;
	top: 0.5rem;
	width: 32px;
	height: 32px;
	display: grid;
	place-items: center;
	border: none;
	background: none;
	color: var(--tz-mid-muted, #64748b);
	cursor: pointer;
	transition: transform 200ms ease;
}

.tz-mobile-drawer__nav .tz-menu-arrow.is-open {
	transform: rotate(180deg);
}

.tz-mobile-drawer__nav .sub-menu {
	display: none;
	padding-left: 0.85rem;
	border-top: 1px solid var(--themezur-border, #f1f5f9);
}

.tz-mobile-drawer__nav li.sub-menu-open > .sub-menu,
.tz-mobile-drawer__nav li.sub-menu-open > .tz-mega-dropdown {
	display: block;
}

.tz-mobile-drawer__nav .tz-mega-dropdown {
	display: none;
	position: static;
	opacity: 1;
	transform: none;
	pointer-events: auto;
	width: 100%;
	padding-top: 0;
}

.tz-mobile-drawer__footer {
	padding: 1rem 1.15rem;
	border-top: 1px solid var(--tz-mid-border, #e2e8f0);
	display: flex;
	gap: 0.75rem;
}

.tz-mobile-drawer__footer-btn {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	padding: 0.6rem 0.85rem;
	border: 1px solid var(--tz-mid-border, #e2e8f0);
	border-radius: 8px;
	color: var(--themezur-text, #0f172a);
	font-size: 0.88rem;
	font-weight: 650;
	text-decoration: none;
	transition: background 140ms ease;
}

.tz-mobile-drawer__footer-btn:hover {
	background: var(--themezur-surface, #f8fafc);
}

/* Smart Search Suggestions */
.tz-search-suggest {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 0.4rem);
	background: #fff;
	border: 1px solid var(--tz-mid-border);
	border-radius: 12px;
	box-shadow: 0 16px 36px rgba(15, 23, 42, 0.14);
	overflow: hidden;
	z-index: 140;
	max-height: 360px;
	overflow-y: auto;
}

.tz-search-suggest[hidden] {
	display: none !important;
}

.tz-search-suggest__item {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	padding: 0.65rem 0.8rem;
	text-decoration: none;
	color: #0f172a;
	border-bottom: 1px solid #f1f5f9;
	transition: background 140ms ease;
}

.tz-search-suggest__item:hover,
.tz-search-suggest__item:focus,
.tz-search-suggest__item.is-selected {
	background: color-mix(in srgb, var(--tz-mid-accent) 10%, #fff);
}

.tz-search-suggest__item img,
.tz-search-suggest__ph {
	width: 44px;
	height: 44px;
	border-radius: 8px;
	object-fit: cover;
	background: #e2e8f0;
	flex-shrink: 0;
}

.tz-search-suggest__meta {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
}

.tz-search-suggest__title {
	font-size: 0.92rem;
	font-weight: 650;
	line-height: 1.3;
}

.tz-search-suggest__price {
	font-size: 0.82rem;
	color: var(--tz-mid-accent);
	font-weight: 700;
}

.tz-search-suggest__empty {
	padding: 0.9rem 1rem;
	color: #64748b;
	font-size: 0.9rem;
}

/* Category Mega Menu Panel */
.tz-cats {
	position: relative;
}

.tz-cats__panel {
	position: absolute;
	top: 100%;
	left: 0;
	width: max-content;
	min-width: 420px;
	max-width: 800px;
	display: grid;
	grid-template-columns: repeat(var(--tz-cats-cols, 3), minmax(0, 1fr));
	gap: 1.25rem;
	padding: 1.25rem;
	background: #fff;
	color: #0f172a;
	border: 1px solid var(--tz-mid-border);
	border-radius: 12px;
	box-shadow: 0 16px 40px rgb(15 23 42 / 16%);
	z-index: 150;
}

.tz-cats__panel[hidden] {
	display: none !important;
}

.tz-cats__parent {
	display: block;
	font-weight: 750;
	font-size: 0.95rem;
	color: #0f172a;
	text-decoration: none;
	margin-bottom: 0.4rem;
	padding-bottom: 0.35rem;
	border-bottom: 1px solid #e2e8f0;
}

.tz-cats__children {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
}

.tz-cats__children a {
	color: #64748b;
	font-size: 0.88rem;
	text-decoration: none;
	transition: color 140ms ease;
}

.tz-cats__children a:hover {
	color: var(--tz-mid-accent);
}

/* Accessible Mini Cart Drawer */
body.tz-mini-cart-open {
	overflow: hidden;
}

.tz-mini-cart {
	position: fixed;
	inset: 0;
	z-index: 99999;
}

.tz-mini-cart[hidden] {
	display: none !important;
}

.tz-mini-cart__overlay {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.56);
	backdrop-filter: blur(3px);
	opacity: 0;
	transition: opacity 0.24s ease;
}

.tz-mini-cart__panel {
	position: absolute;
	inset-block: 0;
	inset-inline-end: 0;
	display: flex;
	flex-direction: column;
	width: min(26rem, 100%);
	max-width: 100%;
	padding: 1.25rem;
	background: #fff;
	color: #0f172a;
	box-shadow: -18px 0 46px rgba(15, 23, 42, 0.2);
	overflow: hidden;
	transform: translateX(100%);
	transition: transform 0.24s ease;
}

[dir="rtl"] .tz-mini-cart__panel {
	transform: translateX(-100%);
}

.tz-mini-cart.is-open .tz-mini-cart__overlay {
	opacity: 1;
}

.tz-mini-cart.is-open .tz-mini-cart__panel,
[dir="rtl"] .tz-mini-cart.is-open .tz-mini-cart__panel {
	transform: translateX(0);
}

.tz-mini-cart__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #e2e8f0;
}

.tz-mini-cart__title {
	margin: 0;
	color: inherit;
	font-size: 1.25rem;
	line-height: 1.3;
}

.tz-mini-cart__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border: 1px solid #e2e8f0;
	border-radius: 50%;
	background: #fff;
	color: #0f172a;
	font-size: 1.4rem;
	cursor: pointer;
}

.tz-mini-cart__close:hover {
	background: #f8fafc;
}

/* -----------------------------------------------------------------
 * Menu Badges (HOT, NEW, SALE, etc.)
 * ----------------------------------------------------------------- */
.tz-menu-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.65rem;
	font-weight: 800;
	line-height: 1;
	padding: 2px 6px;
	border-radius: 999px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin-left: 6px;
	vertical-align: middle;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

.tz-menu-badge--hot,
.tz-menu-badge--sale {
	background: #ef4444;
	color: #ffffff;
}

.tz-menu-badge--new {
	background: #10b981;
	color: #ffffff;
}

.tz-menu-badge--accent {
	background: var(--tz-mid-accent, #2563eb);
	color: #ffffff;
}

/* -----------------------------------------------------------------
 * Smart Auto-Hide Header (Hide on scroll down, show on scroll up)
 * ----------------------------------------------------------------- */
.tz-scroll--auto_hide {
	position: sticky;
	top: 0;
	z-index: 1000;
	transition: transform 280ms cubic-bezier(0.4, 0, 0.2, 1), background 200ms ease, box-shadow 200ms ease;
}

.tz-scroll--auto_hide.is-hidden {
	transform: translateY(-100%);
}

.tz-scroll--auto_hide.is-scrolled {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* -----------------------------------------------------------------
 * Transparent Hero Overlay Header
 * ----------------------------------------------------------------- */
.tz-scroll--transparent_solid {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background: transparent !important;
	transition: background 260ms ease, box-shadow 260ms ease;
}

.tz-scroll--transparent_solid.is-solid {
	position: sticky;
	background: var(--tz-mid-bg, #ffffff) !important;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

@media (prefers-reduced-motion: reduce) {
	[data-tz-header],
	[data-tz-header] *,
	.tz-mobile-drawer,
	.tz-mobile-drawer *,
	.tz-mini-cart,
	.tz-mini-cart *,
	.tz-scroll--auto_hide,
	.tz-scroll--transparent_solid {
		animation: none !important;
		transition: none !important;
		scroll-behavior: auto !important;
	}
}

