/* WooCommerce UI — dùng hook và markup mặc định để dễ cập nhật plugin. */

.woocommerce .site-main--shop,
.site-main--shop {
	--vtxvn-category-section-gap: 16px;
	padding: 8px 0 clamp(56px, 7vw, 88px);
	background: #f6f8fb;
}

.woocommerce-layout {
	min-width: 0;
}

.woocommerce .woocommerce-products-header {
	margin-bottom: var(--vtxvn-category-section-gap);
}

.site-main--shop .vtxvn-breadcrumbs--shop {
	margin-bottom: var(--vtxvn-category-section-gap);
}

.vtxvn-category-banners {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: var(--vtxvn-category-section-gap);
}

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

.vtxvn-category-banner {
	display: block;
	aspect-ratio: 4 / 1;
	overflow: hidden;
	border: 1px solid #d8e5ef;
	border-radius: 14px;
	background: #eaf2f8;
	box-shadow: 0 7px 20px rgba(15, 53, 84, 0.06);
}

.vtxvn-category-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.25s ease;
}

.vtxvn-category-banner--1 img { object-position: left center; }
.vtxvn-category-banner--2 img { object-position: left center; }

a.vtxvn-category-banner:hover img,
a.vtxvn-category-banner:focus-visible img { transform: scale(1.025); }

.vtxvn-category-banner-dots { display: none; }

.vtxvn-category-discovery {
	margin-top: var(--vtxvn-category-section-gap);
	overflow: hidden;
	border: 1px solid #d8e5ee;
	border-radius: 16px;
	background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
	box-shadow: 0 8px 24px rgba(25, 68, 102, 0.055);
}

.vtxvn-category-choice-row {
	display: grid;
	grid-template-columns: 104px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	min-width: 0;
	padding: 11px 14px;
}

.vtxvn-category-choice-row + .vtxvn-category-choice-row { border-top: 1px solid #e5edf3; }

.vtxvn-category-choice-row h2 {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0;
	color: #526b80;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

.vtxvn-category-choice-row h2::before {
	width: 6px;
	height: 18px;
	flex: 0 0 auto;
	border-radius: 99px;
	background: linear-gradient(180deg, #13a7df, #0878bd);
	content: '';
}

.vtxvn-category-choice-list {
	display: flex;
	min-width: 0;
	gap: 8px;
	overflow-x: auto;
	padding: 3px 2px 5px;
	scrollbar-color: #c7d6e1 transparent;
	scrollbar-width: thin;
}

.vtxvn-category-choice-list::-webkit-scrollbar { height: 4px; }
.vtxvn-category-choice-list::-webkit-scrollbar-track { background: transparent; }
.vtxvn-category-choice-list::-webkit-scrollbar-thumb { border-radius: 99px; background: #c7d6e1; }

.vtxvn-category-choice-scroller {
	position: relative;
	min-width: 0;
}

.vtxvn-category-choice-scroller .vtxvn-category-choice-list {
	padding-right: 42px;
	scroll-behavior: smooth;
	scrollbar-width: none;
}

.vtxvn-category-choice-scroller .vtxvn-category-choice-list::-webkit-scrollbar {
	display: none;
}

.vtxvn-category-choice-arrow {
	position: absolute;
	z-index: 3;
	top: 3px;
	bottom: 5px;
	display: none;
	width: 38px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: #fff;
	color: var(--vtxvn-primary-dark);
	box-shadow: none;
	cursor: pointer;
}

.vtxvn-category-choice-arrow--prev {
	left: 0;
	border-right: 1px solid #d8e5ee;
}

.vtxvn-category-choice-arrow--next {
	right: 0;
	border-left: 1px solid #d8e5ee;
}

.vtxvn-category-choice-scroller.can-scroll-prev .vtxvn-category-choice-arrow--prev,
.vtxvn-category-choice-scroller.can-scroll-next .vtxvn-category-choice-arrow--next {
	display: inline-flex;
}

.vtxvn-category-choice-arrow:hover,
.vtxvn-category-choice-arrow:focus-visible {
	background: var(--vtxvn-primary);
	color: #fff;
}

.vtxvn-category-choice-arrow .dashicons {
	width: 18px;
	height: 18px;
	font-size: 18px;
	line-height: 18px;
}

.vtxvn-category-choice {
	display: inline-flex;
	min-height: 32px;
	align-items: center;
	flex: 0 0 auto;
	padding: 5px 11px;
	border: 1px solid #d8e4ed;
	border-radius: 9px;
	background: #fff;
	color: #314a62;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.3;
	text-decoration: none;
	transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.vtxvn-category-choice:hover,
.vtxvn-category-choice:focus-visible,
.vtxvn-category-choice.is-active {
	border-color: #7fbce0;
	background: #eaf6fd;
	color: var(--vtxvn-primary-dark);
	box-shadow: 0 3px 10px rgba(17, 126, 185, 0.1);
}

.vtxvn-category-choice--brand {
	width: 96px;
	height: 48px;
	justify-content: center;
	padding: 6px 10px;
	border-color: #e1e9ef;
	border-radius: 11px;
}

.vtxvn-category-choice--brand img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.vtxvn-category-choice--brand span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.vtxvn-category-choice--all { font-weight: 600; text-align: center; }

.vtxvn-category-choice--type {
	min-height: 34px;
	border-color: #e2eaf0;
	border-radius: 99px;
	background: #f8fbfd;
	font-weight: 450;
}

.vtxvn-category-attribute-filter {
	position: sticky;
	z-index: 72;
	top: var(--vtxvn-category-filter-top, 82px);
	margin: 0 0 var(--vtxvn-category-section-gap);
	padding: 14px;
	border: 1px solid #dce5ec;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 8px 24px rgba(15, 53, 84, 0.08);
	backdrop-filter: blur(12px);
	transition: opacity 0.18s ease;
}

.vtxvn-category-attribute-filter.is-submitting { opacity: 0.68; pointer-events: none; }

.vtxvn-category-filter-header {
	margin-bottom: 10px;
}

.vtxvn-category-filter-header--catalog {
	margin: 0 0 8px;
}

.vtxvn-category-filter-header h2 {
	margin: 0;
	color: var(--vtxvn-ink);
	font-size: 1.05rem;
	font-weight: 560;
	line-height: 1.25;
}

.vtxvn-shop-filter-heading {
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin: 0 0 8px;
}

.vtxvn-shop-filter-heading > p {
	margin: 0;
	color: #6b7d8e;
	font-size: 0.72rem;
	line-height: 1.4;
}

.vtxvn-shop-filter .vtxvn-category-filter-panel {
	max-height: min(62vh, 520px);
	overflow-y: auto;
}

.vtxvn-category-filter-groups {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	overflow: visible;
}

.vtxvn-category-filter-master,
.vtxvn-category-filter-toggle {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 8px 14px;
	border-radius: 10px;
	font-size: 0.8rem;
	font-weight: 450;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.vtxvn-category-filter-master {
	border: 1px solid var(--vtxvn-primary);
	background: #fff;
	color: var(--vtxvn-primary-dark);
}

.vtxvn-category-filter-master:hover,
.vtxvn-category-filter-master:focus-visible,
.vtxvn-category-filter-master[aria-expanded="true"],
.vtxvn-category-filter-master.has-selection {
	background: #eef8fe;
}

.vtxvn-category-filter-master .dashicons {
	width: 19px;
	height: 19px;
	font-size: 19px;
}

.vtxvn-category-filter-group {
	position: relative;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.vtxvn-category-filter-toggle {
	border: 1px solid #e5e9ed;
	background: #f4f5f6;
	color: #26384a;
}

.vtxvn-category-filter-toggle:hover,
.vtxvn-category-filter-toggle:focus-visible,
.vtxvn-category-filter-group.is-open .vtxvn-category-filter-toggle,
.vtxvn-category-filter-group.has-selection .vtxvn-category-filter-toggle {
	border-color: #8fc7e6;
	background: #eef8fe;
	color: var(--vtxvn-primary-dark);
}

.vtxvn-category-filter-toggle .dashicons {
	width: 17px;
	height: 17px;
	font-size: 17px;
	transition: transform 0.18s ease;
}

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

.vtxvn-category-filter-count {
	display: flex;
	width: 19px;
	height: 19px;
	align-items: center;
	justify-content: center;
	border-radius: 99px;
	background: var(--vtxvn-primary);
	color: #fff;
	font-size: 0.65rem;
	font-weight: 600;
}

.vtxvn-category-filter-count[hidden] { display: none; }

.vtxvn-category-filter-panel {
	position: absolute;
	z-index: 90;
	top: calc(100% + 8px);
	left: 0;
	width: min(520px, calc(100vw - 40px));
	padding: 16px;
	border: 1px solid #dce5ec;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(15, 53, 84, 0.18);
}

.vtxvn-category-filter-panel[hidden] { display: none; }
.vtxvn-category-filter-group.is-aligned-right .vtxvn-category-filter-panel { right: 0; left: auto; }

.vtxvn-category-filter-all-panel {
	position: absolute;
	z-index: 91;
	top: calc(100% + 8px);
	right: 0;
	left: 0;
	padding: 18px;
	border: 1px solid #dce5ec;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(15, 53, 84, 0.18);
}

.vtxvn-category-filter-all-panel[hidden] { display: none; }

.vtxvn-category-filter-all-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px 30px;
	max-height: min(52vh, 480px);
	overflow-y: auto;
	padding: 2px 5px 2px 2px;
	scrollbar-width: thin;
}

.vtxvn-category-filter-all-group h3 {
	margin: 0 0 10px;
	color: #26384a;
	font-size: 0.83rem;
	font-weight: 560;
	line-height: 1.3;
}

.vtxvn-category-filter-options {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.vtxvn-category-filter-options label { position: relative; display: inline-flex; flex: 0 0 auto; cursor: pointer; }
.vtxvn-category-filter-options input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }

.vtxvn-category-filter-options span {
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	padding: 7px 14px;
	border: 1px solid #e1e5e9;
	border-radius: 99px;
	background: #f8f9fa;
	color: #34495e;
	font-size: 0.78rem;
	font-weight: 430;
	white-space: nowrap;
}

.vtxvn-category-filter-options input:checked + span {
	border-color: var(--vtxvn-primary);
	background: #eef8fe;
	color: var(--vtxvn-primary-dark);
}

.vtxvn-category-filter-options input:focus-visible + span { outline: 2px solid var(--vtxvn-primary); outline-offset: 2px; }

.vtxvn-category-filter-panel-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 16px;
}

.vtxvn-category-filter-panel-actions button {
	min-height: 44px;
	padding: 8px 16px;
	border: 1px solid #cfd9e1;
	border-radius: 10px;
	background: #fff;
	color: #26384a;
	font: inherit;
	font-size: 0.8rem;
	font-weight: 540;
	cursor: pointer;
}

.vtxvn-category-filter-panel-actions button[type="submit"] {
	border-color: var(--vtxvn-primary);
	background: var(--vtxvn-primary);
	color: #fff;
}

.vtxvn-category-filter-all-actions {
	width: min(520px, 100%);
	margin: 20px 0 0 auto;
}

.vtxvn-category-filter-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #edf1f4;
}

.vtxvn-category-active-filters {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 6px;
	overflow-x: auto;
	font-size: 0.7rem;
	white-space: nowrap;
}

.vtxvn-category-active-filters strong { flex: 0 0 auto; color: #405870; font-weight: 430; }

.vtxvn-category-active-filters a {
	display: inline-flex;
	min-height: 28px;
	align-items: center;
	gap: 5px;
	flex: 0 0 auto;
	padding: 3px 8px;
	border-radius: 99px;
	background: #e8f5fd;
	color: var(--vtxvn-primary-dark);
	font-weight: 470;
	text-decoration: none;
}

.vtxvn-category-active-filters a span { font-size: 1rem; line-height: 1; }
.vtxvn-category-active-filters .vtxvn-category-filter-clear { background: #fcecee; color: #a61c29; }

.vtxvn-category-filter-submit {
	min-height: 32px;
	flex: 0 0 auto;
	padding: 5px 13px;
	border: 0;
	border-radius: 9px;
	background: var(--vtxvn-primary-dark);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 750;
	cursor: pointer;
}

.vtxvn-category-load-more {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 7px;
	margin: -10px 0 8px;
	text-align: center;
}

.vtxvn-category-load-more__button {
	display: inline-flex;
	min-width: min(310px, 100%);
	min-height: 44px;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 8px 22px;
	border: 1px solid #9dcbe5;
	border-radius: 99px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(7, 91, 145, 0.08);
	color: var(--vtxvn-primary-dark);
	font-size: 0.82rem;
	font-weight: 620;
	text-decoration: none;
	transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.vtxvn-category-load-more__button:hover,
.vtxvn-category-load-more__button:focus-visible {
	border-color: var(--vtxvn-primary);
	background: #f4fbff;
	box-shadow: 0 9px 24px rgba(7, 91, 145, 0.13);
	transform: translateY(-1px);
}

.vtxvn-category-load-more__button .dashicons { width: 17px; height: 17px; font-size: 17px; }
.vtxvn-category-load-more__button.is-loading { opacity: 0.68; pointer-events: none; }
.vtxvn-category-load-more__button.is-loading .dashicons { animation: vtxvn-load-more-pulse 0.8s ease-in-out infinite alternate; }

.vtxvn-category-load-more__status {
	margin: 0;
	color: #75899a;
	font-size: 0.69rem;
}

@keyframes vtxvn-load-more-pulse {
	to { transform: translateY(3px); }
}

.woocommerce ul.products li.product.vtxvn-product-is-appended {
	animation: vtxvn-product-append 0.32s ease both;
}

@keyframes vtxvn-product-append {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}

.vtxvn-category-description,
.vtxvn-category-faq {
	margin-top: 30px;
	padding: clamp(18px, 2.5vw, 30px);
	border: 1px solid #dce7f0;
	border-radius: 16px;
	background: #fff;
}

.vtxvn-category-description > h2,
.vtxvn-category-faq h2 { margin: 0 0 16px; font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.25; }
.vtxvn-category-description > h2 { font-weight: 620; }
.woocommerce .vtxvn-category-description .term-description { width: 100%; max-width: none; color: var(--vtxvn-muted); font-size: 0.92rem; text-align: justify; text-justify: inter-word; }
.woocommerce .vtxvn-category-description .term-description > * { width: 100%; max-width: none; }
.vtxvn-category-description .term-description img { border-radius: 12px; }
.vtxvn-category-description__content { position: relative; width: 100%; }
.vtxvn-category-description.is-collapsed .vtxvn-category-description__content {
	max-height: var(--vtxvn-category-description-collapsed-height, 220px);
	overflow: hidden;
}
.vtxvn-category-description.is-collapsed .vtxvn-category-description__content::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 76px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 84%);
	content: '';
	pointer-events: none;
}
.vtxvn-category-description__toggle {
	display: flex;
	width: max-content;
	min-height: 34px;
	align-items: center;
	gap: 4px;
	margin: 12px auto 0;
	padding: 5px 13px;
	border: 1px solid #cfe0eb;
	border-radius: 99px;
	background: #f7fbfe;
	color: var(--vtxvn-primary-dark);
	font-size: 0.76rem;
	font-weight: 600;
	cursor: pointer;
}
.vtxvn-category-description__toggle[hidden] { display: none; }
.vtxvn-category-description__toggle .dashicons { width: 16px; height: 16px; font-size: 16px; transition: transform 0.18s ease; }
.vtxvn-category-description.is-expanded .vtxvn-category-description__toggle .dashicons { transform: rotate(180deg); }
.vtxvn-category-faq h2 { font-weight: 600; letter-spacing: -0.018em; }
.vtxvn-category-faq header small { color: var(--vtxvn-primary); font-size: 0.65rem; font-weight: 650; letter-spacing: 0.055em; text-transform: uppercase; }
.vtxvn-category-faq-list { display: grid; gap: 8px; }

.vtxvn-category-faq details {
	overflow: hidden;
	border: 1px solid #dce7f0;
	border-radius: 11px;
	background: #fff;
}

.vtxvn-category-faq summary {
	display: flex;
	min-height: 48px;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 10px 14px;
	color: var(--vtxvn-text);
	font-size: 0.9rem;
	font-weight: 560;
	cursor: pointer;
	list-style: none;
}

.vtxvn-category-faq summary::-webkit-details-marker { display: none; }
.vtxvn-category-faq details[open] summary .dashicons { transform: rotate(180deg); }
.vtxvn-category-faq details > div { padding: 0 14px 12px; color: var(--vtxvn-muted); font-size: 0.86rem; font-weight: 400; }
.vtxvn-category-faq details > div > :last-child { margin-bottom: 0; }

.woocommerce .woocommerce-products-header__title,
.woocommerce div.product .product_title {
	color: var(--vtxvn-text);
	font-size: clamp(1.8rem, 3vw, 2.75rem);
	line-height: 1.12;
	letter-spacing: -0.035em;
}

.woocommerce .term-description {
	max-width: 900px;
	color: var(--vtxvn-muted);
	font-size: 0.96rem;
}

.woocommerce .term-description > :last-child {
	margin-bottom: 0;
}

.woocommerce .woocommerce-result-count {
	float: none;
	margin: 0 0 20px;
	color: var(--vtxvn-muted);
	font-size: 0.82rem;
}

.woocommerce .woocommerce-ordering {
	float: right;
	margin: -48px 0 20px;
}

.woocommerce .woocommerce-ordering select {
	min-width: 210px;
	height: 42px;
	padding: 0 38px 0 12px;
	border: 1px solid var(--vtxvn-border);
	border-radius: 10px;
	background-color: #fff;
	color: var(--vtxvn-text);
	font-size: 0.82rem;
}

.vtxvn-category-sort {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0;
}

.vtxvn-category-toolbar {
	display: flex;
	min-width: 0;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	clear: both;
	margin: 0 0 var(--vtxvn-category-section-gap);
}

.woocommerce .vtxvn-category-toolbar .woocommerce-result-count {
	min-width: 0;
	margin: 0;
}

.vtxvn-category-toolbar .vtxvn-category-sort {
	float: none;
	margin: 0;
}

.vtxvn-category-sort__title {
	color: var(--vtxvn-text);
	font-size: 0.86rem;
	font-weight: 550;
	white-space: nowrap;
}

.vtxvn-category-sort__choices {
	display: flex;
	align-items: center;
	gap: 8px;
}

.vtxvn-category-sort__choice {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 0 13px;
	border: 1px solid #d8e1e9;
	border-radius: 999px;
	background: #fff;
	color: #34495e;
	font-size: 0.79rem;
	font-weight: 450;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	transition: border-color 0.16s ease, background-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}

.vtxvn-category-sort__choice:hover,
.vtxvn-category-sort__choice:focus-visible {
	border-color: #83bce6;
	background: #f5fbff;
	color: #075797;
}

.vtxvn-category-sort__choice:focus-visible {
	outline: 3px solid rgba(8, 120, 201, 0.2);
	outline-offset: 2px;
}

.vtxvn-category-sort__choice.is-active {
	border-color: #1688dc;
	background: #f0f8ff;
	box-shadow: inset 0 0 0 1px rgba(22, 136, 220, 0.16);
	color: #0878c9;
	font-weight: 500;
}

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

.woocommerce ul.products,
.woocommerce-page ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	clear: both;
	margin: 0 0 38px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
	display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	position: relative;
	display: flex;
	width: auto;
	min-width: 0;
	height: 100%;
	margin: 0;
	padding: 13px;
	flex-direction: column;
	border: 1px solid #e1e8f0;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 6px 20px rgba(7, 61, 118, 0.045);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
	transform: translateY(-3px);
	border-color: rgba(8, 120, 201, 0.34);
	box-shadow: 0 15px 34px rgba(7, 61, 118, 0.1);
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link,
.woocommerce-page ul.products li.product .woocommerce-LoopProduct-link {
	display: flex;
	min-width: 0;
	flex: 1;
	flex-direction: column;
	color: inherit;
	text-decoration: none;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
	width: 100%;
	margin: 0 0 13px;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	border-radius: 11px;
	background: #fff;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
	display: -webkit-box;
	min-height: 2.8em;
	padding: 0;
	overflow: hidden;
	color: var(--vtxvn-text);
	font-size: 0.91rem;
	font-weight: 720;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.product-card-category {
	display: block;
	margin-bottom: 6px;
	overflow: hidden;
	color: var(--vtxvn-primary);
	font-size: 0.67rem;
	font-weight: 750;
	letter-spacing: 0.035em;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
	margin: auto 0 11px;
	padding-top: 10px;
	color: var(--vtxvn-accent);
	font-size: 0.98rem;
	font-weight: 800;
}

.woocommerce ul.products li.product .price del {
	margin-right: 4px;
	color: #8793a3;
	font-size: 0.76rem;
	font-weight: 500;
}

.woocommerce ul.products li.product .price ins {
	text-decoration: none;
}

.woocommerce ul.products li.product .star-rating {
	margin: 7px 0;
	color: #e6a400;
	font-size: 0.78rem;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
	width: 100%;
	min-height: 40px;
	margin: 0;
	padding: 9px 12px;
	border: 1px solid rgba(8, 120, 201, 0.22);
	border-radius: 10px;
	background: #eef7fd;
	color: var(--vtxvn-primary-dark);
	font-size: 0.78rem;
	font-weight: 750;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce-page ul.products li.product .button:hover {
	border-color: var(--vtxvn-primary);
	background: var(--vtxvn-primary);
	color: #fff;
}

.woocommerce ul.products li.product .added_to_cart {
	padding: 8px 0 0;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 700;
}

.woocommerce span.onsale {
	top: 10px;
	right: auto;
	left: 10px;
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 5px 8px;
	border-radius: 7px;
	background: var(--vtxvn-accent);
	font-size: 0.68rem;
	font-weight: 800;
	line-height: 1.2;
}

.woocommerce nav.woocommerce-pagination ul {
	display: flex;
	gap: 7px;
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	display: inline-flex;
	min-width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	border: 1px solid var(--vtxvn-border);
	border-radius: 9px;
	background: #fff;
	color: var(--vtxvn-text);
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
	border-color: var(--vtxvn-primary);
	background: var(--vtxvn-primary);
	color: #fff;
}

/* Chi tiết sản phẩm. */
.woocommerce div.product {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
	gap: 44px;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	float: none;
	width: auto;
	min-width: 0;
	margin-bottom: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	overflow: hidden;
	border: 1px solid var(--vtxvn-border);
	border-radius: 16px;
	background: #fff;
}

.woocommerce div.product div.images .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 8px;
	margin-top: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: auto;
	padding: 4px;
	border: 1px solid var(--vtxvn-border);
	border-radius: 9px;
	background: #fff;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
	opacity: 1;
	outline: 2px solid var(--vtxvn-primary);
	outline-offset: 2px;
}

.woocommerce div.product .summary {
	padding: clamp(0px, 1.5vw, 18px) 0;
}

.woocommerce div.product .product_title {
	margin-bottom: 12px;
}

.woocommerce div.product .woocommerce-product-rating {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 15px;
	font-size: 0.8rem;
}

.woocommerce div.product .woocommerce-product-rating .star-rating {
	margin: 0;
	color: #e6a400;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	margin: 0 0 18px;
	color: var(--vtxvn-accent);
	font-size: clamp(1.45rem, 2.5vw, 2rem);
	font-weight: 850;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	color: #8793a3;
	font-size: 0.76em;
	font-weight: 500;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	text-decoration: none;
}

.woocommerce div.product .woocommerce-product-details__short-description {
	color: #435066;
	font-size: 0.94rem;
}

.woocommerce div.product .stock {
	display: inline-flex;
	margin: 4px 0 14px;
	padding: 5px 9px;
	border-radius: 7px;
	background: #eaf8f1;
	color: #087344;
	font-size: 0.75rem;
	font-weight: 750;
}

.woocommerce div.product .out-of-stock {
	background: #fff0f1;
	color: #b3182a;
}

.woocommerce div.product form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: 20px 0 10px;
}

.woocommerce .quantity .qty {
	width: 70px;
	height: 46px;
	padding: 0 8px;
	border: 1px solid var(--vtxvn-border);
	border-radius: 10px;
	background: #fff;
}

.woocommerce div.product form.cart .button {
	min-height: 46px;
	padding-inline: 24px;
	border-radius: 10px;
	background: var(--vtxvn-primary);
	font-size: 0.88rem;
}

.woocommerce div.product form.cart .button:hover {
	background: var(--vtxvn-primary-dark);
}

.woocommerce div.product form.cart .variations {
	margin-bottom: 12px;
}

.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
	display: block;
	width: 100%;
	padding: 4px 0;
	text-align: left;
}

.woocommerce div.product form.cart .variations select {
	min-width: min(100%, 320px);
	min-height: 44px;
	border-color: var(--vtxvn-border);
	border-radius: 10px;
}

.product-purchase-anchor {
	display: block;
	position: relative;
	top: -120px;
	visibility: hidden;
}

.woocommerce .vtxvn-quote-button {
	display: inline-flex;
	min-height: 44px;
	gap: 7px;
	margin: 0 0 16px;
	padding: 10px 17px;
	border: 1px solid rgba(8, 120, 201, 0.3);
	border-radius: 10px;
	background: #fff;
	color: var(--vtxvn-primary-dark);
	font-size: 0.82rem;
}

.woocommerce .vtxvn-quote-button:hover {
	border-color: var(--vtxvn-primary);
	background: #eef7fd;
	color: var(--vtxvn-primary-dark);
}

.woocommerce .vtxvn-quote-button .dashicons {
	width: 18px;
	height: 18px;
	font-size: 18px;
}

.product-assurances {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin: 12px 0 20px;
	padding: 0;
	list-style: none;
}

.product-assurances li {
	display: flex;
	min-width: 0;
	align-items: flex-start;
	gap: 7px;
	padding: 10px;
	border: 1px solid var(--vtxvn-border);
	border-radius: 10px;
	background: #f8fafc;
}

.product-assurances li > .dashicons {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	color: var(--vtxvn-primary);
	font-size: 18px;
}

.product-assurances li > span:last-child {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.product-assurances strong {
	font-size: 0.68rem;
	line-height: 1.35;
}

.product-assurances small {
	margin-top: 2px;
	color: var(--vtxvn-muted);
	font-size: 0.6rem;
	line-height: 1.35;
}

.woocommerce div.product .product_meta {
	display: grid;
	gap: 5px;
	padding-top: 15px;
	border-top: 1px solid var(--vtxvn-border);
	color: var(--vtxvn-muted);
	font-size: 0.76rem;
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related,
.woocommerce div.product .upsells,
.woocommerce div.product .cross-sells {
	grid-column: 1 / -1;
	min-width: 0;
}

.woocommerce div.product .woocommerce-tabs {
	margin-top: 16px;
	padding: clamp(20px, 3vw, 34px);
	border: 1px solid var(--vtxvn-border);
	border-radius: 16px;
	background: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex;
	gap: 6px;
	margin: 0 0 24px;
	padding: 0;
	overflow-x: auto;
	border-bottom: 1px solid var(--vtxvn-border);
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: block;
	padding: 11px 14px;
	border-bottom: 2px solid transparent;
	color: var(--vtxvn-muted);
	font-size: 0.84rem;
	white-space: nowrap;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	border-bottom-color: var(--vtxvn-primary);
	color: var(--vtxvn-primary-dark);
}

.woocommerce div.product .woocommerce-tabs .panel {
	max-width: 900px;
	margin: 0 auto;
	color: #354257;
}

.woocommerce div.product .related > h2,
.woocommerce div.product .upsells > h2 {
	margin: 30px 0 18px;
	font-size: clamp(1.35rem, 2.5vw, 1.8rem);
	letter-spacing: -0.025em;
}

.single-product.woocommerce .woocommerce-tabs #reviews {
	display: block;
}

.single-product.woocommerce #reviews #comments,
.single-product.woocommerce #reviews #review_form_wrapper {
	min-width: 0;
	padding: 22px;
	border: 1px solid #d9e4ec;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(17, 55, 88, 0.065);
}

.single-product.woocommerce #reviews #review_form_wrapper {
	margin-top: 24px;
}

.single-product.woocommerce #reviews #comments .woocommerce-Reviews-title {
	margin: 0 0 18px;
	padding-bottom: 14px;
	border-bottom: 1px solid #e3eaf0;
	color: #103f6d;
	font-size: clamp(1.16rem, 2vw, 1.45rem);
	line-height: 1.35;
}

.single-product.woocommerce #reviews #comments ol.commentlist {
	margin: 0;
	padding: 0;
}

.single-product.woocommerce #reviews #comments ol.commentlist li {
	margin: 0;
	padding: 18px 0;
	border: 0;
	border-bottom: 1px solid #e2e9ee;
}

