.zoowai-liquid-nav-page {
	--zoowai-blue: #248cff;
	--zoowai-ink: #102238;
	--zoowai-soft-ink: #5f7288;
	--zoowai-glass: rgba(255, 255, 255, 0.7);
	--zoowai-glass-strong: rgba(255, 255, 255, 0.86);
	--zoowai-line: rgba(109, 176, 255, 0.28);
	--zoowai-shadow: 0 24px 80px rgba(55, 123, 205, 0.18);
}

.zoowai-liquid-nav-page .whb-header {
	display: none !important;
}

.zoowai-liquid-nav-page .mobile-nav {
	display: none !important;
}

.zoowai-liquid-nav-page .main-page-wrapper {
	padding-top: 0;
}

body.single-product.zoowai-liquid-nav-page:not(.zoowai-product-template-page) .main-page-wrapper {
	padding-top: 112px;
}

.zoowai-liquid-header {
	position: fixed;
	top: 18px;
	left: 0;
	right: 0;
	z-index: 9999;
	padding: 0 28px;
	color: var(--zoowai-ink);
	pointer-events: none;
}

.admin-bar .zoowai-liquid-header {
	top: 44px;
}

.zoowai-liquid-shell {
	position: relative;
	display: grid;
	grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr);
	align-items: center;
	gap: 22px;
	width: min(1420px, calc(100vw - 32px));
	min-height: 68px;
	margin: 0 auto;
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, 0.58);
	border-radius: 999px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(239, 249, 255, 0.52)),
		rgba(255, 255, 255, 0.38);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.82),
		inset 0 -1px 0 rgba(255, 255, 255, 0.22),
		0 18px 60px rgba(48, 116, 190, 0.16);
	backdrop-filter: blur(26px) saturate(170%) contrast(1.04);
	-webkit-backdrop-filter: blur(26px) saturate(170%) contrast(1.04);
	pointer-events: auto;
	isolation: isolate;
	overflow: visible;
}

.zoowai-liquid-shell::before {
	content: "";
	position: absolute;
	inset: 1px;
	z-index: -1;
	border-radius: inherit;
	background:
		radial-gradient(circle at 16% 0%, rgba(255, 255, 255, 0.92), transparent 32%),
		radial-gradient(circle at 82% 100%, rgba(126, 197, 255, 0.24), transparent 34%),
		linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent 45%, rgba(255, 255, 255, 0.28));
	pointer-events: none;
}

.zoowai-liquid-logo,
.zoowai-nav-link,
.zoowai-tool-button,
.zoowai-category-pill,
.zoowai-product-card,
.zoowai-feature-copy button,
.zoowai-feature-copy .zoowai-feature-link {
	font-family: "Inter", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
	letter-spacing: 0;
}

.zoowai-liquid-logo {
	position: relative;
	justify-self: start;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 112px;
	height: 44px;
	padding: 0 18px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(228, 246, 255, 0.55));
	color: #13273f;
	font-size: 22px;
	font-weight: 760;
	line-height: 1;
	text-transform: lowercase;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88), 0 10px 26px rgba(36, 140, 255, 0.12);
	cursor: pointer;
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.zoowai-liquid-logo:hover,
.zoowai-liquid-logo:focus-visible {
	color: var(--zoowai-blue);
	transform: translateY(-1px) scale(1.035);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.94), 0 14px 34px rgba(36, 140, 255, 0.2);
	outline: none;
}

.zoowai-liquid-logo::before,
.zoowai-tool-button::before {
	content: "";
	position: absolute;
	inset: -28%;
	border-radius: inherit;
	background:
		radial-gradient(ellipse 58% 28% at calc(var(--shine-x, 50%) - 18%) calc(var(--shine-y, 50%) + 10%), rgba(255, 255, 255, 0.18), transparent 66%),
		radial-gradient(ellipse 34% 56% at calc(var(--shine-x, 50%) + 20%) calc(var(--shine-y, 50%) - 14%), rgba(104, 203, 242, 0.15), transparent 72%),
		linear-gradient(118deg, transparent 0 28%, rgba(255, 255, 255, 0.12) 38%, rgba(91, 190, 232, 0.08) 46%, transparent 62% 100%),
		linear-gradient(32deg, transparent 0 34%, rgba(255, 255, 255, 0.1) 44%, transparent 62% 100%),
		radial-gradient(circle at var(--shine-x, 50%) var(--shine-y, 50%), rgba(103, 197, 236, 0.12), transparent 74%);
	background-size: 220% 170%, 170% 220%, 230% 160%, 180% 220%, 100% 100%;
	background-position: 48% 50%, 52% 50%, 46% 50%, 55% 52%, 50% 50%;
	filter: blur(0.6px) saturate(1.06);
	-webkit-mask-image: radial-gradient(circle at var(--shine-x, 50%) var(--shine-y, 50%), rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.5) 28%, rgba(0, 0, 0, 0.18) 52%, transparent 78%);
	mask-image: radial-gradient(circle at var(--shine-x, 50%) var(--shine-y, 50%), rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.5) 28%, rgba(0, 0, 0, 0.18) 52%, transparent 78%);
	opacity: 0;
	transform: translate3d(0, 0, 0);
	transition: opacity 220ms ease;
	pointer-events: none;
	z-index: 0;
}

.zoowai-liquid-logo:hover::before,
.zoowai-liquid-logo:focus-visible::before,
.zoowai-tool-button:hover::before,
.zoowai-tool-button:focus-visible::before {
	opacity: 0.44;
	animation: zoowaiLiquidMouseFlow 3.6s ease-in-out infinite alternate;
}

.zoowai-liquid-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	white-space: nowrap;
}

.zoowai-nav-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 40px;
	padding: 0 16px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: #19324c;
	font-size: 14px;
	font-weight: 650;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	isolation: isolate;
	transition: transform 180ms ease, color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.zoowai-nav-link > * {
	position: relative;
	z-index: 2;
}

