body.zoowai-category-hub-page {
	--zoowai-hub-ink: #102d4e;
	--zoowai-hub-muted: #58718d;
	--zoowai-hub-blue: #1688ff;
	--zoowai-hub-line: rgba(91, 174, 248, 0.3);
	--zoowai-hub-surface: rgba(255, 255, 255, 0.74);
	background: #eaf7ff;
	color: var(--zoowai-hub-ink);
}

body.zoowai-category-hub-page .whb-header,
body.zoowai-category-hub-page .wd-footer.footer-container,
body.zoowai-category-hub-page .page-title {
	display: none !important;
}

.zoowai-category-hub,
.zoowai-category-hub-footer {
	font-family: "Avenir Next", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.zoowai-category-hub {
	position: relative;
	overflow: hidden;
	padding: 164px 24px 46px;
	background:
		linear-gradient(110deg, rgba(255, 255, 255, 0.9) 0 38%, rgba(216, 240, 255, 0.78) 38% 73%, rgba(239, 250, 255, 0.94) 73%),
		radial-gradient(circle at 84% 13%, rgba(58, 164, 255, 0.2), transparent 29%),
	#eaf7ff;
}

.zoowai-category-hub.is-shop {
	padding-top: 112px;
}

.zoowai-category-hub.is-shop .zoowai-category-hub-content {
	padding-top: 0;
}

.zoowai-category-hub::before,
.zoowai-category-hub::after {
	position: absolute;
	z-index: 0;
	content: "";
	pointer-events: none;
}

.zoowai-category-hub::before {
	top: 110px;
	right: -180px;
	width: 650px;
	height: 650px;
	border: 1px solid rgba(64, 165, 246, 0.24);
	border-radius: 50%;
	box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.15), 0 0 0 140px rgba(64, 165, 246, 0.05);
}

.zoowai-category-hub::after {
	bottom: -330px;
	left: -130px;
	width: 620px;
	height: 620px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(75, 192, 255, 0.17), transparent 66%);
}

.zoowai-category-hub-shell {
	position: relative;
	z-index: 1;
	width: min(1120px, 100%);
	margin: 0 auto;
}

.zoowai-category-hub-crumbs,
.zoowai-category-hub-eyebrow,
.zoowai-category-hub-section-heading > span,
.zoowai-category-hub-hero-meta span,
.zoowai-category-hub-hero-meta small,
.zoowai-category-hub-selector-card small,
.zoowai-category-hub-product-copy small {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.zoowai-category-hub-crumbs {
	display: flex;
	gap: 9px;
	align-items: center;
	margin: 0 0 32px;
	color: #6b8299;
}

.zoowai-category-hub-crumbs a,
.zoowai-category-hub-footer a {
	color: inherit;
	text-decoration: none;
}

.zoowai-category-hub-crumbs a:hover,
.zoowai-category-hub-footer a:hover {
	color: var(--zoowai-hub-blue);
}

.zoowai-category-hub-hero {
	position: relative;
	z-index: 1;
}

.zoowai-category-hub-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 244px;
	gap: clamp(32px, 7vw, 112px);
	align-items: end;
	padding: 0 30px 44px;
	border-bottom: 1px solid var(--zoowai-hub-line);
}

.zoowai-category-hub-eyebrow {
	margin: 0 0 12px;
	color: var(--zoowai-hub-blue);
}

.zoowai-category-hub-hero h1,
.zoowai-category-hub-section-heading h2,
.zoowai-category-hub-support h2 {
	margin: 0;
	color: var(--zoowai-hub-ink);
	font-weight: 800;
	letter-spacing: -0.06em;
}

.zoowai-category-hub-hero h1 {
	max-width: 680px;
	font-size: clamp(42px, 6.2vw, 80px);
	line-height: 0.96;
}

.zoowai-category-hub-hero-copy > p:not(.zoowai-category-hub-eyebrow) {
	max-width: 570px;
	margin: 24px 0 0;
	color: var(--zoowai-hub-muted);
	font-size: 16px;
	line-height: 1.8;
}

.zoowai-category-hub-hero-meta {
	display: grid;
	gap: 6px;
	padding: 20px 22px;
	border: 1px solid rgba(77, 165, 237, 0.4);
	border-radius: 22px 22px 2px 22px;
	background: rgba(255, 255, 255, 0.56);
	box-shadow: 0 18px 46px rgba(47, 129, 185, 0.1);
}

.zoowai-category-hub-hero-meta span,
.zoowai-category-hub-hero-meta small {
	color: var(--zoowai-hub-muted);
}

.zoowai-category-hub-hero-meta strong {
	font-size: 22px;
	line-height: 1.15;
}

.zoowai-category-hub-content {
	display: grid;
	gap: 26px;
	padding-top: 34px;
}

.zoowai-category-hub-selector,
.zoowai-category-hub-collections,
.zoowai-category-hub-catalog,
.zoowai-category-hub-products,
.zoowai-category-hub-support {
	border: 1px solid var(--zoowai-hub-line);
	border-radius: 26px;
	background: var(--zoowai-hub-surface);
	box-shadow: 0 22px 60px rgba(42, 123, 176, 0.08);
	backdrop-filter: blur(16px);
}

.zoowai-category-hub-selector,
.zoowai-category-hub-collections,
.zoowai-category-hub-catalog,
.zoowai-category-hub-products {
	padding: 27px 28px 28px;
}

.zoowai-category-hub-section-heading {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	align-items: end;
	margin-bottom: 19px;
}

.zoowai-category-hub-section-heading h2,
.zoowai-category-hub-support h2 {
	font-size: clamp(24px, 3vw, 36px);
	line-height: 1;
}

