:root {
	--vtxvn-primary: #0878c9;
	--vtxvn-primary-dark: #003366;
	--vtxvn-accent: #e22335;
	--vtxvn-text: #374151;
	--vtxvn-muted: #667085;
	--vtxvn-border: #dce5ef;
	--vtxvn-surface: #ffffff;
	--vtxvn-surface-soft: #f4f7fb;
	--vtxvn-container: 1200px;
	--vtxvn-radius: 16px;
	--vtxvn-shadow: 0 18px 48px rgba(7, 61, 118, 0.12);
	--vtxvn-success: #087344;
	--vtxvn-danger: #b3182a;
}

.breadcrumb-shell {
	margin-bottom: 18px;
}

.vtxvn-breadcrumbs {
	align-items: center;
	display: inline-flex;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
	color: var(--vtxvn-muted);
	font-size: 0.75rem;
	line-height: 1.45;
}

.vtxvn-breadcrumbs::before {
	width: 15px;
	height: 15px;
	margin-right: 7px;
	background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2315243a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11.5 12 4l9 7.5'/%3E%3Cpath d='M5.5 10v10h13V10M9.5 20v-6h5v6'/%3E%3C/svg%3E");
	content: "";
	flex: 0 0 15px;
}

.vtxvn-breadcrumbs > span {
	display: flex;
	flex: 1 1 auto;
	min-width: 0;
	max-width: 100%;
	align-items: center;
	gap: 6px;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-inline: contain;
	scrollbar-width: none;
	touch-action: pan-x;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
}

.vtxvn-breadcrumbs > span::-webkit-scrollbar { display: none; }

.vtxvn-breadcrumbs a {
	flex: 0 0 auto;
	color: var(--vtxvn-primary-dark);
	font-weight: 500;
	text-decoration: none;
}

.vtxvn-breadcrumbs a:hover {
	color: var(--vtxvn-primary);
	text-decoration: underline;
}

.breadcrumb-separator,
.vtxvn-breadcrumbs .breadcrumb_last {
	color: #8793a3;
}

.vtxvn-breadcrumbs .breadcrumb_last {
	flex: 0 0 auto;
	color: var(--vtxvn-muted);
	font-weight: 400;
	white-space: nowrap;
}

.vtxvn-breadcrumbs .breadcrumb_last strong { font-weight: 400; }

.vtxvn-breadcrumbs--shop {
	display: flex;
	width: max-content;
	margin-bottom: 6px;
}