.single-product.woocommerce #reviews #comments ol.commentlist > li:first-child {
	padding-top: 0;
}

.single-product.woocommerce #reviews #comments ol.commentlist > li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.single-product.woocommerce #reviews #comments ol.commentlist > li[hidden] {
	display: none !important;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment_container {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	align-items: start;
	gap: 12px;
}

.single-product.woocommerce #reviews #comments ol.commentlist li img.avatar,
.single-product.woocommerce #reviews #comments ol.commentlist li .avatar {
	position: static;
	float: none;
	width: 48px;
	height: 48px;
	margin: 0;
	padding: 0;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #eaf5fb;
	box-shadow: 0 0 0 1px #cfe0eb;
	object-fit: cover;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
	position: relative;
	float: none;
	width: 5.75em;
	height: 1.15em;
	margin: 0 0 9px;
	overflow: hidden;
	color: #f2a400;
	font-size: 0.9rem;
	line-height: 1.15;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text .vtxvn-review-stars {
	display: inline-flex;
	gap: 2px;
	width: auto;
	height: auto;
	overflow: visible;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	line-height: 1;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text .vtxvn-review-stars::before,
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text .vtxvn-review-stars > span::before {
	content: none;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text .vtxvn-review-stars > span {
	position: static;
	float: none;
	width: auto;
	height: auto;
	padding: 0;
	overflow: visible;
	color: #ccd6df;
	font-family: inherit;
	line-height: 1;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text .vtxvn-review-stars > span.is-filled {
	color: #f2a400;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .meta {
	margin: 0;
	padding-right: 0;
	color: #748294;
	font-size: 0.75rem;
	line-height: 1.45;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .woocommerce-review__author {
	color: #203c55;
	font-size: 0.82rem;
	font-weight: 760;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .description {
	margin-top: 12px;
	color: #3c5368;
	font-size: 0.84rem;
	line-height: 1.65;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .description > :last-child {
	margin-bottom: 0;
}

.single-product.woocommerce #reviews #comments ol.commentlist .children {
	margin: 12px 0 0 60px;
	padding: 0;
	list-style: none;
}

.single-product.woocommerce #reviews #comments ol.commentlist li.vtxvn-review--staff .comment-text {
	padding: 14px 16px;
	border: 1px solid #bcdced;
	border-radius: 10px;
	border-color: #bcdced;
	background: linear-gradient(135deg, #f0f9fe 0%, #fff 84%);
}

.single-product.woocommerce #reviews #comments ol.commentlist li.vtxvn-review--staff .comment_container {
	grid-template-columns: minmax(0, 1fr);
}

.single-product.woocommerce #reviews #comments ol.commentlist li.vtxvn-review--staff img.avatar,
.single-product.woocommerce #reviews #comments ol.commentlist li.vtxvn-review--staff .avatar {
	display: none;
}

.vtxvn-review-summary {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: -3px 0 16px;
	padding: 14px 16px;
	border: 1px solid #dce7ee;
	border-radius: 11px;
	background: #f8fbfd;
}

.vtxvn-review-summary__average {
	color: #143f68;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1;
}

.vtxvn-review-summary__stars {
	--vtxvn-review-rating-width: 0%;
	position: relative;
	display: inline-block;
	overflow: hidden;
	color: #d7e0e6;
	font-size: 1.05rem;
	letter-spacing: 2px;
	line-height: 1;
}

.vtxvn-review-summary__stars::before {
	position: absolute;
	top: 0;
	left: 0;
	width: var(--vtxvn-review-rating-width);
	overflow: hidden;
	color: #f2a400;
	content: "★★★★★";
	white-space: nowrap;
}

.vtxvn-review-summary__count {
	color: #536b7e;
	font-size: 0.76rem;
	font-weight: 650;
}

.vtxvn-review-summary__assurance {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin-left: auto;
	color: #168652;
	font-size: 0.72rem;
	font-weight: 650;
}

.vtxvn-review-summary__assurance .dashicons {
	width: 17px;
	height: 17px;
	font-size: 17px;
}

.vtxvn-review-filters {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 18px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e2e9ee;
}

.vtxvn-review-filters__rating select,
.vtxvn-review-filters__media {
	min-height: 40px;
	border: 1px solid #cddce6;
	border-radius: 8px;
	background: #fff;
	color: #29465e;
	font-family: inherit;
	font-size: 0.74rem;
	font-weight: 680;
}

.vtxvn-review-filters__rating select {
	min-width: 190px;
	padding: 8px 34px 8px 11px;
}

.vtxvn-review-filters__media {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 12px;
	cursor: pointer;
}

.vtxvn-review-filters__media .dashicons {
	width: 17px;
	height: 17px;
	font-size: 17px;
}

.vtxvn-review-filters__media:hover,
.vtxvn-review-filters__media:focus-visible,
.vtxvn-review-filters__media.is-active {
	border-color: #0878c9;
	background: #edf7fd;
	color: #0875b9;
}

.vtxvn-review-filters__status {
	margin-left: auto;
	color: #738493;
	font-size: 0.7rem;
}

.vtxvn-review-more {
	display: block;
	min-width: 220px;
	min-height: 42px;
	margin: 22px auto 0;
	padding: 9px 20px;
	border: 1px solid #91bcd5;
	border-radius: 8px;
	background: #fff;
	color: #0875b9;
	cursor: pointer;
	font-family: inherit;
	font-size: 0.78rem;
	font-weight: 750;
}

.vtxvn-review-more:hover,
.vtxvn-review-more:focus-visible {
	border-color: #0878c9;
	background: #edf7fd;
}

.vtxvn-review-more[hidden] {
	display: none;
}

.vtxvn-review-filter-empty {
	margin: 4px 0 0;
	padding: 18px;
	border: 1px dashed #bdd2df;
	border-radius: 9px;
	background: #f8fbfd;
	color: #62798b;
	font-size: 0.78rem;
	text-align: center;
}

.vtxvn-review-filter-empty[hidden] {
	display: none;
}

.single-product.woocommerce #reviews #comments ol.commentlist li.vtxvn-review--staff .woocommerce-review__author {
	color: #0875b9;
}

.single-product.woocommerce #reviews #comments ol.commentlist li.vtxvn-review--staff .woocommerce-review__author::after {
	display: inline-flex;
	margin-left: 7px;
	padding: 2px 7px;
	border-radius: 99px;
	background: #0875b9;
	color: #fff;
	content: "VTXVN";
	font-size: 0.58rem;
	font-weight: 750;
	letter-spacing: 0.04em;
	vertical-align: 1px;
}

.vtxvn-review-media {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
	gap: 9px;
	margin-top: 14px;
}

.vtxvn-review-media__image,
.vtxvn-review-media__video {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border: 1px solid #d8e3eb;
	border-radius: 9px;
	background: #eef4f8;
}

.vtxvn-review-media__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 180ms ease;
}

.vtxvn-review-media__image:hover img,
.vtxvn-review-media__image:focus-visible img {
	transform: scale(1.035);
}

.vtxvn-review-media__video {
	grid-column: 1 / -1;
	aspect-ratio: 16 / 9;
	object-fit: contain;
}

.single-product.woocommerce #reviews #respond .comment-reply-title {
	display: block;
	margin: 0 0 8px;
	color: #103f6d;
	font-size: clamp(1.15rem, 2vw, 1.4rem);
	font-weight: 780;
	line-height: 1.35;
}

.vtxvn-review-form-intro {
	margin: 0 0 18px;
	color: #66798a;
	font-size: 0.79rem;
	line-height: 1.55;
}

.single-product.woocommerce #reviews #commentform {
	display: grid;
	gap: 16px;
}

.single-product.woocommerce #reviews #commentform > p,
.single-product.woocommerce #reviews #commentform > div {
	margin: 0;
}

.single-product.woocommerce #reviews #commentform label {
	display: block;
	margin-bottom: 7px;
	color: #2a445c;
	font-size: 0.78rem;
	font-weight: 700;
}

.single-product.woocommerce #reviews #commentform .comment-form-rating {
	padding: 13px 14px;
	border: 1px solid #dfe8ee;
	border-radius: 10px;
	background: #f8fbfd;
}

.single-product.woocommerce #reviews #commentform p.stars {
	margin: 0;
}

.single-product.woocommerce #reviews #commentform p.stars a {
	color: #f2a400;
	font-size: 1.2rem;
}

.single-product.woocommerce #reviews #commentform textarea,
.single-product.woocommerce #reviews #commentform input[type="text"],
.single-product.woocommerce #reviews #commentform input[type="email"] {
	width: 100%;
	border: 1px solid #cad8e3;
	border-radius: 9px;
	background: #fff;
	box-shadow: inset 0 1px 2px rgba(17, 55, 88, 0.035);
}

.single-product.woocommerce #reviews #commentform textarea {
	min-height: 138px;
	padding: 12px 13px;
	resize: vertical;
}

.vtxvn-review-upload {
	padding: 14px;
	border: 1px dashed #a9c9dc;
	border-radius: 10px;
	background: #f5fbfe;
}

.vtxvn-review-upload > label span {
	color: #80909e;
	font-weight: 500;
}

.vtxvn-review-upload > p {
	margin: 0 0 10px;
	color: #6a7d8e;
	font-size: 0.7rem;
	line-height: 1.5;
}

.vtxvn-review-upload input[type="file"] {
	width: 100%;
	color: #405a70;
	font-size: 0.72rem;
}

.vtxvn-review-upload input[type="file"]::file-selector-button {
	margin-right: 9px;
	padding: 8px 11px;
	border: 1px solid #9fc7dd;
	border-radius: 7px;
	background: #fff;
	color: #0875b9;
	cursor: pointer;
	font-family: inherit;
	font-weight: 700;
}

.vtxvn-review-upload__message {
	min-height: 18px;
	margin-top: 8px;
	color: #4b6b82;
	font-size: 0.68rem;
}

.vtxvn-review-upload__message.is-error {
	color: #c82333;
	font-weight: 650;
}