.zoowai-nav-link::before {
	content: "";
	position: absolute;
	inset: -30%;
	background:
		radial-gradient(ellipse 62% 30% at calc(var(--shine-x, 50%) - 20%) calc(var(--shine-y, 50%) + 12%), rgba(255, 255, 255, 0.18), transparent 66%),
		radial-gradient(ellipse 36% 54% at calc(var(--shine-x, 50%) + 22%) calc(var(--shine-y, 50%) - 16%), rgba(92, 190, 232, 0.14), transparent 72%),
		linear-gradient(116deg, transparent 0 30%, rgba(255, 255, 255, 0.12) 40%, rgba(87, 181, 224, 0.07) 48%, transparent 62% 100%),
		linear-gradient(34deg, transparent 0 34%, rgba(255, 255, 255, 0.09) 43%, transparent 60% 100%),
		radial-gradient(circle at var(--shine-x, 50%) var(--shine-y, 50%), rgba(104, 199, 238, 0.1), transparent 74%);
	background-size: 220% 170%, 170% 220%, 230% 160%, 180% 220%, 100% 100%;
	background-position: 48% 50%, 52% 50%, 46% 50%, 55% 52%, 50% 50%;
	filter: blur(0.7px) saturate(1.08);
	-webkit-mask-image: radial-gradient(circle at var(--shine-x, 50%) var(--shine-y, 50%), rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.5) 28%, rgba(0, 0, 0, 0.18) 52%, transparent 78%);
	mask-image: radial-gradient(circle at var(--shine-x, 50%) var(--shine-y, 50%), rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.5) 28%, rgba(0, 0, 0, 0.18) 52%, transparent 78%);
	opacity: 0;
	transform: translate3d(0, 0, 0);
	transition: opacity 220ms ease;
	pointer-events: none;
	z-index: 0;
}

.zoowai-nav-link:hover,
.zoowai-nav-link:focus-visible,
.zoowai-nav-link.is-active {
	background: rgba(255, 255, 255, 0.72);
	color: var(--zoowai-blue);
	transform: translateY(-1px) scale(1.04);
	box-shadow: 0 10px 28px rgba(36, 140, 255, 0.17), inset 0 1px 0 rgba(255, 255, 255, 0.84);
	outline: none;
}

.zoowai-nav-link:hover::before,
.zoowai-nav-link:focus-visible::before,
.zoowai-nav-link.is-active::before {
	opacity: 0.42;
	animation: zoowaiLiquidMouseFlow 3.6s ease-in-out infinite alternate;
}

.zoowai-nav-link.is-active:not(.zoowai-nav-link-hot):not(.zoowai-nav-link-shop) {
	background:
		linear-gradient(145deg, rgba(249, 254, 255, 0.76), rgba(143, 211, 255, 0.42)),
		radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.64), transparent 42%),
		rgba(230, 247, 255, 0.34);
	border: 1px solid rgba(86, 177, 245, 0.5);
	color: #0a72c4;
	font-weight: 750;
	transform: translateY(-1px);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.92),
		inset 0 -1px 0 rgba(51, 142, 213, 0.16),
		0 10px 24px rgba(51, 145, 215, 0.16);
	backdrop-filter: blur(18px) saturate(165%) contrast(1.04);
	-webkit-backdrop-filter: blur(18px) saturate(165%) contrast(1.04);
}

.zoowai-nav-link-hot {
	padding: 0 18px;
}

.zoowai-nav-link-hot.is-active {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.62), rgba(255, 209, 196, 0.34)),
		radial-gradient(ellipse 82% 90% at 50% 112%, rgba(255, 70, 44, 0.58), rgba(255, 126, 52, 0.24) 48%, transparent 78%);
	color: #9b1e25;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.84),
		inset 0 -1px 0 rgba(255, 112, 70, 0.18),
		0 10px 28px rgba(255, 86, 62, 0.18);
}

.zoowai-nav-link-hot.is-active::after {
	content: "";
	position: absolute;
	inset: 3px;
	z-index: 1;
	border-radius: inherit;
	background:
		radial-gradient(ellipse 34% 58% at 18% 112%, rgba(255, 68, 38, 0.42), transparent 70%),
		radial-gradient(ellipse 38% 64% at 54% 116%, rgba(255, 142, 45, 0.34), transparent 72%),
		radial-gradient(ellipse 26% 52% at 84% 110%, rgba(255, 47, 74, 0.26), transparent 70%);
	filter: blur(0.2px) saturate(1.06);
	opacity: 0.86;
	pointer-events: none;
	animation: zoowaiHotGlassBurn 3.8s ease-in-out infinite alternate;
}

.zoowai-nav-link-hot.is-active:hover,
.zoowai-nav-link-hot.is-active:focus-visible {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.7), rgba(255, 210, 198, 0.44)),
		radial-gradient(ellipse 86% 94% at 50% 112%, rgba(255, 63, 40, 0.66), rgba(255, 135, 51, 0.32) 50%, transparent 78%);
	color: #861923;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.88),
		inset 0 -1px 0 rgba(255, 120, 75, 0.24),
		0 14px 32px rgba(255, 86, 62, 0.24);
}

.zoowai-nav-link-shop {
	min-width: 78px;
	padding: 0 15px 0 17px;
	background:
		linear-gradient(145deg, rgba(75, 174, 255, 0.92), rgba(22, 104, 255, 0.9)),
		radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.52), transparent 38%);
	color: #fff;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.48),
		inset 0 -1px 0 rgba(0, 41, 160, 0.16),
		0 12px 28px rgba(36, 140, 255, 0.24);
}