.zoowai-category-hub-section-heading > span {
	color: var(--zoowai-hub-muted);
	white-space: nowrap;
}

.zoowai-category-hub-product-tools {
	display: grid;
	justify-items: end;
	gap: 8px;
}

.zoowai-category-hub-product-tools > span {
	color: var(--zoowai-hub-muted);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.zoowai-category-hub-product-controls {
	display: flex;
	align-items: center;
	gap: 12px;
}

.zoowai-category-hub-product-tools form {
	display: flex;
	gap: 8px;
	align-items: center;
}

.zoowai-category-hub-product-tools label {
	font-size: 12px;
	font-weight: 800;
}

.zoowai-category-hub-product-tools select,
.zoowai-category-hub-search-field {
	min-width: 170px;
	height: 42px;
	border: 1px solid rgba(60, 150, 224, .35);
	border-radius: 12px;
	background-color: rgba(255,255,255,.9);
	color: var(--zoowai-hub-ink);
	font-size: 13px;
	font-weight: 750;
}

.zoowai-category-hub-product-tools select {
	padding: 0 36px 0 13px;
}

.zoowai-category-hub-product-tools [data-zoowai-shop-search] {
	position: relative;
}

.zoowai-category-hub-search-field {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr) auto;
	align-items: center;
	gap: 7px;
	width: 220px;
	padding: 0 7px 0 11px;
}

.zoowai-category-hub-search-field:focus-within {
	border-color: var(--zoowai-hub-blue);
	box-shadow: 0 0 0 3px rgba(22, 136, 255, .13);
}

.zoowai-category-hub-search-field > .dashicons {
	width: 18px;
	height: 18px;
	color: var(--zoowai-hub-blue);
	font-size: 18px;
}

.zoowai-category-hub-search-field input {
	min-width: 0;
	height: 38px;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--zoowai-hub-ink);
	font: inherit;
}

.zoowai-category-hub-search-field input::placeholder {
	color: #6b8298;
	opacity: 1;
}

.zoowai-category-hub-search-field button {
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	padding: 0;
	border: 0;
	border-radius: 8px;
	background: #e6f3ff;
	color: #315a7c;
	cursor: pointer;
}

.zoowai-category-hub-search-field button:focus-visible {
	outline: 3px solid rgba(22, 136, 255, .28);
	outline-offset: 1px;
}

[data-zoowai-shop-search-clear][hidden] {
	display: none;
}

[data-zoowai-category-product][hidden] {
	display: none;
}

.zoowai-category-hub-product-tools [data-zoowai-shop-sort] > button[type="submit"] {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.zoowai-category-hub-search-empty[hidden] {
	display: none;
}

.zoowai-category-hub-search-empty {
	display: grid;
	place-items: center;
	gap: 7px;
	min-height: 190px;
	padding: 28px;
	border: 1px dashed rgba(60, 150, 224, .38);
	border-radius: 18px;
	background: rgba(255, 255, 255, .56);
	color: var(--zoowai-hub-muted);
	text-align: center;
}

.zoowai-category-hub-search-empty strong {
	color: var(--zoowai-hub-ink);
	font-size: 18px;
}

.zoowai-category-hub-search-empty p {
	max-width: 460px;
	margin: 0;
}

.zoowai-category-hub-selector-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 13px;
}

.zoowai-category-hub-collection-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 13px;
}

.zoowai-category-hub.is-shop {
	padding-top: 82px;
}

.zoowai-category-hub.is-shop .zoowai-category-hub-content {
	gap: 16px;
}

.zoowai-category-hub.is-shop .zoowai-category-hub-catalog {
	padding: 18px 20px 20px;
	border-radius: 22px;
}

.zoowai-category-hub.is-shop .zoowai-category-hub-catalog .zoowai-category-hub-section-heading {
	margin-bottom: 12px;
}

.zoowai-category-hub.is-shop .zoowai-category-hub-catalog .zoowai-category-hub-eyebrow {
	margin-bottom: 6px;
}

.zoowai-category-hub.is-shop .zoowai-category-hub-catalog .zoowai-category-hub-section-heading h2 {
	font-size: clamp(25px, 2.4vw, 30px);
}

.zoowai-category-hub-catalog-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 8px;
	min-height: 104px;
	align-items: start;
}