.vtxvn-review-upload__preview {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.vtxvn-review-upload__item {
	position: relative;
	min-width: 0;
	overflow: hidden;
	border: 1px solid #d4e1e9;
	border-radius: 8px;
	background: #fff;
}

.vtxvn-review-upload__item img,
.vtxvn-review-upload__item video {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	background: #eef3f6;
	object-fit: cover;
}

.vtxvn-review-upload__item > span {
	display: block;
	overflow: hidden;
	padding: 7px 8px;
	color: #50677a;
	font-size: 0.62rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vtxvn-review-upload__remove {
	position: absolute;
	top: 6px;
	right: 6px;
	display: grid;
	width: 25px;
	height: 25px;
	min-height: 25px;
	place-items: center;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(18, 45, 65, 0.84);
	color: #fff;
	cursor: pointer;
	font-size: 1rem;
}

.vtxvn-review-form-note {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	color: #6b7f90;
	font-size: 0.68rem;
	line-height: 1.45;
}

.vtxvn-review-form-note .dashicons {
	width: 16px;
	height: 16px;
	color: #168652;
	font-size: 16px;
}

.single-product.woocommerce #reviews #commentform .form-submit input.submit {
	min-height: 43px;
	padding: 10px 18px;
	border: 0;
	border-radius: 8px;
	background: #0878c9;
	box-shadow: 0 8px 18px rgba(8, 120, 201, 0.2);
	color: #fff;
	font-weight: 750;
}

.single-product.woocommerce #reviews #commentform .form-submit input.submit:hover,
.single-product.woocommerce #reviews #commentform .form-submit input.submit:focus-visible {
	background: #0566ad;
}

@media (max-width: 600px) {
	.single-product.woocommerce #reviews #comments,
	.single-product.woocommerce #reviews #review_form_wrapper {
		padding: 16px;
	}

	.single-product.woocommerce #reviews #comments ol.commentlist li .comment_container {
		grid-template-columns: 38px minmax(0, 1fr);
		gap: 9px;
	}

	.single-product.woocommerce #reviews #comments ol.commentlist li img.avatar,
	.single-product.woocommerce #reviews #comments ol.commentlist li .avatar {
		width: 38px;
		height: 38px;
	}

	.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text {
		padding: 0;
	}

	.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
		margin-bottom: 7px;
	}

	.single-product.woocommerce #reviews #comments ol.commentlist li .meta {
		padding-right: 0;
	}

	.single-product.woocommerce #reviews #comments ol.commentlist .children {
		margin-left: 24px;
	}

	.vtxvn-review-upload__preview {
		grid-template-columns: minmax(0, 1fr);
	}

	.vtxvn-review-summary,
	.vtxvn-review-filters {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.vtxvn-review-summary__assurance,
	.vtxvn-review-filters__status {
		width: 100%;
		margin-left: 0;
	}

	.vtxvn-review-filters__rating,
	.vtxvn-review-filters__rating select,
	.vtxvn-review-filters__media {
		width: 100%;
	}

	.vtxvn-review-filters__media {
		justify-content: center;
	}
}

/* Thông báo, biểu mẫu, giỏ hàng và thanh toán. */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	margin: 0 0 24px;
	padding: 16px 18px 16px 48px;
	border: 1px solid var(--vtxvn-border);
	border-top: 0;
	border-radius: 11px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(7, 61, 118, 0.05);
	font-size: 0.86rem;
}

.woocommerce-message {
	border-left: 4px solid #16845a;
}

.woocommerce-info {
	border-left: 4px solid var(--vtxvn-primary);
}

.woocommerce-error {
	border-left: 4px solid var(--vtxvn-accent);
}

.woocommerce form .form-row label {
	margin-bottom: 5px;
	color: var(--vtxvn-text);
	font-size: 0.8rem;
	font-weight: 700;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .select2-container .select2-selection--single {
	min-height: 46px;
	border: 1px solid var(--vtxvn-border);
	border-radius: 10px;
	background: #fff;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	padding: 10px 12px;
}

.woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 8px 34px 8px 12px;
}

.woocommerce table.shop_table {
	overflow: hidden;
	border-color: var(--vtxvn-border);
	border-radius: 13px;
	background: #fff;
}

.woocommerce table.shop_table th {
	background: #f4f7fb;
	color: var(--vtxvn-text);
	font-size: 0.78rem;
}

.woocommerce table.shop_table td {
	border-color: var(--vtxvn-border);
}

.woocommerce-cart table.cart img {
	width: 72px;
	border-radius: 8px;
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #order_review,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
	padding: 22px;
	border: 1px solid var(--vtxvn-border);
	border-radius: 14px;
	background: #fff;
}

.woocommerce-checkout #customer_details {
	margin-bottom: 28px;
}

.woocommerce-checkout #payment {
	border: 1px solid var(--vtxvn-border);
	border-radius: 12px;
	background: #f7f9fc;
}

.woocommerce-checkout #payment div.payment_box {
	border-radius: 9px;
	background: #eaf2f9;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce .woocommerce-MyAccount-navigation li + li {
	border-top: 1px solid var(--vtxvn-border);
}

.woocommerce .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 10px 4px;
	color: var(--vtxvn-text);
	font-size: 0.84rem;
	font-weight: 650;
	text-decoration: none;
}

.mobile-product-bar {
	display: none;
}

@media (max-width: 900px) {
	.vtxvn-category-toolbar {
		align-items: stretch;
		flex-direction: column;
		gap: 12px;
	}

	.vtxvn-category-sort {
		float: none;
		width: 100%;
		justify-content: space-between;
		margin: 0 0 16px;
	}

	.vtxvn-category-sort__choices {
		min-width: 0;
		overflow-x: auto;
		overscroll-behavior-inline: contain;
	}
}

@media (max-width: 1024px) {
	.woocommerce ul.products,
	.woocommerce-page ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.woocommerce div.product {
		gap: 28px;
	}

	.product-assurances {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.vtxvn-category-filter-all-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
	.woocommerce .site-main--shop,
	.site-main--shop {
		padding-top: 6px;
	}

	.vtxvn-category-banners {
		margin-top: 12px;
	}

	.vtxvn-category-banner { border-radius: 11px; }

	.vtxvn-category-banners--2 {
		display: flex;
		gap: 0;
		overflow-x: auto;
		scroll-behavior: smooth;
		scroll-snap-type: inline mandatory;
		scrollbar-width: none;
	}

	.vtxvn-category-banners--2::-webkit-scrollbar { display: none; }

	.vtxvn-category-banners--2 .vtxvn-category-banner {
		min-width: 0;
		flex: 0 0 100%;
		scroll-snap-align: start;
		scroll-snap-stop: always;
	}

	.vtxvn-category-banner-dots {
		display: flex;
		min-height: 0;
		align-items: center;
		justify-content: center;
		gap: 4px;
		margin-top: 3px;
		line-height: 0;
	}

	.vtxvn-category-banner-dots button {
		width: 6px;
		min-width: 0;
		height: 6px;
		min-height: 0;
		padding: 0;
		border: 0;
		border-radius: 999px;
		background: #cbd8e3;
		box-shadow: none;
		font-size: 0;
		line-height: 0;
		cursor: pointer;
		transition: width 0.2s ease, background-color 0.2s ease;
	}

	.vtxvn-category-banner-dots button.is-active {
		width: 14px;
		background: var(--vtxvn-primary);
	}
	.vtxvn-category-discovery { margin-top: 10px; border-radius: 11px; }

	.vtxvn-category-choice-row {
		display: block;
		padding: 10px;
	}

	.vtxvn-category-choice-row h2 { margin-bottom: 7px; }
	.vtxvn-category-choice { min-height: 30px; padding: 4px 9px; font-size: 0.7rem; }
	.vtxvn-category-choice--brand { width: 88px; height: 44px; padding: 6px 9px; }
	.vtxvn-category-choice--type { min-height: 32px; }

	.vtxvn-category-attribute-filter {
		position: relative;
		top: auto;
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		backdrop-filter: none;
	}

	.vtxvn-category-filter-header { display: none; }

	.vtxvn-category-filter-groups {
		display: block;
		padding: 0;
		overflow: visible;
	}

	.vtxvn-category-filter-groups > .vtxvn-category-filter-master,
	.vtxvn-category-filter-group { display: none; }

	.vtxvn-shop-filter {
		margin-bottom: 12px;
	}

	.vtxvn-shop-filter .vtxvn-category-filter-groups > .vtxvn-category-filter-master {
		display: inline-flex;
		width: 100%;
		justify-content: flex-start;
		border-color: #d7e2ea;
		background: #fff;
		box-shadow: 0 5px 16px rgba(15, 53, 84, 0.06);
	}

	.vtxvn-category-attribute-filter.has-open-panel {
		z-index: 200;
		backdrop-filter: none;
	}

	.vtxvn-category-attribute-filter.has-open-panel::before {
		position: fixed;
		z-index: 180;
		inset: 0;
		background: rgba(8, 28, 45, 0.28);
		content: "";
	}

	.vtxvn-category-filter-master,
	.vtxvn-category-filter-toggle {
		min-height: 40px;
		padding: 7px 12px;
		font-size: 0.75rem;
	}

	.vtxvn-category-filter-panel,
	.vtxvn-category-filter-all-panel,
	.vtxvn-category-filter-group.is-aligned-right .vtxvn-category-filter-panel {
		position: fixed;
		z-index: 190;
		top: auto;
		right: 14px;
		bottom: calc(14px + env(safe-area-inset-bottom));
		left: 14px;
		width: auto;
		max-height: min(68vh, 520px);
		overflow-y: auto;
		padding: 14px;
		border-radius: 14px;
	}

	.vtxvn-category-filter-all-panel {
		display: flex;
		max-height: min(76vh, 680px);
		flex-direction: column;
		overflow: hidden;
	}

	.vtxvn-category-filter-all-panel[hidden] { display: none; }

	.vtxvn-category-filter-all-grid {
		grid-template-columns: 1fr;
		gap: 20px;
		max-height: none;
		min-height: 0;
		overflow-y: auto;
	}

	.vtxvn-category-filter-all-group h3 {
		margin-bottom: 8px;
		font-size: 0.78rem;
	}

	.vtxvn-category-filter-options span {
		min-height: 36px;
		padding: 6px 12px;
		font-size: 0.74rem;
	}

	.vtxvn-category-filter-panel-actions {
		position: sticky;
		bottom: -14px;
		margin: 14px -14px -14px;
		padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
		background: #fff;
		box-shadow: 0 -8px 18px rgba(15, 53, 84, 0.07);
	}

	.vtxvn-category-filter-all-actions { width: auto; }

	.vtxvn-category-filter-footer {
		align-items: stretch;
		flex-direction: column;
		margin: 0 0 12px;
		padding-top: 0;
		border-top: 0;
	}

	.vtxvn-category-active-filters { padding-bottom: 3px; }
	.vtxvn-category-filter-submit { align-self: flex-end; }

	.vtxvn-category-description,
	.vtxvn-category-faq { margin-top: 20px; padding: 15px; border-radius: 13px; }
	.vtxvn-category-load-more { margin-top: -12px; }
	.vtxvn-category-load-more__button { width: min(100%, 290px); min-width: 0; }

	.woocommerce .woocommerce-result-count,
	.woocommerce .woocommerce-ordering {
		float: none;
		width: 100%;
		margin: 0 0 12px;
	}

	.woocommerce .woocommerce-ordering select {
		width: 100%;
	}

	.vtxvn-category-sort {
		display: flex;
		float: none;
		width: 100%;
		align-items: center;
		gap: 8px;
		margin: 0 0 14px;
	}

	.vtxvn-category-sort__title {
		display: none;
	}

	.vtxvn-category-sort__choices {
		width: auto;
		min-width: 0;
		flex: 1 1 auto;
		padding: 1px;
		overflow-x: auto;
		overscroll-behavior-inline: contain;
		scroll-snap-type: inline proximity;
		scrollbar-width: none;
	}

	.vtxvn-category-sort__choices::-webkit-scrollbar { display: none; }

	.vtxvn-category-sort__choice {
		min-height: 36px;
		flex: 0 0 auto;
		padding-inline: 11px;
		font-size: 0.73rem;
		scroll-snap-align: start;
	}

	.vtxvn-category-sort__filter {
		display: inline-flex;
		min-height: 36px;
		align-items: center;
		justify-content: center;
		gap: 6px;
		flex: 0 0 auto;
		padding: 0 11px;
		border: 1px solid #d8e1e9;
		border-radius: 999px;
		background: #fff;
		color: #34495e;
		font-size: 0.73rem;
		font-weight: 450;
		line-height: 1.2;
		white-space: nowrap;
	}

	.vtxvn-category-sort__filter:hover,
	.vtxvn-category-sort__filter:focus-visible,
	.vtxvn-category-sort__filter[aria-expanded="true"],
	.vtxvn-category-sort__filter.has-selection {
		border-color: #1688dc;
		background: #f0f8ff;
		color: #0878c9;
	}

	.woocommerce ul.products,
	.woocommerce-page ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		padding: 10px;
		border-radius: 12px;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
		font-size: 0.8rem;
	}

	.woocommerce ul.products li.product .price,
	.woocommerce-page ul.products li.product .price {
		font-size: 0.86rem;
	}

	.woocommerce div.product {
		display: block;
	}

	.woocommerce div.product div.images {
		margin-bottom: 24px;
	}

	.woocommerce div.product .summary {
		padding: 0;
	}

	.woocommerce div.product form.cart .button {
		flex: 1;
	}

	.woocommerce div.product .woocommerce-tabs {
		margin-top: 30px;
		padding: 16px;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		padding-inline: 10px;
		font-size: 0.76rem;
	}

	body.single-product {
		padding-bottom: 72px;
	}

	.mobile-product-bar {
		position: fixed;
		z-index: 130;
		right: 0;
		bottom: 0;
		left: 0;
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		gap: 10px;
		padding: 9px 14px calc(9px + env(safe-area-inset-bottom));
		border-top: 1px solid var(--vtxvn-border);
		background: rgba(255, 255, 255, 0.96);
		box-shadow: 0 -10px 28px rgba(7, 31, 58, 0.12);
		backdrop-filter: blur(12px);
	}

	.mobile-product-bar__info {
		display: flex;
		min-width: 0;
		flex-direction: column;
	}

	.mobile-product-bar__info strong {
		overflow: hidden;
		font-size: 0.74rem;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.mobile-product-bar__info .price {
		color: var(--vtxvn-accent);
		font-size: 0.8rem;
		font-weight: 800;
	}

	.mobile-product-bar .button {
		min-height: 42px;
		padding: 9px 16px;
		border-radius: 10px;
		font-size: 0.78rem;
	}

	.woocommerce table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr {
		margin-bottom: 10px;
		border: 1px solid var(--vtxvn-border);
		border-radius: 10px;
	}
}

@media (max-width: 420px) {
	.woocommerce ul.products,
	.woocommerce-page ul.products {
		gap: 8px;
	}

	.woocommerce ul.products li.product .button,
	.woocommerce-page ul.products li.product .button {
		font-size: 0.7rem;
	}
}

/* Product detail mobile UX: purchase essentials first, compact media, clear content rhythm. */
.vtxvn-mobile-overview-toggle {
	display: none;
}

@media (max-width: 767px) {
	body.single-product .site-main--shop {
		padding-top: 4px;
		background: #f4f7fa;
	}

	body.single-product .woocommerce-breadcrumb {
		margin-bottom: 10px;
		overflow-x: auto;
		padding: 0 2px 3px;
		font-size: 0.72rem;
		scrollbar-width: none;
		white-space: nowrap;
	}

	body.single-product .woocommerce-breadcrumb::-webkit-scrollbar {
		display: none;
	}

	body.single-product.woocommerce div.product {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		column-gap: 0;
		row-gap: 12px;
	}

	body.single-product.woocommerce div.product > div.summary {
		display: contents !important;
	}

	body.single-product.woocommerce div.product > div.summary > .product_title {
		order: 1;
		margin: 0 0 -12px;
		padding: 16px 16px 9px;
		border: 1px solid #dfe7ee;
		border-bottom: 0;
		border-radius: 8px 8px 0 0;
		background: #fff;
		color: #003366;
		font-size: clamp(1.18rem, 5.3vw, 1.38rem);
		line-height: 1.28;
	}

	body.single-product.woocommerce div.product > div.summary > .vtxvn-product-stats {
		order: 2;
		margin: 0 0 -12px;
		padding: 0 14px 10px;
		border-right: 1px solid #dfe7ee;
		border-bottom: 0;
		border-left: 1px solid #dfe7ee;
		background: #fff;
	}

	body.single-product.woocommerce div.product > div.summary > .vtxvn-product-price-panel {
		order: 3;
		margin: 0;
		padding: 13px 16px 15px;
		border: 1px solid #dfe7ee;
		border-radius: 0 0 8px 8px;
		background: #fff;
		box-shadow: 0 5px 16px rgba(0, 51, 102, 0.055);
	}

	body.single-product.woocommerce div.product .vtxvn-product-price-panel__price {
		font-size: clamp(1.35rem, 6.2vw, 1.62rem);
	}

	body.single-product.woocommerce div.product .vtxvn-product-saving {
		align-items: center;
		flex-direction: row;
		gap: 4px 8px;
	}

	body.single-product.woocommerce div.product > .vtxvn-product-media,
	body.single-product.woocommerce div.product > div.images {
		order: 4;
		width: 100%;
		margin: 0;
	}

	body.single-product.woocommerce div.product > div.summary > .vtxvn-product-short-overview {
		position: relative;
		order: 5;
		margin: 0;
		padding: 16px;
		border: 1px solid #dfe7ee;
		border-radius: 8px;
		background: #fff;
	}

	body.single-product.woocommerce div.product > div.summary > .vtxvn-product-identity {
		order: 6;
		margin: 0;
		padding: 15px 16px;
		border: 1px solid #dfe7ee;
		border-radius: 8px;
		background: #fff;
	}

	body.single-product.woocommerce div.product > .vtxvn-product-sidebar {
		order: 7;
		margin: 0;
	}

	body.single-product.woocommerce div.product > .related {
		order: 8;
		margin: 0;
	}

	body.single-product.woocommerce div.product > .woocommerce-tabs {
		order: 9;
		margin: 0;
	}

	body.single-product.woocommerce div.product > .upsells,
	body.single-product.woocommerce div.product > .cross-sells {
		order: 10;
	}

	body.single-product.woocommerce div.product > span.onsale {
		display: none;
	}

	body.single-product.woocommerce div.product div.images {
		padding: 8px;
		border-radius: 8px;
		box-shadow: 0 5px 16px rgba(0, 51, 102, 0.055);
	}

	body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image a {
		min-height: min(76vw, 320px);
	}

	body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image img {
		max-height: 320px;
	}

	body.single-product.woocommerce div.product div.images .flex-control-thumbs {
		display: flex;
		width: 100%;
		max-height: none;
		grid-template-columns: none;
		gap: 8px;
		margin-top: 8px;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 2px 2px 6px;
		scroll-snap-type: x proximity;
		scrollbar-width: none;
	}

	body.single-product.woocommerce div.product div.images .flex-control-thumbs li {
		width: 70px;
		flex: 0 0 70px;
		padding: 3px;
		scroll-snap-align: start;
	}

	.vtxvn-product-media__tabs {
		margin-top: 8px;
	}

	.vtxvn-product-media__tab {
		min-height: 42px;
		border-radius: 7px;
		font-size: 0.72rem;
	}

	.vtxvn-product-short-overview.is-mobile-collapsible .woocommerce-product-details__short-description {
		max-height: 190px;
		overflow: hidden;
		-webkit-mask-image: linear-gradient(#000 0%, #000 78%, transparent 100%);
		mask-image: linear-gradient(#000 0%, #000 78%, transparent 100%);
	}

	.vtxvn-product-short-overview.is-mobile-collapsible.is-expanded .woocommerce-product-details__short-description {
		max-height: none;
		overflow: visible;
		-webkit-mask-image: none;
		mask-image: none;
	}

	.vtxvn-mobile-overview-toggle {
		display: inline-flex;
		width: 100%;
		min-height: 40px;
		align-items: center;
		justify-content: center;
		margin-top: 10px;
		padding: 8px 12px;
		border: 1px solid #9ec7e5;
		border-radius: 7px;
		background: #f2f8fc;
		color: #075b9c;
		font-family: inherit;
		font-size: 0.76rem;
		font-weight: 700;
	}

	.vtxvn-mobile-overview-toggle[hidden] {
		display: none;
	}

	.vtxvn-product-sidebar__panel,
	body.single-product.woocommerce div.product > .related,
	body.single-product.woocommerce div.product > .woocommerce-tabs {
		border-radius: 8px;
	}

	.mobile-product-bar {
		z-index: 160;
		min-height: 62px;
		gap: 8px;
		padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
		border-top-color: #cbd9e4;
		box-shadow: 0 -8px 22px rgba(0, 32, 68, 0.14);
	}

	.mobile-product-bar__call,
	.mobile-product-bar .button {
		min-height: 44px;
		border-radius: 7px;
	}

	.mobile-product-bar__call {
		width: 44px;
		height: 44px;
	}
}

@media (max-width: 420px) {
	body.single-product.woocommerce div.product > div.summary > .product_title {
		padding-inline: 14px;
		font-size: 1.16rem;
	}

	body.single-product.woocommerce div.product > div.summary > .vtxvn-product-stats,
	body.single-product.woocommerce div.product > div.summary > .vtxvn-product-price-panel {
		padding-inline: 14px;
	}

	body.single-product.woocommerce div.product div.images .flex-control-thumbs li {
		width: 66px;
		flex-basis: 66px;
	}

	.mobile-product-bar__info {
		max-width: 118px;
	}

	.mobile-product-bar .button {
		padding-inline: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		transition: none;
	}
}

/* Product detail experience — marketplace clarity, optimized for technical B2B sales. */
body.single-product .site-main--shop {
	padding-top: 10px;
	background:
		radial-gradient(circle at 8% 5%, rgba(8, 122, 195, 0.055), transparent 24rem),
		#f5f7fa;
}

.single-product .site-main--shop .vtxvn-breadcrumbs--shop {
	margin-bottom: 14px;
	color: #64768a;
	font-size: 0.74rem;
}

.single-product.woocommerce div.product {
	grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
	column-gap: 28px;
	row-gap: 24px;
}

.single-product.woocommerce div.product div.images {
	position: sticky;
	top: 96px;
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	align-self: start;
	gap: 12px;
	padding: 14px;
	border: 1px solid #dfe7ee;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(17, 55, 88, 0.07);
}

.single-product.woocommerce div.product div.images > .flex-viewport,
.single-product.woocommerce div.product div.images > .woocommerce-product-gallery__wrapper {
	grid-row: 1;
	grid-column: 2;
	min-width: 0;
}

.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	border: 0;
	border-radius: 13px;
	background: #fff;
}

.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image a {
	display: flex;
	min-height: clamp(440px, 36vw, 590px);
	align-items: center;
	justify-content: center;
	background: #fff;
}

.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image img {
	width: 100%;
	height: auto;
	max-height: 590px;
	object-fit: contain;
}

.single-product.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	z-index: 4;
	top: 26px;
	right: 25px;
	border: 1px solid #dce5ed;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 6px 18px rgba(16, 53, 84, 0.1);
}

.single-product.woocommerce div.product div.images .flex-control-thumbs {
	grid-row: 1;
	grid-column: 1;
	display: flex;
	max-height: 590px;
	flex-direction: column;
	gap: 9px;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 2px;
	scrollbar-width: thin;
}

.single-product.woocommerce div.product div.images .flex-control-thumbs li {
	width: 100%;
	flex: 0 0 auto;
	padding: 3px;
	border-color: #dfe6ec;
	border-radius: 11px;
	cursor: pointer;
}

.single-product.woocommerce div.product div.images .flex-control-thumbs li img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	border-radius: 7px;
}