.zoowai-nav-link-shop::after {
	content: "";
	position: absolute;
	inset: 2px;
	z-index: 1;
	border-radius: inherit;
	background:
		linear-gradient(120deg, rgba(255, 255, 255, 0.36), transparent 34%, rgba(255, 255, 255, 0.14) 64%, transparent),
		radial-gradient(ellipse 60% 76% at 82% 18%, rgba(153, 220, 255, 0.32), transparent 70%);
	opacity: 0.72;
	pointer-events: none;
	animation: zoowaiShopGlassFlow 4.6s ease-in-out infinite alternate;
}

.zoowai-nav-link-shop:hover,
.zoowai-nav-link-shop:focus-visible,
.zoowai-nav-link-shop.is-active {
	background:
		linear-gradient(145deg, rgba(90, 187, 255, 0.98), rgba(20, 96, 244, 0.98)),
		radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.58), transparent 38%);
	color: #fff;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.54),
		inset 0 -1px 0 rgba(0, 41, 160, 0.2),
		0 14px 34px rgba(36, 140, 255, 0.34);
}

.zoowai-shop-bag-icon {
	position: relative;
	display: inline-block;
	width: 13px;
	height: 13px;
	border: 1.7px solid currentColor;
	border-radius: 3px 3px 4px 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.zoowai-shop-bag-icon::before {
	content: "";
	position: absolute;
	left: 2px;
	top: -5px;
	width: 7px;
	height: 7px;
	border: 1.6px solid currentColor;
	border-bottom: 0;
	border-radius: 7px 7px 0 0;
}

.zoowai-liquid-tools {
	justify-self: end;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

.zoowai-tool-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(78, 156, 240, 0.22);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.62);
	color: #17304a;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
	cursor: pointer;
	overflow: hidden;
	transition: transform 180ms ease, color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.zoowai-tool-account {
	width: auto;
	min-width: 78px;
	padding: 0 12px;
}

.zoowai-tool-button .dashicons {
	width: 18px;
	height: 18px;
	font-size: 18px;
	line-height: 18px;
}

.zoowai-tool-text {
	font-size: 13px;
	font-weight: 650;
}

.zoowai-tool-cart {
	overflow: visible;
	text-decoration: none;
}

.zoowai-cart-count {
	position: absolute;
	top: -4px;
	right: -4px;
	display: grid;
	place-items: center;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border: 2px solid rgba(246, 252, 255, .96);
	border-radius: 999px;
	background: #137ff6;
	color: #fff;
	font-size: 10px;
	font-weight: 850;
	line-height: 1;
	box-shadow: 0 5px 12px rgba(19, 127, 246, .28);
}

.zoowai-cart-count.is-empty {
	display: none;
}

.zoowai-tool-button:hover,
.zoowai-tool-button:focus-visible {
	background: rgba(255, 255, 255, 0.88);
	color: var(--zoowai-blue);
	transform: translateY(-1px) scale(1.06);
	box-shadow: 0 12px 28px rgba(36, 140, 255, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.9);
	outline: none;
}

.zoowai-mega-wrap {
	width: min(1420px, calc(100vw - 32px));
	margin: 12px auto 0;
	pointer-events: auto;
}

.zoowai-nav-drawer-toggle,
.zoowai-nav-drawer,
.zoowai-nav-drawer-scrim {
	display: none;
}

.zoowai-mega-panel[hidden] {
	display: none !important;
}

.zoowai-mega-panel {
	transform-origin: top center;
	animation: zoowaiMegaIn 220ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.zoowai-mega-glass {
	display: grid;
	grid-template-columns: minmax(230px, 0.75fr) minmax(580px, 1.62fr) minmax(380px, 1.06fr);
	gap: 20px;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.62);
	border-radius: 28px;
	background:
		linear-gradient(140deg, rgba(255, 255, 255, 0.88), rgba(242, 250, 255, 0.64)),
		rgba(255, 255, 255, 0.38);
	box-shadow: var(--zoowai-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(30px) saturate(180%);
	-webkit-backdrop-filter: blur(30px) saturate(180%);
	overflow: hidden;
}

.zoowai-mega-categories,
.zoowai-mega-products,
.zoowai-mega-feature {
	position: relative;
	border: 1px solid rgba(105, 174, 255, 0.18);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.48);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.zoowai-mega-categories {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 18px;
}

.zoowai-mega-eyebrow,
.zoowai-feature-copy p {
	margin: 0;
	color: var(--zoowai-blue);
	font-size: 11px;
	font-weight: 760;
	line-height: 1.2;
	text-transform: uppercase;
}

.zoowai-mega-categories h2 {
	margin: 0 0 8px;
	color: var(--zoowai-ink);
	font-size: 23px;
	font-weight: 760;
	line-height: 1.15;
}

.zoowai-mega-empty {
	display: grid;
	place-items: center;
	min-height: 74px;
	margin: 0;
	padding: 14px;
	border: 1px dashed rgba(103, 181, 255, 0.34);
	border-radius: 16px;
	background: rgba(244, 251, 255, 0.62);
	color: var(--zoowai-soft-ink);
	font-size: 13px;
	font-weight: 650;
	line-height: 1.45;
	text-align: center;
}

.zoowai-mega-empty.is-products {
	grid-column: 1 / -1;
	min-height: 164px;
}

.zoowai-category-pill {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 48px;
	padding: 10px 12px;
	border: 1px solid rgba(117, 185, 255, 0.16);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.52);
	color: #17324f;
	text-decoration: none;
	overflow: hidden;
	isolation: isolate;
	transition: transform 180ms ease, color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.zoowai-category-pill::before,
.zoowai-product-card::before,
.zoowai-forum-board::before {
	content: "";
	position: absolute;
	inset: -34%;
	border-radius: inherit;
	background:
		url("./zoowai-liquid-texture.svg?v=soft-20260707") center / 145% 132% no-repeat,
		radial-gradient(ellipse 74% 36% at calc(var(--shine-x, 50%) - 24%) calc(var(--shine-y, 50%) + 12%), rgba(255, 255, 255, 0.12), transparent 68%),
		radial-gradient(ellipse 42% 68% at calc(var(--shine-x, 50%) + 24%) calc(var(--shine-y, 50%) - 18%), rgba(78, 188, 232, 0.11), transparent 74%),
		linear-gradient(112deg, transparent 0 24%, rgba(255, 255, 255, 0.11) 35%, rgba(78, 185, 226, 0.08) 46%, transparent 64% 100%),
		linear-gradient(34deg, transparent 0 28%, rgba(255, 255, 255, 0.09) 42%, rgba(89, 191, 232, 0.06) 48%, transparent 64% 100%);
	background-size: 145% 132%, 230% 170%, 170% 235%, 240% 165%, 180% 220%;
	background-position: 50% 50%, 48% 50%, 52% 53%, 46% 50%, 56% 54%;
	filter: saturate(1.16);
	-webkit-mask-image: radial-gradient(ellipse 84% 68% at var(--shine-x, 50%) var(--shine-y, 50%), rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.68) 34%, rgba(0, 0, 0, 0.28) 62%, transparent 86%);
	mask-image: radial-gradient(ellipse 84% 68% at var(--shine-x, 50%) var(--shine-y, 50%), rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.68) 34%, rgba(0, 0, 0, 0.28) 62%, transparent 86%);
	opacity: 0;
	transform: translate3d(0, 0, 0);
	pointer-events: none;
	transition: opacity 220ms ease;
	z-index: 0;
}