@media (max-width: 767px) {
	.vtxvn-breadcrumbs {
		font-size: 0.7rem;
	}

	.vtxvn-breadcrumbs > span { gap: 5px; }
	.vtxvn-breadcrumbs--shop { margin-bottom: 4px; }
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--vtxvn-surface);
	color: var(--vtxvn-text);
	font-family: "Hanken Grotesk", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body.admin-bar .site-header {
	top: 32px;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: var(--vtxvn-primary);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

a:hover,
a:focus {
	color: var(--vtxvn-primary-dark);
}

button,
input,
select,
textarea {
	font: inherit;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
select,
textarea {
	width: 100%;
	min-height: 46px;
	padding: 10px 13px;
	border: 1px solid var(--vtxvn-border);
	border-radius: 10px;
	background: #fff;
	color: var(--vtxvn-text);
}

button,
.button,
input[type="submit"],
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 18px;
	border: 0;
	border-radius: 999px;
	background: var(--vtxvn-primary);
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
}

button:hover,
.button:hover,
input[type="submit"]:hover,
.wp-element-button:hover {
	background: var(--vtxvn-primary-dark);
	color: #fff;
}

:focus-visible {
	outline: 3px solid rgba(11, 93, 82, 0.3);
	outline-offset: 3px;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	z-index: 100000;
	top: 8px;
	left: 8px;
	width: auto;
	height: auto;
	padding: 12px 16px;
	clip: auto;
	background: #fff;
	color: var(--vtxvn-primary);
}

/* Semantic captions and row headers for legacy editorial data tables. */
.entry-content table.vtxvn-data-table caption,
.vtxvn-article__content table.vtxvn-data-table caption,
.woocommerce-tabs .panel table.vtxvn-data-table caption {
	caption-side: top;
	padding: 0 0 10px;
	color: #173a58;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: left;
}

.entry-content table.vtxvn-data-table tbody th[scope="row"],
.vtxvn-article__content table.vtxvn-data-table tbody th[scope="row"],
.woocommerce-tabs .panel table.vtxvn-data-table tbody th[scope="row"] {
	background: #f1f7fa;
	color: #173a58;
	font-weight: 650;
}

.site {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.site-main {
	flex: 1;
	padding: clamp(36px, 6vw, 80px) 0;
}

.site-container {
	width: min(calc(100% - 40px), var(--vtxvn-container));
	margin-inline: auto;
}

.site-header {
	position: sticky;
	z-index: 100;
	top: 0;
	border-bottom: 1px solid rgba(223, 231, 228, 0.9);
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(14px);
}

.site-header-spacer {
	display: none;
}

.site-header__inner {
	display: flex;
	min-height: 76px;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.custom-logo {
	max-width: 230px;
	max-height: 58px;
	width: auto;
}

.site-title {
	color: var(--vtxvn-text);
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	text-decoration: none;
}

.main-navigation ul {
	display: flex;
	align-items: center;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-navigation a {
	display: block;
	padding: 10px 13px;
	border-radius: 9px;
	color: var(--vtxvn-text);
	font-weight: 650;
	text-decoration: none;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
	background: var(--vtxvn-surface-soft);
	color: var(--vtxvn-primary);
}

.main-navigation .sub-menu {
	position: absolute;
	display: none;
	min-width: 220px;
	padding: 8px;
	border: 1px solid var(--vtxvn-border);
	border-radius: 12px;
	background: #fff;
	box-shadow: var(--vtxvn-shadow);
}

.main-navigation li {
	position: relative;
}

.main-navigation li:hover > .sub-menu,
.main-navigation li:focus-within > .sub-menu {
	display: block;
}

.main-navigation .sub-menu .sub-menu {
	top: 0;
	left: 100%;
}

.menu-toggle {
	display: none;
	width: 46px;
	padding: 0;
}

.menu-toggle__label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.menu-toggle__icon,
.menu-toggle__icon::before,
.menu-toggle__icon::after {
	display: block;
	width: 20px;
	height: 2px;
	background: currentColor;
	transition: transform 0.2s ease;
}

.menu-toggle__icon {
	position: relative;
}

.menu-toggle__icon::before,
.menu-toggle__icon::after {
	position: absolute;
	left: 0;
	content: "";
}

.menu-toggle__icon::before { top: -6px; }
.menu-toggle__icon::after { top: 6px; }

.content-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: clamp(32px, 5vw, 64px);
}

.content-layout:has(.widget-area:empty),
.content-layout:not(:has(.widget-area)) {
	grid-template-columns: minmax(0, 1fr);
}

.entry-container,
.single-entry {
	max-width: 900px;
}

.page-entry .entry-container {
	max-width: var(--vtxvn-container);
}

.site-main--static-page {
	padding: 0 0 clamp(50px, 6vw, 78px);
	background: #fff;
}

.static-page-hero {
	margin-bottom: 0;
	padding: 20px 0 28px;
	border-bottom: 1px solid #d9e5ed;
	background:
		linear-gradient(90deg, rgba(8, 120, 201, 0.06), transparent 58%),
		#f7fafc;
}

.static-page-hero .breadcrumb-shell {
	margin-bottom: 14px;
}

.static-page-hero__inner {
	position: relative;
}

.static-page-title {
	max-width: 1000px;
	font-size: clamp(2.25rem, 4vw, 3.5rem);
}

.site-main--static-page .page-entry {
	padding-top: clamp(28px, 4vw, 46px);
}

.site-main--static-page .page-entry .entry-content {
	max-width: 1060px;
	color: #34495e;
	font-size: clamp(1rem, 1.1vw, 1.075rem);
	line-height: 1.75;
}

.site-main--static-page .page-entry .entry-content > * {
	max-width: 1060px;
	margin-right: 0;
	margin-left: 0;
}

.site-main--static-page .page-entry .entry-content > p:first-child {
	color: #263f57;
	font-size: clamp(1.04rem, 1.25vw, 1.14rem);
	line-height: 1.75;
}

.site-main--static-page .page-entry .entry-content p {
	margin-top: 0;
	margin-bottom: 1.25em;
}

.site-main--static-page .page-entry .entry-content h2 {
	padding-bottom: 10px;
	border-bottom: 1px solid #dce6ed;
	color: var(--vtxvn-primary-dark);
}

.site-main--static-page .page-entry .entry-content :where(ul, ol) {
	padding-left: 1.4em;
}

.entry-header,
.page-header {
	margin-bottom: 28px;
}

.entry-title,
.page-title {
	margin: 0;
	font-size: clamp(2rem, 5vw, 3.65rem);
	line-height: 1.08;
	letter-spacing: -0.04em;
}

.post-card .entry-title,
.post-card--search .entry-title {
	font-size: clamp(1.25rem, 2vw, 1.6rem);
	line-height: 1.25;
}

.entry-title a {
	color: inherit;
	text-decoration: none;
}

.entry-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 14px;
	color: var(--vtxvn-muted);
	font-size: 0.9rem;
}

.entry-meta .updated:not(.published) {
	display: none;
}

.entry-meta a {
	color: inherit;
}

.entry-content {
	font-size: clamp(1rem, 1.2vw, 1.075rem);
}

.entry-content > * {
	max-width: 840px;
	margin-inline: auto;
}

.entry-content > .alignwide {
	max-width: 1100px;
}

.entry-content > .alignfull {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-top: 1.6em;
	line-height: 1.2;
	letter-spacing: -0.025em;
}

.entry-content blockquote {
	padding-left: 20px;
	border-left: 4px solid var(--vtxvn-accent);
	color: #34413e;
}

.entry-thumbnail {
	margin: 0 0 36px;
}

.entry-thumbnail img {
	border-radius: var(--vtxvn-radius);
}

.entry-footer {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 36px;
	padding-top: 20px;
	border-top: 1px solid var(--vtxvn-border);
}

@media (max-width: 700px) {
	.static-page-hero {
		padding: 14px 0 22px;
	}

	.static-page-hero .breadcrumb-shell {
		margin-bottom: 10px;
	}

	.site-main--static-page .page-entry {
		padding-top: 24px;
	}

	.site-main--static-page .page-entry .entry-content {
		line-height: 1.7;
	}
}

.post-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.post-card {
	overflow: hidden;
	border: 1px solid var(--vtxvn-border);
	border-radius: var(--vtxvn-radius);
	background: #fff;
	box-shadow: 0 10px 30px rgba(16, 48, 43, 0.04);
}

.post-card__media {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.post-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.post-card:hover .post-card__media img {
	transform: scale(1.025);
}

.post-card__body {
	padding: 24px;
}

.post-card__body .entry-header {
	margin-bottom: 14px;
}

.entry-summary > :last-child {
	margin-bottom: 0;
}

.widget-area {
	min-width: 0;
}

.widget {
	margin-bottom: 20px;
	padding: 22px;
	border: 1px solid var(--vtxvn-border);
	border-radius: var(--vtxvn-radius);
	background: var(--vtxvn-surface-soft);
}

.widget-title {
	margin: 0 0 14px;
	font-size: 1.1rem;
}

.widget ul {
	margin: 0;
	padding-left: 20px;
}

.navigation.pagination,
.post-navigation {
	margin-top: 36px;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.page-numbers {
	display: inline-flex;
	min-width: 42px;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	border: 1px solid var(--vtxvn-border);
	border-radius: 10px;
	text-decoration: none;
}

.page-numbers.current {
	border-color: var(--vtxvn-primary);
	background: var(--vtxvn-primary);
	color: #fff;
}

.comments-area {
	margin-top: 56px;
	padding-top: 36px;
	border-top: 1px solid var(--vtxvn-border);
}

.comment-list {
	padding-left: 24px;
}

.comment-body {
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid var(--vtxvn-border);
	border-radius: 12px;
}

.error-404 {
	max-width: 720px;
	text-align: center;
}

.error-404__code {
	margin: 0;
	color: var(--vtxvn-primary);
	font-size: clamp(5rem, 16vw, 11rem);
	font-weight: 850;
	line-height: 0.9;
	letter-spacing: -0.08em;
}

.error-404 .search-form {
	display: flex;
	gap: 8px;
	max-width: 520px;
	margin: 28px auto;
}

.site-footer {
	padding: 44px 0;
	background: #102b27;
	color: rgba(255, 255, 255, 0.76);
}

.site-footer a {
	color: #fff;
}

.footer-widgets {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 28px;
	margin-bottom: 32px;
}

.footer-navigation ul {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
}

.site-info {
	margin: 0;
	font-size: 0.9rem;
}

.woocommerce .site-main--shop {
	padding-top: 48px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	padding: 16px;
	border: 1px solid var(--vtxvn-border);
	border-radius: var(--vtxvn-radius);
	background: #fff;
}

.woocommerce ul.products li.product a img {
	border-radius: 12px;
}

.woocommerce span.onsale {
	background: var(--vtxvn-primary);
}

@media (max-width: 900px) {
	body.admin-bar .site-header { top: 46px; }

	.menu-toggle { display: inline-flex; }

	.main-navigation {
		position: absolute;
		top: 100%;
		left: 20px;
		right: 20px;
		display: none;
		max-height: calc(100vh - 120px);
		overflow-y: auto;
		padding: 12px;
		border: 1px solid var(--vtxvn-border);
		border-radius: 14px;
		background: #fff;
		box-shadow: var(--vtxvn-shadow);
	}

	.main-navigation.is-open { display: block; }
	.main-navigation ul { display: block; }
	.main-navigation .sub-menu {
		position: static;
		display: block;
		margin-left: 12px;
		padding: 0 0 0 10px;
		border: 0;
		border-left: 1px solid var(--vtxvn-border);
		border-radius: 0;
		box-shadow: none;
	}

	.content-layout { grid-template-columns: 1fr; }
	.widget-area { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
}

@media (max-width: 640px) {
	.site-container { width: min(calc(100% - 28px), var(--vtxvn-container)); }
	.site-header__inner { min-height: 66px; }
	.post-grid { grid-template-columns: 1fr; }
	.widget-area { grid-template-columns: 1fr; }
	.entry-title, .page-title { font-size: clamp(1.9rem, 10vw, 2.8rem); }
	.error-404 .search-form { display: block; }
	.error-404 .search-form .search-submit { margin-top: 8px; width: 100%; }
}

/* Header compact v2: một hàng chính, cảm hứng từ bố cục bán lẻ hiện đại. */
.site-header--compact {
	border: 0;
	background: #fff;
	box-shadow: 0 8px 28px rgba(7, 61, 118, 0.08);
}

.site-header--compact .header-top {
	background: #073d76;
}

.site-header--compact .header-top__inner {
	min-height: 29px;
}

.site-header--compact .header-top__message {
	font-size: 0.72rem;
}

.header-contacts {
	display: flex;
	align-items: center;
	gap: 20px;
}

.header-contact {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.72rem;
	font-weight: 700;
}

.header-contact + .header-contact {
	position: relative;
}

.header-contact + .header-contact::before {
	position: absolute;
	top: 50%;
	left: -10px;
	width: 1px;
	height: 12px;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.28);
	content: "";
}

.header-contact .dashicons {
	width: 15px;
	height: 15px;
	font-size: 15px;
}

.header-contact small {
	margin-right: 4px;
	color: rgba(255, 255, 255, 0.62);
	font-size: inherit;
	font-weight: 500;
}

.site-header--compact .header-main {
	border: 0;
}

.site-header--compact .header-main__inner {
	display: grid;
	grid-template-columns: max-content minmax(340px, 420px) max-content;
	min-height: 72px;
	align-items: center;
	justify-content: space-between;
	gap: clamp(24px, 4vw, 56px);
}

.site-header--compact .header-main__left {
	display: grid;
	grid-template-columns: 76px 158px;
	align-items: center;
	gap: 12px;
}

.site-header--compact .site-branding {
	justify-content: flex-start;
}

.site-header--compact .site-branding__mark .custom-logo {
	width: 64px;
	height: 64px;
	max-height: 64px;
}

.site-header--compact .category-navigation {
	width: auto;
	min-width: 0;
	flex: none;
}

.site-header--compact .category-toggle {
	min-height: 44px;
	height: 44px;
	gap: 8px;
	padding: 0 13px;
	border-radius: 12px;
	background: linear-gradient(135deg, #0878c9, #0665ad);
	box-shadow: 0 8px 20px rgba(8, 120, 201, 0.18);
	font-size: 0.82rem;
}

.site-header--compact .category-toggle:hover {
	background: linear-gradient(135deg, #066caf, #075797);
}

.site-header--compact .category-toggle > .dashicons:first-child {
	width: 20px;
	height: 20px;
	font-size: 20px;
}

.site-header--compact .category-menu {
	top: calc(100% + 10px);
	border-radius: 16px;
}

.category-menu__quicklinks {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid var(--vtxvn-border);
}

.category-menu__quicklinks > strong {
	flex: 0 0 auto;
	font-size: 0.78rem;
}

.category-menu__quicknav {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.category-menu__quicknav a {
	display: block;
	padding: 6px 10px;
	border-radius: 8px;
	background: var(--vtxvn-surface-soft);
	color: var(--vtxvn-primary-dark);
	font-size: 0.73rem;
	font-weight: 700;
	text-decoration: none;
}

.site-header--compact .product-search {
	width: 100%;
	max-width: 420px;
	justify-self: center;
	grid-template-columns: 132px minmax(0, 1fr) 46px;
	height: 44px;
	border: 1px solid #cad8e7;
	border-radius: 12px;
	background: #f5f7fa;
	box-shadow: inset 0 1px 2px rgba(7, 61, 118, 0.03);
}

.site-header--compact .product-search__scope-toggle,
.site-header--compact .product-search input[type="search"] {
	min-height: 42px;
	font-size: 0.8rem;
}

.site-header--compact .product-search__scope-toggle {
	padding: 0 28px 0 11px;
}

.site-header--compact .product-search__submit {
	min-height: 42px;
	background: var(--vtxvn-primary-dark);
}

.site-header--compact .product-search__submit:hover {
	background: #052f5c;
}

.site-header--compact .header-actions {
	gap: 6px;
	justify-self: end;
}

.site-header--compact .header-project-cta {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0 16px;
	border: 1px solid rgba(155, 14, 31, 0.2);
	border-radius: 12px;
	background: linear-gradient(135deg, var(--vtxvn-accent), #bd1428);
	box-shadow: 0 8px 18px rgba(226, 35, 53, 0.2);
	color: #fff;
	font-size: 0.78rem;
	font-weight: 750;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.site-header--compact .header-project-cta:hover {
	transform: translateY(-1px);
	background: linear-gradient(135deg, #cc172a, #a70f21);
	box-shadow: 0 10px 22px rgba(226, 35, 53, 0.28);
	color: #fff;
}

.site-header--compact .header-project-cta .dashicons {
	width: 17px;
	height: 17px;
	font-size: 17px;
}

.site-header--compact .header-project-cta:focus-visible {
	outline: 3px solid rgba(8, 120, 201, 0.3);
	outline-offset: 3px;
}

.site-header--compact .header-project-cta .dashicons {
	width: 19px;
	height: 19px;
	font-size: 19px;
}

.site-header--compact .header-navigation {
	display: none;
}

@media (max-width: 1180px) {
	.site-header--compact .header-main__inner {
		grid-template-columns: max-content minmax(280px, 420px) max-content;
		gap: 18px;
	}

	.site-header--compact .header-main__left {
		grid-template-columns: 68px 142px;
		gap: 9px;
	}

	.site-header--compact .site-branding__mark .custom-logo {
		width: 58px;
		height: 58px;
		max-height: 58px;
	}

	.site-header--compact .category-toggle {
		padding-inline: 11px;
	}

	.site-header--compact .header-project-cta {
		padding-inline: 13px;
	}
}

@media (max-width: 1024px) {
	.site-header--compact .header-main__inner {
		grid-template-columns: max-content minmax(260px, 400px) max-content;
		min-height: 66px;
		padding-block: 0;
	}

	.site-header--compact .header-main__left {
		grid-template-columns: 62px 138px;
	}

	.site-header--compact .site-branding__mark .custom-logo {
		width: 54px;
		height: 54px;
		max-height: 54px;
	}

	.site-header--compact .product-search {
		grid-column: auto;
		grid-row: auto;
	}

	.site-header--compact .menu-toggle {
		display: inline-flex;
	}

	.site-header--compact .header-navigation {
		position: fixed;
		z-index: 140;
		top: 0;
		right: 0;
		bottom: 0;
		display: block;
		width: min(380px, 90vw);
		overflow-y: auto;
		transform: translateX(105%);
		background: #fff;
		box-shadow: -20px 0 50px rgba(7, 31, 58, 0.2);
		transition: transform 0.25s ease;
	}

	.site-header--compact .header-navigation.is-open {
		transform: translateX(0);
	}

	.site-header--compact .header-navigation__inner {
		display: block;
		width: 100%;
		padding: 24px 18px;
	}
}

@media (max-width: 820px) {
	.site-header--compact .header-main__inner {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 8px;
		padding-block: 8px;
	}

	.site-header--compact .header-main__left {
		grid-column: 1;
		grid-row: 1;
		grid-template-columns: 48px minmax(130px, 168px);
		gap: 8px;
	}

	.site-header--compact .site-branding__mark .custom-logo {
		width: 48px;
		height: 48px;
		max-height: 48px;
	}

	.site-header--compact .site-branding {
		grid-column: 1;
		grid-row: 1;
	}

	.site-header--compact .category-navigation {
		grid-column: 2;
		grid-row: 1;
		width: min(168px, 100%);
	}

	.site-header--compact .header-actions {
		grid-column: 2;
		grid-row: 1;
	}

	.site-header--compact .product-search {
		grid-column: 1 / -1;
		grid-row: 2;
		width: 100%;
		max-width: none;
	}

	.site-header--compact .category-menu {
		left: -58px;
		width: min(760px, calc(100vw - 28px));
		max-height: calc(100vh - 150px);
		overflow-y: auto;
	}
}

@media (max-width: 640px) {
	body.home {
		overflow-x: hidden;
	}

	body.home .site-header {
		position: relative;
		top: auto;
	}

	.site-header--compact .header-top__inner {
		justify-content: space-between;
	}

	.site-header--compact .header-top__message {
		max-width: 52%;
		overflow: hidden;
		text-align: left;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.site-header--compact .header-top__right {
		display: flex;
	}

	.header-contact {
		font-size: 0.68rem;
	}

	.header-contact small,
	.header-contact .dashicons,
	.header-contact + .header-contact {
		display: none;
	}

	.site-header--compact .site-branding__mark .custom-logo {
		width: 44px;
		height: 44px;
		max-height: 44px;
	}

	.site-header--compact .category-toggle {
		min-height: 40px;
		height: 40px;
	}

	.site-header--compact .menu-toggle {
		width: 40px;
		height: 40px;
		flex-basis: 40px;
	}

	.site-header--compact .product-search {
		grid-template-columns: 92px minmax(0, 1fr) 44px;
		height: 42px;
	}

	.site-header--compact .product-search__scope-toggle {
		padding: 0 24px 0 9px;
		font-size: 0.72rem;
	}

	.site-header--compact .product-search__scope-icon {
		display: none;
	}

	.site-header--compact .product-search input[type="search"],
	.site-header--compact .product-search__submit {
		min-height: 40px;
	}

	.search-suggestions {
		width: calc(100vw - 28px);
		max-height: min(66vh, 560px);
	}

	.search-suggestions__results {
		grid-template-columns: 1fr;
	}

	.search-suggestions__group + .search-suggestions__group {
		border-top: 1px solid var(--vtxvn-border);
		border-left: 0;
	}

	.site-header--compact .category-menu__list {
		grid-template-columns: 1fr;
	}

	.category-menu__quicklinks {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 480px) {
	.site-header--compact .product-search {
		grid-template-columns: 92px minmax(0, 1fr) 42px;
	}

	.site-header--compact .header-project-cta {
		width: 40px;
		min-height: 40px;
		padding: 0;
	}

	.site-header--compact .header-project-cta__label {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		clip-path: inset(50%);
		white-space: nowrap;
	}
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

/* Header thương mại điện tử. */
.site-header {
	background: #fff;
	box-shadow: 0 1px 0 rgba(7, 61, 118, 0.08);
}

.header-top {
	background: var(--vtxvn-primary-dark);
	color: rgba(255, 255, 255, 0.84);
	font-size: 0.78rem;
}

.header-top__inner,
.header-top__right,
.top-navigation ul {
	display: flex;
	align-items: center;
}

.header-top__inner {
	min-height: 34px;
	justify-content: space-between;
	gap: 20px;
}

.header-top__message {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0;
}

.header-top__message .dashicons {
	width: 16px;
	height: 16px;
	color: #74ddff;
	font-size: 16px;
}

.header-top__right {
	gap: 18px;
}

.header-top a {
	color: #fff;
	font-weight: 650;
	text-decoration: none;
}

.header-top a:hover {
	color: #74ddff;
}

.top-navigation ul {
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-main {
	border-bottom: 1px solid var(--vtxvn-border);
}

.header-main__inner {
	display: grid;
	grid-template-columns: 72px minmax(360px, 1.6fr) auto;
	min-height: 94px;
	align-items: center;
	gap: clamp(18px, 3vw, 36px);
}

.site-branding {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 11px;
}

.site-branding__mark {
	flex: 0 0 auto;
}

.site-branding__mark .custom-logo-link,
.footer-brand__mark .custom-logo-link {
	display: block;
}

.site-branding__mark .custom-logo {
	width: 58px;
	height: 58px;
	object-fit: contain;
}

.site-title {
	color: var(--vtxvn-primary-dark);
	font-size: 1.55rem;
	font-weight: 850;
	letter-spacing: -0.04em;
}

.product-search {
	position: relative;
	display: grid;
	grid-template-columns: 148px minmax(0, 1fr) 52px;
	height: 48px;
	overflow: visible;
	border: 2px solid var(--vtxvn-primary);
	border-radius: 12px;
	background: #fff;
}

.product-search:focus-within {
	border-color: var(--vtxvn-primary-dark);
	box-shadow: 0 0 0 4px rgba(8, 120, 201, 0.1);
}

.product-search__scope,
.product-search__field {
	position: relative;
	display: flex;
	min-width: 0;
	align-items: center;
}

.product-search__scope {
	z-index: 3;
	border-right: 1px solid var(--vtxvn-border);
	border-radius: 10px 0 0 10px;
	background: #f7faff;
}

.product-search__scope-toggle {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 44px;
	align-items: center;
	justify-content: flex-start;
	gap: 7px;
	padding: 0 30px 0 12px;
	border: 0;
	border-radius: 10px 0 0 10px;
	background: transparent;
	box-shadow: none;
	color: var(--vtxvn-text);
	font-size: 0.82rem;
	font-weight: 650;
	white-space: nowrap;
}

.product-search__scope-toggle:hover {
	background: #edf6fc;
	color: var(--vtxvn-primary-dark);
}

.product-search__scope-toggle:focus-visible {
	outline: 0;
	box-shadow: inset 0 0 0 2px rgba(8, 120, 201, 0.22);
}

.product-search__scope-icon {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	color: var(--vtxvn-primary);
	font-size: 18px;
}

.product-search__scope-label {
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-search__scope-arrow {
	position: absolute;
	right: 9px;
	width: 16px;
	height: 16px;
	pointer-events: none;
	color: var(--vtxvn-primary);
	font-size: 16px;
	transition: transform 0.18s ease;
}

.product-search__scope.is-open .product-search__scope-arrow {
	transform: rotate(180deg);
}

.product-search__scope-menu {
	position: absolute;
	z-index: 170;
	top: calc(100% + 8px);
	left: 0;
	display: grid;
	width: 172px;
	gap: 4px;
	padding: 6px;
	border: 1px solid #d8e3ef;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 16px 38px rgba(7, 31, 58, 0.18);
}

.product-search__scope-menu[hidden] {
	display: none;
}

.product-search__scope-option {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr) 18px;
	width: 100%;
	min-height: 42px;
	align-items: center;
	gap: 8px;
	padding: 0 10px;
	border: 0;
	border-radius: 9px;
	background: #fff;
	box-shadow: none;
	color: var(--vtxvn-text);
	font-size: 0.82rem;
	font-weight: 550;
	text-align: left;
}

.product-search__scope-option:hover,
.product-search__scope-option:focus-visible {
	outline: 0;
	background: #f0f7fd;
	color: var(--vtxvn-primary-dark);
}

.product-search__scope-option.is-selected {
	background: #e5f3fd;
	color: var(--vtxvn-primary-dark);
}

.product-search__scope-option > .dashicons:first-child {
	color: var(--vtxvn-primary);
}

.product-search__scope-check {
	opacity: 0;
	color: var(--vtxvn-primary);
}

.product-search__scope-option.is-selected .product-search__scope-check {
	opacity: 1;
}

.product-search input[type="search"] {
	width: 100%;
	min-width: 0;
	min-height: 44px;
	padding: 0 14px;
	border: 0;
	border-radius: 0;
	background: transparent;
	font-size: 0.88rem;
}

.product-search input[type="search"]:focus {
	outline: 0;
	box-shadow: inset 0 0 0 2px rgba(8, 120, 201, 0.15);
}

.product-search__submit {
	min-height: 44px;
	padding: 0;
	border-radius: 0 10px 10px 0;
	background: var(--vtxvn-primary);
}

.product-search__submit .dashicons {
	width: 23px;
	height: 23px;
	font-size: 23px;
}

.product-search__loader {
	position: absolute;
	right: 10px;
	display: none;
	width: 15px;
	height: 15px;
	border: 2px solid #cbd8e6;
	border-top-color: var(--vtxvn-primary);
	border-radius: 50%;
	animation: vtxvn-search-spin 0.7s linear infinite;
}

.product-search.is-loading .product-search__loader {
	display: block;
}

@keyframes vtxvn-search-spin {
	to { transform: rotate(360deg); }
}

.search-suggestions {
	position: absolute;
	z-index: 155;
	top: calc(100% + 10px);
	left: 50%;
	width: min(520px, calc(100vw - 32px));
	max-height: min(70vh, 580px);
	overflow: auto;
	transform: translateX(-50%);
	border: 1px solid #d8e3ef;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 24px 60px rgba(7, 31, 58, 0.22);
	color: var(--vtxvn-text);
}

.search-suggestions[hidden] {
	display: none;
}

.search-suggestions__header {
	position: sticky;
	z-index: 2;
	top: 0;
	display: flex;
	min-height: 44px;
	align-items: center;
	justify-content: space-between;
	padding: 9px 12px 9px 16px;
	border-bottom: 1px solid var(--vtxvn-border);
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(8px);
}

.search-suggestions__header strong {
	color: var(--vtxvn-muted);
	font-size: 0.78rem;
	font-weight: 650;
	letter-spacing: 0;
	text-transform: none;
}

.search-suggestions__close {
	display: inline-flex;
	width: 30px;
	height: 30px;
	min-height: 0;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	border-radius: 8px;
	background: var(--vtxvn-surface-soft);
	color: var(--vtxvn-primary-dark);
}

.search-suggestions__close:hover {
	background: #e2f1fc;
	color: var(--vtxvn-primary);
}

.search-suggestions__status {
	margin: 0;
	padding: 18px;
	color: var(--vtxvn-muted);
	font-size: 0.82rem;
	text-align: center;
}

.search-suggestions__status:empty {
	display: none;
}

.search-suggestions__results {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
}

.search-suggestions__group {
	min-width: 0;
	padding: 8px;
}

.search-suggestions__group + .search-suggestions__group {
	border-left: 1px solid var(--vtxvn-border);
}

.search-suggestions__group-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin: 0;
	padding: 7px 8px;
	color: var(--vtxvn-primary-dark);
	font-size: 0.8rem;
	font-weight: 650;
}

.search-suggestions__count {
	display: inline-flex;
	min-width: 22px;
	height: 22px;
	align-items: center;
	justify-content: center;
	padding-inline: 6px;
	border-radius: 999px;
	background: #eaf5fd;
	color: var(--vtxvn-primary);
	font-size: 0.7rem;
}

.search-suggestion {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	min-height: 68px;
	align-items: center;
	gap: 10px;
	padding: 7px 8px;
	border: 1px solid transparent;
	border-radius: 11px;
	color: var(--vtxvn-text);
	text-decoration: none;
}

.search-suggestion:hover,
.search-suggestion.is-active {
	border-color: #cfe2f3;
	background: #f2f8fd;
	color: var(--vtxvn-primary-dark);
}

.search-suggestion__media {
	display: flex;
	width: 54px;
	height: 54px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 1px solid #e1e9f2;
	border-radius: 10px;
	background: #fff;
	color: #7e9bb7;
}

.search-suggestion__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.search-suggestion--post .search-suggestion__media img {
	object-fit: cover;
}

.search-suggestion__title {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.35;
}

.search-suggestion__meta {
	display: block;
	margin-top: 4px;
	color: var(--vtxvn-muted);
	font-size: 0.7rem;
	line-height: 1.3;
}

.search-suggestion--product .search-suggestion__meta {
	color: var(--vtxvn-accent);
	font-weight: 650;
}

.search-suggestions__footer {
	border-top: 1px solid var(--vtxvn-border);
}

.search-suggestions__footer:empty {
	display: none;
}

.search-suggestions__all {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 11px 16px;
	background: #f7faff;
	color: var(--vtxvn-primary);
	font-size: 0.78rem;
	font-weight: 650;
	text-decoration: none;
}

.search-suggestions__all:hover {
	background: #eaf5fd;
	color: var(--vtxvn-primary-dark);
}

.header-actions {
	display: flex;
	align-items: center;
	gap: clamp(8px, 1.4vw, 18px);
}

.header-action {
	display: flex;
	align-items: center;
	gap: 9px;
	color: var(--vtxvn-text);
	text-decoration: none;
}

.header-action:hover {
	color: var(--vtxvn-primary);
}

.header-action__icon {
	position: relative;
	display: inline-flex;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: var(--vtxvn-surface-soft);
	color: var(--vtxvn-primary);
}

.header-action__icon .dashicons {
	width: 22px;
	height: 22px;
	font-size: 22px;
}

.header-action__copy {
	display: flex;
	flex-direction: column;
	white-space: nowrap;
}

.header-action__copy small {
	color: var(--vtxvn-muted);
	font-size: 0.67rem;
}

.header-action__copy strong {
	font-size: 0.78rem;
	font-weight: 750;
}

.header-cart-count {
	position: absolute;
	top: -6px;
	right: -6px;
	display: inline-flex;
	min-width: 19px;
	height: 19px;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
	border: 2px solid #fff;
	border-radius: 999px;
	background: var(--vtxvn-accent);
	color: #fff;
	font-size: 0.65rem;
	font-weight: 800;
}

.menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	border-radius: 12px;
}

.menu-toggle .dashicons {
	width: 24px;
	height: 24px;
	font-size: 24px;
}

.header-navigation {
	background: #fff;
}

.header-navigation__inner {
	display: flex;
	min-height: 52px;
	align-items: stretch;
	gap: 18px;
}

.mobile-navigation-heading {
	display: none;
}

.category-navigation {
	position: relative;
	width: 242px;
	flex: 0 0 242px;
}

.category-toggle {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 52px;
	justify-content: flex-start;
	gap: 9px;
	padding: 0 16px;
	border-radius: 0;
	background: var(--vtxvn-primary);
	font-size: 0.9rem;
}

.category-toggle:hover {
	background: #066cad;
}

.category-toggle__arrow {
	margin-left: auto;
	transition: transform 0.2s ease;
}

.category-toggle[aria-expanded="true"] .category-toggle__arrow {
	transform: rotate(180deg);
}

.category-menu {
	position: absolute;
	z-index: 120;
	top: calc(100% + 8px);
	left: 0;
	display: none;
	width: min(760px, calc(100vw - 40px));
	padding: 18px;
	border: 1px solid var(--vtxvn-border);
	border-radius: 0 0 16px 16px;
	background: #fff;
	box-shadow: var(--vtxvn-shadow);
}

.category-menu.is-open {
	display: block;
}

.category-menu__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--vtxvn-border);
}

.category-menu__header a {
	font-size: 0.82rem;
	font-weight: 700;
	text-decoration: none;
}

.category-menu__list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 6px 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.category-menu__item {
	min-width: 0;
	padding: 8px;
	border-radius: 10px;
}

.category-menu__item:hover {
	background: var(--vtxvn-surface-soft);
}

.category-menu__parent {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 8px;
	color: var(--vtxvn-text);
	font-size: 0.86rem;
	font-weight: 750;
	text-decoration: none;
}

.category-menu__parent small {
	color: var(--vtxvn-muted);
	font-size: 0.68rem;
	font-weight: 600;
}

.category-menu__children {
	margin: 6px 0 0;
	padding: 0;
	list-style: none;
}

.category-menu__children a {
	display: block;
	overflow: hidden;
	padding: 3px 0;
	color: var(--vtxvn-muted);
	font-size: 0.76rem;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main-navigation {
	display: flex;
	min-width: 0;
	flex: 1;
	align-items: center;
}

.main-navigation ul {
	gap: 2px;
}

.main-navigation a {
	padding: 9px 11px;
	font-size: 0.85rem;
}

.nav-quote-link {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 7px;
	margin-left: auto;
	color: var(--vtxvn-accent);
	font-size: 0.82rem;
	font-weight: 750;
	text-decoration: none;
}

/* Footer bán hàng. */
.site-footer {
	padding: 0;
	background: #071f3a;
	color: rgba(255, 255, 255, 0.72);
}

.footer-main {
	padding: clamp(44px, 6vw, 72px) 0;
}

.footer-main__grid {
	display: grid;
	grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(150px, 0.8fr));
	gap: clamp(28px, 4vw, 56px);
}

.footer-brand {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}

.footer-brand__mark .custom-logo {
	width: 56px;
	height: 56px;
	object-fit: contain;
	filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.18));
}

.footer-brand > div:last-child {
	display: flex;
	flex-direction: column;
}

.footer-brand strong {
	color: #fff;
	font-size: 1.35rem;
	letter-spacing: -0.03em;
}

.footer-brand span {
	font-size: 0.7rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.footer-column--brand > p {
	max-width: 390px;
	margin: 0 0 22px;
	font-size: 0.84rem;
}

.footer-column h2 {
	margin: 0 0 18px;
	color: #fff;
	font-size: 0.95rem;
	letter-spacing: 0.01em;
}

.footer-links,
.footer-contact {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-links li + li {
	margin-top: 10px;
}

.footer-links a,
.footer-contact a {
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.82rem;
	text-decoration: none;
}

.footer-links a:hover,
.footer-contact a:hover {
	color: #74ddff;
}

.footer-contact li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	margin-top: 9px;
	font-size: 0.8rem;
}

.footer-contact .dashicons {
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
	margin-top: 3px;
	color: #74ddff;
	font-size: 17px;
}

.footer-social-links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.footer-social-link {
	display: inline-flex;
	padding: 7px 13px;
	border: 1px solid rgba(116, 221, 255, 0.4);
	border-radius: 8px;
	color: #74ddff !important;
	font-size: 0.76rem;
	font-weight: 700;
	text-decoration: none;
}

.footer-quote {
	margin-top: 22px;
	padding: 16px;
	border: 1px solid rgba(116, 221, 255, 0.18);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.04);
}

.footer-quote strong {
	color: #fff;
	font-size: 0.82rem;
}

.footer-quote p {
	margin: 5px 0 9px;
	font-size: 0.75rem;
}

.footer-quote a {
	color: #74ddff;
	font-size: 0.76rem;
	font-weight: 750;
	text-decoration: none;
}

.footer-bottom {
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: #061a30;
}

.footer-bottom__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.footer-navigation ul {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-navigation a {
	font-size: 0.72rem;
	text-decoration: none;
}

@media (max-width: 1180px) {
	.header-main__inner {
		grid-template-columns: 64px minmax(320px, 1.4fr) auto;
	}

	.header-action--hotline,
	.header-action__copy {
		display: none;
	}

	.header-actions {
		gap: 10px;
	}

	.header-navigation__inner {
		gap: 10px;
	}

	.main-navigation a {
		padding-inline: 8px;
	}
}

@media (max-width: 1024px) {
	body.has-mobile-menu {
		overflow: hidden;
	}

	.header-top__right .top-navigation,
	.header-action--account {
		display: none;
	}

	.header-main__inner {
		grid-template-columns: minmax(180px, 1fr) auto;
		min-height: 82px;
		gap: 14px;
		padding-block: 12px;
	}

	.product-search {
		grid-column: 1 / -1;
		grid-row: 2;
		width: 100%;
	}

	.menu-toggle {
		display: inline-flex;
	}

	.header-navigation {
		position: fixed;
		z-index: 140;
		top: 0;
		right: 0;
		bottom: 0;
		display: block;
		width: min(380px, 90vw);
		overflow-y: auto;
		transform: translateX(105%);
		box-shadow: -20px 0 50px rgba(7, 31, 58, 0.2);
		transition: transform 0.25s ease;
	}

	.header-navigation.is-open {
		transform: translateX(0);
	}

	.header-navigation__inner {
		display: block;
		width: 100%;
		padding: 24px 18px;
	}

	.mobile-navigation-heading {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 18px;
		padding-bottom: 14px;
		border-bottom: 1px solid var(--vtxvn-border);
		color: var(--vtxvn-primary-dark);
	}

	.menu-close {
		width: 40px;
		height: 40px;
		padding: 0;
		border-radius: 10px;
	}

	.menu-close .dashicons {
		width: 23px;
		height: 23px;
		font-size: 23px;
	}

	.category-navigation {
		width: 100%;
	}

	.category-toggle {
		min-height: 48px;
		border-radius: 10px;
	}

	.category-menu {
		position: static;
		width: 100%;
		margin-top: 8px;
		padding: 10px;
		border-radius: 12px;
		box-shadow: none;
	}

	.category-menu__list {
		grid-template-columns: 1fr;
	}

	.category-menu__children {
		display: none;
	}

	.main-navigation {
		position: static;
		display: block;
		max-height: none;
		overflow: visible;
		margin-top: 16px;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.main-navigation ul {
		display: block;
	}

	.main-navigation a {
		padding: 11px 8px;
		border-bottom: 1px solid var(--vtxvn-border);
		border-radius: 0;
	}

	.main-navigation .sub-menu {
		position: static;
		display: block;
		margin-left: 12px;
		padding: 0 0 0 10px;
		border: 0;
		border-left: 1px solid var(--vtxvn-border);
		border-radius: 0;
		box-shadow: none;
	}

	.nav-quote-link {
		margin-top: 18px;
		padding: 12px;
		border-radius: 10px;
		background: #fff0f1;
	}

	.footer-main__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.header-top__inner {
		justify-content: center;
	}

	.header-top__right {
		display: none;
	}

	.header-top__message {
		font-size: 0.7rem;
		text-align: center;
	}

	.header-main__inner {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.site-branding__mark .custom-logo {
		width: 46px;
		height: 46px;
	}

	.site-title {
		font-size: 1.3rem;
	}

	.header-action__icon {
		width: 40px;
		height: 40px;
		flex-basis: 40px;
	}

	.product-search {
		grid-template-columns: minmax(0, 1fr) 48px;
	}

	.product-search input[type="search"] {
		font-size: 0.8rem;
	}

	.footer-main__grid {
		grid-template-columns: 1fr;
	}

	.footer-main__grid {
		gap: 34px;
	}

	.footer-bottom__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

/* Mega menu sản phẩm v3: danh mục dọc, ba cột dữ liệu WooCommerce và nền mờ. */
:root {
	--vtxvn-category-overlay-top: 101px;
}

body.has-category-menu {
	overflow: hidden;
}

.site-header--compact .category-navigation {
	z-index: 130;
}

.site-header--compact .category-overlay {
	position: fixed;
	z-index: 118;
	top: var(--vtxvn-category-overlay-top);
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: calc(100dvh - var(--vtxvn-category-overlay-top));
	padding: 0;
	border: 0;
	border-radius: 0;
	background: rgba(3, 17, 32, 0.58);
	backdrop-filter: blur(4px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.18s ease, visibility 0.18s ease;
}

.site-header--compact .category-overlay.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.site-header--compact .category-menu--mega {
	position: absolute;
	z-index: 132;
	top: calc(100% + 15px);
	left: -88px;
	display: block;
	width: min(1200px, calc(100vw - 40px));
	height: min(640px, calc(100vh - var(--vtxvn-category-overlay-top) - 18px));
	max-height: none;
	padding: 0;
	overflow: hidden;
	border: 1px solid rgba(202, 216, 231, 0.95);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 24px 60px rgba(2, 28, 54, 0.28);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-8px);
	pointer-events: none;
	transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.site-header--compact .category-menu--mega.is-open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.category-menu__shell {
	display: grid;
	grid-template-columns: 252px minmax(0, 1fr);
	height: 100%;
}

.category-menu__sidebar {
	display: flex;
	min-width: 0;
	min-height: 0;
	flex-direction: column;
	padding: 10px;
	border-right: 1px solid #e1e9f2;
	background: #f7f9fc;
}

.category-menu__mobile-head,
.category-menu__panel-mobile-head {
	display: none;
}

.site-header--compact .category-menu__list {
	display: block;
	flex: 1 1 auto;
	min-height: 0;
	margin: 0;
	padding: 0 4px 0 0;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-gutter: stable;
	list-style: none;
	scrollbar-width: thin;
	scrollbar-color: #bdd1e5 transparent;
}

.site-header--compact .category-menu__item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 34px;
	min-height: 44px;
	align-items: stretch;
	margin: 0 0 2px;
	padding: 0;
	border-radius: 10px;
	transition: background-color 0.14s ease, color 0.14s ease;
}

.site-header--compact .category-menu__item--direct {
	grid-template-columns: minmax(0, 1fr);
}

.site-header--compact .category-menu__item:hover,
.site-header--compact .category-menu__item.is-active {
	background: #eaf4fd;
}

.site-header--compact .category-menu__parent {
	display: flex;
	min-width: 0;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	padding: 7px 4px 7px 8px;
	color: #15273b;
	font-size: 0.79rem;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none;
}

.category-menu__icon {
	display: inline-flex;
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: #fff;
	color: #0878c9;
	box-shadow: inset 0 0 0 1px #dce8f4;
}

.category-menu__icon .dashicons {
	width: 19px;
	height: 19px;
	font-size: 19px;
}

.category-menu__icon-image {
	display: block;
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.category-menu__name {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.category-menu__item.is-active .category-menu__parent {
	color: #075797;
}

.category-menu__item.is-active .category-menu__icon {
	background: #0878c9;
	color: #fff;
	box-shadow: none;
}

.category-menu__item.is-active .category-menu__icon--image {
	background: #fff;
	box-shadow: inset 0 0 0 1px #bcd8ec;
}

.category-menu__expand {
	display: inline-flex;
	width: 34px;
	height: 100%;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: #8798aa;
}

.category-menu__item:hover .category-menu__expand,
.category-menu__item.is-active .category-menu__expand {
	color: #0878c9;
}

.category-menu__expand .dashicons {
	width: 18px;
	height: 18px;
	font-size: 18px;
}

.category-menu__all {
	display: flex;
	flex: 0 0 auto;
	min-height: 42px;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-top: 8px;
	padding: 9px 11px;
	border: 1px solid #cad8e7;
	border-radius: 9px;
	background: #fff;
	color: #075797;
	font-size: 0.76rem;
	font-weight: 600;
	text-decoration: none;
}

.category-menu__all:hover {
	border-color: #0878c9;
	background: #eef7ff;
}

.category-menu__panels {
	min-width: 0;
	min-height: 0;
	background: #fff;
}

.category-menu__panel {
	display: none;
	height: 100%;
	min-height: 0;
	flex-direction: column;
}

.category-menu__panel.is-active {
	display: flex;
}

.category-menu__panel-header {
	display: flex;
	min-height: 76px;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 13px 20px;
	border-bottom: 1px solid #e1e9f2;
	background: linear-gradient(90deg, #f7fbff, #fff);
}

.category-menu__panel-header small {
	display: block;
	margin-bottom: 1px;
	color: #71859b;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.category-menu__panel-title {
	margin: 0;
	color: #0c2743;
	font-size: 1.12rem;
	font-weight: 700;
	line-height: 1.25;
}

.category-menu__panel-header > a {
	flex: 0 0 auto;
	padding: 7px 11px;
	border-radius: 8px;
	background: #eaf4fd;
	color: #0665ad;
	font-size: 0.73rem;
	font-weight: 600;
	text-decoration: none;
}

.category-menu__columns {
	display: grid;
	min-height: 0;
	flex: 1;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-menu__column {
	display: flex;
	min-width: 0;
	min-height: 0;
	flex-direction: column;
	padding: 18px;
	overflow: hidden;
	border-right: 1px solid #e7edf4;
}

.category-menu__column:last-child {
	border-right: 0;
}

.category-menu__column-title {
	flex: 0 0 auto;
	margin: 0 0 13px;
	color: #15273b;
	font-size: 0.84rem;
	font-weight: 650;
	line-height: 1.4;
}

.category-menu__column-title span {
	color: #0878c9;
}

.category-menu__panel-status {
	display: grid;
	height: 100%;
	min-height: 220px;
	margin: 0;
	place-items: center;
	padding: 24px;
	color: #5f7388;
	font-size: 0.82rem;
	text-align: center;
}

.category-menu__panel-status--error {
	color: #a33a32;
}

.category-menu__links,
.category-menu__products {
	margin: 0;
	padding: 0;
	list-style: none;
}

.category-menu__links {
	display: grid;
	min-height: 0;
	align-content: start;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	padding-right: 4px;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-gutter: stable;
	scrollbar-width: thin;
	scrollbar-color: #bdd1e5 transparent;
}

.category-menu__links a {
	display: flex;
	min-height: 42px;
	align-items: center;
	padding: 8px 10px;
	border: 1px solid #dbe5ef;
	border-radius: 9px;
	background: #fff;
	color: #253a50;
	font-size: 0.73rem;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none;
	transition: border-color 0.14s ease, background-color 0.14s ease, color 0.14s ease;
}

.category-menu__links a:hover,
.category-menu__links a:focus-visible {
	border-color: #75b9e8;
	background: #eff8ff;
	color: #075797;
}

.category-menu__links--brands a {
	display: flex;
	min-height: 58px;
	justify-content: center;
	padding: 7px 10px;
}

.category-menu__brand-logo {
	display: flex;
	width: 100%;
	max-width: 96px;
	height: 38px;
	align-items: center;
	justify-content: center;
	padding: 2px;
	border-radius: 6px;
	background: #fff;
}

.category-menu__brand-logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.category-menu__brand-name {
	min-width: 0;
	text-align: center;
	overflow-wrap: anywhere;
}

.category-menu__links--types a {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	min-height: 62px;
	gap: 8px;
	padding: 7px;
	font-weight: 500;
}

.category-menu__links--types {
	grid-template-columns: minmax(0, 1fr);
}

.category-menu__type-thumb {
	display: flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 1px solid #e5ecf3;
	border-radius: 8px;
	background: #f7f9fb;
}

.category-menu__type-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.category-menu__type-name {
	min-width: 0;
	overflow-wrap: anywhere;
}

.category-menu__products {
	display: grid;
	min-height: 0;
	align-content: start;
	gap: 8px;
	padding-right: 4px;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-gutter: stable;
	scrollbar-width: thin;
	scrollbar-color: #bdd1e5 transparent;
}

.category-menu__products a {
	display: grid;
	min-height: 70px;
	grid-template-columns: 54px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	padding: 7px;
	border: 1px solid #e0e8f1;
	border-radius: 10px;
	background: #fff;
	color: #20364d;
	font-size: 0.72rem;
	font-weight: 500;
	line-height: 1.35;
	text-decoration: none;
}

.category-menu__product-thumb {
	display: flex;
	width: 54px;
	height: 54px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 1px solid #e5ecf3;
	border-radius: 9px;
	background: #f7f9fb;
}

.category-menu__product-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.category-menu__product-info {
	display: grid;
	min-width: 0;
	gap: 3px;
	align-content: center;
}

.category-menu__product-title {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.category-menu__products a:hover,
.category-menu__products a:focus-visible {
	border-color: #75b9e8;
	background: #f7fbff;
	color: #075797;
}

.category-menu__products small {
	color: #d8384e;
	font-size: 0.64rem;
	font-weight: 600;
}

.site-header--compact .category-menu__list::-webkit-scrollbar,
.category-menu__links::-webkit-scrollbar,
.category-menu__products::-webkit-scrollbar {
	width: 6px;
}

.site-header--compact .category-menu__list::-webkit-scrollbar-track,
.category-menu__links::-webkit-scrollbar-track,
.category-menu__products::-webkit-scrollbar-track {
	background: transparent;
}

.site-header--compact .category-menu__list::-webkit-scrollbar-thumb,
.category-menu__links::-webkit-scrollbar-thumb,
.category-menu__products::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: #bdd1e5;
}

.category-menu__empty {
	margin: 0;
	padding: 12px;
	border-radius: 9px;
	background: #f4f7fa;
	color: #71859b;
	font-size: 0.73rem;
}

.category-menu--mega a:focus-visible,
.category-menu--mega button:focus-visible,
.category-toggle:focus-visible {
	outline: 3px solid rgba(8, 120, 201, 0.3);
	outline-offset: 2px;
}

@media (max-width: 1180px) and (min-width: 901px) {
	.site-header--compact .category-menu--mega {
		left: -77px;
		width: calc(100vw - 40px);
	}

	.category-menu__shell {
		grid-template-columns: 234px minmax(0, 1fr);
	}

	.category-menu__column {
		padding: 14px;
	}

	.category-menu__links {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 900px) {
	html,
	body {
		overflow-x: clip;
	}

	.site-header--compact .category-menu--mega {
		position: fixed;
		top: var(--vtxvn-category-overlay-top);
		left: 0;
		width: 100%;
		height: calc(100dvh - var(--vtxvn-category-overlay-top));
		max-height: none;
		margin: 0;
		border: 0;
		border-radius: 0;
		transform: translateY(-6px);
	}

	.site-header--compact .category-menu--mega.is-open {
		transform: translateY(0);
	}

	.category-menu__shell {
		display: block;
		height: 100%;
	}

	.category-menu__sidebar {
		height: 100%;
		padding: 14px;
		overflow-y: auto;
		border-right: 0;
	}

	.category-menu__mobile-head,
	.category-menu__panel-mobile-head {
		display: flex;
		min-height: 48px;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #dbe5ef;
		color: #0c2743;
	}

	.category-menu__close,
	.category-menu__back {
		display: inline-flex;
		min-height: 40px;
		align-items: center;
		justify-content: center;
		gap: 6px;
		padding: 0 10px;
		border: 1px solid #d5e1ed;
		border-radius: 9px;
		background: #fff;
		color: #075797;
		font-size: 0.76rem;
		font-weight: 600;
	}

	.category-menu__close {
		width: 40px;
		padding: 0;
	}

	.site-header--compact .category-menu__list {
		flex: 0 0 auto;
		height: auto;
		min-height: auto;
		overflow: visible;
	}

	.site-header--compact .category-menu__item {
		min-height: 48px;
	}

	.category-menu__expand {
		width: 40px;
		min-height: 46px;
	}

	.category-menu__panels {
		display: none;
		height: 100%;
	}

	.category-menu--mega.is-detail-open .category-menu__sidebar {
		display: none;
	}

	.category-menu--mega.is-detail-open .category-menu__panels {
		display: block;
	}

	.category-menu__panel {
		height: 100%;
		overflow-y: auto;
		padding: 14px;
	}

	.category-menu__panel-mobile-head {
		flex: 0 0 auto;
	}

	.category-menu__panel-header {
		min-height: 68px;
		padding: 10px 2px 14px;
		background: #fff;
	}

	.category-menu__panel-title {
		font-size: 1rem;
	}

	.category-menu__columns {
		display: block;
		flex: none;
	}

	.category-menu__column {
		padding: 16px 0;
		overflow: visible;
		border-right: 0;
		border-bottom: 1px solid #e1e9f2;
	}

	.category-menu__column:last-child {
		border-bottom: 0;
	}
}

@media (max-width: 480px) {
	.category-menu__links--brands {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
		padding-right: 0;
		overflow: visible;
		scrollbar-gutter: auto;
	}

	.category-menu__links--brands li {
		min-width: 0;
	}

	.category-menu__links--brands a {
		min-height: 58px;
		padding: 6px;
	}

	.category-menu__links--brands .category-menu__brand-logo {
		max-width: 88px;
		height: 34px;
	}

	.category-menu__links--types {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 360px) {
	.category-menu__links--brands {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Header 3 tầng: thông tin, tìm kiếm và điều hướng danh mục. */
.site-header--compact .header-top {
	background: #073d76;
}

.site-header--compact .header-top__inner {
	min-height: 36px;
	gap: 18px;
}

.header-top__brand {
	display: inline-flex;
	min-width: 0;
	align-items: center;
	gap: 6px;
	color: #fff;
	font-size: 0.73rem;
	font-weight: 450;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}

.header-top__brand strong {
	font-weight: 700;
	letter-spacing: 0.02em;
}

.header-top__brand span {
	color: rgba(255, 255, 255, 0.76);
	font-weight: 450;
}

.header-top__brand .header-top__separator {
	color: rgba(255, 255, 255, 0.48);
	font-weight: 400;
}

.header-top__mobile-links {
	display: none;
}

.site-header--compact .header-top__right {
	gap: 0;
	white-space: nowrap;
}

.site-header--compact .header-contact {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 0 14px;
	font-size: 0.72rem;
	font-weight: 450;
}

.site-header--compact .header-contact > .dashicons {
	width: 15px;
	height: 15px;
	font-size: 15px;
	opacity: 0.88;
}

.site-header--compact .header-contact strong {
	font-weight: 650;
}

.site-header--compact .header-contact + .header-contact::before {
	left: 0;
}

.header-services {
	display: flex;
	align-items: center;
}

.header-services a {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding-left: 30px;
	font-size: 0.72rem;
	font-weight: 500;
}

.header-services a .dashicons {
	width: 16px;
	height: 16px;
	font-size: 16px;
	opacity: 0.9;
}

.header-services a::before {
	position: absolute;
	top: 50%;
	left: 14px;
	width: 1px;
	height: 12px;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.24);
	content: "";
}

.site-header--compact .header-main {
	position: relative;
	z-index: 130;
	border-bottom: 0;
	background: #fff;
}

.site-header--compact .header-main__inner {
	position: relative;
	display: grid;
	min-height: 96px;
	grid-template-columns: max-content minmax(340px, 1fr) max-content;
	align-items: center;
	justify-content: stretch;
	gap: clamp(20px, 2.2vw, 34px);
}

.site-header--compact .header-main__left {
	display: grid;
	min-width: 0;
	grid-template-columns: 150px 226px;
	align-items: center;
	gap: 24px;
}

.site-header--compact .site-branding__mark .custom-logo {
	width: 150px;
	height: 78px;
	max-height: 78px;
	object-fit: contain;
	transform: none;
	transform-origin: left center;
}

.site-header--compact .category-navigation {
	position: relative;
	z-index: 131;
	top: auto;
	left: auto;
	width: 226px;
}

.site-header--compact .category-toggle {
	width: 100%;
	height: 52px;
	min-height: 52px;
	justify-content: flex-start;
	padding: 0 18px;
	border-radius: 10px;
	background: linear-gradient(135deg, #075797, #063f79);
	box-shadow: 0 8px 20px rgba(6, 63, 121, 0.2);
	font-size: 0.84rem;
	font-weight: 720;
}

.site-header--compact .category-toggle__arrow {
	margin-left: auto;
}

.site-header--compact .category-menu--mega {
	top: calc(100% + 80px);
	left: -174px;
}

.site-header--compact .product-search {
	width: 100%;
	max-width: 660px;
	justify-self: center;
	grid-template-columns: 146px minmax(0, 1fr) 56px;
	height: 56px;
	border: 1px solid #b9ccde;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(7, 61, 118, 0.07);
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.site-header--compact .product-search:focus-within {
	z-index: 140;
	border-color: #0878c9;
	box-shadow: 0 0 0 3px rgba(8, 120, 201, 0.13), 0 10px 24px rgba(7, 61, 118, 0.11);
}

.site-header--compact .product-search__scope-toggle,
.site-header--compact .product-search input[type="search"],
.site-header--compact .product-search__submit {
	min-height: 54px;
}

.site-header--compact .header-actions {
	display: flex;
	align-items: center;
	gap: 18px;
	justify-self: end;
}

.header-main-links {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-left: auto;
	padding-left: 12px;
	border-left: 1px solid #e4ebf2;
}

.header-main-links a {
	color: #153452;
	padding: 0 8px;
	font-size: 0.72rem;
	font-weight: 650;
	text-decoration: none;
	white-space: nowrap;
}

.header-main-links a:hover,
.header-main-links a:focus-visible {
	color: var(--vtxvn-primary);
}

.site-header--compact .header-project-cta {
	min-height: 58px;
	gap: 10px;
	padding: 0 16px;
	border-color: rgba(180, 18, 35, 0.22);
	border-radius: 10px;
	background: linear-gradient(135deg, #e4232b, #b81025);
	box-shadow: 0 6px 14px rgba(196, 24, 43, 0.2);
}

.site-header--compact .header-project-cta:hover {
	background: linear-gradient(135deg, #cc1825, #980e1d);
	box-shadow: 0 8px 18px rgba(196, 24, 43, 0.26);
}

.header-project-cta__label {
	display: grid;
	gap: 2px;
}

.header-project-cta__label small {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.62rem;
	font-weight: 600;
}

.header-project-cta__label strong {
	font-size: 0.82rem;
	font-weight: 750;
	letter-spacing: 0.02em;
}

.site-header--compact .header-navigation {
	position: relative;
	z-index: 125;
	display: block;
	border-top: 1px solid #e7edf4;
	border-bottom: 1px solid #e1e9f2;
	background: #fff;
	box-shadow: 0 7px 18px rgba(7, 61, 118, 0.05);
}

.site-header--compact .header-navigation__inner {
	display: flex;
	min-height: 56px;
	align-items: center;
	gap: 14px;
}

@media (min-width: 1025px) {
	body.has-category-menu {
		overflow: visible;
	}

	.site-header--compact {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		height: 190px;
		overflow: visible;
		transition: height 0.18s ease;
	}

	.site-header--compact.site-header--without-topbar {
		height: 154px;
	}

	.site-header--compact.is-desktop-condensed {
		height: 78px;
	}

	body.admin-bar .site-header--compact {
		top: 32px;
	}

	.site-header-spacer {
		display: block;
		height: 190px;
		flex: 0 0 190px;
	}

	.site-header--without-topbar + .site-header-spacer {
		height: 154px;
		flex-basis: 154px;
	}

	.site-header--compact .header-top {
		display: block;
		max-height: 36px;
		overflow: hidden;
		opacity: 1;
		transform: translateY(0);
		visibility: visible;
		transition: opacity 0.12s ease, transform 0.18s ease, visibility 0s linear 0s;
	}

	.site-header--compact .header-main {
		transform: translateY(0);
		transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
	}

	.site-header--compact .header-navigation {
		display: block;
		max-height: 58px;
		overflow: visible;
		opacity: 1;
		transform: translateY(0);
		visibility: visible;
		transition: opacity 0.12s ease, transform 0.18s ease, visibility 0s linear 0s;
	}

	.site-header--compact .category-navigation {
		display: block;
		opacity: 1;
		transform: translateY(0);
		visibility: visible;
		transition: opacity 0.12s ease, transform 0.18s ease, visibility 0s linear 0s;
	}

	.site-header--compact.is-desktop-condensed .header-top,
	.site-header--compact.is-desktop-condensed .header-navigation {
		display: block;
		overflow: hidden;
		opacity: 0;
		transform: translateY(-6px);
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.12s ease, transform 0.18s ease, visibility 0s linear 0.18s;
	}

	.site-header--compact.is-desktop-condensed .header-main {
		transform: translateY(-36px);
		border-bottom: 1px solid #dce7ef;
		box-shadow: 0 10px 24px rgba(7, 61, 118, 0.12);
	}

	.site-header--compact.site-header--without-topbar.is-desktop-condensed .header-main {
		transform: translateY(0);
	}

	.site-header--compact.is-desktop-condensed .header-main__inner {
		min-height: 78px;
	}

	.site-header--compact.is-desktop-condensed .site-branding__mark .custom-logo {
		height: 62px;
		max-height: 62px;
	}

	.site-header--compact.is-desktop-condensed .product-search {
		height: 48px;
	}

	.site-header--compact.is-desktop-condensed .product-search__scope-toggle,
	.site-header--compact.is-desktop-condensed .product-search input[type="search"],
	.site-header--compact.is-desktop-condensed .product-search__submit {
		min-height: 46px;
	}

	.site-header--compact.is-desktop-condensed .header-project-cta {
		min-height: 50px;
	}

	.site-header--compact.is-desktop-condensed .category-menu--mega {
		top: calc(100% + 13px);
	}
}

@media (min-width: 1025px) and (prefers-reduced-motion: reduce) {
	.site-header--compact,
	.site-header--compact .header-main,
	.site-header--compact .header-top,
	.site-header--compact .header-navigation,
	.site-header--compact .category-navigation {
		transition: none;
	}
}

.site-header--compact .category-toggle--mobile {
	display: none;
}

.site-header--compact .mobile-category-toggle {
	display: none;
}

.header-category-slot {
	display: none;
}

.header-home-link {
	display: inline-flex;
	height: 42px;
	align-items: center;
	gap: 6px;
	padding: 0 12px;
	border-right: 1px solid #e7edf3;
	color: #174878;
	font-size: 0.72rem;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.header-home-link .dashicons {
	width: 20px;
	height: 20px;
	font-size: 20px;
}

.header-home-link:hover,
.header-home-link:focus-visible {
	color: var(--vtxvn-primary);
}

.header-nav-links {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 3px;
	flex: 1 1 auto;
	overflow: hidden;
}

.header-nav-item {
	position: relative;
	display: flex;
	min-width: 0;
	align-items: center;
	flex: 0 0 auto;
}

.header-nav-link {
	display: inline-flex;
	height: 42px;
	align-items: center;
	gap: 6px;
	padding: 0 9px;
	border-radius: 7px;
	color: #36526d;
	font-size: 0.75rem;
	font-weight: 540;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}

.header-nav-link__icon {
	display: inline-flex;
	width: 17px;
	height: 17px;
	align-items: center;
	justify-content: center;
	flex: 0 0 17px;
	color: currentColor;
	font-size: 17px;
	line-height: 1;
}

.header-nav-link__icon--image img {
	width: 17px;
	height: 17px;
	object-fit: contain;
}

.header-nav-link:hover,
.header-nav-link:focus-visible {
	background: #f0f8ff;
	color: #0878c9;
}

.header-nav-link--hot {
	color: #d82336;
	font-weight: 620;
}

.header-nav-link--hot:not(.header-nav-link--has-icon)::before {
	margin-right: 5px;
	content: "🔥";
}

.header-nav-link--best {
	color: #a65a00;
	font-weight: 620;
}

.header-nav-item[hidden] {
	display: none;
}

.header-nav-submenu-toggle {
	display: inline-flex;
	width: 24px;
	height: 32px;
	align-items: center;
	justify-content: center;
	margin-left: -7px;
	padding: 0;
	border: 0;
	border-radius: 6px;
	background: transparent;
	color: #6b8298;
	cursor: pointer;
}

.header-nav-submenu-toggle:hover,
.header-nav-submenu-toggle:focus-visible {
	background: #eef7ff;
	color: #0878c9;
}

.header-nav-submenu-toggle .dashicons {
	width: 15px;
	height: 15px;
	font-size: 15px;
	transition: transform 0.16s ease;
}

.header-nav-item.is-open > .header-nav-submenu-toggle .dashicons {
	transform: rotate(180deg);
}

.header-nav-submenu {
	position: absolute;
	z-index: 155;
	top: calc(100% + 3px);
	left: 0;
	display: grid;
	min-width: 220px;
	padding: 7px;
	visibility: hidden;
	transform: translateY(-4px);
	border: 1px solid #dce6ef;
	border-radius: 9px;
	background: #fff;
	box-shadow: 0 14px 32px rgba(7, 42, 76, 0.14);
	opacity: 0;
	transition: opacity 0.14s ease, transform 0.14s ease, visibility 0.14s ease;
}

.header-nav-submenu .header-nav-item {
	width: 100%;
}

.header-nav-submenu .header-nav-link {
	width: 100%;
	height: auto;
	min-height: 36px;
	padding: 8px 10px;
	white-space: normal;
}

.header-nav-submenu .header-nav-submenu {
	top: -7px;
	left: calc(100% + 7px);
}

.header-nav-item:hover > .header-nav-submenu,
.header-nav-item:focus-within > .header-nav-submenu,
.header-nav-item.is-open > .header-nav-submenu {
	visibility: visible;
	transform: translateY(0);
	opacity: 1;
}

.header-more {
	position: relative;
	flex: 0 0 auto;
}

.header-more__toggle {
	display: inline-flex;
	height: 36px;
	align-items: center;
	gap: 4px;
	padding: 0 8px;
	border: 0;
	border-radius: 7px;
	background: transparent;
	color: #075797;
	font-size: 0.7rem;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
}

.header-more__toggle .dashicons {
	width: 14px;
	height: 14px;
	font-size: 14px;
}

.header-more__menu {
	position: absolute;
	z-index: 150;
	top: calc(100% + 8px);
	right: 0;
	display: grid;
	min-width: 230px;
	padding: 8px;
	visibility: hidden;
	transform: translateY(-5px);
	border: 1px solid #d9e4ef;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 16px 36px rgba(7, 42, 76, 0.16);
	opacity: 0;
	transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.header-more:hover .header-more__menu,
.header-more:focus-within .header-more__menu,
.header-more.is-open .header-more__menu {
	visibility: visible;
	transform: translateY(0);
	opacity: 1;
}

.header-more__menu a {
	display: flex;
	padding: 9px 10px;
	border-radius: 7px;
	color: #183650;
	font-size: 0.76rem;
	font-weight: 540;
	text-decoration: none;
}

.header-more__menu > .header-nav-item {
	width: 100%;
}

.header-more__menu > .header-nav-item > .header-nav-link {
	width: 100%;
	height: auto;
	min-height: 36px;
}

.header-more__menu .header-nav-submenu {
	top: -7px;
	right: calc(100% + 7px);
	left: auto;
}

.header-more__menu a:hover,
.header-more__menu a:focus-visible {
	background: #eef7ff;
	color: #0878c9;
}

@media (max-width: 1180px) and (min-width: 1025px) {
	.site-header--compact .header-main__inner {
		grid-template-columns: max-content minmax(280px, 1fr) max-content;
		gap: 16px;
	}

	.site-header--compact .header-main__left {
		grid-template-columns: 112px 188px;
		gap: 14px;
	}

	.site-header--compact .site-branding__mark .custom-logo {
		width: 112px;
		height: 68px;
		max-height: 68px;
		transform: none;
	}

	.site-header--compact .category-navigation {
		width: 188px;
	}

	.site-header--compact .category-toggle {
		padding-inline: 13px;
		font-size: 0.78rem;
	}

	.site-header--compact .category-menu--mega {
		left: -126px;
	}

	.header-main-links {
		padding-left: 6px;
	}

	.site-header--compact .header-project-cta {
		padding-inline: 13px;
	}
}

@media (max-width: 1024px) {
	.site-header--compact .header-top__inner {
		overflow: hidden;
	}

	.header-services {
		display: none;
	}

	.site-header--compact .header-main__inner {
		display: grid;
		min-height: auto;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 8px 12px;
		padding-block: 8px;
	}

	.site-header--compact .header-main__left {
		display: contents;
	}

	.site-header--compact .site-branding {
		grid-column: 1;
		grid-row: 1;
	}

	.site-header--compact .site-branding__mark .custom-logo {
		width: 72px;
		height: 60px;
		max-height: 60px;
		transform: none;
	}

	.site-header--compact .header-actions {
		grid-column: 2;
		grid-row: 1;
		gap: 8px;
	}

	.header-main-links {
		display: none;
	}

	.site-header--compact .product-search {
		grid-column: 1 / -1;
		grid-row: 2;
		width: 100%;
		max-width: none;
	}

	.site-header--compact .category-navigation {
		position: relative;
		z-index: 131;
		top: auto;
		left: auto;
		width: 100%;
		grid-column: 1 / -1;
		grid-row: 3;
	}

	.site-header--compact .category-toggle {
		width: 100%;
	}

	.site-header--compact .category-menu--mega {
		position: fixed;
		top: var(--vtxvn-category-overlay-top);
		left: 0;
		width: 100%;
		height: calc(100dvh - var(--vtxvn-category-overlay-top));
	}

	.site-header--compact .header-navigation {
		position: fixed;
		z-index: 140;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		display: block;
		width: 0;
		max-width: calc(100vw - 20px);
		overflow-x: hidden;
		overflow-y: auto;
		border: 0;
		background: #fff;
		box-shadow: none;
		visibility: hidden;
		pointer-events: none;
		transition: width 0.22s ease, box-shadow 0.22s ease, visibility 0s linear 0.22s;
	}

	.site-header--compact .header-navigation.is-open {
		width: min(380px, 90vw);
		box-shadow: -20px 0 50px rgba(7, 31, 58, 0.2);
		visibility: visible;
		pointer-events: auto;
		transition: width 0.22s ease, box-shadow 0.22s ease, visibility 0s linear 0s;
	}

	.site-header--compact .header-navigation__inner {
		display: block;
		width: 100%;
		padding: 24px 18px;
	}

	.site-header--compact .header-navigation .header-home-link {
		display: flex;
		height: 44px;
		margin-bottom: 4px;
		padding: 0 10px;
		border-right: 0;
		border-bottom: 1px solid #edf1f5;
		font-size: 0.82rem;
	}

	.site-header--compact .header-navigation .header-main-links {
		display: grid;
		gap: 0;
		margin: 10px 0 0;
		padding: 10px 0 0;
		border-top: 1px solid #e5edf4;
		border-left: 0;
	}

	.site-header--compact .header-navigation .header-main-links a {
		display: flex;
		min-height: 42px;
		align-items: center;
		padding: 0 10px;
		border-radius: 7px;
		font-size: 0.8rem;
	}

	.site-header--compact .header-navigation .category-toggle--mobile {
		display: flex;
		width: 100%;
		height: 44px;
		min-height: 44px;
		margin-bottom: 12px;
		padding-inline: 13px;
		border-radius: 9px;
		font-size: 0.82rem;
	}

	.header-category-slot,
	.header-more {
		display: none !important;
	}

	.header-nav-links {
		display: grid;
		overflow: visible;
	}

	.header-nav-item,
	.header-nav-item[hidden] {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}

	.header-nav-link {
		display: flex;
		height: 44px;
		min-width: 0;
		padding: 0 10px;
		border-bottom: 1px solid #edf1f5;
		flex: 1 1 auto;
		font-size: 0.82rem;
	}

	.header-nav-submenu-toggle {
		width: 36px;
		height: 40px;
		margin-left: 0;
	}

	.header-nav-submenu {
		position: static;
		display: none;
		width: 100%;
		min-width: 0;
		padding: 2px 0 6px 14px;
		visibility: visible;
		transform: none;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		opacity: 1;
	}

	.header-nav-item.is-open > .header-nav-submenu,
	.header-nav-item:focus-within > .header-nav-submenu {
		display: grid;
	}
}

@media (max-width: 640px) {
	.site-header--compact .header-top__inner {
		min-height: 34px;
		justify-content: space-between;
		gap: 6px;
	}

	.header-top__brand {
		display: none;
	}

	.header-top__mobile-links {
		display: flex;
		min-width: 0;
		align-items: center;
		font-size: 0.58rem;
		font-weight: 650;
		line-height: 1;
		white-space: nowrap;
	}

	.header-top__mobile-links a {
		padding: 1px 5px;
		color: #fff;
		text-decoration: none;
	}

	.header-top__mobile-links a:first-child {
		padding-left: 0;
	}

	.header-top__mobile-links a + a {
		border-left: 1px solid rgba(255, 255, 255, 0.28);
	}

	.header-top__brand span,
	.header-top__brand .header-top__separator,
	.site-header--compact .header-services {
		display: none;
	}

	.site-header--compact .header-top__right {
		display: flex;
		min-width: 0;
		align-items: center;
		justify-content: flex-end;
		gap: 7px;
		margin-left: auto;
	}

	.site-header--compact .header-contact {
		display: flex;
		align-items: center;
		gap: 2px;
		padding: 0;
		font-size: 0.58rem;
		line-height: 1.1;
		white-space: nowrap;
	}

	.site-header--compact .header-contact:nth-of-type(2) {
		display: flex;
		font-size: 0.55rem;
	}

	.site-header--compact .header-contact + .header-contact::before {
		display: none;
	}

	.site-header--compact .header-main {
		border-bottom: 1px solid #e4edf5;
		box-shadow: 0 5px 14px rgba(7, 61, 118, 0.06);
	}

	.site-header--compact .header-main__inner {
		min-height: 0;
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-rows: 52px 40px;
		gap: 6px 10px;
		padding-block: 5px 8px;
	}

	.site-header--compact .site-branding {
		align-self: center;
	}

	.site-header--compact .site-branding__mark .custom-logo {
		width: 112px;
		height: 50px;
		max-height: 50px;
		object-position: left center;
	}

	.site-header--compact .header-actions {
		align-self: center;
		gap: 0;
	}

	.site-header--compact .header-project-cta {
		display: none;
	}

	.site-header--compact .menu-toggle {
		display: none;
	}

	.site-header--compact .mobile-category-toggle {
		display: inline-flex;
		height: 40px;
		min-width: 0;
		align-items: center;
		justify-content: center;
		gap: 5px;
		padding: 0 9px;
		border: 0;
		border-radius: 9px;
		background: #0878c9;
		color: #fff;
		font-size: 0.67rem;
		font-weight: 650;
		box-shadow: 0 4px 10px rgba(8, 120, 201, 0.18);
		cursor: pointer;
		white-space: nowrap;
	}

	.site-header--compact .mobile-category-toggle:hover,
	.site-header--compact .mobile-category-toggle:focus-visible {
		background: #075797;
		color: #fff;
	}

	.site-header--compact .mobile-category-toggle .dashicons {
		width: 16px;
		height: 16px;
		font-size: 16px;
	}

	.site-header--compact .mobile-category-toggle__arrow {
		transition: transform 0.18s ease;
	}

	.site-header--compact .mobile-category-toggle[aria-expanded="true"] .mobile-category-toggle__arrow {
		transform: rotate(180deg);
	}

	.site-header--compact .product-search {
		grid-column: 1 / -1;
		grid-row: 2;
		grid-template-columns: 98px minmax(0, 1fr) 40px;
		height: 40px;
		border-radius: 8px;
	}

	.site-header--compact .product-search__scope-toggle,
	.site-header--compact .product-search input[type="search"],
	.site-header--compact .product-search__submit {
		min-height: 38px;
	}

	.site-header--compact .product-search__scope-toggle {
		padding-inline: 10px 24px;
		font-size: 0.7rem;
	}

	.site-header--compact .product-search input[type="search"] {
		padding-inline: 10px;
		font-size: 0.74rem;
	}

	.site-header--compact .product-search__submit .dashicons {
		width: 20px;
		height: 20px;
		font-size: 20px;
	}

	.site-header--compact .category-navigation {
		position: absolute;
		top: 100%;
		left: 0;
		display: block;
		width: 0;
		height: 0;
		grid-column: auto;
		grid-row: auto;
	}

	.site-header--compact .category-navigation > .category-toggle {
		display: none;
	}
}

@media (max-width: 420px) {
	.site-header--compact .product-search {
		grid-template-columns: 92px minmax(0, 1fr) 38px;
	}

	.site-header--compact .site-branding__mark .custom-logo {
		width: 104px;
	}

	.header-top__brand,
	.site-header--compact .header-contact:first-of-type {
		font-size: 0.55rem;
	}

	.header-top__mobile-links {
		font-size: 0.54rem;
	}

	.site-header--compact .header-contact:nth-of-type(2) {
		font-size: 0.51rem;
	}

	.site-header--compact .mobile-category-toggle {
		padding-inline: 8px;
		font-size: 0.64rem;
	}
}

@media (max-width: 360px) {
	.site-header--compact .header-contact__label {
		display: none;
	}
}

/* Footer hai khối: thông tin doanh nghiệp và danh mục sản phẩm. */
.footer-main--structured {
	padding: clamp(38px, 4vw, 56px) 0;
}

.footer-main--structured .footer-main__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.26fr) minmax(210px, 0.75fr) minmax(290px, 1fr);
	gap: clamp(28px, 3.1vw, 42px);
}

.footer-main--columns-1 .footer-main__grid {
	grid-template-columns: minmax(0, 1fr);
}

.footer-main--columns-2 .footer-main__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.footer-main--structured .footer-column {
	min-width: 0;
}

.footer-main--structured .footer-column + .footer-column {
	padding-left: clamp(24px, 3vw, 42px);
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-main--structured .footer-column h2,
.footer-categories h2 {
	margin: 0 0 18px;
	color: #fff;
	font-size: 0.96rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.footer-column--owner {
	display: grid;
	gap: 14px;
}

.footer-website-summary {
	display: grid;
	grid-template-columns: 138px minmax(0, 1fr);
	gap: 0 16px;
	padding: 17px;
	border: 1px solid rgba(126, 209, 242, 0.18);
	border-radius: 13px;
	background: linear-gradient(145deg, rgba(18, 68, 112, 0.5), rgba(10, 47, 82, 0.56));
}

.footer-website-summary.has-owner-details {
	border-bottom: 1px solid rgba(126, 209, 242, 0.18);
}

.footer-owner-details {
	min-width: 0;
	padding: 17px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 13px;
	background: rgba(4, 30, 56, 0.55);
}

.footer-website-summary > h2,
.footer-owner-details > h2 {
	margin-bottom: 13px !important;
}

.footer-website-summary > h2,
.footer-owner-social {
	grid-column: 1 / -1;
}

.footer-owner-identity {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 13px;
}

.footer-owner-identity__image {
	display: inline-flex;
	box-sizing: border-box;
	width: 112px;
	height: 72px;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	padding: 6px 9px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 7px 18px rgba(0, 0, 0, 0.14);
}

.footer-owner-details .footer-owner-identity__image img {
	display: block;
	width: 100% !important;
	max-width: 94px !important;
	height: 54px !important;
	max-height: 54px !important;
	object-fit: contain;
}

.footer-owner-identity__content {
	display: grid;
	min-width: 0;
	gap: 4px;
}

.footer-owner-identity__name {
	max-width: none;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 650;
	line-height: 1.45;
}

.footer-owner-identity__description {
	max-width: none;
	margin: 0;
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.7rem;
	line-height: 1.5;
}

.footer-column--owner .footer-brand {
	grid-column: 1;
	grid-row: 2;
	margin: 0;
}

.footer-column--owner .footer-brand__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 138px;
	min-height: 64px;
	padding: 8px 11px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 7px 18px rgba(0, 0, 0, 0.14);
}

.footer-column--owner .footer-brand__mark img {
	width: 116px;
	height: 44px;
	max-height: 44px;
	object-fit: contain;
	object-position: left center;
	filter: none;
}

.footer-column--owner .footer-brand strong {
	font-size: 1.08rem;
}

.footer-owner__description {
	grid-column: 2;
	grid-row: 2;
	max-width: none;
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.78rem;
	line-height: 1.65;
}

.footer-company-facts {
	display: grid;
	gap: 6px;
	margin: 0 0 11px;
	padding: 0;
	list-style: none;
}

.footer-company-facts li {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	padding: 6px 8px;
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.045);
	font-size: 0.74rem;
	line-height: 1.45;
}

.footer-company-facts strong {
	color: rgba(255, 255, 255, 0.9);
	font-weight: 650;
}

.footer-company-facts span {
	color: rgba(255, 255, 255, 0.68);
}

.footer-main--structured .footer-contact {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 8px;
}

.footer-main--structured .footer-contact li {
	display: grid;
	grid-template-columns: 17px minmax(0, 1fr);
	align-items: start;
	gap: 8px;
	min-width: 0;
	margin: 0;
	padding: 8px 9px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.045);
	font-size: 0.75rem;
	line-height: 1.45;
}

.footer-contact__body {
	display: flex;
	flex-wrap: wrap;
	gap: 2px 6px;
	min-width: 0;
}

.footer-contact__body > strong {
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.72rem;
	font-weight: 650;
}

.footer-contact__body > a,
.footer-contact__body > span {
	min-width: 0;
	overflow-wrap: anywhere;
}

.footer-main--structured .footer-contact .dashicons {
	margin-top: 1px;
}

.footer-owner-social {
	margin-top: 13px;
	padding-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-owner-social h3 {
	margin: 0 0 9px;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 650;
}

.footer-owner-social .footer-social-links {
	margin-top: 0;
	gap: 6px;
}

.footer-owner-social .footer-social-link {
	min-height: 31px;
	align-items: center;
	gap: 5px;
	padding: 5px 9px;
	border-radius: 7px;
	font-size: 0.68rem;
}

.footer-owner-social .footer-social-link .dashicons {
	width: 16px;
	height: 16px;
	font-size: 16px;
}

.footer-owner-social .footer-social-link.is-unconfigured {
	cursor: default;
	opacity: 0.58;
}

.footer-links--support li + li {
	margin-top: 0;
}

.footer-links--support {
	display: grid;
	gap: 5px;
}

.footer-links--support a {
	position: relative;
	display: flex;
	min-height: 34px;
	align-items: center;
	padding-left: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	font-size: 0.78rem;
}

.footer-links--support a::before {
	position: absolute;
	left: 0;
	color: #74ddff;
	content: "›";
}

.footer-hotlines {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
}

.footer-assistance__intro {
	margin: -8px 0 13px;
	color: rgba(255, 255, 255, 0.64);
	font-size: 0.72rem;
	line-height: 1.5;
}

.footer-hotlines > a {
	display: grid;
	min-width: 0;
	grid-template-columns: 25px minmax(0, 1fr);
	gap: 1px 8px;
	padding: 11px;
	border: 1px solid rgba(116, 221, 255, 0.2);
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.035);
	color: #fff;
	text-decoration: none;
}

.footer-hotlines > a:hover,
.footer-hotlines > a:focus-visible {
	border-color: rgba(116, 221, 255, 0.55);
	background: rgba(116, 221, 255, 0.08);
}

.footer-hotlines .dashicons {
	width: 22px;
	height: 22px;
	grid-row: 1 / 3;
	align-self: center;
	color: #74ddff;
	font-size: 22px;
}

.footer-hotlines small {
	overflow: hidden;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.62rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.footer-hotlines strong {
	overflow: hidden;
	font-size: 0.76rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.footer-payment,
.footer-more-info {
	margin-top: 18px;
}

.footer-payment h3,
.footer-more-info h3 {
	margin: 0 0 9px;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 650;
}

.footer-payment__methods {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.footer-payment__methods > span {
	display: inline-flex;
	min-height: 31px;
	align-items: center;
	gap: 6px;
	padding: 5px 9px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.04);
	font-size: 0.68rem;
}

.footer-payment__methods .dashicons {
	width: 16px;
	height: 16px;
	color: #74ddff;
	font-size: 16px;
}

.footer-payment__image {
	overflow: hidden;
	max-width: 270px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 9px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.footer-payment__image img {
	display: block;
	width: 100%;
	height: auto;
}

.footer-more-info a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.75rem;
	text-decoration: none;
}

.footer-more-links {
	display: grid;
	gap: 5px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-more-links li {
	margin: 0;
}

.footer-more-links a::before {
	color: #74ddff;
	content: "›";
}

.footer-more-info a:hover,
.footer-more-info a:focus-visible {
	color: #74ddff;
}

.footer-more-info .dashicons {
	width: 17px;
	height: 17px;
	color: #74ddff;
	font-size: 17px;
}

.footer-categories--standalone {
	padding: 24px 0 28px;
	border-top: 1px solid rgba(116, 221, 255, 0.16);
	background: #0b3159;
}

.footer-categories--inline {
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid rgba(116, 221, 255, 0.16);
}

.footer-categories__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 14px;
}

.footer-categories__heading h2 {
	margin: 0;
}

.footer-categories__heading > a {
	color: #74ddff;
	font-size: 0.72rem;
	font-weight: 650;
	text-decoration: none;
}

.footer-categories--inline .footer-categories__heading {
	gap: 10px;
	margin-bottom: 8px;
}

.footer-categories--inline .footer-categories__heading h2 {
	font-size: 0.78rem;
}

.footer-categories--inline .footer-categories__heading > a {
	font-size: 0.64rem;
	white-space: nowrap;
}

.footer-category-links {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 5px 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-categories--inline .footer-category-links {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2px 12px;
}

.footer-category-links > li {
	min-width: 0;
}

.footer-category-links .sub-menu {
	display: grid;
	gap: 2px;
	margin: 2px 0 4px;
	padding: 0 0 0 10px;
	list-style: none;
}

.footer-category-links > li > a {
	color: rgba(255, 255, 255, 0.78);
	font-weight: 600;
}

.footer-category-links .sub-menu a {
	min-height: 26px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.68rem;
}

.footer-category-links .sub-menu a::before {
	content: "›";
}

.footer-category-links a {
	position: relative;
	display: flex;
	min-height: 30px;
	align-items: center;
	padding-left: 13px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.72rem;
	line-height: 1.35;
	text-decoration: none;
}

.footer-category-links a::before {
	position: absolute;
	left: 0;
	color: #74ddff;
	content: "•";
}

.footer-category-links a:hover,
.footer-category-links a:focus-visible {
	color: #fff;
}

.footer-mobile-section__header,
.footer-mobile-accordion__panel:not([hidden]) {
	display: contents;
}

.footer-mobile-accordion__toggle {
	display: none;
}

.footer-mobile-accordion__panel[hidden] {
	display: none;
}

.footer-categories--inline .footer-category-links a {
	min-height: 27px;
	padding-left: 11px;
	font-size: 0.67rem;
}

@media (max-width: 1180px) {
	.footer-categories--standalone .footer-category-links {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.footer-bottom__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 18px;
}

.footer-bottom .site-info,
.footer-legal,
.footer-certifications {
	min-height: 36px;
	align-items: center;
}

.footer-bottom .site-info {
	display: flex;
	grid-column: 1;
	justify-content: flex-start;
	margin: 0;
	font-size: 0.7rem;
}

.footer-legal,
.footer-certifications {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px 14px;
}

.footer-legal {
	grid-column: 2;
	justify-content: center;
}

.footer-certifications {
	grid-column: 3;
	justify-content: flex-end;
}

.footer-legal a {
	display: inline-flex;
	align-items: center;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.68rem;
	text-decoration: none;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
	color: #74ddff;
}

.footer-certifications > a,
.footer-certifications > span {
	display: inline-flex;
	min-height: 28px;
	align-items: center;
	gap: 5px;
	padding: 4px 8px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 6px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.62rem;
	text-decoration: none;
}

.footer-certifications .dashicons {
	width: 15px;
	height: 15px;
	color: #74ddff;
	font-size: 15px;
}

.footer-certifications img {
	display: block;
	width: auto;
	max-width: 104px;
	height: auto;
	max-height: 34px;
	object-fit: contain;
}

@media (max-width: 1024px) {
	.footer-main--structured .footer-main__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.footer-main--structured .footer-column--owner {
		grid-column: 1 / -1;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.footer-main--structured .footer-column--customer-support {
		padding-left: 0;
		border-left: 0;
	}

	.footer-categories--standalone .footer-category-links {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.footer-bottom__inner {
		grid-template-columns: 1fr auto;
	}

	.footer-certifications {
		grid-column: 1 / -1;
		justify-content: flex-start;
	}
}

@media (max-width: 640px) {
	.footer-main--structured {
		padding-block: 22px;
	}

	.footer-main--structured .footer-main__grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.footer-main--structured .footer-column--owner {
		grid-column: auto;
	}

	.footer-main--structured .footer-column--owner {
		gap: 10px;
		grid-template-columns: 1fr;
	}

	.footer-website-summary {
		display: block;
		padding: 15px;
	}

	.footer-owner-details {
		padding: 12px;
	}

	.footer-owner-details > h2 {
		margin-bottom: 10px !important;
	}

	.footer-column--owner .footer-brand {
		margin-bottom: 12px;
	}

	.footer-owner__description {
		margin-bottom: 0;
	}

	.footer-owner-identity {
		display: grid;
		grid-template-columns: 72px minmax(0, 1fr);
		align-items: center;
		gap: 10px;
		margin-bottom: 10px;
	}

	.footer-owner-identity__image {
		width: 72px;
		height: 52px;
		padding: 5px 7px;
	}

	.footer-owner-details .footer-owner-identity__image img {
		max-width: 58px !important;
		height: 36px !important;
		max-height: 36px !important;
	}

	.footer-owner-identity__description {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.footer-main--structured .footer-column + .footer-column {
		padding-top: 0;
		padding-left: 0;
		border-top: 0;
		border-left: 0;
	}

	.footer-company-facts,
	.footer-main--structured .footer-contact {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 6px;
	}

	.footer-company-facts {
		margin-bottom: 8px;
	}

	.footer-company-facts li {
		min-width: 0;
		padding: 6px;
		font-size: 0.68rem;
	}

	.footer-main--structured .footer-contact li {
		min-height: 44px;
		padding: 7px;
	}

	.footer-main--structured .footer-contact li:has(.dashicons-location),
	.footer-main--structured .footer-contact li:has(.dashicons-clock) {
		grid-column: 1 / -1;
	}

	.footer-owner-social {
		margin-top: 10px;
		padding-top: 10px;
	}

	.footer-owner-social .footer-social-links {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 6px;
	}

	.footer-owner-social .footer-social-link {
		min-width: 0;
		min-height: 44px;
		justify-content: center;
		padding: 4px;
		font-size: 0.62rem;
	}

	.footer-mobile-section__header {
		display: flex;
		min-height: 52px;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		padding: 4px 0;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	.footer-mobile-section__header h2 {
		margin: 0 !important;
	}

	.footer-mobile-accordion__toggle:not([hidden]) {
		display: inline-flex;
		width: 44px;
		min-width: 44px;
		height: 44px;
		min-height: 44px;
		align-items: center;
		justify-content: center;
		padding: 0;
		border: 1px solid rgba(116, 221, 255, 0.22);
		border-radius: 8px;
		background: rgba(255, 255, 255, 0.04);
		color: #74ddff;
	}

	.footer-mobile-accordion__toggle:hover,
	.footer-mobile-accordion__toggle:focus-visible {
		border-color: rgba(116, 221, 255, 0.52);
		background: rgba(116, 221, 255, 0.1);
		color: #fff;
	}

	.footer-mobile-accordion__toggle .dashicons {
		transition: transform 0.18s ease;
	}

	.footer-mobile-accordion__toggle[aria-expanded="true"] .dashicons {
		transform: rotate(180deg);
	}

	.footer-mobile-accordion__panel:not([hidden]) {
		display: block;
		padding: 8px 0 4px;
	}

	.footer-assistance__intro {
		margin: 0 0 10px;
	}

	.footer-hotlines {
		grid-template-columns: 1fr;
	}

	.footer-category-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap-inline: 12px;
	}

	.footer-categories--inline {
		margin-top: 18px;
	}

	.footer-categories__heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}

	.footer-bottom__inner {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.footer-bottom {
		padding: 12px 0;
	}

	.footer-bottom .site-info,
	.footer-legal,
	.footer-certifications {
		width: 100%;
		justify-content: flex-start;
		gap: 4px 12px;
	}
}

/* Header direction: Soft Tech Modern (selected concept 3). */
:root {
	--vtxvn-header-ink: #124b7b;
	--vtxvn-header-line: #c8dff1;
	--vtxvn-header-wash: #f4f9fd;
	--vtxvn-header-tint: #eaf6ff;
}

.site-header--compact .header-top {
	border-bottom: 1px solid #dceaf5;
	background: var(--vtxvn-header-wash);
}

.site-header--compact .header-top a,
.site-header--compact .header-top__brand,
.site-header--compact .header-contact,
.site-header--compact .header-services a {
	color: var(--vtxvn-header-ink);
}

.site-header--compact .header-top__brand span,
.site-header--compact .header-top__brand .header-top__separator {
	color: #64809a;
}

.site-header--compact .header-contact > .dashicons,
.site-header--compact .header-services .dashicons {
	color: #0878c9;
}

.site-header--compact .header-contact + .header-contact::before,
.site-header--compact .header-services a::before {
	background: #caddec;
}

.site-header--compact .header-main {
	border-bottom: 1px solid #e3edf5;
	background: #fbfdff;
}

.site-header--compact .header-main__inner {
	grid-template-columns: max-content minmax(360px, 1fr) max-content;
	gap: clamp(18px, 2vw, 28px);
}

.site-header--compact .header-main__left {
	grid-template-columns: 150px 228px;
	gap: 18px;
}

.site-header--compact .category-navigation {
	width: 228px;
}

.site-header--compact .category-toggle {
	height: 54px;
	min-height: 54px;
	gap: 10px;
	padding: 0 16px;
	border: 1px solid #5ba6df;
	border-radius: 10px;
	background: #fff;
	box-shadow: none;
	color: var(--vtxvn-header-ink);
	font-weight: 680;
	transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.site-header--compact .category-toggle > .dashicons:first-child {
	display: inline-grid;
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	place-items: center;
	border-radius: 7px;
	background: var(--vtxvn-header-tint);
	color: #0878c9;
	font-size: 19px;
	line-height: 28px;
}

.site-header--compact .category-toggle:hover,
.site-header--compact .category-toggle:focus-visible,
.site-header--compact .category-toggle[aria-expanded="true"] {
	border-color: #0878c9;
	background: #f2f9ff;
	box-shadow: none;
	color: #075797;
}

.site-header--compact .category-toggle:focus-visible {
	outline: 3px solid rgba(8, 120, 201, 0.16);
	outline-offset: 2px;
}

.site-header--compact .product-search {
	max-width: 680px;
	grid-template-columns: 148px minmax(0, 1fr) 56px;
	border-color: #bdd6e9;
	background: #fff;
	box-shadow: 0 2px 8px rgba(7, 61, 118, 0.035);
}

.site-header--compact .product-search:focus-within {
	border-color: #278fd2;
	box-shadow: 0 0 0 3px rgba(8, 120, 201, 0.12);
}

.site-header--compact .product-search__scope {
	border-right-color: #d7e5f0;
	background: #f3f9fd;
}

.site-header--compact .product-search__scope-toggle {
	color: #183f64;
}

.site-header--compact .product-search__scope-icon,
.site-header--compact .product-search__scope-arrow {
	color: #0878c9;
}

.site-header--compact .product-search input[type="search"] {
	background: #fff;
	color: #173650;
}

.site-header--compact .product-search input[type="search"]::placeholder {
	color: #8294a5;
	opacity: 1;
}

.site-header--compact .product-search__submit {
	border-radius: 0 10px 10px 0;
	background: #0878c9;
	box-shadow: none;
}

.site-header--compact .product-search__submit:hover,
.site-header--compact .product-search__submit:focus-visible {
	background: #075797;
	box-shadow: none;
}

.site-header--compact .header-project-cta {
	min-height: 58px;
	gap: 10px;
	padding: 0 17px;
	border: 1px solid #67ace0;
	border-radius: 10px;
	background: #fff;
	box-shadow: none;
	color: var(--vtxvn-header-ink);
	transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.site-header--compact .header-project-cta .dashicons {
	width: 22px;
	height: 22px;
	color: #e22335;
	font-size: 22px;
}

.site-header--compact .header-project-cta__label small {
	color: #668198;
	font-size: 0.61rem;
	font-weight: 560;
}

.site-header--compact .header-project-cta__label strong {
	color: #075797;
	font-size: 0.83rem;
	font-weight: 760;
}

.site-header--compact .header-project-cta:hover,
.site-header--compact .header-project-cta:focus-visible {
	transform: none;
	border-color: #278fd2;
	background: #f2f9ff;
	box-shadow: none;
	color: var(--vtxvn-header-ink);
}

.site-header--compact .header-navigation {
	border-top-color: #e6eef5;
	border-bottom-color: #dae7f1;
	background: #fff;
	box-shadow: none;
}

.site-header--compact .header-navigation__inner {
	min-height: 54px;
	gap: 12px;
}

.header-home-link {
	position: relative;
	height: 44px;
	border-right-color: #dbe7f0;
	color: #174f7f;
}

.home .header-home-link::after,
.front-page .header-home-link::after {
	position: absolute;
	right: 10px;
	bottom: -5px;
	left: 10px;
	height: 2px;
	border-radius: 2px;
	background: #0878c9;
	content: "";
}

.header-nav-link {
	border-radius: 6px;
	color: #35536e;
	font-weight: 540;
}

.header-nav-link:hover,
.header-nav-link:focus-visible,
.header-more__toggle:hover,
.header-more__toggle:focus-visible {
	background: #f2f8fd;
	color: #0878c9;
}

.header-main-links {
	border-left-color: #dbe7f0;
}

@media (min-width: 1025px) {
	.site-header--compact .header-navigation__inner > .header-home-link {
		padding-left: 0;
	}

	.site-header--compact .header-navigation__inner > .header-main-links a:last-child {
		padding-right: 0;
	}

	.site-header--compact {
		height: 188px;
	}

	.site-header-spacer {
		height: 188px;
		flex-basis: 188px;
	}

	.site-header--without-topbar,
	.site-header--compact.site-header--without-topbar {
		height: 152px;
	}

	.site-header--without-topbar + .site-header-spacer {
		height: 152px;
		flex-basis: 152px;
	}

	.site-header--compact.is-desktop-condensed {
		height: 74px;
	}

	.site-header--compact.is-desktop-condensed .header-main {
		border-bottom-color: #d8e7f2;
		box-shadow: 0 8px 20px rgba(7, 61, 118, 0.08);
	}

	.site-header--compact.is-desktop-condensed .header-main__inner {
		min-height: 74px;
	}

	.site-header--compact.is-desktop-condensed .site-branding__mark .custom-logo {
		height: 56px;
		max-height: 56px;
	}

	.site-header--compact.is-desktop-condensed .category-toggle,
	.site-header--compact.is-desktop-condensed .header-project-cta {
		height: 48px;
		min-height: 48px;
	}

	.site-header--compact.is-desktop-condensed .product-search {
		height: 48px;
	}

	.site-header--compact.is-desktop-condensed .product-search__scope-toggle,
	.site-header--compact.is-desktop-condensed .product-search input[type="search"],
	.site-header--compact.is-desktop-condensed .product-search__submit {
		min-height: 46px;
	}
}

@media (max-width: 1180px) and (min-width: 1025px) {
	.site-header--compact .header-main__inner {
		grid-template-columns: max-content minmax(280px, 1fr) max-content;
		gap: 15px;
	}

	.site-header--compact .header-main__left {
		grid-template-columns: 112px 188px;
		gap: 13px;
	}

	.site-header--compact .category-navigation {
		width: 188px;
	}

	.site-header--compact .category-toggle {
		padding-inline: 12px;
	}

	.site-header--compact .header-project-cta {
		padding-inline: 12px;
	}
}

@media (max-width: 1024px) {
	.site-header--compact .header-main {
		background: #f8fbfe;
	}

	.site-header--compact .header-main__inner {
		min-height: auto;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 8px 12px;
		padding-block: 8px;
	}

	.site-header--compact .header-main__left {
		display: contents;
		grid-template-columns: none;
		gap: 0;
	}

	.site-header--compact .site-branding {
		grid-column: 1;
		grid-row: 1;
	}

	.site-header--compact .site-branding__mark .custom-logo {
		width: 120px;
		height: 64px;
		max-height: 64px;
	}

	.site-header--compact .header-actions {
		min-width: 0;
		grid-column: 2;
		grid-row: 1;
	}

	.site-header--compact .product-search {
		width: 100%;
		max-width: none;
		grid-column: 1 / -1;
		grid-row: 2;
		grid-template-columns: 146px minmax(0, 1fr) 56px;
	}

	.site-header--compact .category-navigation {
		width: 100%;
		grid-column: 1 / -1;
		grid-row: 3;
	}

	.site-header--compact .category-toggle,
	.site-header--compact .header-navigation .category-toggle--mobile {
		border: 1px solid #67ace0;
		background: #fff;
		box-shadow: none;
		color: var(--vtxvn-header-ink);
	}
}

@media (max-width: 640px) {
	.site-header--compact .header-top__mobile-links a,
	.site-header--compact .header-contact {
		color: var(--vtxvn-header-ink);
	}

	.header-top__mobile-links a + a {
		border-left-color: #caddec;
	}

	.site-header--compact .header-main {
		box-shadow: 0 4px 12px rgba(7, 61, 118, 0.045);
	}

	.site-header--compact .header-main__inner {
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-rows: 52px 40px;
		gap: 6px 10px;
		padding-block: 5px 8px;
	}

	.site-header--compact .site-branding__mark .custom-logo {
		width: 112px;
		height: 50px;
		max-height: 50px;
	}

	.site-header--compact .header-actions {
		max-width: 145px;
	}

	.site-header--compact .mobile-category-toggle {
		border: 1px solid #67ace0;
		background: #fff;
		box-shadow: none;
		color: var(--vtxvn-header-ink);
	}

	.site-header--compact .mobile-category-toggle:hover,
	.site-header--compact .mobile-category-toggle:focus-visible {
		border-color: #0878c9;
		background: #eef7fe;
		color: #075797;
	}

	.site-header--compact .product-search {
		width: 100%;
		max-width: none;
		grid-template-columns: 98px minmax(0, 1fr) 40px;
		height: 40px;
		border-color: #bfd6e9;
		background: #fff;
		box-shadow: none;
	}

	.site-header--compact .product-search__scope-toggle,
	.site-header--compact .product-search input[type="search"],
	.site-header--compact .product-search__submit {
		min-height: 38px;
	}

	.site-header--compact .product-search__scope-toggle {
		padding-inline: 10px 24px;
		font-size: 0.7rem;
	}

	.site-header--compact .product-search input[type="search"] {
		padding-inline: 10px;
		font-size: 0.74rem;
	}
}

@media (max-width: 420px) {
	.site-header--compact .site-branding__mark .custom-logo {
		width: 104px;
	}

	.site-header--compact .product-search {
		grid-template-columns: 92px minmax(0, 1fr) 38px;
	}
}