.single-product.woocommerce div.product div.images .flex-control-thumbs li:has(img.flex-active) {
	border-color: var(--vtxvn-primary);
	box-shadow: 0 0 0 1px var(--vtxvn-primary);
}

.single-product.woocommerce div.product div.summary {
	align-self: start;
	padding: clamp(20px, 2.3vw, 30px);
	border: 1px solid #dfe7ee;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(17, 55, 88, 0.075);
}

.single-product.woocommerce div.product .product_title {
	margin: 8px 0 12px;
	font-size: clamp(1.65rem, 2.35vw, 2.2rem);
	font-weight: 750;
	line-height: 1.13;
	letter-spacing: -0.03em;
}

.vtxvn-product-eyebrow {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
}

.vtxvn-product-brand,
.vtxvn-product-use-badge {
	display: inline-flex;
	min-height: 27px;
	align-items: center;
	gap: 5px;
	padding: 4px 9px;
	border-radius: 999px;
	font-size: 0.66rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.vtxvn-product-brand {
	border: 1px solid #b9d9ed;
	background: #eef8fe;
	color: #075b96;
}

.vtxvn-product-brand .dashicons {
	width: 15px;
	height: 15px;
	font-size: 15px;
}

.vtxvn-product-use-badge {
	background: #eef7f2;
	color: #17673f;
}

.single-product.woocommerce div.product .woocommerce-product-rating {
	margin: 0 0 12px;
}

.vtxvn-product-buy-panel {
	margin-top: 18px;
	padding: 16px;
	border: 1px solid #dce5ed;
	border-radius: 14px;
	background: linear-gradient(180deg, #f8fbfe 0%, #fff 50%);
}

.vtxvn-product-buy-panel__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: -16px -16px 14px;
	padding: 10px 14px;
	border-bottom: 1px solid #dce8f0;
	border-radius: 14px 14px 0 0;
	background: linear-gradient(90deg, #eaf6fd, #f7fbfe);
	color: #164f77;
}

.vtxvn-product-buy-panel__heading > span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.76rem;
	font-weight: 750;
}

.vtxvn-product-buy-panel__heading .dashicons {
	width: 17px;
	height: 17px;
	font-size: 17px;
}

.vtxvn-product-buy-panel__heading small {
	color: #61768a;
	font-size: 0.64rem;
}

.single-product.woocommerce div.product .vtxvn-product-buy-panel p.price,
.single-product.woocommerce div.product .vtxvn-product-buy-panel span.price {
	margin-bottom: 10px;
	font-size: clamp(1.5rem, 2.3vw, 2rem);
}

.single-product.woocommerce div.product .vtxvn-contact-price {
	color: #d91f2a;
	letter-spacing: -0.025em;
}

.single-product.woocommerce div.product .vtxvn-product-buy-panel .woocommerce-product-details__short-description {
	margin-bottom: 14px;
	color: #3e4d5e;
	font-size: 0.9rem;
	line-height: 1.65;
}

.single-product.woocommerce div.product .vtxvn-product-buy-panel .woocommerce-product-details__short-description > :last-child {
	margin-bottom: 0;
}

.vtxvn-product-commerce-notes {
	margin: 0;
	border-top: 1px solid #e6ecf1;
}

.vtxvn-product-commerce-notes > div {
	display: grid;
	grid-template-columns: 105px minmax(0, 1fr);
	gap: 9px;
	padding: 9px 0;
	border-bottom: 1px solid #edf1f4;
}

.vtxvn-product-commerce-notes dt,
.vtxvn-product-commerce-notes dd {
	margin: 0;
	font-size: 0.73rem;
	line-height: 1.4;
}

.vtxvn-product-commerce-notes dt {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #253b50;
	font-weight: 700;
}

.vtxvn-product-commerce-notes dt .dashicons {
	width: 16px;
	height: 16px;
	color: var(--vtxvn-primary);
	font-size: 16px;
}

.vtxvn-product-commerce-notes dd {
	color: #617286;
}

.vtxvn-product-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
	margin-top: 15px;
}

.vtxvn-product-cart-action {
	grid-column: 1 / -1;
}

.single-product.woocommerce div.product .vtxvn-product-cart-action form.cart {
	width: 100%;
	margin: 0;
}

.single-product.woocommerce div.product .vtxvn-product-cart-action form.cart .button {
	flex: 1;
}

.single-product.woocommerce .vtxvn-product-actions .button {
	display: inline-flex;
	min-height: 51px;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin: 0;
	padding: 10px 13px;
	border-radius: 11px;
	font-size: 0.79rem;
	font-weight: 750;
	line-height: 1.2;
	text-align: center;
}

.single-product.woocommerce .vtxvn-product-actions .vtxvn-quote-button {
	border-color: #d91f2a;
	background: #e4232b;
	color: #fff;
	box-shadow: 0 8px 18px rgba(228, 35, 43, 0.18);
}

.single-product.woocommerce .vtxvn-product-actions .vtxvn-quote-button:hover,
.single-product.woocommerce .vtxvn-product-actions .vtxvn-quote-button:focus-visible {
	border-color: #bd141d;
	background: #c91922;
	color: #fff;
}

.single-product.woocommerce .vtxvn-product-actions .vtxvn-call-button {
	border: 1px solid #8fc6e8;
	background: #eef8fe;
	color: #075b96;
}

.vtxvn-call-button > span:last-child {
	display: flex;
	flex-direction: column;
}

.vtxvn-call-button small {
	margin-top: 2px;
	font-size: 0.63rem;
	font-weight: 600;
}

.vtxvn-product-zalo-link {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin-top: 10px;
	color: #086aa8;
	font-size: 0.69rem;
	font-weight: 650;
	text-align: center;
}

.vtxvn-product-zalo-link .dashicons {
	width: 16px;
	height: 16px;
	font-size: 16px;
}

.single-product .product-assurances {
	gap: 7px;
	margin: 14px 0 0;
}

.single-product .product-assurances li {
	padding: 9px;
	background: #fff;
}

.single-product.woocommerce div.product .product_meta {
	margin-top: 16px;
	padding: 14px 2px 0;
	line-height: 1.55;
}

.vtxvn-product-service-strip {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	overflow: hidden;
	border: 1px solid #dce6ee;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(17, 55, 88, 0.05);
}

.vtxvn-product-service-strip > div {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 10px;
	padding: 15px 17px;
}

.vtxvn-product-service-strip > div + div {
	border-left: 1px solid #e7edf2;
}

.vtxvn-product-service-strip > div > .dashicons {
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	padding: 7px;
	border-radius: 9px;
	background: #eaf6fd;
	color: #0878bd;
	font-size: 18px;
}

.vtxvn-product-service-strip > div > span:last-child {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.vtxvn-product-service-strip strong {
	color: #24384b;
	font-size: 0.74rem;
	line-height: 1.35;
}

.vtxvn-product-service-strip small {
	margin-top: 2px;
	color: #728296;
	font-size: 0.65rem;
	line-height: 1.35;
}

.single-product.woocommerce div.product .woocommerce-tabs {
	margin-top: 0;
	padding: 0 0 clamp(24px, 4vw, 46px);
	overflow: clip;
	border-radius: 16px;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
	position: sticky;
	z-index: 20;
	top: var(--vtxvn-product-tabs-top, 86px);
	gap: 4px;
	margin: 0 0 30px;
	padding: 10px clamp(16px, 3vw, 32px) 0;
	border-bottom: 1px solid #dfe7ee;
	background: rgba(255, 255, 255, 0.97);
	backdrop-filter: blur(10px);
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 13px 15px 12px;
	font-size: 0.83rem;
	font-weight: 700;
}

.single-product.woocommerce div.product .woocommerce-tabs .panel {
	width: min(100% - 36px, 1040px);
	max-width: 1040px;
	font-size: 0.92rem;
	line-height: 1.75;
}

.single-product.woocommerce div.product .woocommerce-tabs .panel h2 {
	margin: 1.65em 0 0.65em;
	color: #173a58;
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	font-weight: 720;
	line-height: 1.3;
	letter-spacing: -0.02em;
}

.single-product.woocommerce div.product .woocommerce-tabs .panel > h2:first-child {
	margin-top: 0;
}

.single-product.woocommerce div.product .woocommerce-tabs .panel img {
	height: auto;
	border-radius: 12px;
}

.single-product.woocommerce div.product .woocommerce-tabs .panel table {
	width: 100%;
	margin: 18px 0 24px;
	border: 1px solid #dfe7ed;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 11px;
	background: #fff;
}

.single-product.woocommerce div.product .woocommerce-tabs .panel th,
.single-product.woocommerce div.product .woocommerce-tabs .panel td {
	padding: 11px 14px;
	border: 0;
	border-bottom: 1px solid #e6edf2;
	text-align: left;
}

.single-product.woocommerce div.product .woocommerce-tabs .panel tr:last-child th,
.single-product.woocommerce div.product .woocommerce-tabs .panel tr:last-child td {
	border-bottom: 0;
}

.single-product.woocommerce div.product .woocommerce-tabs .panel tr:nth-child(even) {
	background: #f7fafc;
}

.vtxvn-product-project-cta {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 17px;
	padding: 20px 24px;
	border: 1px solid #b9d9ec;
	border-radius: 15px;
	background: linear-gradient(105deg, #eef8fe 0%, #fff 72%);
}

.vtxvn-product-project-cta__icon {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border-radius: 13px;
	background: #087ac3;
	color: #fff;
}

.vtxvn-product-project-cta__icon .dashicons {
	width: 24px;
	height: 24px;
	font-size: 24px;
}

.vtxvn-product-project-cta strong {
	display: block;
	color: #123f62;
	font-size: 1rem;
}

.vtxvn-product-project-cta p {
	margin: 4px 0 0;
	color: #5d7184;
	font-size: 0.78rem;
}

.vtxvn-product-project-cta__actions {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 6px;
}

.woocommerce .vtxvn-product-project-cta__actions .button {
	min-height: 43px;
	margin: 0;
	padding: 10px 17px;
	border-radius: 10px;
	background: #087ac3;
	font-size: 0.76rem;
}

.vtxvn-product-project-cta__actions > a:not(.button) {
	color: #075b96;
	font-size: 0.72rem;
	font-weight: 750;
}

.single-product.woocommerce div.product .related > h2 {
	margin-top: 16px;
}

@media (max-width: 1100px) {
	.single-product.woocommerce div.product div.images {
		display: block;
	}

	.single-product.woocommerce div.product div.images .flex-control-thumbs {
		display: grid;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		max-height: none;
		margin-top: 10px;
		overflow-x: auto;
		overflow-y: hidden;
	}

	.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image a {
		min-height: 390px;
	}

	.single-product .product-assurances {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 980px) {
	.single-product.woocommerce div.product {
		display: block;
	}

	.single-product.woocommerce div.product div.images {
		position: relative;
		top: auto;
		margin-bottom: 18px;
	}

	.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image a {
		min-height: min(70vw, 620px);
	}

	.vtxvn-product-service-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin: 18px 0;
	}

	.vtxvn-product-service-strip > div:nth-child(3) {
		border-left: 0;
	}

	.vtxvn-product-service-strip > div:nth-child(n + 3) {
		border-top: 1px solid #e7edf2;
	}
}

@media (max-width: 767px) {
	body.single-product .site-main--shop {
		padding-bottom: 40px;
	}

	.single-product.woocommerce div.product div.images,
	.single-product.woocommerce div.product div.summary {
		border-radius: 14px;
		box-shadow: 0 7px 20px rgba(17, 55, 88, 0.055);
	}

	.single-product.woocommerce div.product div.images {
		padding: 9px;
	}

	.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image a {
		min-height: 82vw;
	}

	.single-product.woocommerce div.product div.images .flex-control-thumbs {
		grid-template-columns: repeat(4, minmax(68px, 1fr));
		padding-bottom: 3px;
		scrollbar-width: none;
	}

	.single-product.woocommerce div.product div.images .flex-control-thumbs::-webkit-scrollbar {
		display: none;
	}

	.single-product.woocommerce div.product div.summary {
		padding: 17px;
	}

	.single-product.woocommerce div.product .product_title {
		font-size: clamp(1.45rem, 7vw, 1.85rem);
	}

	.vtxvn-product-buy-panel {
		margin-top: 14px;
		padding: 14px;
	}

	.vtxvn-product-buy-panel__heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 2px;
		margin: -14px -14px 12px;
	}

	.vtxvn-product-commerce-notes > div {
		grid-template-columns: 92px minmax(0, 1fr);
	}

	.vtxvn-product-actions {
		grid-template-columns: 1fr;
	}

	.single-product .product-assurances {
		grid-template-columns: 1fr;
	}

	.vtxvn-product-service-strip > div {
		align-items: flex-start;
		padding: 13px 11px;
	}

	.vtxvn-product-service-strip > div > .dashicons {
		width: 29px;
		height: 29px;
		flex-basis: 29px;
		padding: 6px;
		font-size: 17px;
	}

	.single-product.woocommerce div.product .woocommerce-tabs {
		margin-top: 18px;
		padding: 0 0 24px;
	}

	.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
		top: 54px;
		margin-bottom: 20px;
		padding: 8px 10px 0;
	}

	.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		padding: 11px 10px 10px;
		font-size: 0.74rem;
	}

	.single-product.woocommerce div.product .woocommerce-tabs .panel {
		width: calc(100% - 28px);
		font-size: 0.86rem;
		line-height: 1.7;
	}

	.single-product.woocommerce div.product .woocommerce-tabs .panel table {
		display: block;
		overflow-x: auto;
		white-space: normal;
	}

	.single-product.woocommerce div.product .woocommerce-tabs .panel th,
	.single-product.woocommerce div.product .woocommerce-tabs .panel td {
		min-width: 128px;
		padding: 9px 11px;
	}

	.vtxvn-product-project-cta {
		grid-template-columns: auto minmax(0, 1fr);
		gap: 12px;
		padding: 17px;
	}

	.vtxvn-product-project-cta__actions {
		grid-column: 1 / -1;
		align-items: stretch;
	}

	.mobile-product-bar__info small {
		color: #65778a;
		font-size: 0.62rem;
	}

	.mobile-product-bar__info strong {
		color: #d91f2a;
		font-size: 0.76rem;
	}

	.mobile-product-bar__actions {
		display: flex;
		align-items: center;
		gap: 7px;
	}

	.mobile-product-bar__call {
		display: grid;
		width: 42px;
		height: 42px;
		place-items: center;
		border: 1px solid #9bcce9;
		border-radius: 11px;
		background: #eef8fe;
		color: #0875b9;
	}

	.mobile-product-bar__call .dashicons {
		width: 19px;
		height: 19px;
		font-size: 19px;
	}

	.mobile-product-bar .button {
		background: #e4232b;
	}
}

@media (max-width: 420px) {
	.vtxvn-product-use-badge {
		width: 100%;
		justify-content: center;
	}

	.vtxvn-product-service-strip strong {
		font-size: 0.68rem;
	}

	.vtxvn-product-service-strip small {
		font-size: 0.6rem;
	}

	.mobile-product-bar {
		padding-inline: 10px;
	}

	.mobile-product-bar__info {
		max-width: 126px;
	}
}