.zoowai-category-pill::after,
.zoowai-product-card::after {
	content: "";
	position: absolute;
	inset: -24%;
	border-radius: inherit;
	background:
		url("./zoowai-liquid-texture.svg?v=soft-20260707") center / 180% 150% no-repeat,
		linear-gradient(104deg, transparent 0 17%, rgba(255, 255, 255, 0.16) 25%, rgba(83, 190, 232, 0.09) 32%, transparent 46% 100%),
		linear-gradient(22deg, transparent 0 34%, rgba(81, 186, 226, 0.08) 42%, rgba(255, 255, 255, 0.12) 49%, transparent 63% 100%),
		radial-gradient(ellipse 78% 28% at calc(var(--shine-x, 50%) - 14%) calc(var(--shine-y, 50%) + 8%), rgba(87, 194, 233, 0.1), transparent 72%);
	background-size: 180% 150%, 210% 160%, 180% 230%, 140% 110%;
	background-position: 52% 50%, 44% 48%, 54% 58%, 50% 50%;
	filter: saturate(1.12);
	-webkit-mask-image: radial-gradient(ellipse 82% 66% at var(--shine-x, 50%) var(--shine-y, 50%), rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.52) 38%, rgba(0, 0, 0, 0.18) 64%, transparent 86%);
	mask-image: radial-gradient(ellipse 82% 66% at var(--shine-x, 50%) var(--shine-y, 50%), rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.52) 38%, rgba(0, 0, 0, 0.18) 64%, transparent 86%);
	opacity: 0;
	transform: translate3d(0, 0, 0);
	transition: opacity 220ms ease;
	pointer-events: none;
	z-index: 0;
}

.zoowai-category-pill span {
	font-size: 14px;
	font-weight: 680;
	line-height: 1.2;
}

.zoowai-category-pill small {
	color: var(--zoowai-soft-ink);
	font-size: 11px;
	font-weight: 620;
	line-height: 1.2;
	text-align: right;
}

.zoowai-category-more {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: auto;
	padding: 10px 2px 0;
	border-top: 1px solid rgba(105, 174, 255, 0.2);
	color: var(--zoowai-blue);
	font-size: 12px;
	font-weight: 720;
	line-height: 1.2;
	text-decoration: none;
}

.zoowai-category-more small {
	color: var(--zoowai-soft-ink);
	font-size: 10px;
	font-weight: 620;
	white-space: nowrap;
}

.zoowai-category-more:hover,
.zoowai-category-more:focus-visible {
	color: #106fd6;
	text-decoration: underline;
	outline: none;
}

.zoowai-category-pill:hover,
.zoowai-category-pill:focus-visible,
.zoowai-category-pill.is-selected,
.zoowai-product-card:hover,
.zoowai-product-card:focus-visible {
	background: rgba(255, 255, 255, 0.86);
	color: var(--zoowai-blue);
	transform: translateY(-2px) scale(1.025);
	box-shadow: 0 16px 36px rgba(36, 140, 255, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.88);
	outline: none;
}

.zoowai-category-pill:focus,
.zoowai-product-card:focus,
.zoowai-forum-board:focus {
	outline: none;
}

.zoowai-category-pill:hover::before,
.zoowai-category-pill:focus-visible::before,
.zoowai-category-pill.is-selected::before,
.zoowai-product-card:hover::before,
.zoowai-product-card:focus-visible::before,
.zoowai-forum-board:hover::before,
.zoowai-forum-board:focus-visible::before {
	opacity: 0.52;
	animation: zoowaiLiquidMouseFlow 5s ease-in-out infinite alternate;
}

.zoowai-category-pill:hover::after,
.zoowai-category-pill:focus-visible::after,
.zoowai-category-pill.is-selected::after,
.zoowai-product-card:hover::after,
.zoowai-product-card:focus-visible::after {
	opacity: 0.44;
	animation: zoowaiLiquidSurfaceFlow 5.4s ease-in-out infinite alternate;
}

.zoowai-category-pill:hover::before,
.zoowai-category-pill:focus-visible::before,
.zoowai-category-pill.is-selected::before,
.zoowai-product-card:hover::before,
.zoowai-product-card:focus-visible::before {
	opacity: 0.6;
}

.zoowai-category-pill > *,
.zoowai-product-card > *,
.zoowai-forum-board > *,
.zoowai-liquid-logo > *,
.zoowai-tool-button > * {
	position: relative;
	z-index: 2;
}

.zoowai-category-pill.is-muted,
.zoowai-product-card.is-muted {
	color: #718196;
}

.zoowai-mega-products {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-auto-rows: max-content;
	align-content: start;
	gap: 12px;
	padding: 14px;
}