.zoowai-category-hub-catalog-parent {
	position: static;
	display: block;
	min-width: 0;
	border: 1px solid rgba(72, 168, 241, 0.4);
	border-radius: 12px;
	background: rgba(249, 253, 255, 0.76);
	overflow: visible;
	transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.zoowai-category-hub-catalog-parent:hover,
.zoowai-category-hub-catalog-parent.is-open {
	border-color: var(--zoowai-hub-blue);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 10px 22px rgba(49, 137, 196, 0.1);
}

.zoowai-category-hub-catalog-parent.is-published {
	border-color: rgba(56, 179, 197, 0.48);
}

.zoowai-category-hub-catalog-parent-head {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: stretch;
	min-height: 48px;
}

.zoowai-category-hub-catalog-parent-link {
	display: grid;
	gap: 2px;
	min-width: 0;
	padding: 8px 4px 8px 10px;
	border-radius: 11px 0 0 11px;
	color: var(--zoowai-hub-ink);
	text-decoration: none;
}

.zoowai-category-hub-catalog-parent-link:focus-visible,
.zoowai-category-hub-catalog-parent-link.is-current {
	outline: 3px solid rgba(22, 136, 255, 0.36);
	outline-offset: -3px;
}

.zoowai-category-hub-catalog-parent-meta {
	color: var(--zoowai-hub-muted);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-transform: uppercase;
}

.zoowai-category-hub-catalog-parent-eyebrow {
	display: none;
}

.zoowai-category-hub-catalog-parent-link strong {
	font-size: 14px;
	line-height: 1.2;
	white-space: nowrap;
}

.zoowai-category-hub-catalog-parent-head button {
	display: grid;
	place-items: center;
	align-self: stretch;
	width: 32px;
	min-height: 0;
	padding: 0;
	border: 0;
	border-radius: 0 11px 11px 0;
	background: transparent;
	color: var(--zoowai-hub-blue);
	cursor: pointer;
}

.zoowai-category-hub-catalog-parent-head button:hover,
.zoowai-category-hub-catalog-parent-head button:focus-visible {
	background: rgba(22, 136, 255, 0.08);
	outline: 2px solid rgba(22, 136, 255, 0.36);
	outline-offset: -2px;
}

.zoowai-category-hub-catalog-parent-head button span {
	display: block;
	font-size: 17px;
	line-height: 1;
	transition: transform 180ms ease;
}

.zoowai-category-hub-catalog-parent.is-open .zoowai-category-hub-catalog-parent-head button span {
	transform: rotate(45deg);
}

.zoowai-category-hub-catalog-children {
	display: none;
}

.zoowai-category-hub-catalog-parent.is-open .zoowai-category-hub-catalog-children {
	position: absolute;
	top: 56px;
	left: 0;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
	min-height: 48px;
	padding: 6px 8px;
	border: 1px solid rgba(72, 168, 241, 0.3);
	border-radius: 12px;
	background: rgba(246, 252, 255, 0.96);
	box-shadow: 0 10px 22px rgba(49, 137, 196, 0.08);
	box-sizing: border-box;
}

.zoowai-category-hub-catalog-children a {
	display: inline-flex;
	flex: 0 1 auto;
	gap: 7px;
	align-items: center;
	min-height: 32px;
	padding: 5px 9px;
	border: 1px solid rgba(72, 168, 241, 0.28);
	border-radius: 9px;
	color: var(--zoowai-hub-ink);
	background: rgba(255, 255, 255, 0.72);
	text-decoration: none;
	transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.zoowai-category-hub-catalog-children a:hover,
.zoowai-category-hub-catalog-children a:focus-visible,
.zoowai-category-hub-catalog-children a.is-current {
	border-color: var(--zoowai-hub-blue);
	background: #fff;
	color: var(--zoowai-hub-ink);
	outline: none;
}

.zoowai-category-hub-catalog-children a:hover {
	transform: translateY(-1px);
}

.zoowai-category-hub-catalog-children a > span {
	display: block;
}

.zoowai-category-hub-catalog-children a strong {
	font-size: 12px;
	line-height: 1.25;
	white-space: nowrap;
}

.zoowai-category-hub-catalog-children a small {
	display: none;
}

.zoowai-category-hub-catalog-children a em {
	color: var(--zoowai-hub-blue);
	font-size: 10px;
	font-style: normal;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}

.zoowai-category-hub-section-link {
	display: inline-flex;
	gap: 6px;
	align-items: center;
	color: var(--zoowai-hub-blue);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.zoowai-category-hub-section-link:hover {
	color: #0877e8;
}

.zoowai-category-hub-section-link i {
	font-size: 16px;
	font-style: normal;
}

.zoowai-category-hub-selector-card {
	position: relative;
	display: grid;
	gap: 7px;
	min-height: 132px;
	padding: 22px 54px 22px 21px;
	border: 1px solid rgba(72, 168, 241, 0.4);
	border-radius: 18px;
	color: var(--zoowai-hub-ink);
	background: rgba(249, 253, 255, 0.76);
	text-decoration: none;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.zoowai-category-hub-collection-card {
	position: relative;
	display: grid;
	gap: 8px;
	min-height: 148px;
	padding: 21px 46px 20px 20px;
	border: 1px solid rgba(72, 168, 241, 0.4);
	border-radius: 18px;
	color: var(--zoowai-hub-ink);
	background: rgba(249, 253, 255, 0.76);
	text-decoration: none;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.zoowai-category-hub-collection-card:hover,
.zoowai-category-hub-collection-card:focus-visible {
	transform: translateY(-3px);
	border-color: var(--zoowai-hub-blue);
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 15px 30px rgba(49, 137, 196, 0.15);
	color: var(--zoowai-hub-ink);
	outline: none;
}

.zoowai-category-hub-collection-card.is-published {
	border-color: rgba(56, 179, 197, 0.52);
	background: linear-gradient(135deg, rgba(211, 248, 244, 0.9), rgba(243, 253, 255, 0.85));
}

.zoowai-category-hub-collection-card.is-coming {
	color: #607995;
	background: rgba(246, 251, 255, 0.66);
}

.zoowai-category-hub-collection-card small,
.zoowai-category-hub-collection-card span {
	color: var(--zoowai-hub-muted);
	font-size: 12px;
	line-height: 1.45;
}

.zoowai-category-hub-collection-card strong {
	font-size: 18px;
	line-height: 1.16;
}

.zoowai-category-hub-collection-card i {
	position: absolute;
	top: 20px;
	right: 18px;
	color: var(--zoowai-hub-blue);
	font-size: 19px;
	font-style: normal;
}

.zoowai-category-hub-selector-card:hover {
	transform: translateY(-3px);
	border-color: var(--zoowai-hub-blue);
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 15px 30px rgba(49, 137, 196, 0.15);
	color: var(--zoowai-hub-ink);
}

.zoowai-category-hub-selector-card.is-published {
	border-color: rgba(56, 179, 197, 0.45);
	background: linear-gradient(135deg, rgba(211, 248, 244, 0.9), rgba(243, 253, 255, 0.85));
}

.zoowai-category-hub-selector-card.is-coming {
	color: #607995;
	background: rgba(246, 251, 255, 0.66);
}

.zoowai-category-hub-selector-card.is-all {
	border-style: dashed;
}

.zoowai-category-hub-selector-card strong {
	font-size: 19px;
	line-height: 1.15;
}

.zoowai-category-hub-selector-card span {
	color: var(--zoowai-hub-muted);
	font-size: 13px;
}

.zoowai-category-hub-selector-card i {
	position: absolute;
	top: 21px;
	right: 20px;
	color: var(--zoowai-hub-blue);
	font-size: 20px;
	font-style: normal;
}

.zoowai-category-hub-product-list {
	display: grid;
	gap: 13px;
}

.zoowai-category-hub.is-shop .zoowai-category-hub-product-list {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.zoowai-category-hub.is-shop .zoowai-category-hub-product-card {
	grid-template-columns: 1fr;
	gap: 13px;
	align-items: stretch;
}

.zoowai-category-hub.is-shop .zoowai-category-hub-product-image {
	min-height: 176px;
}

.zoowai-category-hub.is-shop .zoowai-category-hub-product-image img {
	max-height: 188px;
}

.zoowai-category-hub.is-shop .zoowai-category-hub-product-copy strong {
	font-size: 18px;
}

.zoowai-category-hub.is-shop .zoowai-category-hub-product-price {
	font-size: 18px;
}

.zoowai-category-hub.is-shop .zoowai-category-hub-product-action {
	justify-self: stretch;
}

.zoowai-category-hub-product-card {
	display: grid;
	grid-template-columns: 126px minmax(0, 1fr) minmax(120px, auto) 126px;
	gap: 20px;
	align-items: center;
	padding: 14px;
	border: 1px solid rgba(63, 163, 241, 0.38);
	border-radius: 20px;
	color: var(--zoowai-hub-ink);
	background: linear-gradient(110deg, rgba(255, 255, 255, 0.88), rgba(228, 246, 255, 0.7));
	text-decoration: none;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.zoowai-category-hub-product-card:hover {
	transform: translateY(-3px);
	border-color: var(--zoowai-hub-blue);
	box-shadow: 0 18px 36px rgba(30, 124, 186, 0.16);
	color: var(--zoowai-hub-ink);
}

.zoowai-category-hub-product-image {
	display: grid;
	min-height: 98px;
	place-items: center;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.92);
	overflow: hidden;
}

.zoowai-category-hub-product-image img {
	width: 100%;
	height: 100%;
	max-height: 108px;
	object-fit: contain;
}

.zoowai-category-hub-product-copy {
	display: grid;
	gap: 6px;
}

.zoowai-category-hub-product-copy small {
	color: var(--zoowai-hub-blue);
}

.zoowai-category-hub-product-copy strong {
	font-size: 21px;
	line-height: 1.15;
}

.zoowai-category-hub-product-copy > span {
	color: var(--zoowai-hub-muted);
	font-size: 13px;
	line-height: 1.55;
}

.zoowai-category-hub-product-price {
	color: var(--zoowai-hub-blue);
	font-size: 21px;
	font-weight: 800;
	white-space: nowrap;
}

.zoowai-category-hub-product-action,
.zoowai-category-hub-primary-action,
.zoowai-category-hub-empty a {
	display: inline-flex;
	justify-content: center;
	gap: 8px;
	align-items: center;
	padding: 13px 16px;
	border-radius: 999px;
	background: var(--zoowai-hub-blue);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.zoowai-category-hub-product-card:hover .zoowai-category-hub-product-action,
.zoowai-category-hub-primary-action:hover,
.zoowai-category-hub-empty a:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 20px rgba(22, 136, 255, 0.26);
	background: #0877e8;
	color: #fff;
}

.zoowai-category-hub-empty {
	display: grid;
	justify-items: start;
	gap: 12px;
	padding: 35px 22px;
	border: 1px dashed rgba(71, 157, 223, 0.5);
	border-radius: 19px;
	background: rgba(249, 253, 255, 0.62);
}

.zoowai-category-hub-empty strong {
	font-size: 25px;
}

.zoowai-category-hub-empty p {
	margin: 0;
	color: var(--zoowai-hub-muted);
	line-height: 1.65;
}

.zoowai-category-hub-support {
	display: flex;
	justify-content: space-between;
	gap: 36px;
	align-items: end;
	padding: clamp(28px, 5vw, 58px);
	background: linear-gradient(124deg, rgba(15, 44, 75, 0.98), rgba(26, 93, 137, 0.93));
	color: #edf9ff;
}

.zoowai-category-hub-support h2 {
	color: #fff;
}

.zoowai-category-hub-support .zoowai-category-hub-eyebrow {
	color: #74d9ff;
}

.zoowai-category-hub-support > div > p:not(.zoowai-category-hub-eyebrow) {
	max-width: 620px;
	margin: 18px 0 0;
	color: rgba(237, 249, 255, 0.76);
	line-height: 1.75;
}

.zoowai-category-hub-primary-action {
	flex: 0 0 auto;
	background: #fff;
	color: #1767ad;
}

.zoowai-category-hub-primary-action:hover {
	background: #dff4ff;
	color: #0b5c9e;
}

.zoowai-category-hub-footer {
	padding: 30px 24px;
	color: rgba(233, 247, 255, 0.82);
	background: #102d4e;
}

.zoowai-category-hub-footer .zoowai-category-hub-shell {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 40px;
	align-items: center;
}

.zoowai-category-hub-footer-brand {
	color: #fff !important;
	font-size: 25px;
	font-weight: 800;
	letter-spacing: -0.06em;
}

.zoowai-category-hub-footer p {
	margin: 0;
	font-size: 13px;
}

.zoowai-category-hub-footer nav {
	display: flex;
	gap: 24px;
	font-size: 13px;
	font-weight: 700;
}

@media (max-width: 900px) {
	.zoowai-category-hub {
		padding-top: 136px;
	}

	.zoowai-category-hub.is-shop {
		padding-top: 86px;
	}

	.zoowai-category-hub-hero-grid,
	.zoowai-category-hub-product-card,
	.zoowai-category-hub-footer .zoowai-category-hub-shell {
		grid-template-columns: 1fr;
	}

	.zoowai-category-hub-hero-grid {
		gap: 25px;
		padding: 0 0 34px;
	}

	.zoowai-category-hub-hero-meta {
		max-width: 300px;
	}

	.zoowai-category-hub-product-card {
		gap: 13px;
	}

	.zoowai-category-hub-selector-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.zoowai-category-hub-collection-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.zoowai-category-hub.is-shop .zoowai-category-hub-product-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.zoowai-category-hub-catalog-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		min-height: 160px;
		align-content: start;
	}

	.zoowai-category-hub-catalog-parent.is-open .zoowai-category-hub-catalog-children {
		top: 112px;
	}

	.zoowai-category-hub-product-image {
		max-width: 180px;
	}

	.zoowai-category-hub-product-action {
		justify-self: start;
	}

	.zoowai-category-hub-footer .zoowai-category-hub-shell {
		gap: 14px;
	}

	.zoowai-category-hub-footer nav {
		flex-wrap: wrap;
	}
}

@media (min-width: 681px) and (max-width: 900px) {
	.zoowai-category-hub:not(.is-shop) .zoowai-category-hub-product-card {
		grid-template-columns: 112px minmax(0, 1fr) minmax(90px, auto) 126px;
		gap: 14px;
	}

	.zoowai-category-hub:not(.is-shop) .zoowai-category-hub-product-image {
		width: 112px;
		max-width: 112px;
	}

	.zoowai-category-hub:not(.is-shop) .zoowai-category-hub-product-action {
		justify-self: stretch;
	}
}

@media (max-width: 560px) {
	.zoowai-category-hub {
		padding: 118px 15px 28px;
	}

	.zoowai-category-hub.is-shop {
		padding-top: 76px;
	}

	.zoowai-category-hub-crumbs {
		margin-bottom: 23px;
	}

	.zoowai-category-hub-hero h1 {
		font-size: 43px;
	}

	.zoowai-category-hub-selector,
	.zoowai-category-hub-collections,
	.zoowai-category-hub-catalog,
	.zoowai-category-hub-products {
		padding: 20px 16px;
		border-radius: 20px;
	}

	.zoowai-category-hub-section-heading,
	.zoowai-category-hub-support {
		align-items: flex-start;
		flex-direction: column;
	}

	.zoowai-category-hub-section-heading > span {
		white-space: normal;
	}

	.zoowai-category-hub-product-tools {
		width: 100%;
		justify-items: start;
	}

	.zoowai-category-hub-product-controls {
		display: grid;
		width: 100%;
	}

	.zoowai-category-hub-product-tools form {
		width: 100%;
	}

	.zoowai-category-hub-product-tools select,
	.zoowai-category-hub-search-field {
		flex: 1;
		width: auto;
		min-width: 0;
	}

	.zoowai-category-hub-selector-grid {
		grid-template-columns: 1fr;
	}

	.zoowai-category-hub-collection-grid {
		grid-template-columns: 1fr;
	}

	.zoowai-category-hub.is-shop .zoowai-category-hub-product-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.zoowai-category-hub.is-shop .zoowai-category-hub-product-card {
		gap: 9px;
		padding: 10px;
		border-radius: 16px;
	}

	.zoowai-category-hub.is-shop .zoowai-category-hub-product-image {
		width: 100%;
		height: 118px;
		max-width: none;
		min-height: 118px;
		border-radius: 12px;
	}

	.zoowai-category-hub.is-shop .zoowai-category-hub-product-image img {
		max-height: 118px;
	}

	.zoowai-category-hub.is-shop .zoowai-category-hub-product-copy {
		gap: 4px;
	}

	.zoowai-category-hub.is-shop .zoowai-category-hub-product-copy small {
		font-size: 10px;
		line-height: 1.3;
	}

	.zoowai-category-hub.is-shop .zoowai-category-hub-product-copy strong {
		display: -webkit-box;
		overflow: hidden;
		font-size: 15px;
		line-height: 1.25;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.zoowai-category-hub.is-shop .zoowai-category-hub-product-copy > span {
		display: -webkit-box;
		overflow: hidden;
		font-size: 11px;
		line-height: 1.4;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.zoowai-category-hub.is-shop .zoowai-category-hub-product-price {
		font-size: 17px;
		line-height: 1.2;
	}

	.zoowai-category-hub.is-shop .zoowai-category-hub-product-action {
		gap: 4px;
		width: 100%;
		padding: 11px 6px;
		font-size: 11px;
	}

	.zoowai-category-hub-catalog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		min-height: 0;
	}

	.zoowai-category-hub-catalog-parent {
		position: relative;
	}

	.zoowai-category-hub-catalog-parent.is-open .zoowai-category-hub-catalog-children {
		position: static;
		margin: 0 6px 6px;
		box-shadow: none;
	}

	.zoowai-category-hub-catalog-children a {
		flex-basis: 100%;
	}

	.zoowai-category-hub-support {
		gap: 22px;
		padding: 29px 22px;
		border-radius: 20px;
	}

	.zoowai-category-hub-primary-action {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.zoowai-category-hub *,
	.zoowai-category-hub-footer * {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* Support command deck — selected Scheme A. */
.zoowai-category-hub.is-support {
	padding-top: 106px;
	padding-bottom: 28px;
}

.zoowai-category-hub.is-support .zoowai-category-hub-shell,
.zoowai-category-hub-footer.is-support .zoowai-category-hub-shell {
	width: min(1340px, 100%);
}

.zoowai-category-hub.is-support .zoowai-category-hub-hero-grid {
	grid-template-columns: minmax(0, 1fr);
	padding: 0 10px 18px;
}

.zoowai-category-hub.is-support .zoowai-category-hub-hero h1 {
	max-width: 920px;
	font-size: clamp(38px, 3.3vw, 46px);
	line-height: 1.03;
}

.zoowai-category-hub.is-support .zoowai-category-hub-hero-copy > p:not(.zoowai-category-hub-eyebrow) {
	max-width: 680px;
	margin-top: 14px;
	font-size: 15px;
	line-height: 1.65;
}

.zoowai-category-hub.is-support .zoowai-category-hub-content {
	gap: 0;
	padding-top: 22px;
}

.zoowai-support-command-deck {
	display: grid;
	gap: 34px;
}

.zoowai-support-channel-rail {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 8px;
	padding: 8px;
	border: 1px solid var(--zoowai-hub-line);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 18px 50px rgba(42, 123, 176, 0.08);
	backdrop-filter: blur(16px);
}

.zoowai-support-channel-rail a {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	min-height: 88px;
	padding: 14px 12px;
	border: 1px solid transparent;
	border-radius: 18px;
	color: var(--zoowai-hub-ink);
	text-decoration: none;
	transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.zoowai-support-channel-rail a:hover,
.zoowai-support-channel-rail a:focus-visible {
	border-color: rgba(58, 155, 238, 0.34);
	background: rgba(233, 247, 255, 0.9);
	box-shadow: 0 12px 26px rgba(42, 123, 176, 0.1);
	transform: translateY(-1px);
}

.zoowai-support-channel-rail .dashicons {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #e1f3ff;
	color: #197ed7;
	font-size: 24px;
	line-height: 46px;
}

.zoowai-support-channel-rail a > span:last-child {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.zoowai-support-channel-rail strong {
	font-size: 15px;
	line-height: 1.2;
}

.zoowai-support-channel-rail small {
	color: var(--zoowai-hub-muted);
	font-size: 11px;
	line-height: 1.35;
}

.zoowai-support-primary-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.zoowai-support-product-help,
.zoowai-support-human,
.zoowai-support-info-panel {
	border: 1px solid var(--zoowai-hub-line);
	border-radius: 26px;
	box-shadow: 0 22px 60px rgba(42, 123, 176, 0.09);
}

.zoowai-support-product-help {
	display: grid;
	grid-template-columns: 225px minmax(0, 1fr);
	column-gap: 22px;
	padding: 25px;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(16px);
}

.zoowai-support-section-heading {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: end;
	grid-column: 1 / -1;
	margin-bottom: 20px;
}

.zoowai-support-section-heading h2,
.zoowai-support-human h2,
.zoowai-support-info-heading h2 {
	margin: 0;
	font-size: clamp(25px, 2.5vw, 30px);
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 1;
}

.zoowai-support-section-heading > span {
	color: var(--zoowai-hub-muted);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-align: right;
}

.zoowai-support-product-intro {
	display: contents;
}

.zoowai-support-product-image {
	display: block;
	min-height: 150px;
	grid-row: 2 / span 2;
	border-radius: 18px;
	background: linear-gradient(135deg, #edf7ff, #fff);
	overflow: hidden;
}

.zoowai-support-product-image img {
	display: block;
	width: 100%;
	height: 205px;
	object-fit: contain;
}

.zoowai-support-product-intro > div {
	display: grid;
	justify-items: start;
	align-self: start;
	gap: 5px;
}

.zoowai-support-product-intro p,
.zoowai-support-human-heading p,
.zoowai-support-human article > p,
.zoowai-support-info-heading p {
	margin: 0;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.zoowai-support-product-intro p {
	color: #1785e2;
}

.zoowai-support-product-intro h3 {
	margin: 0;
	color: var(--zoowai-hub-ink);
	font-size: clamp(19px, 2vw, 24px);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.05;
}

.zoowai-support-product-title-link {
	color: inherit;
	text-decoration: none;
}

.zoowai-support-product-title-link:hover h3,
.zoowai-support-product-title-link:focus-visible h3 {
	color: #0874d1;
}

.zoowai-support-product-intro > div > span {
	color: var(--zoowai-hub-muted);
	font-size: 13px;
}

.zoowai-support-text-link {
	display: inline-flex;
	gap: 4px;
	align-items: center;
	margin-top: 5px;
	color: #1476cb;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

.zoowai-support-text-link .dashicons,
.zoowai-support-guide-manual a .dashicons,
.zoowai-support-human article a .dashicons {
	width: 16px;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
}

.zoowai-support-guide-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-self: end;
	gap: 7px;
	margin-top: 11px;
}

.zoowai-support-guide-list details,
.zoowai-support-guide-manual {
	border: 1px solid rgba(98, 177, 239, 0.25);
	border-radius: 17px;
	background: rgba(250, 253, 255, 0.9);
}

.zoowai-support-guide-list details {
	padding: 0 10px;
}

.zoowai-support-guide-list summary {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	grid-template-rows: auto auto;
	gap: 1px 7px;
	align-items: center;
	min-height: 54px;
	cursor: pointer;
	list-style: none;
}

.zoowai-support-guide-list summary::-webkit-details-marker {
	display: none;
}

.zoowai-support-guide-list summary > span {
	grid-row: 1 / 3;
	color: #1884df;
	font-size: 10px;
	font-weight: 800;
}

.zoowai-support-guide-list summary strong {
	font-size: 14px;
}

.zoowai-support-guide-list summary small {
	grid-column: 2;
	color: #648098;
	font-size: 9px;
	font-weight: 700;
	line-height: 1.25;
}

.zoowai-support-guide-list details > p {
	margin: -1px 0 15px 27px;
	color: var(--zoowai-hub-muted);
	font-size: 12px;
	line-height: 1.65;
}

.zoowai-support-guide-manual {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr) auto;
	grid-template-rows: auto auto;
	gap: 1px 7px;
	align-items: center;
	min-height: 54px;
	padding: 8px 10px;
}

.zoowai-support-guide-manual > .dashicons {
	grid-row: 1 / 3;
	color: #1784df;
}

.zoowai-support-guide-manual > span:nth-child(2) {
	display: grid;
	gap: 3px;
}

.zoowai-support-guide-manual strong {
	font-size: 14px;
}

.zoowai-support-guide-manual small {
	color: var(--zoowai-hub-muted);
	font-size: 9px;
}

.zoowai-support-guide-manual a {
	display: inline-flex;
	gap: 3px;
	align-items: center;
	color: #1476cb;
	font-size: 11px;
	font-weight: 800;
	text-decoration: none;
}

.zoowai-support-guide-manual em {
	display: inline-flex;
	color: #70889e;
	font-size: 11px;
	font-style: normal;
	font-weight: 800;
}

.zoowai-support-product-more {
	display: flex;
	grid-column: 1 / -1;
	justify-content: center;
	gap: 5px;
	align-items: center;
	margin-top: 16px;
	min-height: 44px;
	border: 1px solid rgba(65, 151, 222, 0.3);
	border-radius: 13px;
	color: #164f82;
	font-size: 11px;
	font-weight: 800;
	text-decoration: none;
}

.zoowai-support-product-more .dashicons {
	width: 16px;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
}

.zoowai-support-human {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-content: start;
	gap: 11px;
	padding: 25px;
	border-color: rgba(35, 126, 195, 0.46);
	background: linear-gradient(145deg, #133b64, #1f628e);
	color: rgba(239, 248, 255, 0.78);
}

.zoowai-support-human-heading {
	grid-column: 1 / -1;
	display: flex;
	gap: 13px;
	align-items: center;
	margin-bottom: 7px;
}

.zoowai-support-human-heading > .dashicons {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.13);
	color: #8edbff;
	font-size: 22px;
	line-height: 42px;
}

.zoowai-support-human-heading p,
.zoowai-support-human article > p {
	color: #8edbff;
}

.zoowai-support-human h2,
.zoowai-support-human h3 {
	color: #fff;
}

.zoowai-support-human article {
	display: flex;
	flex-direction: column;
	padding: 17px;
	border: 1px solid rgba(175, 224, 255, 0.15);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.07);
}

.zoowai-support-human article h3 {
	margin: 5px 0 7px;
	font-size: 19px;
	font-weight: 800;
	letter-spacing: -0.025em;
}

.zoowai-support-human article > span {
	display: block;
	font-size: 12px;
	line-height: 1.65;
}

.zoowai-support-human article a {
	display: flex;
	justify-content: center;
	gap: 5px;
	align-items: center;
	width: 100%;
	min-height: 38px;
	margin-top: 16px;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(4, 32, 58, 0.18);
	color: #164f82;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.zoowai-support-human article a:hover,
.zoowai-support-human article a:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 14px 30px rgba(4, 32, 58, 0.24);
	color: #0874d1;
}

.zoowai-support-service-status {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	grid-column: 1 / -1;
	gap: 10px;
	align-items: start;
	padding: 14px 15px;
	border: 1px solid rgba(175, 224, 255, 0.2);
	border-radius: 16px;
	background: rgba(5, 30, 55, 0.25);
}

.zoowai-support-service-status .dashicons {
	color: #8edbff;
}

.zoowai-support-service-status p {
	margin: 0;
	font-size: 11px;
	line-height: 1.65;
}

.zoowai-support-service-status strong {
	display: block;
	margin-bottom: 2px;
	color: #fff;
}

.zoowai-support-info-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	padding: 4px 0;
	border: 1px solid var(--zoowai-hub-line);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 22px 60px rgba(42, 123, 176, 0.08);
	backdrop-filter: blur(16px);
	overflow: hidden;
}

.zoowai-support-info-panel {
	padding: 10px 24px;
	border: 0;
	border-left: 1px solid rgba(74, 161, 229, 0.2);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
}

.zoowai-support-info-panel:first-child {
	border-left: 0;
}

.zoowai-support-info-heading {
	display: flex;
	gap: 11px;
	align-items: center;
	margin-bottom: 7px;
}

.zoowai-support-info-heading > .dashicons {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 13px;
	background: #e1f3ff;
	color: #197ed7;
	font-size: 17px;
	line-height: 30px;
}

.zoowai-support-info-heading p {
	color: #1688ff;
}

.zoowai-support-info-heading h2 {
	font-size: 15px;
	letter-spacing: -0.025em;
}

.zoowai-support-info-links {
	display: grid;
	gap: 3px;
	margin: 0;
	padding-left: 50px;
	color: #446782;
	font-size: 11px;
	line-height: 1.35;
}

.zoowai-support-info-links a {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	align-items: center;
	min-height: 24px;
	color: inherit;
	text-decoration: none;
}

.zoowai-support-info-links .dashicons,
.zoowai-support-info-action .dashicons {
	width: 14px;
	height: 14px;
	font-size: 14px;
	line-height: 14px;
	transition: transform 180ms ease;
}

.zoowai-support-info-links a:hover,
.zoowai-support-info-links a:focus-visible,
.zoowai-support-info-action:hover,
.zoowai-support-info-action:focus-visible {
	color: #0874d1;
}

.zoowai-support-info-links a:hover .dashicons,
.zoowai-support-info-links a:focus-visible .dashicons,
.zoowai-support-info-action:hover .dashicons,
.zoowai-support-info-action:focus-visible .dashicons {
	transform: translateX(2px);
}

.zoowai-support-info-panel > p {
	margin: 0;
	padding-left: 45px;
	color: #58718d;
	font-size: 11px;
	line-height: 1.55;
}

.zoowai-support-info-action {
	display: inline-flex;
	gap: 4px;
	align-items: center;
	margin-top: 7px;
	padding-left: 45px;
	color: #446782;
	font-size: 11px;
	font-weight: 800;
	text-decoration: none;
}

.zoowai-support-info-list {
	display: grid;
	gap: 8px;
}

.zoowai-support-info-list article {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: start;
	padding: 12px 0;
	border-top: 1px solid rgba(97, 169, 225, 0.19);
}

.zoowai-support-info-list article > span {
	display: grid;
	gap: 4px;
}

.zoowai-support-info-list strong {
	font-size: 13px;
}

.zoowai-support-info-list small {
	color: var(--zoowai-hub-muted);
	font-size: 11px;
	line-height: 1.5;
}

.zoowai-support-info-list em {
	padding: 3px 7px;
	border-radius: 999px;
	background: #e8f5ff;
	color: #1476cb;
	font-size: 9px;
	font-style: normal;
	font-weight: 800;
	white-space: nowrap;
}

.zoowai-support-info-list .is-planned em {
	background: #eff3f6;
	color: #718292;
}

.zoowai-support-command-deck [id] {
	scroll-margin-top: 104px;
}

.zoowai-support-command-deck [id]:focus {
	outline: 3px solid rgba(24, 136, 255, 0.42);
	outline-offset: 5px;
}

@media (min-width: 1181px) {
	.zoowai-support-guide-manual {
		grid-template-columns: 22px minmax(0, 1fr);
	}

	.zoowai-support-guide-manual > span:nth-child(2) {
		grid-column: 2;
		grid-row: 1;
	}

	.zoowai-support-guide-manual a {
		grid-column: 2;
		grid-row: 2;
		justify-self: start;
	}
}

@media (max-width: 1180px) {
	.zoowai-support-primary-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 900px) {
	.zoowai-category-hub.is-support {
		padding-top: 70px;
	}

	.zoowai-support-channel-rail {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.zoowai-support-primary-grid,
	.zoowai-support-info-grid {
		grid-template-columns: 1fr;
	}

	.zoowai-support-info-grid {
		padding: 0;
	}

	.zoowai-support-info-panel,
	.zoowai-support-info-panel:first-child {
		border-top: 1px solid rgba(74, 161, 229, 0.2);
		border-left: 0;
	}

	.zoowai-support-info-panel:first-child {
		border-top: 0;
	}

	.zoowai-support-human {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.zoowai-support-human-heading,
	.zoowai-support-service-status {
		grid-column: 1 / -1;
	}
}

@media (max-width: 560px) {
	.zoowai-category-hub.is-support {
		padding-top: 24px;
	}

	.zoowai-category-hub.is-support .zoowai-category-hub-hero h1 {
		font-size: 36px;
	}

	.zoowai-support-channel-rail {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 6px;
		border-radius: 20px;
	}

	.zoowai-support-channel-rail a {
		grid-template-columns: 31px minmax(0, 1fr);
		min-height: 74px;
		padding: 11px 9px;
	}

	.zoowai-support-channel-rail a:last-child {
		grid-column: 1 / -1;
	}

	.zoowai-support-product-help,
	.zoowai-support-human,
	.zoowai-support-info-panel {
		padding: 20px 17px;
		border-radius: 21px;
	}

	.zoowai-support-section-heading {
		align-items: start;
		flex-direction: column;
	}

	.zoowai-support-product-intro,
	.zoowai-support-guide-list,
	.zoowai-support-human {
		grid-template-columns: 1fr;
	}

	.zoowai-support-product-help {
		display: block;
	}

	.zoowai-support-product-intro {
		display: grid;
		gap: 15px;
	}

	.zoowai-support-guide-list {
		margin-top: 12px;
	}

	.zoowai-support-product-image {
		min-height: 170px;
		margin-bottom: 15px;
	}

	.zoowai-support-product-image img {
		height: 170px;
	}

	.zoowai-support-guide-manual {
		grid-template-columns: 27px minmax(0, 1fr);
	}

	.zoowai-support-human-heading,
	.zoowai-support-service-status {
		grid-column: auto;
	}
}