/* Product detail v2 — three-column hero with one continuous commerce sidebar. */
.vtxvn-product-media {
	min-width: 0;
	align-self: stretch;
	position: relative;
}

.vtxvn-product-media__sticky {
	position: sticky;
	top: 82px;
	z-index: 4;
}

body.admin-bar .vtxvn-product-media__sticky {
	top: 116px;
}

body.single-product.woocommerce div.product .vtxvn-product-media__panel--images > div.images {
	width: 100%;
	margin-bottom: 0;
}

.vtxvn-product-media__panel[hidden] {
	display: none !important;
}

.vtxvn-product-media__panel--video {
	display: grid;
	min-height: var(--vtxvn-product-gallery-height, 420px);
	align-content: center;
	gap: 12px;
	padding: 12px;
	border: 1px solid #dfe7ee;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(17, 55, 88, 0.07);
}

.vtxvn-product-media__video-frame {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 13px;
	background: #071827;
}

.vtxvn-product-media__video-frame iframe {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.vtxvn-product-media__video-poster {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0;
	border: 0;
	background: #071827;
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	text-align: left;
}

.vtxvn-product-media__video-poster[hidden] {
	display: none !important;
}

.vtxvn-product-media__video-poster img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.96) contrast(1.03);
	transform: scale(1.002);
	transition: filter 220ms ease, transform 300ms ease;
}

.vtxvn-product-media__video-poster-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(5, 20, 34, 0.16) 0%, rgba(5, 20, 34, 0.02) 48%, rgba(5, 20, 34, 0.72) 100%);
	pointer-events: none;
}

.vtxvn-product-media__video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	display: grid;
	width: 64px;
	height: 46px;
	place-items: center;
	border-radius: 14px;
	background: #e62117;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
	transform: translate(-50%, -50%);
	transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.vtxvn-product-media__video-play::before {
	width: 0;
	height: 0;
	margin-left: 4px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 13px solid #fff;
	content: "";
}

.vtxvn-product-media__video-poster-label {
	position: absolute;
	right: 15px;
	bottom: 13px;
	left: 15px;
	color: #fff;
	font-size: 0.72rem;
	font-weight: 650;
	line-height: 1.3;
	text-shadow: 0 2px 7px rgba(0, 0, 0, 0.72);
}

.vtxvn-product-media__video-poster:hover img {
	filter: saturate(1.02) contrast(1.05);
	transform: scale(1.018);
}

.vtxvn-product-media__video-poster:hover .vtxvn-product-media__video-play {
	background: #f02218;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.36);
	transform: translate(-50%, -50%) scale(1.05);
}

.vtxvn-product-media__video-poster:focus-visible {
	outline: 3px solid #20a4f3;
	outline-offset: -4px;
}

.vtxvn-product-media__video-copy {
	display: grid;
	gap: 4px;
	padding: 0 4px 2px;
	color: #173b59;
}

.vtxvn-product-media__video-copy strong {
	font-size: 0.84rem;
	line-height: 1.35;
}

.vtxvn-product-media__video-copy p {
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	color: #607286;
	font-size: 0.74rem;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.vtxvn-product-media__video-copy a,
.vtxvn-product-media__noscript a {
	width: fit-content;
	color: #087ac3;
	font-size: 0.72rem;
	font-weight: 700;
	text-decoration: none;
}

.vtxvn-product-media__video-copy a:hover,
.vtxvn-product-media__video-copy a:focus-visible,
.vtxvn-product-media__noscript a:hover,
.vtxvn-product-media__noscript a:focus-visible {
	text-decoration: underline;
}

.vtxvn-product-media__video-empty {
	margin: 0;
	color: #64768a;
	font-size: 0.82rem;
	text-align: center;
}

.vtxvn-product-media__tabs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 10px;
}

.vtxvn-product-media__tab {
	display: inline-flex;
	min-width: 0;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 9px 14px;
	border: 1px solid #cad8e4;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 5px 16px rgba(17, 55, 88, 0.06);
	color: #173b59;
	cursor: pointer;
	font-family: inherit;
	font-size: 0.78rem;
	font-weight: 750;
	line-height: 1.2;
	transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.vtxvn-product-media__tab .dashicons {
	width: 19px;
	height: 19px;
	flex: 0 0 19px;
	font-size: 19px;
}

.vtxvn-product-media__tab:hover:not(:disabled) {
	border-color: #79b7dd;
	color: #087ac3;
	transform: translateY(-1px);
}

.vtxvn-product-media__tab.is-active {
	border-color: #087ac3;
	background: #087ac3;
	box-shadow: 0 7px 18px rgba(8, 122, 195, 0.2);
	color: #fff;
}

.vtxvn-product-media__tab:focus-visible {
	outline: 3px solid rgba(8, 122, 195, 0.24);
	outline-offset: 2px;
}

.vtxvn-product-media__tab:disabled {
	border-color: #e0e6eb;
	background: #f5f7f9;
	box-shadow: none;
	color: #98a5b1;
	cursor: not-allowed;
}

.vtxvn-product-media__noscript {
	margin: 8px 0 0;
	text-align: center;
}

.vtxvn-product-highlights {
	margin-top: 14px;
	padding: 16px;
	border: 1px solid #d9e4ec;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(17, 55, 88, 0.065);
}

.vtxvn-product-highlights__heading {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
}

.vtxvn-product-highlights__heading .dashicons {
	width: 20px;
	height: 20px;
	color: #12864e;
	font-size: 20px;
}

.vtxvn-product-highlights__title {
	margin: 0;
	color: #173b59;
	font-size: 0.94rem;
	font-weight: 780;
	line-height: 1.3;
}

.vtxvn-product-highlights__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px 14px;
	margin: 0;
}

.vtxvn-product-highlights__list > div {
	min-width: 0;
	padding: 10px 11px;
	border: 1px solid #e2eaf0;
	border-radius: 9px;
	background: #f7fbfe;
}

.vtxvn-product-highlights__list dt {
	margin: 0 0 3px;
	color: #6a7c8c;
	font-size: 0.68rem;
	font-weight: 600;
	line-height: 1.3;
}

.vtxvn-product-highlights__list dd {
	min-width: 0;
	margin: 0;
	overflow-wrap: anywhere;
	color: #1f3b53;
	font-size: 0.78rem;
	font-weight: 720;
	line-height: 1.35;
}

@media (max-width: 420px) {
	.vtxvn-product-highlights {
		padding: 14px;
	}

	.vtxvn-product-highlights__list {
		grid-template-columns: minmax(0, 1fr);
	}
}

body.single-product.woocommerce div.product {
	position: relative;
	display: grid;
	grid-template-columns: minmax(420px, 1.1fr) minmax(360px, 1fr) 300px;
	grid-template-rows: auto auto auto;
	align-items: start;
	column-gap: 22px;
	row-gap: 24px;
}

body.single-product.woocommerce div.product > .vtxvn-product-media,
body.single-product.woocommerce div.product > div.images {
	grid-row: 1;
	grid-column: 1;
}

body.single-product.woocommerce div.product > div.summary {
	grid-row: 1;
	grid-column: 2;
}

body.single-product.woocommerce div.product > .vtxvn-product-sidebar {
	grid-row: 1 / 4;
	grid-column: 3;
}

body.single-product.woocommerce div.product > .related {
	grid-row: 2;
	grid-column: 1 / 3;
}

body.single-product.woocommerce div.product > .woocommerce-tabs {
	grid-row: 3;
	grid-column: 1 / 3;
}

body.single-product.woocommerce div.product > .upsells,
body.single-product.woocommerce div.product > .cross-sells {
	grid-column: 1 / 3;
}

body.single-product.woocommerce div.product > span.onsale {
	position: absolute;
	z-index: 8;
}