.zoowai-mega-products.is-forum-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-content: stretch;
}

.zoowai-product-card {
	position: relative;
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	min-height: 92px;
	padding: 10px;
	border: 1px solid rgba(117, 185, 255, 0.18);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.52);
	color: #17324f;
	text-decoration: none;
	overflow: hidden;
	isolation: isolate;
	transition: transform 180ms ease, color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.zoowai-product-thumb {
	display: block;
	width: 72px;
	aspect-ratio: 1;
	border-radius: 16px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.28), rgba(113, 190, 255, 0.18)),
		var(--zoowai-thumb) center / cover no-repeat;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 10px 22px rgba(57, 120, 205, 0.13);
}

.zoowai-product-copy {
	display: flex;
	flex-direction: column;
	gap: 5px;
	min-width: 0;
}

.zoowai-product-copy strong {
	color: inherit;
	font-size: 15px;
	font-weight: 730;
	line-height: 1.22;
}

.zoowai-product-copy small {
	color: var(--zoowai-soft-ink);
	font-size: 12px;
	font-weight: 620;
	line-height: 1.2;
}

.zoowai-forum-board {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 168px;
	padding: 18px 14px 16px 18px;
	border: 1px solid rgba(117, 185, 255, 0.18);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.56);
	color: #17324f;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	isolation: isolate;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
	transition: transform 180ms ease, color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.zoowai-forum-board::after {
	content: "";
	position: absolute;
	top: 14px;
	bottom: 14px;
	left: 0;
	right: auto;
	inset-inline-end: auto;
	inset-block-start: 14px;
	inset-block-end: 14px;
	width: 5px;
	height: auto;
	border-radius: 999px;
	background: var(--board-accent, var(--zoowai-blue));
	box-shadow: 0 0 22px color-mix(in srgb, var(--board-accent, #248cff) 42%, transparent);
	opacity: 1;
	transform: none;
	filter: none;
	animation: none;
	z-index: 1;
}

.zoowai-forum-board:hover,
.zoowai-forum-board:focus-visible {
	background: rgba(255, 255, 255, 0.88);
	color: var(--zoowai-blue);
	transform: translateY(-2px) scale(1.025);
	box-shadow: 0 16px 36px rgba(36, 140, 255, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.88);
	outline: none;
}

.zoowai-forum-mark {
	align-self: center;
	width: 30px;
	height: 30px;
	margin-bottom: 14px;
	border: 1px solid color-mix(in srgb, var(--board-accent, #248cff) 50%, rgba(255, 255, 255, 0.6));
	border-radius: 10px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.26)),
		color-mix(in srgb, var(--board-accent, #248cff) 18%, transparent);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 10px 24px color-mix(in srgb, var(--board-accent, #248cff) 18%, transparent);
}

.zoowai-forum-board strong {
	color: inherit;
	font-size: 17px;
	font-weight: 760;
	line-height: 1.2;
}

.zoowai-forum-board small {
	margin-top: 8px;
	color: var(--zoowai-soft-ink);
	font-size: 13px;
	font-weight: 560;
	line-height: 1.3;
}

.zoowai-forum-board em {
	margin-top: 6px;
	color: #7890a8;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.2;
}

.zoowai-forum-tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 7px;
	margin-top: 18px;
}

.zoowai-forum-tags span {
	position: relative;
	padding-left: 10px;
	color: #556a80;
	font-size: 11px;
	font-weight: 650;
	line-height: 1.1;
}

.zoowai-forum-tags span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 2px;
	background: var(--board-accent, var(--zoowai-blue));
	transform: translateY(-50%);
}

.zoowai-mega-feature {
	min-height: 312px;
	padding: 16px;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 0%, rgba(89, 181, 255, 0.22), transparent 42%),
		linear-gradient(160deg, rgba(255, 255, 255, 0.86), rgba(235, 248, 255, 0.64));
}

.zoowai-feature-image {
	position: absolute;
	inset: 14px 14px 92px;
	border-radius: 20px;
	background:
		linear-gradient(150deg, rgba(255, 255, 255, 0.12), rgba(108, 185, 255, 0.14)),
		var(--zoowai-feature) center / cover no-repeat;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 20px 54px rgba(50, 118, 206, 0.17);
	transform: translateZ(0);
	transition: transform 240ms ease, filter 240ms ease;
}

.zoowai-mega-feature::before {
	content: "";
	position: absolute;
	inset: -20%;
	background:
		radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.64), transparent 24%),
		radial-gradient(circle at 72% 35%, rgba(82, 175, 255, 0.22), transparent 28%),
		linear-gradient(125deg, transparent 20%, rgba(255, 255, 255, 0.22), transparent 48%);
	mix-blend-mode: screen;
	opacity: 0.82;
	pointer-events: none;
	animation: zoowaiLiquidDrift 5.2s ease-in-out infinite alternate;
}

.zoowai-mega-feature:hover .zoowai-feature-image {
	filter: saturate(1.08) contrast(1.02);
	transform: scale(1.025);
}

.zoowai-feature-copy {
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 16px;
	display: grid;
	gap: 8px;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.62);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.72);
	backdrop-filter: blur(18px) saturate(170%);
	-webkit-backdrop-filter: blur(18px) saturate(170%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88), 0 12px 30px rgba(46, 114, 192, 0.13);
}

.zoowai-feature-copy h3 {
	margin: 0;
	color: var(--zoowai-ink);
	font-size: 20px;
	font-weight: 760;
	line-height: 1.18;
}

.zoowai-feature-copy span {
	color: var(--zoowai-soft-ink);
	font-size: 13px;
	font-weight: 520;
	line-height: 1.45;
}

.zoowai-feature-copy button,
.zoowai-feature-copy .zoowai-feature-link {
	justify-self: start;
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 13px;
	border: 1px solid rgba(36, 140, 255, 0.28);
	border-radius: 999px;
	background: linear-gradient(135deg, #248cff, #61baff);
	color: #fff;
	font-size: 12px;
	font-weight: 760;
	text-decoration: none;
	box-shadow: 0 12px 26px rgba(36, 140, 255, 0.22);
}

@keyframes zoowaiMegaIn {
	from {
		opacity: 0;
		transform: translateY(-8px) scale(0.985);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes zoowaiLiquidDrift {
	from {
		transform: translate3d(-2%, -1%, 0) rotate(0deg);
	}
	to {
		transform: translate3d(3%, 2%, 0) rotate(2deg);
	}
}

@keyframes zoowaiHotGlassBurn {
	0% {
		background-position: 48% 56%, 50% 58%, 54% 56%;
		transform: translate3d(-1%, 0.5%, 0) scale(0.98);
	}
	48% {
		background-position: 54% 48%, 45% 55%, 58% 50%;
		transform: translate3d(0.8%, -0.8%, 0) scale(1.02);
	}
	100% {
		background-position: 46% 52%, 57% 48%, 49% 58%;
		transform: translate3d(1%, 0.4%, 0) scale(1.01);
	}
}

@keyframes zoowaiShopGlassFlow {
	from {
		background-position: 42% 50%, 54% 50%;
		transform: translate3d(-1%, 0, 0);
	}
	to {
		background-position: 58% 50%, 46% 52%;
		transform: translate3d(1%, 0, 0);
	}
}

@keyframes zoowaiLiquidMouseFlow {
	0% {
		background-position: 50% 50%, 48% 50%, 52% 53%, 46% 50%, 56% 54%;
		transform: translate3d(-0.8%, 0.4%, 0);
	}
	42% {
		background-position: 58% 45%, 54% 48%, 47% 58%, 56% 48%, 49% 57%;
		transform: translate3d(0.7%, -0.6%, 0);
	}
	100% {
		background-position: 42% 58%, 46% 57%, 58% 49%, 59% 55%, 47% 50%;
		transform: translate3d(1%, 0.5%, 0);
	}
}

@keyframes zoowaiLiquidSurfaceFlow {
	0% {
		background-position: 44% 48%, 54% 58%, 50% 44%, 50% 50%;
		transform: translate3d(-0.6%, 0.4%, 0);
	}
	50% {
		background-position: 56% 44%, 46% 54%, 58% 50%, 48% 52%;
		transform: translate3d(0.5%, -0.6%, 0);
	}
	100% {
		background-position: 48% 58%, 60% 48%, 44% 56%, 52% 48%;
		transform: translate3d(0.8%, 0.5%, 0);
	}
}

@keyframes zoowaiRipplePulse {
	0% {
		opacity: 0.82;
		transform: scale(0.74);
	}
	70% {
		opacity: 0.1;
		transform: scale(1.12);
	}
	100% {
		opacity: 0;
		transform: scale(1.18);
	}
}

@media (prefers-reduced-motion: reduce) {
	.zoowai-mega-panel,
	.zoowai-category-pill:hover::before,
	.zoowai-category-pill:focus-visible::before,
	.zoowai-category-pill.is-selected::before,
	.zoowai-product-card:hover::before,
	.zoowai-product-card:focus-visible::before,
	.zoowai-forum-board:hover::before,
	.zoowai-forum-board:focus-visible::before,
	.zoowai-nav-link-hot::after,
	.zoowai-nav-link-shop::after,
	.zoowai-mega-feature::before {
		animation: none;
	}

	.zoowai-liquid-logo,
	.zoowai-nav-link,
	.zoowai-tool-button,
	.zoowai-category-pill,
	.zoowai-product-card,
	.zoowai-forum-board,
	.zoowai-feature-image,
	.zoowai-nav-drawer,
	.zoowai-nav-drawer-scrim {
		transition: none;
	}
}

@media (max-width: 1120px) {
	.zoowai-liquid-header {
		padding: 0 10px;
	}

	.zoowai-liquid-shell {
		grid-template-columns: auto minmax(0, 1fr) auto;
		gap: 12px;
		width: min(100%, calc(100vw - 20px));
		min-height: 62px;
		padding: 8px 10px;
	}

	.zoowai-liquid-logo {
		min-width: 98px;
		height: 40px;
		padding: 0 15px;
		font-size: 20px;
	}

	.zoowai-liquid-nav {
		justify-content: flex-start;
		gap: 4px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.zoowai-liquid-nav::-webkit-scrollbar {
		display: none;
	}

	.zoowai-nav-link {
		min-height: 36px;
		padding: 0 11px;
		font-size: 13px;
	}

	.zoowai-nav-link-hot {
		padding: 0 13px;
	}

	.zoowai-nav-link-shop {
		min-width: 70px;
		padding: 0 11px 0 13px;
	}

	.zoowai-liquid-tools {
		gap: 5px;
	}

	.zoowai-tool-button {
		width: 38px;
		height: 38px;
	}

	.zoowai-tool-account {
		min-width: 76px;
		padding: 0 11px;
		white-space: nowrap;
	}

	.zoowai-tool-text {
		font-size: 12px;
		white-space: nowrap;
	}

	.zoowai-mega-wrap {
		width: min(100%, calc(100vw - 20px));
	}

	.zoowai-mega-glass {
		grid-template-columns: minmax(210px, 0.82fr) minmax(390px, 1.35fr) minmax(250px, 0.88fr);
		gap: 12px;
		padding: 14px;
		border-radius: 24px;
		max-height: min(420px, calc(100dvh - 116px));
		overflow: auto;
	}

	.zoowai-mega-feature {
		grid-column: auto;
		min-height: 296px;
	}

	.zoowai-mega-categories {
		gap: 7px;
		padding: 14px;
	}

	.zoowai-mega-categories h2 {
		font-size: 21px;
	}

	.zoowai-category-pill {
		min-height: 44px;
		padding: 8px 10px;
	}

	.zoowai-mega-products {
		gap: 10px;
		padding: 12px;
	}

	.zoowai-mega-products.is-forum-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.zoowai-forum-board {
		min-height: 142px;
		padding: 14px 10px 12px 14px;
	}

	.zoowai-forum-mark {
		width: 26px;
		height: 26px;
		margin-bottom: 10px;
	}

	.zoowai-forum-board strong {
		font-size: 16px;
	}

	.zoowai-forum-board small {
		font-size: 12px;
	}

	.zoowai-forum-tags {
		gap: 5px;
		margin-top: 12px;
	}

	.zoowai-feature-copy {
		padding: 13px;
	}

	.zoowai-feature-copy h3 {
		font-size: 18px;
	}
}

@media (max-width: 760px) {
	.zoowai-liquid-nav-page .main-page-wrapper {
		padding-top: 126px;
	}

	.zoowai-liquid-header {
		top: 10px;
		padding: 0 10px;
	}

	.admin-bar .zoowai-liquid-header {
		top: 46px;
	}

	.zoowai-liquid-shell {
		grid-template-columns: 1fr auto;
		grid-template-areas:
			"logo tools"
			"nav nav";
		gap: 8px 10px;
		width: min(100%, calc(100vw - 20px));
		min-height: 98px;
		padding: 10px;
		border-radius: 24px;
	}

	.zoowai-liquid-logo {
		grid-area: logo;
		min-width: 102px;
		height: 40px;
		font-size: 20px;
	}

	.zoowai-liquid-tools {
		grid-area: tools;
	}

	.zoowai-liquid-nav {
		grid-area: nav;
		justify-content: flex-start;
		width: 100%;
	}

	.zoowai-nav-link {
		min-height: 36px;
		padding: 0 12px;
		font-size: 13px;
	}

	.zoowai-tool-button {
		width: 38px;
		height: 38px;
	}

	.zoowai-tool-account {
		min-width: 38px;
		padding: 0;
	}

	.zoowai-tool-text {
		display: none;
	}

	.zoowai-mega-wrap {
		width: min(100%, calc(100vw - 20px));
		margin-top: 8px;
	}

	.zoowai-mega-glass {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 12px;
		border-radius: 24px;
		max-height: calc(100dvh - 176px);
		overflow: auto;
	}

	.zoowai-mega-categories,
	.zoowai-mega-products,
	.zoowai-mega-feature {
		border-radius: 18px;
	}

	.zoowai-mega-products {
		grid-template-columns: 1fr;
	}

	.zoowai-mega-products.is-forum-grid {
		grid-template-columns: 1fr;
	}

	.zoowai-product-card {
		grid-template-columns: 64px minmax(0, 1fr);
		min-height: 82px;
	}

	.zoowai-forum-board {
		min-height: 148px;
	}

	.zoowai-product-thumb {
		width: 64px;
	}

	.zoowai-mega-feature {
		min-height: 238px;
	}
}

.zoowai-liquid-header a:focus,
.zoowai-liquid-header button:focus {
	outline: 0 !important;
	outline-offset: 0 !important;
}

/* The side drawer is phone-only. Tablets and laptops retain the complete navigation. */
@media (max-width: 767px) {
	.zoowai-liquid-nav-page .main-page-wrapper {
		padding-top: 92px;
	}

	.zoowai-liquid-header {
		top: 12px;
		padding: 0 12px;
	}

	.admin-bar .zoowai-liquid-header {
		top: 44px;
	}

	.zoowai-liquid-shell {
		grid-template-columns: auto minmax(0, 1fr) auto;
		grid-template-areas: none;
		gap: 10px;
		width: min(100%, calc(100vw - 24px));
		min-height: 64px;
		padding: 8px 10px;
		border-radius: 999px;
	}

	.zoowai-nav-drawer-toggle {
		display: inline-flex;
		width: 40px;
		height: 40px;
		padding: 0;
	}

	.zoowai-liquid-logo {
		grid-area: auto;
		min-width: 100px;
		height: 40px;
		padding: 0 15px;
		font-size: 20px;
	}

	.zoowai-liquid-nav,
	.zoowai-mega-wrap {
		display: none !important;
	}

	.zoowai-liquid-tools {
		grid-area: auto;
		gap: 6px;
	}

	.zoowai-tool-button {
		width: 40px;
		height: 40px;
	}

	.zoowai-tool-account {
		display: none;
	}

	.zoowai-nav-drawer-scrim {
		display: block;
		position: fixed;
		inset: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		border: 0;
		background: rgba(11, 29, 52, 0.34);
		cursor: pointer;
		opacity: 1;
		transition: opacity 220ms ease;
	}

	.zoowai-nav-drawer-scrim[hidden] {
		display: none;
	}

	.zoowai-nav-drawer {
		display: flex;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		z-index: 2;
		flex-direction: column;
		width: min(360px, calc(100vw - 46px));
		padding: max(24px, env(safe-area-inset-top)) 18px 24px;
		border-right: 1px solid rgba(255, 255, 255, 0.72);
		background:
			linear-gradient(155deg, rgba(255, 255, 255, 0.96), rgba(228, 244, 255, 0.9)),
			rgba(239, 249, 255, 0.94);
		box-shadow: 20px 0 56px rgba(16, 48, 82, 0.22), inset -1px 0 0 rgba(103, 181, 255, 0.16);
		backdrop-filter: blur(20px) saturate(150%);
		-webkit-backdrop-filter: blur(20px) saturate(150%);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: translateX(-104%);
		transition: transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 180ms ease, visibility 0s linear 240ms;
	}

	.zoowai-nav-drawer.is-open {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translateX(0);
		transition-delay: 0s;
	}

	.zoowai-nav-drawer-head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 46px;
		padding: 0 2px 16px;
		border-bottom: 1px solid rgba(113, 174, 232, 0.24);
		color: #163351;
		font-size: 13px;
		font-weight: 760;
		letter-spacing: 0.08em;
		text-transform: uppercase;
	}

	.zoowai-nav-drawer-close {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		border: 1px solid rgba(82, 157, 236, 0.24);
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.68);
		color: #173650;
		cursor: pointer;
	}

	.zoowai-nav-drawer-close:hover,
	.zoowai-nav-drawer-close:focus-visible {
		border-color: rgba(36, 140, 255, 0.46);
		color: var(--zoowai-blue);
		outline: none;
	}

	.zoowai-nav-drawer-links {
		display: grid;
		gap: 6px;
		padding-top: 18px;
		overflow-y: auto;
	}

	.zoowai-nav-drawer-links a {
		display: flex;
		align-items: center;
		min-height: 48px;
		padding: 0 14px;
		border: 1px solid transparent;
		border-radius: 14px;
		color: #173650;
		font-size: 16px;
		font-weight: 680;
		text-decoration: none;
		transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
	}

	.zoowai-nav-drawer-links a:hover,
	.zoowai-nav-drawer-links a:focus-visible {
		border-color: rgba(103, 181, 255, 0.32);
		background: rgba(255, 255, 255, 0.72);
		color: var(--zoowai-blue);
		outline: none;
	}

	html.zoowai-nav-drawer-open,
	body.zoowai-nav-drawer-open {
		overflow: hidden;
	}
}

@media (min-width: 768px) and (max-width: 1099px) {
	.zoowai-liquid-header {
		top: 12px;
		padding: 0 12px;
	}

	.admin-bar .zoowai-liquid-header {
		top: 44px;
	}

	.zoowai-liquid-shell {
		grid-template-columns: minmax(94px, 0.7fr) auto minmax(126px, 0.7fr);
		gap: 6px;
		width: min(100%, calc(100vw - 24px));
		min-height: 58px;
		padding: 7px 8px;
	}

	.zoowai-liquid-logo {
		min-width: 94px;
		height: 38px;
		padding: 0 12px;
		font-size: 18px;
	}

	.zoowai-liquid-nav {
		gap: 2px;
	}

	.zoowai-nav-link {
		min-height: 36px;
		padding: 0 6px;
		font-size: 11px;
	}

	.zoowai-nav-link-hot {
		padding: 0 8px;
	}

	.zoowai-nav-link-shop {
		min-width: 58px;
		padding: 0 8px;
	}

	.zoowai-liquid-tools {
		gap: 4px;
	}

	.zoowai-tool-button {
		width: 36px;
		height: 36px;
	}

	.zoowai-tool-account {
		min-width: 56px;
		padding: 0 6px;
	}

	.zoowai-tool-text {
		font-size: 11px;
	}

	.zoowai-mega-wrap {
		width: min(100%, calc(100vw - 24px));
	}

	.zoowai-mega-glass {
		grid-template-columns: minmax(150px, 0.78fr) minmax(250px, 1.32fr) minmax(178px, 0.9fr);
		gap: 8px;
		padding: 10px;
		max-height: none;
		overflow: visible;
	}

	.zoowai-mega-categories {
		gap: 6px;
		padding: 10px;
	}

	.zoowai-mega-categories h2 {
		margin-bottom: 4px;
		font-size: 19px;
	}

	.zoowai-category-pill {
		min-height: 38px;
		gap: 6px;
		padding: 7px 8px;
		border-radius: 12px;
	}

	.zoowai-category-pill span {
		font-size: 12px;
	}

	.zoowai-category-pill small {
		font-size: 10px;
	}

	.zoowai-mega-products {
		gap: 8px;
		padding: 10px;
	}

	.zoowai-product-card {
		grid-template-columns: 52px minmax(0, 1fr);
		gap: 8px;
		min-height: 76px;
		padding: 8px;
		border-radius: 16px;
	}

	.zoowai-product-thumb {
		width: 52px;
		border-radius: 12px;
	}

	.zoowai-product-copy {
		gap: 3px;
	}

	.zoowai-product-copy strong {
		font-size: 13px;
	}

	.zoowai-product-copy small {
		font-size: 10px;
	}

	.zoowai-mega-feature {
		grid-column: auto;
		min-height: 252px;
		padding: 10px;
	}

	.zoowai-feature-image {
		inset: 10px 10px 76px;
		border-radius: 14px;
	}

	.zoowai-feature-copy {
		left: 10px;
		right: 10px;
		bottom: 10px;
		gap: 4px;
		padding: 10px;
		border-radius: 14px;
	}

	.zoowai-feature-copy h3 {
		font-size: 16px;
	}

	.zoowai-feature-copy span {
		font-size: 10px;
		line-height: 1.3;
	}

	.zoowai-feature-copy button {
		min-height: 28px;
		padding: 0 10px;
		font-size: 10px;
	}
}

@media (max-width: 767px) {
	.zoowai-liquid-nav-page .main-page-wrapper {
		padding-top: 84px;
	}

	body.single-product.zoowai-liquid-nav-page:not(.zoowai-product-template-page) .main-page-wrapper {
		padding-top: 84px;
	}

	.zoowai-liquid-header {
		top: 10px;
		padding: 0 10px;
	}

	.admin-bar .zoowai-liquid-header {
		top: 46px;
	}

	.zoowai-liquid-shell {
		width: min(100%, calc(100vw - 20px));
		padding: 8px;
	}

	.zoowai-nav-drawer {
		width: min(340px, calc(100vw - 34px));
		padding-right: 14px;
		padding-left: 14px;
	}
}

@supports not ((backdrop-filter: blur(20px)) or (-webkit-backdrop-filter: blur(20px))) {
	.zoowai-liquid-shell,
	.zoowai-mega-glass,
	.zoowai-feature-copy,
	.zoowai-nav-link.is-active:not(.zoowai-nav-link-hot):not(.zoowai-nav-link-shop) {
		background: rgba(255, 255, 255, 0.96);
	}
}