body.single-product.woocommerce div.product div.images {
	position: relative;
	top: auto;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 10px;
	padding: 12px;
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image a {
	min-height: 0;
	aspect-ratio: 1 / 1;
	cursor: zoom-in;
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image img {
	height: 100%;
	max-height: none;
}

body.single-product.woocommerce div.product div.images .flex-control-thumbs {
	max-height: 430px;
}

body.single-product.woocommerce div.product div.images .flex-direction-nav {
	position: static;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.single-product.woocommerce div.product div.images .flex-direction-nav a {
	position: absolute;
	z-index: 6;
	top: 50%;
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border: 1px solid #d6e0e8;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 7px 20px rgba(18, 52, 82, 0.14);
	color: #173b59;
	font-size: 0;
	line-height: 1;
	text-decoration: none;
	transform: translateY(-50%);
	transition: border-color 160ms ease, color 160ms ease, opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

body.single-product.woocommerce div.product div.images .flex-direction-nav a::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 18px;
	border: 0;
	background: currentColor;
	content: "";
	pointer-events: none;
	transform: translate(-50%, -50%);
	transform-origin: center;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M6.75 3.5 13.25 10 6.75 16.5' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M6.75 3.5 13.25 10 6.75 16.5' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.single-product.woocommerce div.product div.images .flex-direction-nav a:hover,
body.single-product.woocommerce div.product div.images .flex-direction-nav a:focus-visible {
	border-color: #087ac3;
	color: #087ac3;
	transform: translateY(-50%) scale(1.05);
}

body.single-product.woocommerce div.product div.images .flex-direction-nav .flex-prev {
	left: 66px;
}

body.single-product.woocommerce div.product div.images .flex-direction-nav .flex-prev::before {
	transform: translate(-50%, -50%) scaleX(-1);
}

body.single-product.woocommerce div.product div.images .flex-direction-nav .flex-next {
	right: -8px;
}

body.single-product.woocommerce div.product div.images .flex-direction-nav .flex-next::before {
	transform: translate(-50%, -50%);
}

body.single-product.woocommerce div.product div.images .flex-direction-nav .flex-disabled {
	opacity: 0.25;
	pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
	body.single-product.woocommerce div.product div.images .flex-direction-nav a {
		opacity: 0;
		pointer-events: none;
		transform: translateY(-50%) scale(0.9);
		visibility: hidden;
	}

	body.single-product.woocommerce div.product div.images > .flex-viewport:hover ~ .flex-direction-nav a,
	body.single-product.woocommerce div.product div.images > .woocommerce-product-gallery__wrapper:hover ~ .flex-direction-nav a,
	body.single-product.woocommerce div.product div.images > .flex-direction-nav:hover a,
	body.single-product.woocommerce div.product div.images:focus-within .flex-direction-nav a {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(-50%) scale(1);
		visibility: visible;
	}

	body.single-product.woocommerce div.product div.images .flex-direction-nav a:hover,
	body.single-product.woocommerce div.product div.images .flex-direction-nav a:focus-visible {
		transform: translateY(-50%) scale(1.05);
	}

	body.single-product.woocommerce div.product div.images > .flex-viewport:hover ~ .flex-direction-nav a.flex-disabled,
	body.single-product.woocommerce div.product div.images > .woocommerce-product-gallery__wrapper:hover ~ .flex-direction-nav a.flex-disabled,
	body.single-product.woocommerce div.product div.images > .flex-direction-nav:hover a.flex-disabled,
	body.single-product.woocommerce div.product div.images:focus-within .flex-direction-nav a.flex-disabled {
		opacity: 0.25;
		pointer-events: none;
	}
}

body.single-product.woocommerce div.product div.summary {
	padding: clamp(18px, 1.8vw, 24px);
}

body.single-product.woocommerce div.product .product_title {
	margin: 0 0 11px;
	font-size: clamp(1.34rem, 1.55vw, 1.68rem);
	font-weight: 650;
	line-height: 1.22;
	letter-spacing: -0.018em;
}

.vtxvn-product-stats {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 0;
	margin: 0;
	padding-bottom: 14px;
	border-bottom: 1px solid #e5ebf0;
	white-space: nowrap;
}

.vtxvn-product-stat {
	display: inline-flex;
	min-height: 28px;
	align-items: center;
	gap: 3px;
	padding: 3px 7px;
	color: #647487;
	font-size: 0.68rem;
	line-height: 1.2;
	text-decoration: none;
}

.vtxvn-product-stat:first-child {
	padding-left: 0;
}

.vtxvn-product-stat + .vtxvn-product-stat {
	border-left: 1px solid #dfe6ec;
}

.vtxvn-product-stat .dashicons {
	width: 15px;
	height: 15px;
	color: #087ac3;
	font-size: 15px;
}

.vtxvn-product-stat--rating .dashicons {
	color: #e6a400;
}

.vtxvn-product-stat__stars {
	display: none;
}

.vtxvn-product-stat__rating-compact {
	display: none;
}

.vtxvn-product-stat strong {
	color: #25394c;
	font-size: 0.72rem;
}

.vtxvn-product-price-panel {
	padding: 16px 0;
	border-bottom: 1px solid #e5ebf0;
}

.vtxvn-product-compare-button {
	appearance: none;
	margin: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-radius: 6px;
	background: transparent;
	box-shadow: none;
	cursor: pointer;
	font-family: inherit;
	transition: background 0.16s ease, color 0.16s ease;
}

.vtxvn-product-compare-button:hover,
.vtxvn-product-compare-button:focus-visible {
	background: #eef7fd;
	color: #0878c9;
}

.vtxvn-product-compare-button:focus-visible {
	outline: 3px solid rgba(8, 120, 201, 0.22);
	outline-offset: 2px;
}

.vtxvn-product-compare-button.is-selected {
	background: #ebf8f1;
	color: #087145;
}

.vtxvn-product-compare-button > svg {
	width: 15px;
	height: 15px;
	flex: 0 0 15px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.vtxvn-product-price-panel__price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 5px 10px;
	color: #c91d2e;
	font-size: clamp(1.55rem, 2vw, 1.9rem);
	font-weight: 720;
	line-height: 1.18;
	letter-spacing: -0.025em;
}

.vtxvn-product-price-panel__price del {
	color: #8a97a5;
	font-size: 0.7em;
	font-weight: 500;
	letter-spacing: -0.01em;
	opacity: 1;
}

.vtxvn-product-price-panel__price ins {
	color: inherit;
	font-weight: inherit;
	text-decoration: none;
}

.vtxvn-product-saving {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 10px;
	margin: 8px 0 0;
	color: #657588;
	font-size: 0.7rem;
	line-height: 1.45;
}

.vtxvn-product-saving strong {
	color: #b51c2b;
	font-weight: 700;
}

.vtxvn-product-saving > span {
	padding-left: 0;
	border-left: 0;
}

.vtxvn-product-contact-price {
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin: 0;
}

.vtxvn-product-contact-price span {
	color: #68798b;
	font-size: 0.78rem;
	font-weight: 600;
}

.vtxvn-product-contact-price strong {
	color: #c91d2e;
	font-size: clamp(1.55rem, 2vw, 1.9rem);
	font-weight: 720;
	line-height: 1.18;
}

.vtxvn-product-variation-options {
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #e5ebf0;
}

.vtxvn-product-variation-options h2 {
	margin: 0;
	color: #123e67;
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.35;
}

.vtxvn-product-variation-options > p {
	margin: 5px 0 0;
	color: #68798b;
	font-size: 0.7rem;
	line-height: 1.45;
}

.woocommerce div.product .vtxvn-product-variation-options form.variations_form {
	display: block;
	margin: 12px 0 0;
}

.vtxvn-product-variation-options table.variations,
.vtxvn-product-variation-options table.variations tbody {
	display: block;
	width: 100%;
	margin: 0;
}

.vtxvn-product-variation-options table.variations tr {
	display: grid;
	grid-template-columns: minmax(76px, 0.34fr) minmax(0, 1fr);
	align-items: start;
	gap: 8px;
	margin: 0 0 9px;
}

.vtxvn-product-variation-options table.variations th,
.vtxvn-product-variation-options table.variations td {
	display: block;
	width: auto;
	padding: 0;
	border: 0;
	text-align: left;
}

.vtxvn-product-variation-options table.variations th {
	padding-top: 6px;
	color: #607286;
	font-size: 0.7rem;
	font-weight: 600;
	line-height: 1.35;
}

.vtxvn-product-variation-options table.variations select {
	width: 100%;
	min-width: 0;
	min-height: 38px;
	margin: 0;
}

.vtxvn-product-variation-options form.is-vtxvn-variation-enhanced table.variations select {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.vtxvn-variation-choice-list {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.vtxvn-variation-choice {
	display: inline-flex;
	min-height: 29px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 4px 9px;
	border: 1px solid #c9dce9;
	border-radius: 7px;
	background: #f5f9fc;
	box-shadow: none;
	color: #17496f;
	cursor: pointer;
	font-family: inherit;
	font-size: 0.7rem;
	font-weight: 650;
	line-height: 1.25;
	transition: border-color 0.16s ease, background 0.16s ease, color 0.16s ease;
}

.vtxvn-variation-choice:hover,
.vtxvn-variation-choice:focus-visible {
	border-color: #0878c9;
	background: #edf7fd;
	color: #075b9c;
}

.vtxvn-variation-choice:focus-visible {
	outline: 3px solid rgba(8, 120, 201, 0.2);
	outline-offset: 2px;
}

.vtxvn-variation-choice.is-selected {
	border-color: #0878c9;
	background: #0878c9;
	color: #fff;
}

.vtxvn-variation-choice:disabled {
	cursor: not-allowed;
	opacity: 0.42;
}

.vtxvn-product-variation-options .reset_variations {
	display: inline-block;
	margin-top: 7px;
	color: #68798b;
	font-size: 0.68rem;
}

.vtxvn-product-variation-options .reset_variations[hidden] {
	display: none !important;
}

.vtxvn-product-variation-options .single_variation_wrap {
	margin-top: 0;
}

.vtxvn-product-variation-options form.has-vtxvn-variation-selection .single_variation_wrap {
	margin-top: 8px;
}

.vtxvn-variation-selection {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 4px 7px;
	margin: 10px 0 0;
	padding: 9px 11px;
	border: 1px solid #d7e5ef;
	border-radius: 8px;
	background: #f4f9fc;
	font-size: 0.72rem;
	line-height: 1.45;
}

.vtxvn-variation-selection[hidden] {
	display: none;
}

.vtxvn-variation-selection > span {
	color: #68798b;
	font-weight: 600;
}

.vtxvn-variation-selection > strong {
	color: #123e67;
	font-weight: 750;
}

.vtxvn-product-variation-options .woocommerce-variation-price {
	display: none !important;
}

.vtxvn-product-variation-options .woocommerce-variation-description,
.vtxvn-product-variation-options .woocommerce-variation-availability {
	font-size: 0.72rem;
	line-height: 1.5;
}

.vtxvn-product-variation-options .woocommerce-variation-add-to-cart {
	display: none !important;
}

.vtxvn-product-identity,
.vtxvn-product-short-overview {
	margin: 0;
	padding: 15px 0;
	border: 0;
	border-bottom: 1px solid #e5ebf0;
	border-radius: 0;
	background: transparent;
}

.vtxvn-product-identity {
	padding-bottom: 0;
	border-bottom: 0;
}

.vtxvn-product-identity dl {
	display: grid;
	gap: 7px;
	margin: 0;
}

.vtxvn-product-identity dl > div {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr);
	gap: 8px;
}

.vtxvn-product-identity dt,
.vtxvn-product-identity dd {
	margin: 0;
	font-size: 0.69rem;
	line-height: 1.45;
}

.vtxvn-product-identity dt {
	color: #6d7d8e;
	font-weight: 400;
}

.vtxvn-product-identity dd {
	min-width: 0;
	color: #31475b;
	font-weight: 400;
}

.vtxvn-product-identity a {
	color: #0875b9;
	font-weight: 400;
}

.vtxvn-product-short-overview .woocommerce-product-details__short-description {
	color: #46586b;
	font-size: 0.77rem;
	line-height: 1.65;
}

.vtxvn-product-short-overview .woocommerce-product-details__short-description > :last-child {
	margin-bottom: 0;
}

.vtxvn-product-sidebar {
	min-width: 0;
	align-self: stretch;
	position: relative;
}

.vtxvn-product-sidebar__sticky {
	position: static;
	display: grid;
	gap: 12px;
}

.vtxvn-product-sidebar__sticky.is-delayed-sticky {
	position: fixed;
	top: 82px;
	left: var(--vtxvn-sidebar-fixed-left);
	z-index: 20;
	width: var(--vtxvn-sidebar-fixed-width);
}

.vtxvn-product-sidebar__sticky.is-delayed-sticky:not(.is-at-boundary) {
	animation: vtxvn-product-sidebar-enter 360ms cubic-bezier(.16, 1, .3, 1) both;
	backface-visibility: hidden;
	will-change: opacity, transform;
}

@keyframes vtxvn-product-sidebar-enter {
	from {
		opacity: .68;
		transform: translate3d(0, 10px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

body.admin-bar .vtxvn-product-sidebar__sticky.is-delayed-sticky {
	top: 116px;
}

.vtxvn-product-sidebar__sticky.is-delayed-sticky.is-at-boundary {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
}

body.admin-bar .vtxvn-product-sidebar__sticky.is-delayed-sticky.is-at-boundary {
	top: auto;
}

@media (prefers-reduced-motion: reduce) {
	.vtxvn-product-sidebar__sticky.is-delayed-sticky:not(.is-at-boundary) {
		animation: none;
	}
}

.vtxvn-product-sidebar__panel {
	overflow: hidden;
	border: 1px solid #d9e4ec;
	border-radius: 9px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(17, 55, 88, 0.07);
}

.vtxvn-product-sidebar__section {
	padding: 17px;
}

.vtxvn-product-sidebar__section + .vtxvn-product-sidebar__section {
	border-top: 1px solid #e1e8ee;
}

.vtxvn-product-sidebar__section--delivery {
	background: linear-gradient(135deg, #eef8fe 0%, #fff 82%);
}

.vtxvn-product-sidebar__section h2 {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0 0 12px;
	color: #1d3448;
	font-size: 0.86rem;
	font-weight: 760;
	line-height: 1.35;
}

.vtxvn-product-sidebar__section h2 .dashicons {
	width: 18px;
	height: 18px;
	color: #087ac3;
	font-size: 18px;
}

.vtxvn-product-sidebar__section--contacts {
	position: relative;
	background: linear-gradient(145deg, #f7fcff 0%, #fff 70%);
}

.vtxvn-product-sidebar__contact-prompt {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: -5px 0 10px;
	color: #4f6f86;
	font-size: 0.67rem;
	font-weight: 570;
	line-height: 1.35;
}

.vtxvn-product-sidebar__contact-prompt > span {
	position: relative;
	display: inline-block;
	width: 7px;
	height: 7px;
	flex: 0 0 7px;
	border-radius: 50%;
	background: #18a05e;
	box-shadow: 0 0 0 3px rgba(24, 160, 94, 0.12);
}

.vtxvn-product-sidebar__contact-prompt > span::after {
	position: absolute;
	inset: -3px;
	border: 1px solid rgba(24, 160, 94, 0.48);
	border-radius: inherit;
	content: "";
	animation: vtxvn-contact-prompt-pulse 2.4s ease-out infinite;
}

.vtxvn-product-sidebar__delivery-link {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	color: #31536d;
	font-size: 0.74rem;
	font-weight: 500;
	line-height: 1.55;
	text-decoration: none;
}

.vtxvn-product-sidebar__delivery-link > .dashicons,
.vtxvn-product-sidebar__benefits a > .dashicons:last-child {
	width: 17px;
	height: 17px;
	color: #7b8c9b;
	font-size: 17px;
	transition: transform 0.18s ease, color 0.18s ease;
}

.vtxvn-product-sidebar__delivery-link:hover,
.vtxvn-product-sidebar__delivery-link:focus-visible,
.vtxvn-product-sidebar__benefits a:hover,
.vtxvn-product-sidebar__benefits a:focus-visible {
	color: #075b96;
}

.vtxvn-product-sidebar__delivery-link:hover > .dashicons,
.vtxvn-product-sidebar__delivery-link:focus-visible > .dashicons,
.vtxvn-product-sidebar__benefits a:hover > .dashicons:last-child,
.vtxvn-product-sidebar__benefits a:focus-visible > .dashicons:last-child {
	transform: translateX(2px);
	color: #087ac3;
}

.vtxvn-product-sidebar__benefits {
	margin: 0;
	padding: 0;
	list-style: none;
}

.vtxvn-product-sidebar__benefits li + li {
	border-top: 1px solid #e8edf1;
}

.vtxvn-product-sidebar__benefit,
.vtxvn-product-sidebar__benefits a {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr) auto;
	align-items: start;
	gap: 8px;
	padding: 10px 0;
	color: #42566a;
	font-size: 0.71rem;
	font-weight: 400;
	line-height: 1.45;
	text-decoration: none;
}

.vtxvn-product-sidebar__benefits li:first-child > * {
	padding-top: 1px;
}

.vtxvn-product-sidebar__benefits li:last-child > * {
	padding-bottom: 1px;
}

.vtxvn-product-sidebar__benefit > .dashicons,
.vtxvn-product-sidebar__benefits a > .dashicons:first-child {
	width: 19px;
	height: 19px;
	color: #14864e;
	font-size: 19px;
}

.vtxvn-product-sidebar__contacts {
	display: grid;
}

.vtxvn-product-sidebar__contact {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 8px;
	padding: 10px 0;
}

.vtxvn-product-sidebar__contact:first-child {
	padding-top: 1px;
}

.vtxvn-product-sidebar__contact:last-child {
	padding-bottom: 1px;
}

.vtxvn-product-sidebar__contact + .vtxvn-product-sidebar__contact {
	border-top: 1px solid #e8edf1;
}

.vtxvn-product-sidebar__contact-person {
	display: grid;
	min-width: 0;
	grid-template-columns: 34px minmax(0, 1fr);
	align-items: center;
	gap: 9px;
}

.vtxvn-product-sidebar__contact-avatar {
	display: inline-flex;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border-radius: 9px;
	background: #e9f5fc;
	color: #0875b9;
}

.vtxvn-product-sidebar__contact-avatar .dashicons {
	width: 19px;
	height: 19px;
	font-size: 19px;
}

.vtxvn-product-sidebar__contact-person > span:last-child {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.vtxvn-product-sidebar__contact-person strong {
	color: #263c50;
	font-size: 0.72rem;
	font-weight: 720;
}

.vtxvn-product-sidebar__contact-person small {
	margin-top: 2px;
	color: #d61f2b;
	font-family: inherit;
	font-size: 0.69rem;
	font-weight: 700;
}

.vtxvn-product-sidebar__contact-actions {
	display: flex;
	align-items: center;
	gap: 6px;
}

.vtxvn-product-sidebar__contact-actions a {
	position: relative;
	display: inline-flex;
	width: 32px;
	height: 32px;
	min-height: 32px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid #badbed;
	border-radius: 8px;
	text-decoration: none;
	transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.vtxvn-product-sidebar__contact-actions .dashicons {
	width: 15px;
	height: 15px;
	font-size: 15px;
}

.vtxvn-product-sidebar__contact-call {
	background: #f2faff;
	color: #0875b9;
}

.vtxvn-product-sidebar__contact-zalo {
	border-color: #0068ff;
	background: #0068ff;
	color: #fff;
}

.vtxvn-product-sidebar__contact-zalo img {
	display: block;
	width: 20px;
	height: 20px;
}

.vtxvn-product-sidebar__contact-actions a:hover,
.vtxvn-product-sidebar__contact-actions a:focus-visible {
	transform: translateY(-2px);
	border-color: #056bab;
	background: #056bab;
	box-shadow: 0 7px 16px rgba(5, 107, 171, 0.22);
	color: #fff;
}

@media (min-width: 1181px) {
	.vtxvn-product-sidebar__section {
		padding: 14px;
	}

	.vtxvn-product-sidebar__section h2 {
		margin-bottom: 10px;
	}

	.vtxvn-product-sidebar__contact,
	.vtxvn-product-sidebar__benefit,
	.vtxvn-product-sidebar__benefits a {
		padding-block: 8px;
	}
}

.vtxvn-product-sidebar__contact:first-child .vtxvn-product-sidebar__contact-call {
	animation: vtxvn-contact-call-attention 4.6s ease-in-out infinite;
}

@keyframes vtxvn-contact-prompt-pulse {
	0% { opacity: 0.8; transform: scale(0.8); }
	72%, 100% { opacity: 0; transform: scale(1.85); }
}

@keyframes vtxvn-contact-call-attention {
	0%, 78%, 100% { box-shadow: 0 0 0 0 rgba(8, 117, 185, 0); }
	84% { box-shadow: 0 0 0 5px rgba(8, 117, 185, 0.16); }
	91% { box-shadow: 0 0 0 9px rgba(8, 117, 185, 0); }
}

body.single-product.woocommerce div.product > .related {
	margin: 0;
	padding: 20px;
	border: 1px solid #dfe7ed;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(17, 55, 88, 0.05);
}

body.single-product.woocommerce div.product > .related > h2 {
	margin: 0 0 16px;
	font-size: clamp(1.25rem, 2vw, 1.55rem);
}

body.single-product.woocommerce div.product > .related ul.products {
	margin-bottom: 0;
}

body.single-product.woocommerce div.product > .related.vtxvn-related-carousel {
	padding: 20px;
}

.vtxvn-related-carousel__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 0 0 16px;
}

body.single-product.woocommerce div.product > .related .vtxvn-related-carousel__header > h2 {
	margin: 0;
	font-size: clamp(1.25rem, 2vw, 1.55rem);
	line-height: 1.25;
}

.vtxvn-related-carousel__actions,
.vtxvn-related-carousel__navigation {
	display: flex;
	align-items: center;
	gap: 8px;
}

.vtxvn-related-carousel__all {
	display: inline-flex;
	min-height: 36px;
	align-items: center;
	padding: 7px 12px;
	border: 1px solid #c8dce9;
	border-radius: 7px;
	background: #f7fbfe;
	color: #086fac;
	font-size: 0.73rem;
	font-weight: 680;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.vtxvn-related-carousel__all:hover,
.vtxvn-related-carousel__all:focus-visible {
	border-color: #0878c9;
	background: #0878c9;
	color: #fff;
}

.vtxvn-related-carousel__arrow {
	display: inline-grid;
	width: 36px;
	height: 36px;
	min-height: 36px;
	place-items: center;
	padding: 0;
	border: 1px solid #c8dce9;
	border-radius: 7px;
	background: #fff;
	color: #075f99;
	cursor: pointer;
	transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.vtxvn-related-carousel__arrow > span {
	font-family: inherit;
	font-size: 1.65rem;
	font-weight: 400;
	line-height: 0.7;
}

.vtxvn-related-carousel__arrow:hover:not(:disabled),
.vtxvn-related-carousel__arrow:focus-visible:not(:disabled) {
	transform: translateY(-1px);
	border-color: #0878c9;
	background: #0878c9;
	color: #fff;
}

.vtxvn-related-carousel__arrow:disabled {
	opacity: 0.38;
	cursor: not-allowed;
}

body.single-product.woocommerce div.product > .related ul.products.vtxvn-related-carousel__track {
	display: flex;
	gap: 18px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 2px 2px 10px;
	overscroll-behavior-inline: contain;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

body.single-product.woocommerce div.product > .related ul.products.vtxvn-related-carousel__track::-webkit-scrollbar {
	display: none;
}

body.single-product.woocommerce div.product > .related ul.products.vtxvn-related-carousel__track > li.product {
	flex: 0 0 calc((100% - 54px) / 4);
	scroll-snap-align: start;
}

.vtxvn-product-specifications > h3 {
	margin: 1.6em 0 0.7em;
	color: #244762;
	font-size: 1rem;
	font-weight: 720;
}

.woocommerce-tabs .panel [data-product-content-lightbox-trigger],
.woocommerce-tabs .panel [data-product-content-lightbox-trigger] img {
	cursor: zoom-in;
}

.woocommerce-tabs .panel button.vtxvn-content-image-trigger {
	display: block;
	width: fit-content;
	max-width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	line-height: 0;
}

.woocommerce-tabs .panel [data-product-content-lightbox-trigger]:focus-visible {
	outline: 3px solid rgba(8, 120, 201, 0.45);
	outline-offset: 4px;
}

body.has-vtxvn-content-lightbox {
	overflow: hidden;
}

.vtxvn-content-lightbox[hidden] {
	display: none !important;
}

.vtxvn-content-lightbox {
	position: fixed;
	z-index: 1000001;
	inset: 0;
	display: grid;
	padding: clamp(16px, 3vw, 38px);
	place-items: center;
}

.vtxvn-content-lightbox__backdrop {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: rgba(3, 14, 25, 0.88);
	backdrop-filter: blur(5px);
	cursor: zoom-out;
}

.vtxvn-content-lightbox__dialog {
	position: relative;
	z-index: 1;
	display: grid;
	width: min(1120px, 100%);
	height: min(820px, calc(100vh - 54px));
	grid-template-columns: 54px minmax(0, 1fr) 54px;
	align-items: center;
	gap: 14px;
	pointer-events: none;
}

.vtxvn-content-lightbox__figure {
	display: flex;
	min-width: 0;
	height: 100%;
	margin: 0;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
}

.vtxvn-content-lightbox__image {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: calc(100% - 48px);
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 22px 64px rgba(0, 0, 0, 0.35);
	object-fit: contain;
	pointer-events: auto;
}

.vtxvn-content-lightbox__caption {
	display: flex;
	width: 100%;
	min-height: 30px;
	align-items: center;
	justify-content: center;
	gap: 14px;
	color: #fff;
	font-size: 0.8rem;
	line-height: 1.4;
	text-align: center;
}

.vtxvn-content-lightbox__caption.has-no-caption > span:first-child {
	display: none;
}

.vtxvn-content-lightbox__counter {
	color: rgba(255, 255, 255, 0.68);
	font-family: inherit;
	font-size: 0.7rem;
	white-space: nowrap;
}

.vtxvn-content-lightbox__close,
.vtxvn-content-lightbox__arrow {
	display: inline-grid;
	width: 46px;
	height: 46px;
	min-height: 46px;
	place-items: center;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 7px;
	background: rgba(12, 34, 52, 0.72);
	color: #fff;
	cursor: pointer;
	pointer-events: auto;
	transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.vtxvn-content-lightbox__close:hover,
.vtxvn-content-lightbox__close:focus-visible,
.vtxvn-content-lightbox__arrow:hover,
.vtxvn-content-lightbox__arrow:focus-visible {
	transform: scale(1.05);
	border-color: #fff;
	background: #0878c9;
}

.vtxvn-content-lightbox__close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.vtxvn-content-lightbox__close > span {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1;
}

.vtxvn-content-lightbox__arrow > span {
	font-family: inherit;
	font-size: 2rem;
	font-weight: 300;
	line-height: 0.7;
}

@media (max-width: 767px) {
	.vtxvn-related-carousel__header {
		align-items: flex-start;
		gap: 12px;
	}

	.vtxvn-related-carousel__actions {
		gap: 6px;
	}

	.vtxvn-related-carousel__all {
		min-height: 34px;
		padding-inline: 9px;
	}

	.vtxvn-related-carousel__arrow {
		width: 34px;
		height: 34px;
		min-height: 34px;
	}

	body.single-product.woocommerce div.product > .related ul.products.vtxvn-related-carousel__track {
		gap: 12px;
	}

	body.single-product.woocommerce div.product > .related ul.products.vtxvn-related-carousel__track > li.product {
		flex-basis: calc((100% - 12px) / 2);
	}

	.vtxvn-content-lightbox {
		padding: 12px;
	}

	.vtxvn-content-lightbox__dialog {
		height: calc(100vh - 24px);
		grid-template-columns: 40px minmax(0, 1fr) 40px;
		gap: 6px;
	}

	.vtxvn-content-lightbox__close,
	.vtxvn-content-lightbox__arrow {
		width: 40px;
		height: 40px;
		min-height: 40px;
	}
}

@media (max-width: 480px) {
	.vtxvn-related-carousel__header {
		flex-direction: column;
	}

	.vtxvn-related-carousel__actions {
		width: 100%;
		justify-content: space-between;
	}

	body.single-product.woocommerce div.product > .related ul.products.vtxvn-related-carousel__track > li.product {
		flex-basis: min(78%, 250px);
	}

	.vtxvn-content-lightbox__dialog {
		grid-template-columns: 34px minmax(0, 1fr) 34px;
		gap: 4px;
	}

	.vtxvn-content-lightbox__arrow {
		width: 34px;
		height: 42px;
		min-height: 42px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vtxvn-product-sidebar__contact-prompt > span::after,
	.vtxvn-product-sidebar__contact:first-child .vtxvn-product-sidebar__contact-call {
		animation: none;
	}

	body.single-product.woocommerce div.product > .related ul.products.vtxvn-related-carousel__track {
		scroll-behavior: auto;
	}
}

body.single-product.woocommerce div.product > .woocommerce-tabs {
	margin: 0;
}

/* Product content navigation: all sections stay visible and the sticky bar acts as a scroll spy. */
.single-product.woocommerce div.product .woocommerce-tabs.vtxvn-product-sections .woocommerce-Tabs-panel {
	display: block !important;
	scroll-margin-top: calc(var(--vtxvn-product-tabs-top, 74px) + 74px);
}

.single-product.woocommerce div.product .woocommerce-tabs.vtxvn-product-sections .woocommerce-Tabs-panel + .woocommerce-Tabs-panel {
	margin-top: clamp(44px, 6vw, 72px);
	padding-top: clamp(28px, 4vw, 46px);
	border-top: 1px solid #dfe7ee;
}

.single-product.woocommerce div.product .woocommerce-tabs.vtxvn-product-sections ul.tabs li a {
	font-weight: 600;
}

.single-product.woocommerce div.product .woocommerce-tabs.vtxvn-product-sections ul.tabs li.active a,
.single-product.woocommerce div.product .woocommerce-tabs.vtxvn-product-sections ul.tabs li a[aria-current="location"] {
	color: #003366;
	font-weight: 800;
}

@media (max-width: 1180px) {
	body.single-product.woocommerce div.product {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: auto auto auto auto;
	}

	body.single-product.woocommerce div.product > .vtxvn-product-media,
	body.single-product.woocommerce div.product > div.images {
		grid-row: 1;
		grid-column: 1;
	}

	body.single-product.woocommerce div.product > div.summary {
		grid-row: 1;
		grid-column: 2;
	}

	body.single-product.woocommerce div.product > .vtxvn-product-sidebar {
		grid-row: 2;
		grid-column: 1 / -1;
	}

	body.single-product.woocommerce div.product > .related {
		grid-row: 3;
		grid-column: 1 / -1;
	}

	body.single-product.woocommerce div.product > .woocommerce-tabs {
		grid-row: 4;
		grid-column: 1 / -1;
	}

	.vtxvn-product-sidebar__sticky {
		position: static;
		top: auto;
		left: auto;
		width: auto;
		display: block;
	}
}

@media (max-width: 1100px) {
	body.single-product.woocommerce div.product div.images .flex-direction-nav .flex-prev {
		left: -8px;
	}
}

@media (max-width: 980px) {
	.vtxvn-product-media__sticky {
		position: static;
	}

	body.single-product.woocommerce div.product {
		display: block;
	}

	body.single-product.woocommerce div.product > .vtxvn-product-media,
	body.single-product.woocommerce div.product > div.images,
	body.single-product.woocommerce div.product > div.summary,
	body.single-product.woocommerce div.product > .vtxvn-product-sidebar,
	body.single-product.woocommerce div.product > .related,
	body.single-product.woocommerce div.product > .woocommerce-tabs {
		margin-bottom: 18px;
	}
}

@media (max-width: 767px) {
	body.single-product {
		padding-bottom: 0;
	}

	.vtxvn-product-media__panel--video {
		min-height: auto;
		padding: 9px;
		border-radius: 14px;
	}

	.vtxvn-product-media__tabs {
		gap: 8px;
		margin-top: 8px;
	}

	.vtxvn-product-media__tab {
		min-height: 44px;
		gap: 6px;
		padding: 8px 9px;
		font-size: 0.7rem;
	}

	.vtxvn-product-stats {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.vtxvn-product-stat {
		min-width: 0;
		justify-content: center;
		padding-inline: 5px;
		text-align: center;
	}

	.vtxvn-product-stat span:last-child {
		display: none;
	}

	.vtxvn-product-sidebar__sticky {
		display: block;
	}

	body.single-product.woocommerce div.product > .related {
		padding: 15px;
	}

	.vtxvn-product-identity dl > div {
		grid-template-columns: 82px minmax(0, 1fr);
	}
}

@media (max-width: 420px) {
	.vtxvn-product-stat {
		flex-direction: column;
		gap: 2px;
	}

	.vtxvn-product-stat .dashicons {
		margin-bottom: 1px;
	}

	.vtxvn-product-saving {
		align-items: flex-start;
		flex-direction: column;
		gap: 2px;
	}

	.vtxvn-product-saving > span {
		padding-left: 0;
		border-left: 0;
	}
}

.vtxvn-product-section-navigation-placeholder {
	display: none;
}

/* Final mobile layout lock: keep these overrides after all legacy responsive rules. */
@media (max-width: 767px) {
	body.single-product.woocommerce div.product {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: none;
		column-gap: 0;
		row-gap: 12px;
	}

	body.single-product.woocommerce div.product > .vtxvn-product-media,
	body.single-product.woocommerce div.product > div.images {
		grid-row: auto;
		grid-column: 1;
		order: 1;
		margin: 0;
	}

	.vtxvn-product-highlights {
		display: none !important;
	}

	body.single-product.woocommerce div.product div.images {
		min-height: calc(min(72vw, 300px) + 94px);
		padding: 10px;
	}

	.vtxvn-product-section-navigation-placeholder {
		display: block;
		width: 100%;
		height: 45px;
		flex: 0 0 45px;
		order: 4;
		margin: 0 0 -12px;
		border-right: 1px solid #dfe7ee;
		border-left: 1px solid #dfe7ee;
		background: #fff;
	}

	body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image,
	body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image a {
		height: min(72vw, 300px);
		min-height: 0;
		aspect-ratio: auto;
	}

	body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	body.single-product.woocommerce div.product > div.summary > .product_title {
		order: 2;
	}

	body.single-product.woocommerce div.product > div.summary > .vtxvn-product-stats {
		order: 3;
		display: flex;
		min-width: 0;
		align-items: center;
		flex-wrap: nowrap;
		gap: 0;
		overflow-x: auto;
		padding: 0 14px 9px;
		border-bottom: 0;
		scrollbar-width: none;
	}

	body.single-product.woocommerce div.product > div.summary > .vtxvn-product-stats::-webkit-scrollbar {
		display: none;
	}

	body.single-product.woocommerce div.product .vtxvn-product-stat {
		min-height: 25px;
		flex: 0 0 auto;
		gap: 3px;
		padding: 2px 9px;
		color: #2f3d4c;
		font-size: 0.72rem;
		white-space: nowrap;
	}

	body.single-product.woocommerce div.product .vtxvn-product-stat:first-child {
		padding-left: 0;
	}

	body.single-product.woocommerce div.product .vtxvn-product-stat .dashicons {
		display: none;
	}

	body.single-product.woocommerce div.product .vtxvn-product-stat strong {
		color: #17212b;
		font-size: 0.76rem;
		font-weight: 650;
	}

	body.single-product.woocommerce div.product .vtxvn-product-stat > .vtxvn-product-stat__label,
	body.single-product.woocommerce div.product .vtxvn-product-stat__stars span {
		display: inline;
	}

	body.single-product.woocommerce div.product .vtxvn-product-stat--rating > .vtxvn-product-stat__label::before {
		content: '(';
	}

	body.single-product.woocommerce div.product .vtxvn-product-stat--rating > .vtxvn-product-stat__label::after {
		content: ')';
	}

	body.single-product.woocommerce div.product .vtxvn-product-stat__stars {
		display: inline-flex;
		gap: 1px;
		color: #c5cbd1;
		font-size: 0.78rem;
		line-height: 1;
	}

	body.single-product.woocommerce div.product .vtxvn-product-stat__stars .is-filled {
		color: #f4ad00;
	}

	body.single-product.woocommerce div.product > div.summary > ul.tabs.vtxvn-product-section-navigation {
		position: static;
		z-index: auto;
		order: 4;
		display: flex;
		min-width: 0;
		align-items: center;
		gap: 0;
		overflow-x: auto;
		margin: 0 0 -12px;
		padding: 0 13px 11px;
		border: 0;
		border-right: 1px solid #dfe7ee;
		border-left: 1px solid #dfe7ee;
		background: #fff;
		list-style: none;
		scrollbar-width: none;
	}

	body.single-product.woocommerce div.product > div.summary > ul.tabs.vtxvn-product-section-navigation::-webkit-scrollbar {
		display: none;
	}

	body.single-product.woocommerce div.product > div.summary > ul.tabs.vtxvn-product-section-navigation::before,
	body.single-product.woocommerce div.product > div.summary > ul.tabs.vtxvn-product-section-navigation li::before,
	body.single-product.woocommerce div.product > div.summary > ul.tabs.vtxvn-product-section-navigation li::after {
		display: none;
	}

	body.single-product.woocommerce div.product > div.summary > ul.tabs.vtxvn-product-section-navigation li {
		position: relative;
		flex: 0 0 auto;
		margin: 0;
		padding: 0;
		border: 0;
		background: transparent;
		list-style: none;
	}

	body.single-product.woocommerce div.product > div.summary > ul.tabs.vtxvn-product-section-navigation li + li {
		margin-left: 5px;
		padding-left: 6px;
	}

	body.single-product.woocommerce div.product > div.summary > ul.tabs.vtxvn-product-section-navigation li + li::before {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 1px;
		height: 17px;
		background: #d8e0e8;
		content: '';
		transform: translateY(-50%);
	}

	body.single-product.woocommerce div.product > div.summary > ul.tabs.vtxvn-product-section-navigation li a {
		display: inline-flex;
		min-height: 34px;
		align-items: center;
		gap: 5px;
		padding: 7px 8px;
		border: 0;
		border-radius: 8px;
		color: #2877e8;
		font-size: 0.7rem;
		font-weight: 600;
		line-height: 1.2;
		text-decoration: none;
		white-space: nowrap;
	}

	body.single-product.woocommerce div.product > div.summary > ul.tabs.vtxvn-product-section-navigation li a::before {
		color: currentColor;
		font-size: 0.92rem;
		line-height: 1;
	}

	body.single-product.woocommerce div.product > div.summary > ul.tabs.vtxvn-product-section-navigation .description_tab a::before {
		content: '✎';
	}

	body.single-product.woocommerce div.product > div.summary > ul.tabs.vtxvn-product-section-navigation .specifications_tab a::before {
		content: '⚙';
	}

	body.single-product.woocommerce div.product > div.summary > ul.tabs.vtxvn-product-section-navigation .reviews_tab a::before {
		content: '☆';
	}

	body.single-product.woocommerce div.product > div.summary > ul.tabs.vtxvn-product-section-navigation li.active a,
	body.single-product.woocommerce div.product > div.summary > ul.tabs.vtxvn-product-section-navigation li a[aria-current='location'] {
		background: #edf5ff;
		color: #075fbf;
		font-weight: 700;
	}

	body.single-product.woocommerce div.product > div.summary > .vtxvn-product-price-panel {
		order: 5;
	}

	body.single-product.woocommerce div.product > div.summary > .vtxvn-product-variation-options {
		order: 6;
		margin: 0;
		padding: 14px 16px;
		border: 1px solid #dfe7ee;
		border-radius: 8px;
		background: #fff;
	}

	body.single-product.woocommerce div.product .vtxvn-product-stat--compare {
		color: #075f9e;
	}

	body.single-product.woocommerce div.product > div.summary > .vtxvn-product-short-overview {
		order: 7;
	}

	body.single-product.woocommerce div.product > div.summary > .vtxvn-product-identity {
		order: 8;
	}

	body.single-product.woocommerce div.product > .vtxvn-product-sidebar {
		grid-row: auto;
		grid-column: 1;
		order: 9;
		margin: 0;
	}

	body.single-product.woocommerce div.product > .related {
		grid-row: auto;
		grid-column: 1;
		order: 11;
		margin: 0;
	}

	body.single-product.woocommerce div.product > .woocommerce-tabs {
		grid-row: auto;
		grid-column: 1;
		order: 10;
		margin: 0;
	}

	body.single-product.woocommerce div.product > .upsells,
	body.single-product.woocommerce div.product > .cross-sells {
		grid-column: 1;
		order: 12;
	}

	body.single-product.woocommerce div.product div.images .flex-control-thumbs {
		display: flex;
		max-height: none;
		grid-template-columns: none;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 8px;
		overflow-x: auto;
		overflow-y: hidden;
	}

	body.single-product.woocommerce div.product div.images .flex-control-thumbs li {
		width: 58px;
		flex: 0 0 58px;
	}

	body.single-product.woocommerce div.product .flex-viewport {
		touch-action: pan-y pinch-zoom;
		overscroll-behavior-x: contain;
		user-select: none;
		-webkit-user-select: none;
	}

	.mobile-product-bar {
		display: none !important;
	}

	.mobile-product-bar__call {
		width: 44px;
		min-width: 44px;
		height: 44px;
	}
}

@media (max-width: 420px) {
	body.single-product.woocommerce div.product div.images .flex-control-thumbs li {
		width: 56px;
		flex-basis: 56px;
	}
}

/* Product category catalog: retain the existing controls, but present them as one flat lab surface. */
.vtxvn-category-banner {
	border-color: var(--vtxvn-lab-line);
	border-radius: var(--vtxvn-lab-radius);
	background: transparent;
	box-shadow: none;
}

.vtxvn-category-banner img {
	border-radius: var(--vtxvn-lab-radius);
}

.site-main--shop .vtxvn-category-discovery,
.site-main--shop .vtxvn-category-attribute-filter {
	border: 0;
	border-bottom: 1px solid var(--vtxvn-lab-line);
	border-radius: 0 !important;
	background: transparent;
	box-shadow: none !important;
	backdrop-filter: none;
}

.site-main--shop .vtxvn-category-attribute-filter--catalog,
.site-main--shop .vtxvn-shop-filter {
	padding: 8px 10px;
	background: #fff;
	box-shadow: 0 8px 18px rgba(0, 51, 102, 0.1) !important;
}

.site-main--shop .vtxvn-shop-filter-heading,
.site-main--shop .vtxvn-shop-filter-footer {
	position: relative;
	top: auto;
	z-index: auto;
}

.vtxvn-category-attribute-filter--catalog + .vtxvn-category-filter-footer--catalog {
	margin-top: calc((var(--vtxvn-category-section-gap) * -1) + 8px);
	margin-bottom: var(--vtxvn-category-section-gap);
}

.vtxvn-category-choice-row + .vtxvn-category-choice-row,
.vtxvn-category-filter-footer,
.vtxvn-category-toolbar {
	border-color: var(--vtxvn-lab-line);
}

.vtxvn-category-toolbar {
	padding-block: 10px;
	border: 0;
	border-bottom: 1px solid var(--vtxvn-lab-line);
	background: transparent;
}

.vtxvn-category-choice,
.vtxvn-category-filter-toggle,
.vtxvn-category-sort__choice {
	border-radius: 4px;
	transition: border-color var(--vtxvn-lab-motion), color var(--vtxvn-lab-motion), background-color var(--vtxvn-lab-motion);
}

.vtxvn-category-choice--brand,
.vtxvn-category-choice--type,
.vtxvn-category-filter-options span,
.vtxvn-category-filter-panel-actions button,
.vtxvn-category-filter-panel,
.vtxvn-category-filter-all-panel {
	border-radius: var(--vtxvn-lab-radius);
}

.vtxvn-category-choice.is-active,
.vtxvn-category-filter-group.has-selection .vtxvn-category-filter-toggle,
.vtxvn-category-sort__choice.is-active,
.vtxvn-category-filter-options input:checked + span {
	border-color: var(--vtxvn-lab-cyan);
	color: var(--vtxvn-lab-navy);
}

.vtxvn-category-choice.is-active,
.vtxvn-category-filter-group.has-selection .vtxvn-category-filter-toggle,
.vtxvn-category-sort__choice.is-active {
	box-shadow: none;
}

.vtxvn-category-choice:focus-visible,
.vtxvn-category-filter-toggle:focus-visible,
.vtxvn-category-sort__choice:focus-visible,
.vtxvn-category-filter-options input:focus-visible + span {
	outline-color: var(--vtxvn-lab-cyan);
}

@media (prefers-reduced-motion: reduce) {
	.vtxvn-category-banner img,
	.vtxvn-category-choice,
	.vtxvn-category-filter-toggle,
	.vtxvn-category-sort__choice {
		transition: none;
	}
}

/* Product gallery imagery uses square corners across the main image and thumbnails. */
body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image,
body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image a,
body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image img,
body.single-product.woocommerce div.product div.images .flex-control-thumbs li,
body.single-product.woocommerce div.product div.images .flex-control-thumbs li img {
	border-radius: 0 !important;
}

/*
 * Keep WooCommerce FlexSlider's pre-initialisation pass from inflating a slide.
 * FlexSlider briefly makes the wrapper 1000% wide before assigning pixel widths
 * to its children. The square image ratio must therefore be capped to the real
 * viewport width, otherwise the gallery becomes thousands of pixels tall and
 * pushes every product section below it (a large CLS event).
 */
body.single-product.woocommerce div.product div.images > .flex-viewport {
	container-type: inline-size;
}

body.single-product.woocommerce div.product div.images > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child) {
	display: none;
}

body.single-product.woocommerce div.product div.images > .flex-viewport > .woocommerce-product-gallery__wrapper {
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
}

body.single-product.woocommerce div.product div.images > .flex-viewport > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image {
	flex: 0 0 100cqw;
	max-width: 100cqw;
}

@media (min-width: 768px) {
	body.single-product.woocommerce div.product div.images {
		row-gap: 0;
	}

	body.single-product.woocommerce div.product div.images .flex-control-thumbs {
		margin-top: 0 !important;
	}
}

/* Flat technical frame system for the product-detail experience. */
body.single-product {
	--vtxvn-product-frame-border: #d7e2ea;
	--vtxvn-product-frame-radius: 0;
	--vtxvn-product-frame-shadow: none;
}

body.single-product.woocommerce div.product div.images,
body.single-product.woocommerce div.product div.summary,
body.single-product.woocommerce div.product > .related,
body.single-product.woocommerce div.product > .upsells,
body.single-product.woocommerce div.product > .cross-sells,
body.single-product.woocommerce div.product > .woocommerce-tabs,
body.single-product .vtxvn-product-media__panel--video,
body.single-product .vtxvn-product-media__video-frame,
body.single-product .vtxvn-product-highlights,
body.single-product .vtxvn-product-highlights__list > div,
body.single-product .vtxvn-product-buy-panel,
body.single-product .vtxvn-product-service-strip,
body.single-product .vtxvn-product-variation-options,
body.single-product .vtxvn-product-short-overview,
body.single-product .vtxvn-product-identity,
body.single-product .vtxvn-product-sidebar__panel,
body.single-product .vtxvn-review-summary,
body.single-product.woocommerce #reviews #comments,
body.single-product.woocommerce #reviews #review_form_wrapper {
	border-color: var(--vtxvn-product-frame-border);
	border-radius: var(--vtxvn-product-frame-radius) !important;
	box-shadow: var(--vtxvn-product-frame-shadow) !important;
}

body.single-product .vtxvn-product-highlights__list > div {
	background: #f8fafc;
}

@media (max-width: 767px) {
	body.single-product.woocommerce div.product > div.summary > .product_title,
	body.single-product.woocommerce div.product > div.summary > .vtxvn-product-price-panel,
	body.single-product.woocommerce div.product > div.summary > .vtxvn-product-variation-options,
	body.single-product.woocommerce div.product > div.summary > .vtxvn-product-short-overview,
	body.single-product.woocommerce div.product > div.summary > .vtxvn-product-identity {
		border-radius: var(--vtxvn-product-frame-radius) !important;
		box-shadow: var(--vtxvn-product-frame-shadow) !important;
	}

	body.single-product.woocommerce div.product > div.summary > .vtxvn-product-stats {
		display: grid;
		width: 100%;
		grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
		overflow: hidden;
		padding: 0 12px 9px;
	}

	body.single-product.woocommerce div.product .vtxvn-product-stat {
		width: 100%;
		min-width: 0;
		min-height: 30px;
		flex-direction: row;
		justify-content: center;
		gap: 3px;
		overflow: hidden;
		padding: 3px 5px;
		font-size: 0.66rem;
		text-overflow: ellipsis;
	}

	body.single-product.woocommerce div.product .vtxvn-product-stat--rating > .dashicons,
	body.single-product.woocommerce div.product .vtxvn-product-stat--rating > .vtxvn-product-stat__stars,
	body.single-product.woocommerce div.product .vtxvn-product-stat--rating > strong,
	body.single-product.woocommerce div.product .vtxvn-product-stat--rating > .vtxvn-product-stat__label {
		display: none;
	}

	body.single-product.woocommerce div.product .vtxvn-product-stat__rating-compact {
		display: inline-flex;
		min-width: 0;
		align-items: center;
		justify-content: center;
		gap: 3px;
		color: #4f6072;
		white-space: nowrap;
	}

	body.single-product.woocommerce div.product .vtxvn-product-stat__rating-compact > span:first-child {
		color: #e6a400;
		font-size: 0.8rem;
	}

	body.single-product.woocommerce div.product .vtxvn-product-stat__rating-compact strong {
		color: #25394c;
		font-size: 0.7rem;
	}

	body.single-product.woocommerce div.product .vtxvn-product-stat--compare svg {
		width: 14px;
		height: 14px;
		flex-basis: 14px;
	}

	body.single-product.woocommerce div.product .vtxvn-product-stat--compare strong {
		overflow: hidden;
		font-size: 0.68rem;
		text-overflow: ellipsis;
	}
}

/* Keep PhotoSwipe navigation legible over product images with white backgrounds. */
body.single-product .pswp .pswp__button--arrow--left,
body.single-product .pswp .pswp__button--arrow--right {
	width: 46px;
	height: 46px;
	min-height: 46px;
	margin-top: -23px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 50% !important;
	background: rgba(0, 42, 78, 0.86) !important;
	box-shadow: 0 4px 16px rgba(0, 25, 52, 0.24);
	opacity: 0.96;
}

body.single-product .pswp .pswp__button--arrow--left {
	left: 12px;
}

body.single-product .pswp .pswp__button--arrow--right {
	right: 12px;
}

body.single-product .pswp .pswp__button--arrow--left::before,
body.single-product .pswp .pswp__button--arrow--right::before {
	top: 7px;
	background-color: transparent;
}

body.single-product .pswp .pswp__button--arrow--left::before {
	left: 7px;
}

body.single-product .pswp .pswp__button--arrow--right::before {
	right: 7px;
}

body.single-product .pswp .pswp__button--arrow--left:hover,
body.single-product .pswp .pswp__button--arrow--left:focus-visible,
body.single-product .pswp .pswp__button--arrow--right:hover,
body.single-product .pswp .pswp__button--arrow--right:focus-visible {
	background: rgba(0, 77, 132, 0.96) !important;
	opacity: 1;
}

/* WordPress may persist a fixed pixel width on product-content figures. */
body.single-product.woocommerce div.product .woocommerce-tabs .panel > figure,
body.single-product.woocommerce div.product .woocommerce-tabs .panel figure.wp-caption {
	width: 100% !important;
	max-width: 100% !important;
	margin-inline: 0 !important;
}

body.single-product.woocommerce div.product .woocommerce-tabs .panel figure > img,
body.single-product.woocommerce div.product .woocommerce-tabs .panel figure > a,
body.single-product.woocommerce div.product .woocommerce-tabs .panel figure > a > img {
	max-width: 100% !important;
}

body.single-product.woocommerce div.product .woocommerce-tabs .panel figure img {
	display: block;
	width: auto !important;
	height: auto !important;
	object-fit: contain;
}

body.single-product.woocommerce div.product .woocommerce-tabs .panel figure figcaption {
	max-width: 100%;
	overflow-wrap: anywhere;
}

/* Product review experience: overview, customer media and readable review rows. */
.vtxvn-review-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 18px;
	padding-bottom: 16px;
	border-bottom: 1px solid #dce6ed;
}

body.single-product.woocommerce div.product .woocommerce-tabs .panel .vtxvn-review-heading__title {
	margin: 0 !important;
	color: #103f6d;
	font-size: clamp(1.2rem, 2.2vw, 1.55rem);
	line-height: 1.25;
}

.vtxvn-review-heading__subtitle {
	margin: 5px 0 0;
	color: #6d8091;
	font-size: 0.74rem;
	line-height: 1.45;
}

.vtxvn-review-heading__action {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 6px;
	min-height: 38px;
	padding: 8px 13px;
	border: 1px solid #84b9d8;
	background: #fff;
	color: #0875b9;
	font-size: 0.76rem;
	font-weight: 750;
	text-decoration: none;
}

.vtxvn-review-heading__action:hover,
.vtxvn-review-heading__action:focus-visible {
	border-color: #0878c9;
	background: #edf7fd;
	color: #0566ad;
}

.vtxvn-review-heading__action .dashicons {
	width: 17px;
	height: 17px;
	font-size: 17px;
}

.vtxvn-review-overview {
	display: grid;
	grid-template-columns: minmax(128px, 0.65fr) minmax(190px, 0.9fr) minmax(260px, 2fr);
	gap: 14px;
	margin-bottom: 18px;
	padding: 14px;
	border: 1px solid #dce6ed;
	border-radius: 0;
	background: #f9fbfd;
	box-shadow: none;
}

.vtxvn-review-score {
	display: flex;
	min-width: 0;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 8px;
	border-right: 1px solid #dce6ed;
	text-align: center;
}

.vtxvn-review-score .vtxvn-review-summary__average {
	font-size: clamp(2.25rem, 5vw, 3.25rem);
	letter-spacing: -0.05em;
}

.vtxvn-review-score .vtxvn-review-summary__stars {
	margin: 5px 0;
	font-size: 1.12rem;
}

.vtxvn-review-score .vtxvn-review-summary__count {
	font-size: 0.73rem;
}

.vtxvn-review-score .vtxvn-review-summary__assurance {
	justify-content: center;
	margin: 11px 0 0;
	color: #258159;
	font-size: 0.64rem;
	line-height: 1.35;
	text-align: left;
}

.vtxvn-review-distribution {
	display: flex;
	min-width: 0;
	justify-content: center;
	flex-direction: column;
	gap: 4px;
}

.vtxvn-review-distribution__title {
	margin-bottom: 4px;
	color: #29465e;
	font-size: 0.7rem;
	font-weight: 750;
}

.vtxvn-review-distribution__row {
	display: grid;
	width: 100%;
	min-height: 25px;
	grid-template-columns: 38px minmax(72px, 1fr) 22px;
	align-items: center;
	gap: 7px;
	padding: 2px 3px;
	border: 0;
	background: transparent;
	color: #536b7e;
	cursor: pointer;
	font-family: inherit;
	font-size: 0.68rem;
	text-align: left;
}

.vtxvn-review-distribution__row:hover,
.vtxvn-review-distribution__row:focus-visible,
.vtxvn-review-distribution__row.is-active {
	background: #edf7fd;
	color: #0875b9;
}

.vtxvn-review-distribution__label {
	color: #e89b00;
	font-weight: 700;
	white-space: nowrap;
}

.vtxvn-review-distribution__track {
	height: 7px;
	overflow: hidden;
	background: #e4e9ed;
}

.vtxvn-review-distribution__fill {
	display: block;
	height: 100%;
	background: #f3b21c;
}

.vtxvn-review-distribution__count {
	text-align: right;
}

.vtxvn-review-showcase {
	min-width: 0;
	padding-left: 14px;
	border-left: 1px solid #dce6ed;
}

.vtxvn-review-showcase[hidden] {
	display: none;
}

.vtxvn-review-showcase__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
	color: #29465e;
	font-size: 0.7rem;
}

.vtxvn-review-showcase__heading > span {
	color: #718394;
	font-size: 0.64rem;
}

.vtxvn-review-showcase__grid {
	display: grid;
	width: 100%;
	max-width: 340px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
}

.vtxvn-review-showcase__item {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border: 1px solid #d2dde5;
	border-radius: 0 !important;
	background: #eef3f6;
}

.vtxvn-review-showcase__item[hidden] {
	display: none;
}

.vtxvn-review-showcase__item img,
.vtxvn-review-showcase__item video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vtxvn-review-showcase__more {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	background: rgba(9, 45, 73, 0.68);
	color: #fff;
	font-size: 0.86rem;
	font-weight: 800;
}

.vtxvn-review-filters {
	align-items: center;
	gap: 12px;
	overflow: hidden;
}

.vtxvn-review-filters__label {
	flex: 0 0 auto;
	color: #29465e;
	font-size: 0.72rem;
}

.vtxvn-review-filters__buttons {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 7px;
	overflow-x: auto;
	padding: 2px 0;
	scrollbar-width: thin;
}

.vtxvn-review-filter-chip {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 5px;
	min-height: 34px;
	padding: 6px 12px;
	border: 1px solid #d2dde5;
	border-radius: 0;
	background: #f7f9fb;
	color: #536b7e;
	cursor: pointer;
	font-family: inherit;
	font-size: 0.69rem;
	font-weight: 680;
}

.vtxvn-review-filter-chip:hover,
.vtxvn-review-filter-chip:focus-visible,
.vtxvn-review-filter-chip.is-active {
	border-color: #72afd2;
	background: #eaf6fc;
	color: #0875b9;
}

.vtxvn-review-filter-chip[hidden] {
	display: none;
}

.vtxvn-review-filter-chip .dashicons {
	width: 16px;
	height: 16px;
	font-size: 16px;
}

.single-product.woocommerce #reviews #comments ol.commentlist li.vtxvn-review-item {
	padding: 24px 0;
}

.single-product.woocommerce #reviews #comments ol.commentlist li.vtxvn-review-item .comment_container {
	grid-template-columns: minmax(128px, 0.75fr) minmax(0, 3fr);
	gap: 24px;
}

.vtxvn-review-author {
	display: grid;
	min-width: 0;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .vtxvn-review-author img.avatar,
.single-product.woocommerce #reviews #comments ol.commentlist li .vtxvn-review-author .avatar {
	width: 42px;
	height: 42px;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .vtxvn-review-author .meta {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 2px;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .vtxvn-review-author .woocommerce-review__author {
	overflow: hidden;
	font-size: 0.8rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vtxvn-review-author .woocommerce-review__dash {
	display: none;
}

.vtxvn-review-rating-line {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text .vtxvn-review-rating-line .star-rating {
	margin: 0;
}

.vtxvn-review-rating-number {
	color: #6d7f8e;
	font-size: 0.72rem;
	font-weight: 700;
}

.single-product.woocommerce #reviews #comments ol.commentlist li.vtxvn-review-item .description {
	margin-top: 0;
	font-size: 0.83rem;
	line-height: 1.65;
}

.single-product.woocommerce #reviews #comments ol.commentlist li.vtxvn-review-item .vtxvn-review-media {
	grid-template-columns: repeat(auto-fill, minmax(78px, 96px));
}

.single-product.woocommerce #reviews #comments ol.commentlist li.vtxvn-review-item .vtxvn-review-media__video {
	grid-column: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

@media (max-width: 820px) {
	.vtxvn-review-overview {
		grid-template-columns: minmax(120px, 0.7fr) minmax(180px, 1fr);
	}

	.vtxvn-review-showcase {
		grid-column: 1 / -1;
		padding: 16px 0 0;
		border-top: 1px solid #dce6ed;
		border-left: 0;
	}

	.vtxvn-review-filters {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.vtxvn-review-filters__buttons {
		order: 3;
		width: 100%;
	}

	.vtxvn-review-filters__status {
		margin-left: auto;
	}
}

@media (max-width: 600px) {
	.vtxvn-review-heading {
		align-items: stretch;
		flex-direction: column;
		gap: 12px;
	}

	.vtxvn-review-heading__action {
		align-self: flex-start;
	}

	.vtxvn-review-overview {
		grid-template-columns: minmax(0, 1fr);
		padding: 14px;
	}

	.vtxvn-review-score {
		padding: 4px 8px 15px;
		border-right: 0;
		border-bottom: 1px solid #dce6ed;
	}

	.vtxvn-review-distribution {
		padding: 0 6px;
	}

	.vtxvn-review-showcase__grid {
		display: grid;
		max-width: 244px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		overflow: visible;
		padding-bottom: 0;
	}

	.vtxvn-review-showcase__item {
		width: 100%;
	}

	.single-product.woocommerce #reviews #comments ol.commentlist li.vtxvn-review-item .comment_container {
		grid-template-columns: minmax(0, 1fr);
		gap: 14px;
	}

	.vtxvn-review-author {
		grid-template-columns: 38px minmax(0, 1fr);
	}

	.single-product.woocommerce #reviews #comments ol.commentlist li .vtxvn-review-author img.avatar,
	.single-product.woocommerce #reviews #comments ol.commentlist li .vtxvn-review-author .avatar {
		width: 38px;
		height: 38px;
	}

	.vtxvn-review-filters__label,
	.vtxvn-review-filters__status {
		width: auto;
	}
}

/* Customer review gallery keeps the image and its review context together. */
body.has-vtxvn-review-gallery {
	overflow: hidden;
}

.vtxvn-review-gallery[hidden] {
	display: none !important;
}

.vtxvn-review-gallery {
	position: fixed;
	z-index: 1000002;
	inset: 0;
	display: grid;
	padding: 24px;
	place-items: center;
	font-family: inherit;
}

.vtxvn-review-gallery__backdrop {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: rgba(17, 25, 34, 0.62);
	backdrop-filter: blur(2px);
	cursor: zoom-out;
}

.vtxvn-review-gallery__dialog {
	position: relative;
	z-index: 1;
	display: grid;
	width: min(1280px, calc(100vw - 48px));
	height: min(930px, calc(100vh - 48px));
	min-height: 0;
	grid-template-rows: 72px minmax(0, 1fr);
	overflow: hidden;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 28px 80px rgba(9, 24, 38, 0.28);
}

.vtxvn-review-gallery__header {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) 44px;
	align-items: center;
	gap: 8px;
	padding: 0 18px;
	border-bottom: 1px solid #e5e9ed;
	background: #fff;
}

body.single-product.woocommerce div.product .woocommerce-tabs .panel .vtxvn-review-gallery__header h2,
.vtxvn-review-gallery__header h2 {
	margin: 0 !important;
	color: #1b1f23;
	font-size: clamp(1.12rem, 2vw, 1.4rem);
	font-weight: 700;
	line-height: 1.25;
}

.vtxvn-review-gallery__header-button {
	display: inline-grid;
	width: 44px;
	height: 44px;
	min-height: 44px;
	place-items: center;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #4b535b;
	cursor: pointer;
	transition: background 0.18s ease, color 0.18s ease;
}

.vtxvn-review-gallery__header-button:hover,
.vtxvn-review-gallery__header-button:focus-visible {
	background: #f0f3f5;
	color: #0875b9;
}

.vtxvn-review-gallery__header-button .dashicons {
	width: 25px;
	height: 25px;
	font-size: 25px;
	line-height: 25px;
}

.vtxvn-review-gallery__body {
	display: grid;
	min-width: 0;
	min-height: 0;
	grid-template-columns: minmax(0, 1.7fr) minmax(330px, 0.92fr);
}

.vtxvn-review-gallery__stage {
	position: relative;
	display: grid;
	min-width: 0;
	min-height: 0;
	place-items: center;
	overflow: hidden;
	padding: 30px 54px;
	background: #f5f6f7;
}

.vtxvn-review-gallery__figure {
	display: grid;
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
	margin: 0;
	place-items: center;
}

.vtxvn-review-gallery__image {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: contain;
}

.vtxvn-review-gallery__counter {
	position: absolute;
	right: 18px;
	bottom: 16px;
	padding: 5px 9px;
	border-radius: 999px;
	background: rgba(31, 39, 47, 0.7);
	color: #fff;
	font-size: 0.69rem;
	font-weight: 650;
	line-height: 1;
}

.vtxvn-review-gallery__arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	display: inline-grid;
	width: 48px;
	height: 48px;
	min-height: 48px;
	place-items: center;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	color: #737b82;
	box-shadow: 0 4px 18px rgba(14, 31, 46, 0.16);
	cursor: pointer;
	transform: translateY(-50%);
	transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.vtxvn-review-gallery__arrow:hover,
.vtxvn-review-gallery__arrow:focus-visible {
	background: #fff;
	color: #0875b9;
	box-shadow: 0 6px 22px rgba(8, 73, 118, 0.2);
}

.vtxvn-review-gallery__arrow[hidden] {
	display: none;
}

.vtxvn-review-gallery__arrow--previous {
	left: 18px;
}

.vtxvn-review-gallery__arrow--next {
	right: 18px;
}

.vtxvn-review-gallery__arrow .dashicons {
	width: 22px;
	height: 22px;
	font-size: 22px;
	line-height: 22px;
}

.vtxvn-review-gallery__details {
	min-width: 0;
	min-height: 0;
	overflow-y: auto;
	padding: 30px 34px;
	border-left: 1px solid #e5e9ed;
	background: #fff;
}

.vtxvn-review-gallery__author {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	align-items: center;
	gap: 14px;
}

.vtxvn-review-gallery__avatar {
	display: block;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #f2f4f5;
	object-fit: cover;
}

.vtxvn-review-gallery__author-copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 4px;
}

.vtxvn-review-gallery__author-name {
	overflow: hidden;
	color: #20252a;
	font-size: 1rem;
	font-weight: 750;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vtxvn-review-gallery__date {
	color: #858b91;
	font-size: 0.83rem;
}

.vtxvn-review-gallery__stars {
	display: flex;
	align-items: center;
	gap: 2px;
	margin-top: 22px;
	color: #f3b21c;
}

.vtxvn-review-gallery__stars .dashicons {
	width: 22px;
	height: 22px;
	font-size: 22px;
	line-height: 22px;
}

.vtxvn-review-gallery__stars .is-muted {
	color: #d9dee2;
}

.vtxvn-review-gallery__content {
	margin: 18px 0 0;
	color: #343a40;
	font-size: 0.94rem;
	line-height: 1.68;
	white-space: pre-line;
}

.vtxvn-review-gallery__thumbnails {
	display: flex;
	align-items: center;
	gap: 10px;
	overflow-x: auto;
	margin-top: 20px;
	padding: 2px 2px 7px;
}

.vtxvn-review-gallery__thumbnails[hidden] {
	display: none;
}

.vtxvn-review-gallery__thumbnail {
	display: block;
	flex: 0 0 86px;
	width: 86px;
	height: 86px;
	min-height: 86px;
	overflow: hidden;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 7px;
	background: #f2f4f5;
	cursor: pointer;
}

.vtxvn-review-gallery__thumbnail:hover,
.vtxvn-review-gallery__thumbnail:focus-visible,
.vtxvn-review-gallery__thumbnail.is-active {
	border-color: #2f3941;
}

.vtxvn-review-gallery__thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vtxvn-review-gallery__status {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 24px 0 0;
	padding-top: 20px;
	border-top: 1px solid #edf0f2;
	color: #78828a;
	font-size: 0.83rem;
	font-weight: 650;
}

.vtxvn-review-gallery__status .dashicons {
	width: 20px;
	height: 20px;
	color: #248a4b;
	font-size: 20px;
	line-height: 20px;
}

@media (max-width: 900px) {
	.vtxvn-review-gallery__body {
		grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.9fr);
	}

	.vtxvn-review-gallery__details {
		padding: 26px 24px;
	}
}

@media (max-width: 700px) {
	.vtxvn-review-gallery {
		padding: 0;
	}

	.vtxvn-review-gallery__dialog {
		width: 100vw;
		height: 100dvh;
		grid-template-rows: 60px minmax(0, 1fr);
		border-radius: 0;
	}

	.vtxvn-review-gallery__header {
		grid-template-columns: 40px minmax(0, 1fr) 40px;
		padding: 0 10px;
	}

	.vtxvn-review-gallery__header-button {
		width: 40px;
		height: 40px;
		min-height: 40px;
	}

	.vtxvn-review-gallery__body {
		display: block;
		overflow-y: auto;
	}

	.vtxvn-review-gallery__stage {
		height: min(58vh, 520px);
		padding: 18px 44px;
	}

	.vtxvn-review-gallery__details {
		overflow: visible;
		padding: 22px 20px 30px;
		border-top: 1px solid #e5e9ed;
		border-left: 0;
	}

	.vtxvn-review-gallery__arrow {
		width: 40px;
		height: 40px;
		min-height: 40px;
	}

	.vtxvn-review-gallery__arrow--previous {
		left: 8px;
	}

	.vtxvn-review-gallery__arrow--next {
		right: 8px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vtxvn-review-gallery__header-button,
	.vtxvn-review-gallery__arrow {
		transition: none;
	}
}
