:root {
	--nva-red: #e11d48;
	--nva-red-dark: #be123c;
	--nva-orange: #f59e0b;
	--nva-ink: #111827;
	--nva-muted: #6b7280;
	--nva-line: #f3f4f6;
	--nva-border: #e5e7eb;
	--nva-bg: #f1f5f9;
	--nva-green: #059669;
	--nva-teal: #0d9488;
	--nva-blue: #0284c7;
	--nva-width: 448px;
	--nva-width-half: 224px;
	--nva-font: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body.nva-standalone-landing {
	margin: 0;
	color: var(--nva-ink);
	background: var(--nva-bg);
}

body.nva-modal-open {
	overflow: hidden;
}

.nva-landing,
.nva-landing * {
	box-sizing: border-box;
}

.nva-landing {
	min-height: 100vh;
	overflow-x: clip;
	color: var(--nva-ink);
	background: var(--nva-bg);
	font-family: var(--nva-font);
	font-size: 14px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.nva-landing :where(h1, h2, h3, h4, h5, h6, p, ul, ol) {
	margin-top: 0;
}

.nva-landing :where(h1, h2, h3, h4, h5, h6, p) {
	padding: 0;
	font-family: inherit;
}

.nva-landing :where(a, a:hover) {
	text-decoration: none;
}

.nva-landing :where(button, input, select, textarea) {
	margin: 0;
	font: inherit;
	letter-spacing: normal;
	text-transform: none;
}

.nva-landing button {
	min-height: 0;
	max-width: none;
	padding: 0;
	border: 0;
	line-height: inherit;
	cursor: pointer;
}

.nva-landing button::before,
.nva-landing button::after {
	display: none;
	content: none;
}

.nva-landing img {
	max-width: 100%;
	margin: 0;
	opacity: 1;
}

.nva-landing table {
	margin: 0;
	border-spacing: 0;
	color: inherit;
}

.nva-landing [hidden] {
	display: none !important;
}

.nva-icon {
	width: 1em;
	height: 1em;
	display: block;
	flex: 0 0 auto;
	overflow: visible;
	stroke-width: 2;
}

.nva-page-width {
	width: min(100%, var(--nva-width));
	margin-inline: auto;
}

.nva-frame {
	position: relative;
	min-height: 100vh;
	background: #fff;
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.12);
}

.nva-shell {
	min-height: calc(100vh - 52px);
	padding-bottom: calc(78px + env(safe-area-inset-bottom, 0px));
	background: #fff;
}

.nva-section-card {
	margin: 0;
	padding: 16px 18px;
	border-bottom: 1px solid var(--nva-line);
	background: #fff;
}

/* Header */
.nva-topbar {
	position: sticky;
	top: 0;
	z-index: 120;
	height: 52px;
	border-bottom: 1px solid var(--nva-line);
	color: #374151;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

.nva-topbar-inner {
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 9px 14px;
}

.nva-back {
	width: 32px;
	height: 32px;
	display: grid;
	place-items: center;
	flex: 0 0 32px;
	padding: 0 !important;
	border-radius: 999px;
	color: #374151;
	font-size: 20px;
	transition: color 0.15s ease, background-color 0.15s ease, transform 0.15s ease;
}

.nva-back:hover {
	color: #111827;
	background: #f3f4f6;
}

.nva-back:active {
	transform: scale(0.95);
}

.nva-store-pill {
	max-width: 240px;
	overflow: hidden;
	padding: 3px 9px !important;
	border: 1px solid #fecdd3;
	border-radius: 999px;
	color: #111827;
	background: #fff1f2;
	font-size: 13px;
	line-height: 20px;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nva-store-pill span {
	color: var(--nva-red);
	font-size: 11px;
	font-weight: 600;
}

.nva-top-actions {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 8px;
}

.nva-icon-action {
	position: relative;
	width: 32px;
	height: 32px;
	display: grid;
	place-items: center;
	padding: 0 !important;
	border-radius: 999px;
	color: #374151;
	background: transparent;
	transition: color 0.15s ease, background-color 0.15s ease, transform 0.15s ease;
}

.nva-icon-action:hover {
	color: var(--nva-red);
	background: #f3f4f6;
}

.nva-icon-action:active {
	transform: scale(0.94);
}

.nva-icon-action .nva-icon {
	width: 20px;
	height: 20px;
}

.nva-qr-trigger {
	width: 32px;
	color: var(--nva-red);
	background: #f3f4f6;
}

.nva-qr-trigger .nva-icon {
	width: 16px;
	height: 16px;
}

.nva-top-actions b {
	position: absolute;
	top: -3px;
	right: -1px;
	width: 16px;
	height: 16px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	background: var(--nva-red);
	font-size: 9px;
	animation: nvaBadgeBounce 1.8s ease-in-out infinite;
}

/* Gallery */
.nva-hero-card,
.nva-hero-stage {
	overflow: hidden;
	background: #111827;
}

.nva-hero-stage {
	position: relative;
}

.nva-hero-image,
.nva-hero-video,
.nva-image-placeholder {
	width: 100%;
	aspect-ratio: 1 / 1;
}

.nva-hero-image,
.nva-hero-video {
	display: block;
}

.nva-hero-image {
	object-fit: cover;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.nva-hero-video {
	object-fit: contain;
	background: #050505;
}

.nva-image-placeholder {
	display: grid;
	place-items: center;
	padding: 30px;
	color: #6b7280;
	background: #f3f4f6;
	font-weight: 700;
	text-align: center;
}

.nva-official-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 2px 8px;
	border-radius: 999px;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	font-size: 10px;
	font-weight: 500;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

.nva-official-badge .nva-icon {
	width: 11px;
	height: 11px;
	color: #34d399;
}

.nva-hero-qr {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 4;
	width: 54px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3px;
	padding: 6px;
	border: 1px solid #f3f4f6;
	border-radius: 8px;
	color: #111827;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 4px 8px rgba(15, 23, 42, 0.16);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.nva-hero-qr > span {
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	border-radius: 2px;
	color: #fff;
	background: #111827;
}

.nva-hero-qr .nva-icon {
	width: 30px;
	height: 30px;
}

.nva-hero-qr small {
	color: #374151;
	font-size: 9px;
	line-height: 10px;
	font-weight: 700;
	white-space: nowrap;
}

.nva-hero-like,
.nva-hero-expand {
	position: absolute;
	bottom: 12px;
	z-index: 4;
	width: 36px;
	height: 36px;
	display: grid;
	place-items: center;
	padding: 0 !important;
	border-radius: 999px;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	transition: color 0.15s ease, background-color 0.15s ease, transform 0.15s ease;
}

.nva-hero-like {
	left: 12px;
	color: #374151;
	background: rgba(255, 255, 255, 0.82);
}

.nva-hero-expand {
	right: 56px;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
}

.nva-hero-like .nva-icon {
	width: 20px;
	height: 20px;
}

.nva-hero-expand .nva-icon {
	width: 16px;
	height: 16px;
}

.nva-hero-like:active,
.nva-hero-expand:active {
	transform: scale(0.9);
}

.nva-hero-like.is-active {
	color: #f43f5e;
	background: #fff;
}

.nva-hero-like.is-active .nva-icon {
	fill: currentColor;
}

.nva-hero-counter {
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index: 4;
	min-width: 36px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px 10px;
	border-radius: 999px;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	font-size: 12px;
	font-weight: 600;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

.nva-thumbnails {
	position: relative;
	z-index: 3;
	max-width: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
	overflow-x: auto;
	padding: 10px 14px;
	border-bottom: 1px solid var(--nva-line);
	background: #fff;
	scrollbar-width: none;
}

.nva-thumbnails::-webkit-scrollbar,
.nva-option-chips::-webkit-scrollbar,
.nva-related-tabs::-webkit-scrollbar,
.nva-review-filters::-webkit-scrollbar,
.nva-trust-grid::-webkit-scrollbar {
	display: none;
}

.nva-thumb {
	position: relative;
	width: 72px;
	height: 72px;
	display: block;
	flex: 0 0 72px;
	overflow: hidden;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 9px;
	background: #fff;
	opacity: 0.72;
	transition: border-color 0.15s ease, opacity 0.15s ease, transform 0.15s ease;
}

.nva-thumb:hover {
	opacity: 1;
}

.nva-thumb.is-active {
	border-color: var(--nva-red);
	border-width: 3px;
	border-style: solid;
	opacity: 1;
	transform: scale(1.04);
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.1);
}

.nva-thumb img,
.nva-video-thumb-placeholder {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 6px;
}

.nva-thumb img {
	object-fit: cover;
}

.nva-video-thumb-placeholder {
	display: grid;
	place-items: center;
	color: #fff;
	background: linear-gradient(145deg, #111827, #374151);
	font-size: 10px;
	font-weight: 700;
}

.nva-thumb.is-video::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 28px;
	height: 28px;
	display: grid;
	place-items: center;
	content: "▶";
	transform: translate(-50%, -50%);
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: 50%;
	color: #fff;
	background: rgba(17, 24, 39, 0.72);
	font-size: 11px;
	pointer-events: none;
}

/* Flash sale */
.nva-promo-bar {
	min-height: 68px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	padding: 10px 14px;
	color: #fff;
	background: linear-gradient(90deg, #dc2626 0%, #e11d48 52%, #f59e0b 100%);
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.nva-price-zone {
	min-width: 0;
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	gap: 4px 6px;
}

.nva-price-zone > strong {
	color: #fff;
	font-size: 24px;
	line-height: 1;
	font-weight: 900;
	letter-spacing: -0.025em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.nva-price-zone del {
	width: 100%;
	color: #ffe4e6;
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
}

.nva-discount {
	padding: 2px 6px;
	border-radius: 2px;
	color: #fff;
	background: rgba(185, 28, 28, 0.82);
	font-size: 10px;
	line-height: 14px;
	font-weight: 700;
}

.nva-countdown-zone {
	display: grid;
	grid-template-columns: auto auto;
	align-items: center;
	justify-items: end;
	column-gap: 4px;
	text-align: right;
}

.nva-countdown-zone > strong {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	gap: 4px;
	color: #fde68a;
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.nva-countdown-zone > strong .nva-icon {
	width: 14px;
	height: 14px;
	fill: currentColor;
	animation: nvaPulse 1.5s ease-in-out infinite;
}

.nva-countdown-zone > span {
	color: rgba(255, 255, 255, 0.9);
	font-size: 10px;
}

.nva-countdown {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 2px;
	color: #111827;
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: 12px;
	font-weight: 700;
}

.nva-countdown b {
	min-width: 22px;
	padding: 2px 4px;
	border-radius: 2px;
	color: #111827;
	background: #fff;
	font-weight: 700;
	text-align: center;
}

.nva-countdown b:last-child {
	color: var(--nva-red);
}

.nva-countdown i {
	color: #fff;
	font-style: normal;
}

/* Product summary */
.nva-product-summary {
	display: grid;
	gap: 12px;
}

.nva-title-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.nva-title-row > div {
	min-width: 0;
}

.nva-title-row h1 {
	margin: 0;
	color: #111827;
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	letter-spacing: 0;
}

.nva-title-row p {
	margin: 5px 0 0;
	color: #6b7280;
	font-size: 13px;
	line-height: 19px;
}

.nva-bookmark {
	width: 32px;
	height: 32px;
	display: grid;
	place-items: center;
	padding: 0 !important;
	flex: 0 0 32px;
	border-radius: 999px;
	color: #6b7280;
	background: transparent;
	transition: color 0.15s ease, background-color 0.15s ease, transform 0.15s ease;
}

.nva-bookmark:hover {
	color: #111827;
	background: #f3f4f6;
}

.nva-bookmark:active {
	transform: scale(0.94);
}

.nva-bookmark .nva-icon {
	width: 20px;
	height: 20px;
	fill: transparent;
}

.nva-bookmark.is-active {
	color: #f59e0b;
}

.nva-bookmark.is-active .nva-icon {
	fill: currentColor;
}

.nva-meta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	color: #4b5563;
	font-size: 13px;
	font-weight: 500;
}

.nva-rating-text {
	display: inline-flex;
	align-items: center;
	color: #f59e0b;
	font-size: 13px;
	font-weight: 700;
}

.nva-rating-text .nva-icon {
	width: 14px;
	height: 14px;
	margin-right: 2px;
	fill: #fbbf24;
}

.nva-rating-text small {
	color: #9ca3af;
	font-size: 13px;
	font-weight: 400;
}

.nva-meta-divider {
	color: #d1d5db;
}

.nva-free-delivery {
	margin-left: auto;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 2px 8px;
	border: 1px solid #ccfbf1;
	border-radius: 999px;
	color: var(--nva-teal);
	background: #f0fdfa;
	font-size: 12px;
}

.nva-free-delivery .nva-icon {
	width: 14px;
	height: 14px;
}

.nva-best-row {
	min-height: 42px;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 9px 10px;
	border: 1px solid rgba(252, 211, 77, 0.6);
	border-radius: 8px;
	color: #78350f;
	background: rgba(255, 251, 235, 0.82);
	font-size: 13px;
	transition: background-color 0.15s ease;
}

.nva-best-row:hover {
	background: #fef3c7;
}

.nva-best-row > span:first-child {
	width: 22px;
	height: 22px;
	display: grid;
	place-items: center;
	flex: 0 0 22px;
	border-radius: 6px;
	color: #fff;
	background: #f59e0b;
}

.nva-best-row > span:first-child :where(img, span) {
	width: 14px;
	height: 14px;
	display: grid;
	place-items: center;
	object-fit: contain;
}

.nva-best-row strong {
	font-weight: 600;
}

.nva-best-row i {
	color: #fcd34d;
	font-style: normal;
}

.nva-best-row b {
	margin-left: auto;
	color: #d97706;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
}

.nva-trust-grid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 9px;
	overflow-x: auto;
	padding: 11px 12px;
	border-radius: 8px;
	color: #374151;
	background: #f9fafb;
	scrollbar-width: none;
}

.nva-trust-grid > div {
	display: flex;
	align-items: center;
	gap: 5px;
	flex: 0 0 auto;
	color: #374151;
	font-size: 12px;
	line-height: 17px;
	font-weight: 500;
	white-space: nowrap;
}

.nva-trust-grid > div + div::before {
	margin-right: 3px;
	content: "•";
	color: #d1d5db;
}

.nva-trust-grid small {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}

.nva-trust-grid > div > .nva-service-icon {
	width: 16px;
	height: 16px;
	display: grid;
	place-items: center;
	flex: 0 0 16px;
	color: var(--nva-red);
}

.nva-service-icon .nva-media-icon,
.nva-service-icon .nva-media-icon-fallback {
	width: 14px;
	height: 14px;
	display: grid;
	place-items: center;
	object-fit: contain;
}

/* Reusable headings and product choices */
.nva-section-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 12px;
}

.nva-section-heading h2 {
	width: max-content;
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	color: #111827;
	font-size: 17px;
	line-height: 24px;
	font-weight: 600;
}

.nva-section-heading h2 .nva-icon {
	width: 16px;
	height: 16px;
	color: #f59e0b;
}

.nva-options-heading-copy {
	min-width: 0;
	display: flex;
	align-items: center;
	gap: 8px;
}

.nva-options-heading-copy h2 {
	flex: 0 0 auto;
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
	white-space: nowrap;
}

.nva-options-more {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	flex: 0 0 auto;
	color: #6b7280;
	background: transparent;
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
}

.nva-options-more span {
	font-size: inherit;
	font-weight: inherit;
}

.nva-options-more .nva-icon {
	width: 16px;
	height: 16px;
	color: #9ca3af;
}

.nva-section-heading button {
	width: max-content;
	display: flex;
	align-items: center;
}

.nva-section-heading button span {
	font-size: inherit;
	font-weight: inherit;
}

.nva-section-heading button svg {
	width: 16px;
	height: 16px;
}

.nva-option-chips {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	padding-bottom: 2px;
}

.nva-option-chip {
	width: 100%;
	min-width: 0;
	min-height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	overflow: hidden;
	padding: 6px 10px !important;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	color: #374151;
	background: #f9fafb;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
	transition: color 0.15s ease, border-color 0.15s ease, background-color 0.15s ease, transform 0.15s ease;
}

.nva-option-chip:hover,
.nva-option-chip.is-active {
	border-color: #fda4af;
	color: #be123c;
	background: #fff1f2;
}

.nva-option-chip:active {
	transform: scale(0.98);
}

.nva-option-chip img {
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	border-radius: 999px;
	object-fit: cover;
}

.nva-option-chip span {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nva-option-chip:nth-child(n + 7):not(.nva-more-chip) {
	display: none;
}

.nva-more-chip {
	justify-content: center;
	border-style: dashed;
	color: var(--nva-red);
	background: #fff1f2;
}

.nva-more-chip .nva-icon {
	width: 13px;
	height: 13px;
}

/* Payment, shipping and policy */
.nva-logistics {
	padding: 0;
}

.nva-logistic-line {
	min-height: 62px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 18px;
	border-bottom: 1px solid var(--nva-line);
}

.nva-logistic-line.nva-payment-summary {
	display: block;
	min-height: 80px;
}

.nva-logistic-line > span,
.nva-payment-summary > .nva-payment-summary-label {
	color: #6b7280;
	font-size: 13px;
	font-weight: 500;
}

.nva-payment-summary > .nva-payment-summary-label {
	display: block;
	margin-bottom: 7px;
}

.nva-payment-summary-content {
	min-width: 0;
	display: flex;
	align-items: center;
	gap: 8px;
}

.nva-payment-summary-content .nva-payment-badge {
	min-width: 35px;
	height: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	padding: 0 6px;
	border: 1px solid #a7f3d0;
	border-radius: 2px;
	color: #065f46;
	background: #d1fae5;
	font-size: 11px;
	line-height: 20px;
	font-weight: 700;
}

.nva-payment-summary-content > strong,
.nva-logistic-line > strong {
	color: #1f2937;
	font-size: 13px;
	line-height: 19px;
	font-weight: 600;
}

.nva-logistic-line > strong {
	margin-left: auto;
	font-weight: 700;
	text-align: right;
}

.nva-logistic-line del {
	margin-right: 5px;
	color: #9ca3af;
	font-size: 12px;
	font-weight: 400;
}

.nva-shipping-voucher {
	display: flex;
	align-items: flex-start;
	gap: 7px;
	margin: 0 18px 14px;
	padding: 10px;
	border: 1px solid #ccfbf1;
	border-radius: 6px;
	color: #115e59;
	background: #f0fdfa;
}

.nva-shipping-voucher b {
	flex: 0 0 auto;
	padding: 2px 6px;
	border-radius: 2px;
	color: #fff;
	background: var(--nva-teal);
	font-size: 10px;
	line-height: 16px;
}

.nva-shipping-voucher span {
	font-size: 12px;
	line-height: 17px;
	font-weight: 500;
}

.nva-policy {
	min-height: 66px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 18px;
}

.nva-policy > div {
	display: grid;
	grid-template-columns: auto auto;
	align-items: center;
	gap: 1px 6px;
}

.nva-policy > div .nva-policy-icon {
	grid-row: 1 / 3;
	color: var(--nva-red);
}

.nva-policy-icon .nva-icon {
	width: 16px;
	height: 16px;
}

.nva-policy strong {
	color: #111827;
	font-size: 13px;
}

.nva-policy small {
	grid-column: 2;
	color: #6b7280;
	font-size: 12px;
	line-height: 17px;
}

.nva-policy > b {
	color: #9ca3af;
	font-size: 18px;
	font-weight: 400;
}

/* Reviews */
.nva-text-button {
	margin-left: auto;
	padding: 0 !important;
	color: var(--nva-red);
	background: transparent;
	font-size: 12px;
	font-weight: 600;
}

.nva-text-button:hover {
	color: var(--nva-red-dark);
}

.nva-stars {
	display: inline-flex;
	gap: 1px;
	color: #d1d5db;
}

.nva-stars span {
	font-size: 12px;
}

.nva-stars span.is-active {
	color: #f59e0b;
}

.nva-review-filters {
	display: flex;
	align-items: center;
	gap: 6px;
	overflow-x: auto;
	margin-bottom: 4px;
	padding-bottom: 4px;
	scrollbar-width: none;
}

.nva-review-filters button {
	min-height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	flex: 0 0 auto;
	padding: 4px 12px !important;
	border-radius: 999px;
	color: #374151;
	background: #f3f4f6;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	white-space: nowrap;
	transition: color 0.15s ease, background-color 0.15s ease, transform 0.15s ease;
}

.nva-review-filters button:hover {
	color: #111827;
	background: #e5e7eb;
}

.nva-review-filters button:active {
	transform: scale(0.96);
}

.nva-review-filters button.is-active {
	color: #fff;
	background: #111827;
}

.nva-review-filters button[data-review-filter="photo"].is-active {
	background: var(--nva-red);
}

.nva-review-filters button svg {
	width: 13px;
	height: 13px;
}

.nva-review-list {
	display: grid;
	transition: opacity .15s ease;
}

[data-review-pagination] {
	transition: opacity .15s ease;
}

.nva-review-list.is-loading,
[data-review-pagination].is-loading {
	pointer-events: none;
	opacity: .45;
}

.nva-review-pagination {
	margin-top: 12px;
}

.nva-review-item {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	align-items: start;
	column-gap: 8px;
	row-gap: 8px;
	padding: 12px 0;
	border-bottom: 1px solid var(--nva-line);
}

.nva-review-item:last-child {
	border-bottom: 0;
}

.nva-review-avatar {
	width: 28px;
	height: 28px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	background: linear-gradient(135deg, #fb7185, #f59e0b);
	font-size: 10px;
	font-weight: 800;
	overflow: hidden;
}

.nva-review-avatar.has-image {
	background: #f3f4f6;
}

.nva-review-avatar img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	object-fit: cover;
}

.nva-review-content {
	display: contents;
}

.nva-review-head {
	grid-column: 2;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 8px;
}

.nva-review-head > div {
	min-width: 0;
}

.nva-review-head strong {
	display: flex;
	align-items: center;
	gap: 3px;
	color: #111827;
	font-size: 11px;
	line-height: 16px;
	font-weight: 600;
}

.nva-review-check {
	width: 12px;
	height: 12px;
	flex: 0 0 12px;
	color: #10b981;
}

.nva-review-head time {
	color: #9ca3af;
	font-size: 9px;
	line-height: 14px;
	white-space: nowrap;
}

.nva-review-label {
	grid-column: 1 / -1;
	display: inline-block;
	width: max-content;
	max-width: 100%;
	margin: 0;
	padding: 1px 7px;
	border-radius: 3px;
	color: #9ca3af;
	background: #f9fafb;
	font-size: 9px;
	line-height: 14px;
}

.nva-review-content p {
	grid-column: 1 / -1;
	margin: 0;
	color: #374151;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
}

.nva-review-images {
	grid-column: 1 / -1;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 0;
}

.nva-review-images img {
	width: 80px;
	height: 80px;
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	object-fit: cover;
	transition: transform 0.2s ease;
}

.nva-review-images img:hover {
	transform: scale(1.03);
}

.nva-helpful {
	grid-column: 1 / -1;
	justify-self: end;
	min-height: 26px;
	width: max-content;
	display: flex;
	align-items: center;
	gap: 4px;
	margin: 0;
	padding: 3px 6px !important;
	border-radius: 6px;
	color: #9ca3af;
	background: transparent;
	font-size: 11px;
	white-space: nowrap;
	transition: color 0.15s ease, background-color 0.15s ease;
}

.nva-helpful b {
	font: inherit;
}

.nva-helpful b::before {
	content: "(";
}

.nva-helpful b::after {
	content: ")";
}

.nva-helpful:hover,
.nva-helpful.is-active {
	color: var(--nva-red);
	background: #fff1f2;
}

.nva-helpful-icon {
	font-size: 13px;
}

.nva-review-add {
	padding-top: 10px;
	text-align: center;
}

.nva-write-review {
	min-height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 10px 18px !important;
	border: 1px solid #f3f4f6;
	border-radius: 8px;
	color: #374151;
	background: #f9fafb;
	font-size: 14px;
	font-weight: 600;
	transition: color 0.15s ease, border-color 0.15s ease, background-color 0.15s ease, transform 0.15s ease;
}

.nva-write-review:hover {
	border-color: #fecdd3;
	color: var(--nva-red);
	background: #fff1f2;
	transform: translateY(-1px);
}

.nva-write-review .nva-icon {
	width: 16px;
	height: 16px;
}

.nva-empty,
.nva-catalog-empty {
	grid-column: 1 / -1;
	padding: 24px 14px;
	border: 1px dashed #d1d5db;
	border-radius: 8px;
	color: #6b7280;
	background: #f9fafb;
	text-align: center;
}

/* Shop profile */
.nva-store-profile-head {
	display: flex;
	align-items: center;
	gap: 12px;
}

.nva-store-avatar {
	position: relative;
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	flex: 0 0 48px;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	background: linear-gradient(135deg, #f43f5e, #f59e0b);
	box-shadow: 0 1px 4px rgba(225, 29, 72, 0.18);
}

.nva-store-avatar .nva-icon {
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.nva-store-avatar small {
	position: absolute;
	right: -1px;
	bottom: -1px;
	width: 15px;
	height: 15px;
	display: grid;
	place-items: center;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	background: #10b981;
	font-size: 8px;
}

.nva-store-profile-copy {
	min-width: 0;
	flex: 1;
}

.nva-store-profile-copy strong {
	display: block;
	overflow: hidden;
	color: #111827;
	font-size: 15px;
	line-height: 21px;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nva-store-profile-copy span {
	display: flex;
	align-items: center;
	gap: 4px;
	color: #6b7280;
	font-size: 12px;
	line-height: 17px;
}

.nva-store-profile-copy span b {
	color: #f59e0b;
}

.nva-store-profile-copy i {
	color: #d1d5db;
	font-style: normal;
}

.nva-store-visit {
	min-height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 7px 12px !important;
	border: 1px solid #fecdd3;
	border-radius: 7px;
	color: #be123c;
	background: #fff1f2;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
	transition: color 0.15s ease, background-color 0.15s ease;
}

.nva-store-visit:hover {
	color: #fff;
	background: var(--nva-red);
}

.nva-store-visit .nva-icon {
	width: 14px;
	height: 14px;
}

.nva-store-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 14px;
	padding: 12px 8px;
	border-radius: 8px;
	background: #f9fafb;
}

.nva-store-stats > div {
	min-width: 0;
	padding: 0 8px;
	border-left: 1px solid #e5e7eb;
	text-align: center;
}

.nva-store-stats > div:first-child {
	border-left: 0;
}

.nva-store-stats strong,
.nva-store-stats span {
	display: block;
}

.nva-store-stats strong {
	color: #111827;
	font-size: 14px;
	line-height: 19px;
	font-weight: 700;
}

.nva-store-stats span {
	margin-top: 2px;
	color: #6b7280;
	font-size: 11px;
	line-height: 15px;
}

/* Product catalogue */
.nva-related-title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f3f4f6;
}

.nva-related-title h2 {
	min-width: 0;
	flex: 1 1 auto;
	display: flex;
	align-items: flex-start;
	gap: 6px;
	margin: 0;
	color: #111827;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
}

.nva-related-title h2 .nva-icon {
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	margin-top: 2px;
	color: var(--nva-red);
}

.nva-related-title-copy {
	min-width: 0;
	display: block;
}

.nva-related-store-name {
	white-space: nowrap;
}

.nva-related-title > .nva-related-discount-label {
	flex: 0 0 auto;
	margin-top: 0;
	color: var(--nva-red);
	padding: 2px 7px;
	border-radius: 999px;
	background: #fff1f2;
	font-size: 10px;
	line-height: 16px;
	font-weight: 700;
	white-space: nowrap;
}

.nva-product-search {
	height: 36px;
	display: flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 10px;
	padding: 0 10px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #f9fafb;
}

.nva-product-search .nva-icon {
	width: 14px;
	height: 14px;
	color: #9ca3af;
}

.nva-product-search input {
	width: 100%;
	min-width: 0;
	min-height: 34px;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	outline: 0 !important;
	color: #111827;
	background: transparent !important;
	font-size: 12px;
	box-shadow: none !important;
	-webkit-appearance: none;
	appearance: none;
}

.nva-related-tabs {
	display: flex;
	gap: 6px;
	overflow-x: auto;
	margin-bottom: 12px;
	padding-bottom: 1px;
	scrollbar-width: none;
}

.nva-related-tabs button,
.nva-related-tabs a {
	min-height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	padding: 5px 11px !important;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	color: #4b5563;
	background: #fff;
	font-size: 11px;
	line-height: 18px;
	font-weight: 500;
	transition: color 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}

.nva-related-tabs button:hover,
.nva-related-tabs button.is-active,
.nva-related-tabs a:hover,
.nva-related-tabs a.is-active {
	border-color: var(--nva-red);
	color: #fff;
	background: var(--nva-red);
}

.nva-catalog-results {
	position: relative;
	min-height: 100px;
}

.nva-catalog-results.is-loading {
	pointer-events: none;
}

.nva-catalog-results.is-loading::after,
.nva-landing.is-switching-product::after {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 900;
	width: 34px;
	height: 34px;
	content: "";
	transform: translate(-50%, -50%);
	border: 3px solid #fecdd3;
	border-top-color: var(--nva-red);
	border-radius: 50%;
	animation: nvaSpin 0.7s linear infinite;
}

.nva-catalog-results.is-loading::after {
	position: absolute;
}

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

.nva-product-card {
	min-width: 0;
	overflow: hidden;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.nva-product-card:hover {
	border-color: #d1d5db;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.1);
	transform: translateY(-2px);
}

.nva-product-card.is-active {
	border-color: var(--nva-red);
	box-shadow: 0 0 0 1px var(--nva-red);
}

.nva-card-image {
	position: relative;
	width: 100%;
	aspect-ratio: 1;
	display: block;
	overflow: hidden;
	background: #f3f4f6;
}

.nva-card-image img,
.nva-card-image-placeholder {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.nva-card-image-placeholder {
	display: grid;
	place-items: center;
	color: #9ca3af;
	font-size: 12px;
}

.nva-product-card:hover .nva-card-image img {
	transform: scale(1.03);
}

.nva-card-image > span {
	position: absolute;
	top: 7px;
	left: 7px;
	max-width: calc(100% - 14px);
	overflow: hidden;
	padding: 2px 6px;
	border-radius: 3px;
	color: #fff;
	background: linear-gradient(90deg, #dc2626, #f59e0b);
	font-size: 9px;
	line-height: 14px;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nva-card-body {
	padding: 10px;
}

.nva-card-title {
	width: 100%;
	min-height: 34px;
	display: -webkit-box;
	overflow: hidden;
	padding: 0;
	color: #111827;
	background: transparent;
	font-size: 12px;
	line-height: 17px;
	font-weight: 700;
	text-align: left;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.nva-card-title:hover {
	color: var(--nva-red);
}

.nva-card-price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 4px;
	margin-top: 6px;
}

.nva-card-price strong {
	color: var(--nva-red);
	font-size: 14px;
	line-height: 20px;
	font-weight: 900;
}

.nva-card-price del {
	color: #9ca3af;
	font-size: 9px;
}

.nva-card-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 5px;
	color: #f59e0b;
	font-size: 9px;
}

.nva-card-meta small {
	color: #9ca3af;
	font-size: 9px;
}

.nva-card-buy {
	position: relative;
	isolation: isolate;
	width: 100%;
	min-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	overflow: hidden;
	margin-top: 7px;
	padding: 6px 7px !important;
	border: 1px solid #fecdd3;
	border-radius: 8px;
	color: var(--nva-red);
	background: #fff1f2;
	font-size: 11px;
	line-height: 16px;
	font-weight: 700;
	animation: nvaFlashSaleBlink 1.3s ease-in-out infinite;
	transition: color 0.15s ease, background-color 0.15s ease, transform 0.15s ease;
}

.nva-card-buy > * {
	position: relative;
	z-index: 1;
}

.nva-landing .nva-card-buy::after {
	position: absolute;
	top: -30%;
	bottom: -30%;
	left: -45%;
	z-index: 0;
	width: 34%;
	display: block;
	content: "";
	background: linear-gradient(90deg, transparent, rgba(244, 63, 94, 0.2), transparent);
	pointer-events: none;
	transform: skewX(-18deg) translateX(-170%);
	animation: nvaFlashSaleShine 2.2s ease-in-out infinite;
}

.nva-card-buy:hover {
	color: #fff;
	background: var(--nva-red);
}

.nva-card-buy:active {
	transform: scale(0.98);
}

.nva-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 18px;
}

.nva-pagination button {
	min-width: 36px;
	height: 36px;
	display: grid;
	place-items: center;
	padding: 0 9px !important;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	color: #374151;
	background: #fff;
	font-size: 13px;
	font-weight: 600;
	transition: color 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}

.nva-pagination button:hover,
.nva-pagination button.is-active {
	border-color: var(--nva-red);
	color: #fff;
	background: var(--nva-red);
}

.nva-pagination button:disabled {
	opacity: 0.4;
	cursor: default;
}

.nva-pagination > span {
	color: #9ca3af;
}

/* Product description and guide */
.nva-description.is-collapsed .nva-description-content {
	position: relative;
	max-height: 260px;
	overflow: hidden;
}

.nva-description.is-collapsed .nva-description-content::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 80px;
	content: "";
	background: linear-gradient(transparent, #fff);
	pointer-events: none;
}

.nva-highlight-box {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin-bottom: 12px;
	padding: 12px;
	border: 1px solid #ffe4e6;
	border-radius: 8px;
	background: rgba(255, 241, 242, 0.6);
}

.nva-highlight-box > div {
	min-width: 0;
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 0;
	border: 0;
	color: #9f1239;
	background: transparent;
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
}

.nva-highlight-icon,
.nva-highlight-icon :where(img, span, svg) {
	width: 16px;
	height: 16px;
	display: grid;
	place-items: center;
	flex: 0 0 16px;
	object-fit: contain;
}

.nva-highlight-icon {
	color: var(--nva-red);
}

.nva-highlight-text {
	min-width: 0;
}

.nva-description-content {
	max-width: 100%;
	overflow-wrap: anywhere;
	color: #374151;
	font-size: 12px;
	line-height: 1.6;
}

.nva-description-content :where(p, ul, ol, li, div, span, strong, b, em, i, a, blockquote, table, thead, tbody, tfoot, tr, th, td, small, code, pre) {
	font-size: 12px;
	line-height: 1.6;
}

.nva-description-content :where(p, ul, ol, li, div, span, em, i, a, blockquote, table, thead, tbody, tfoot, tr, td, small, code, pre) {
	font-weight: 400 !important;
}

.nva-description-content :where(strong, b, th) {
	font-weight: 600 !important;
}

.nva-description-content :where(ul, ol) {
	width: 100%;
	max-width: 100%;
	margin: 0 0 12px !important;
	padding: 0 0 0 18px !important;
	list-style-position: outside !important;
}

.nva-description-content ul {
	list-style-type: disc !important;
}

.nva-description-content ol {
	list-style-type: decimal !important;
}

.nva-description-content li {
	display: list-item;
	margin: 0;
	padding: 0 0 0 2px !important;
	overflow-wrap: break-word;
	word-break: normal;
}

.nva-description-content li + li {
	margin-top: 4px;
}

.nva-description-content li::marker {
	color: #9ca3af;
	font-size: 0.8em;
	font-weight: 400;
}

.nva-description-content li > :where(ul, ol) {
	margin-top: 4px !important;
	margin-bottom: 4px !important;
	padding-left: 16px !important;
}

.nva-description-content > * {
	max-width: 100%;
	margin-top: 0;
	margin-bottom: 12px;
}

.nva-description-content :where(figure, picture) {
	width: 100%;
	max-width: 100%;
	margin-right: 0;
	margin-left: 0;
}

.nva-description-content :where(img, video, iframe) {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	display: block;
	border-radius: 12px;
}

.nva-description-content h1 {
	font-size: 18px;
	line-height: 24px;
}

.nva-description-content h2 {
	font-size: 16px;
	line-height: 22px;
}

.nva-description-content h3 {
	font-size: 14px;
	line-height: 20px;
}

.nva-description-content :where(h4, h5, h6) {
	font-size: 12px;
	line-height: 18px;
}

.nva-description-content :where(h1, h2, h3, h4, h5, h6) {
	margin: 16px 0 8px;
	color: #111827;
	font-weight: 700 !important;
}

.nva-description-content :where(table, pre) {
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
}

.nva-description-content table {
	table-layout: fixed;
	border-collapse: collapse;
}

.nva-description-content :where(th, td) {
	min-width: 0;
	overflow-wrap: anywhere;
}

.nva-gold-guide {
	overflow: hidden;
}

.nva-gold-guide > h2 {
	margin: 0 0 10px;
	color: #111827;
	font-size: 13px;
	line-height: 19px;
	font-weight: 700;
	letter-spacing: 0.025em;
}

.nva-guide-table-wrap {
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	-webkit-overflow-scrolling: touch;
}

.nva-guide-table {
	width: 100%;
	min-width: 0;
	table-layout: fixed;
	border-collapse: collapse;
}

.nva-guide-table th,
.nva-guide-table td {
	padding: 8px;
	border-bottom: 1px solid #f3f4f6;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	overflow-wrap: anywhere;
	white-space: normal;
}

.nva-guide-table th {
	color: #1f2937;
	background: #f3f4f6;
	font-weight: 700;
}

.nva-guide-table td:first-child {
	color: #be123c;
	font-weight: 600;
}

.nva-guide-table tbody tr:last-child td {
	border-bottom: 0;
}

.nva-guide-table tbody tr:hover td {
	background: #f9fafb;
}

.nva-gold-tips {
	margin-top: 12px;
	padding: 12px;
	border: 1px solid #fde68a;
	border-radius: 8px;
	color: #92400e;
	background: rgba(255, 251, 235, 0.72);
	font-size: 12px;
	line-height: 17px;
}

.nva-gold-tips strong {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 5px;
	color: #78350f;
	font-size: 13px;
	line-height: 18px;
}

.nva-gold-tips strong .nva-icon {
	width: 14px;
	height: 14px;
	color: #d97706;
}

.nva-gold-tips ul {
	margin: 0;
	padding-left: 16px;
}

.nva-gold-tips li {
	margin: 2px 0;
}

.nva-footer-disclaimer {
	padding: 24px;
	color: #6b7280;
	background: #f9fafb;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}

.nva-footer-disclaimer p {
	margin: 0;
}

.nva-footer-disclaimer p + p {
	margin-top: 4px;
}

.nva-footer-disclaimer strong {
	color: #374151;
	font-weight: 700;
}

/* Sticky action bar: hiển thị ngay, không chờ cuộn trang. */
.nva-sticky-buy {
	position: fixed;
	left: 50%;
	bottom: 0;
	z-index: 140;
	width: min(100%, var(--nva-width));
	min-height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 9px 12px calc(9px + env(safe-area-inset-bottom, 0px));
	border-top: 1px solid #e5e7eb;
	color: #374151;
	background: rgba(255, 255, 255, 0.98);
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translate(-50%, 0);
	box-shadow: 0 -8px 22px rgba(15, 23, 42, 0.13);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

.nva-sticky-small {
	position: relative;
	min-width: 48px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	gap: 2px;
	padding: 4px 8px !important;
	color: #374151;
	background: transparent;
	transition: color 0.15s ease, transform 0.15s ease;
}

.nva-sticky-small:hover {
	color: var(--nva-red);
}

.nva-sticky-small:active {
	transform: scale(0.95);
}

.nva-sticky-icon {
	position: relative;
	width: 22px;
	height: 22px;
	display: grid;
	place-items: center;
}

.nva-sticky-icon .nva-icon {
	width: 20px;
	height: 20px;
}

.nva-sticky-small small {
	display: block;
	font-size: 10px;
	line-height: 15px;
	font-weight: 500;
	white-space: nowrap;
}

.nva-sticky-small b {
	position: absolute;
	top: -4px;
	right: -10px;
	width: 16px;
	height: 16px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	background: var(--nva-red);
	font-size: 9px;
}

.nva-buy-now {
	position: relative;
	isolation: isolate;
	min-width: 0;
	min-height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 0;
	gap: 6px;
	overflow: hidden;
	padding: 8px 12px !important;
	border-radius: 8px;
	color: #fff;
	background: linear-gradient(90deg, #dc2626 0%, #e11d48 52%, #f59e0b 100%);
	box-shadow: 0 4px 6px rgba(15, 23, 42, 0.12);
	animation: nvaFlashSaleBlink 1.3s ease-in-out infinite;
	transition: filter 0.15s ease, transform 0.15s ease;
}

.nva-buy-now:hover {
    background: linear-gradient(90deg, #c10007 0%, #ec003f 52%, #e17100 100%);
}

.nva-buy-now > * {
	position: relative;
	z-index: 1;
}

.nva-landing .nva-buy-now::after {
	position: absolute;
	top: -30%;
	bottom: -30%;
	left: -45%;
	z-index: 0;
	width: 34%;
	display: block;
	content: "";
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.65), transparent);
	pointer-events: none;
	transform: skewX(-18deg) translateX(-170%);
	animation: nvaFlashSaleShine 2.2s ease-in-out infinite;
}

.nva-buy-now:hover {
	filter: saturate(1.08) brightness(0.96);
}

.nva-buy-now:active {
	transform: scale(0.98);
}

.nva-buy-now > .nva-icon {
	width: 16px;
	height: 16px;
	color: #fcd34d;
	fill: currentColor;
	animation: nvaBadgeBounce 1.5s ease-in-out infinite;
}

.nva-buy-now > span {
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.nva-buy-now strong {
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	font-weight: 900;
	white-space: nowrap;
}

.nva-buy-now small {
	max-width: 100%;
	overflow: hidden;
	color: #fef3c7;
	font-size: 11px;
	line-height: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Modals */
.nva-modal {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 16px;
}

.nva-modal.is-open {
	display: flex;
}

.nva-modal-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.7);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

.nva-order-dialog,
.nva-review-dialog,
.nva-qr-dialog,
.nva-image-dialog {
	position: relative;
	z-index: 2;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35);
	animation: nvaModalIn 0.18s ease;
}

.nva-order-dialog,
.nva-review-dialog {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	color: #111827;
}

.nva-order-dialog {
	width: min(100%, 512px);
	height: 92vh;
	max-height: 92vh;
}

.nva-review-dialog {
	width: min(100%, var(--nva-width));
	max-height: 92vh;
}

.nva-modal-header {
	min-height: 49px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 14px;
	border-bottom: 1px solid var(--nva-line);
	background: rgba(249, 250, 251, 0.8);
}

.nva-modal-header h2 {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	color: #111827;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
}

.nva-modal-header h2 .nva-icon {
	width: 20px;
	height: 20px;
	color: var(--nva-red);
}

.nva-modal-header > button {
	width: 32px;
	height: 32px;
	display: grid;
	place-items: center;
	margin-left: auto;
	padding: 0 !important;
	border-radius: 999px;
	color: #6b7280;
	background: transparent;
	transition: background-color 0.15s ease, transform 0.15s ease;
}

.nva-modal-header > button:hover {
	background: #e5e7eb;
}

.nva-modal-header > button:active {
	transform: scale(0.94);
}

.nva-modal-header > button .nva-icon {
	width: 20px;
	height: 20px;
}

.nva-order-form {
	min-height: 0;
	display: flex;
	flex: 1;
	flex-direction: column;
	overflow: hidden;
}

.nva-modal-scroll {
	min-height: 0;
	display: block;
	flex: 1 1 auto;
	overflow-y: auto;
	padding: 16px;
	scrollbar-width: thin;
}

.nva-order-section {
	margin: 0 0 16px;
	padding: 0 0 16px;
	border-bottom: 1px solid #e5e7eb;
}

.nva-order-section:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.nva-order-section-title {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
	color: #111827;
	font-size: 13px;
	line-height: 19px;
	font-weight: 700;
}

.nva-order-section-title span {
	color: var(--nva-red);
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
}

.nva-order-section-title span b {
	font-weight: 600;
}

.nva-order-section h3 {
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 0 0 8px;
	color: #be123c;
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
}

.nva-order-section h3 .nva-icon {
	width: 16px;
	height: 16px;
}

/* Mục 1: chỉ hiển thị các sản phẩm đã chọn. Chọn thêm ở Mục 2 sẽ cộng thêm card tại đây. */
.nva-cart-product-list {
	display: grid;
	gap: 9px;
}

.nva-cart-product-item {
	position: relative;
	min-height: 78px;
	display: none;
	grid-template-columns: 52px minmax(0, 1fr) auto;
	grid-template-rows: auto auto;
	align-items: center;
	column-gap: 10px;
	row-gap: 4px;
    padding: 7px 7px;
	border: 2px solid var(--nva-red);
	border-radius: 13px;
	background: #fffafa;
	box-shadow: none;
}

.nva-cart-product-item:not([hidden]) {
	display: grid;
}

.nva-cart-product-media {
	position: relative;
	width: 52px;
	height: 52px;
	display: grid;
	grid-column: 1;
	grid-row: 1 / span 2;
	place-items: center;
	align-self: center;
}

.nva-cart-product-media > img,
.nva-cart-product-placeholder {
	width: 52px;
	height: 52px;
	display: block;
	border: 1px solid #e5e7eb;
	border-radius: 9px;
	background: #fff;
	object-fit: cover;
}

.nva-cart-product-placeholder {
	display: grid;
	place-items: center;
	color: #98a2b3;
}

.nva-cart-product-placeholder .nva-icon {
	width: 22px;
	height: 22px;
}

.nva-cart-selected-mark {
	position: absolute;
	right: -4px;
	bottom: -4px;
	width: 18px;
	height: 18px;
	display: grid;
	place-items: center;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	background: var(--nva-red);
	box-sizing: border-box;
}

.nva-cart-selected-mark .nva-icon,
.nva-cart-selected-mark svg {
	width: 11px;
	height: 11px;
	stroke-width: 3;
}

.nva-cart-product-copy {
	min-width: 0;
	grid-column: 2;
	grid-row: 1 / span 2;
	align-self: center;
}

.nva-cart-product-copy > strong,
.nva-cart-product-copy > small {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nva-cart-product-copy > strong {
	display: -webkit-box;
	margin: 0;
	color: #111827;
	font-size: 13px;
	line-height: 18px;
	font-weight: 750;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.nva-cart-product-copy > small {
	display: -webkit-box;
	margin-top: 3px;
	color: #667085;
	font-size: 11px;
	line-height: 16px;
	font-weight: 400;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.nva-cart-product-price {
	min-width: max-content;
	display: flex;
	grid-column: 3;
	grid-row: 1;
	align-items: baseline;
	justify-content: flex-end;
	gap: 6px;
	margin: 0;
	text-align: right;
	white-space: nowrap;
}

.nva-cart-product-price b {
	color: var(--nva-red);
	font-size: 16px;
	line-height: 20px;
	font-weight: 850;
}

.nva-cart-product-price del {
	color: #98a2b3;
	font-size: 10px;
	line-height: 14px;
	font-weight: 400;
}

.nva-cart-product-controls {
	min-width: max-content;
	display: flex;
	grid-column: 3;
	grid-row: 2;
	align-items: center;
	justify-content: flex-end;
	gap: 5px;
	padding: 0;
	border: 0;
}

.nva-cart-qty-label {
	margin: 0;
	color: #667085;
	font-size: 10px;
	line-height: 14px;
	font-weight: 500;
}

.nva-qty {
	display: grid;
	grid-template-columns: repeat(3, 24px);
	overflow: hidden;
	border: 1px solid #d0d5dd;
	border-radius: 7px;
	background: #f9fafb;
}

.nva-qty button,
.nva-qty input {
	width: 24px !important;
	height: 22px !important;
	min-height: 22px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	color: #344054 !important;
	background: #f9fafb !important;
	font-size: 11px;
	line-height: 22px;
	font-weight: 400;
	text-align: center !important;
	box-shadow: none !important;
}

.nva-qty input {
	color: #101828;
	background: #fff;
	-moz-appearance: textfield;
}

.nva-qty input::-webkit-outer-spin-button,
.nva-qty input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.nva-qty button:hover:not(:disabled) {
	color: var(--nva-red);
	background: #f2f4f7;
}

.nva-qty button:active:not(:disabled) {
	transform: scale(0.92);
}

.nva-qty button:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

.nva-item-qty.is-qty-changing {
	animation: nvaQtyPulse 0.24s ease;
}

.nva-item-qty.is-qty-changing input {
	color: var(--nva-red);
}

.nva-cart-hot-badge {
	position: absolute;
	top: -9px;
	right: 13px;
	height: 19px;
	display: inline-flex;
	align-items: center;
	padding: 0 9px;
	border-radius: 999px;
	color: #fff;
	background: linear-gradient(90deg, #ef0f23 0%, #ff9800 100%);
	font-size: 10px;
	line-height: 19px;
	font-weight: 800;
	letter-spacing: 0.1px;
	white-space: nowrap;
}

/* Mục 2: lưới sản phẩm; sản phẩm đã chọn vẫn hiện và có viền/dấu tích giống mẫu. */
.nva-addon-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.nva-addon-card {
    position: relative;
    width: 100%;
    min-height: 50px !important;
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr) 16px;
    align-items: center;
    gap: 8px;
    padding: 8px !important;
    border: 1px solid #dfe3e8 !important;
    border-radius: 9px;
    color: inherit;
    background: #fff !important;
    text-align: left;
    transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.nva-addon-card:hover {
	border-color: var(--nva-red) !important;
	background: #fffafa !important;
}

.nva-addon-card:active {
	transform: scale(0.985) !important;
}

.nva-addon-card.is-selected {
	border-color: var(--nva-red) !important;
	background: #fff8f8 !important;
	box-shadow: 0 0 0 1px var(--nva-red) !important;
}

.nva-addon-card img {
	width: 32px;
	height: 32px;
	border-radius: 6px;
	object-fit: cover;
}

.nva-addon-card span {
	min-width: 0;
}

.nva-addon-card strong,
.nva-addon-card small {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nva-addon-card strong {
	color: #111827;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
}

.nva-addon-card small {
	margin-top: 1px;
	color: #667085;
	font-size: 11px;
	line-height: 15px;
	font-weight: 400;
}

.nva-addon-card > b {
	width: 16px;
	height: 16px;
	display: grid;
	place-items: center;
	color: transparent;
}

.nva-addon-card.is-selected > b {
	color: var(--nva-red);
}

.nva-addon-card > b .nva-icon,
.nva-addon-card > b svg {
	width: 16px;
	height: 16px;
	stroke-width: 3;
}

.nva-form-grid {
	display: grid;
	gap: 8px;
}

.nva-form-grid label,
.nva-review-form-body label {
	min-width: 0;
	display: grid;
	gap: 2px;
	margin: 0;
}

.nva-form-grid .is-wide {
	grid-column: 1;
}

.nva-form-grid label > span,
.nva-review-form-body label > span,
.nva-star-picker > span {
	color: #374151;
	font-size: 11px;
	line-height: 16px;
	font-weight: 500;
}

.nva-input-wrap {
	position: relative;
	width: 100%;
	display: block !important;
}

.nva-input-wrap > .nva-icon {
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 1;
	width: 14px;
	height: 14px;
	color: #9ca3af;
	pointer-events: none;
	transform: translateY(-50%);
}

.nva-form-grid input,
.nva-form-grid select,
.nva-form-grid textarea,
.nva-review-form-body input,
.nva-review-form-body select,
.nva-review-form-body textarea {
	width: 100% !important;
	min-height: 36px !important;
	padding: 12px 8px 8px 8px !important;
	border: 1px solid #d1d5db !important;
	border-radius: 8px !important;
	outline: 0 !important;
	color: #111827 !important;
	background: #fff !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	box-shadow: none !important;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.nva-form-grid .nva-input-wrap input {
	padding-left: 32px;
}

.nva-form-grid input::placeholder {
	color: #9ca3af;
	opacity: 1;
}

.nva-form-grid textarea,
.nva-review-form-body textarea {
	resize: vertical;
}

.nva-form-grid input:focus,
.nva-form-grid select:focus,
.nva-form-grid textarea:focus,
.nva-review-form-body input:focus,
.nva-review-form-body select:focus,
.nva-review-form-body textarea:focus {
	border-color: #f43f5e !important;
	box-shadow: 0 0 0 1px #f43f5e !important;
}

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

.nva-payment-card {
	min-height: 58px;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px;
	border: 1px solid #d1d5db;
	border-radius: 12px;
	background: #fff;
	cursor: pointer;
	transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.nva-payment-card.is-selected {
	box-shadow: none;
}

.nva-payment-card input {
	width: 16px;
	height: 16px;
	position: relative;
	flex: 0 0 16px;
	margin: 0;
	border: 1px solid currentColor;
	border-radius: 50%;
	background: transparent;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.nva-payment-card input::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	content: "";
	border-radius: 50%;
	background: currentColor;
	opacity: 0;
	transform: translate(-50%, -50%);
}

.nva-payment-card input:checked::after {
	opacity: 1;
}

.nva-payment-card.is-cod.is-selected {
	border-color: #059669;
	color: #064e3b;
	background: #ecfdf5;
}

.nva-payment-card.is-transfer.is-selected {
	border-color: #0284c7;
	color: #0c4a6e;
	background: #f0f9ff;
}

.nva-payment-card.is-cod.is-selected strong {
	color: #064e3b;
}

.nva-payment-card.is-transfer.is-selected strong {
	color: #0c4a6e;
}

.nva-payment-card.is-cod input {
	color: #059669;
}

.nva-payment-card.is-transfer input {
	color: #0284c7;
}

.nva-payment-card strong,
.nva-payment-card small {
	display: block;
}

.nva-payment-card strong {
	color: #111827;
	font-size: 12px;
	line-height: 17px;
	font-weight: 700;
}

.nva-payment-card small {
	margin-top: 2px;
	color: #6b7280;
	font-size: 10px;
	line-height: 14px;
}

.nva-qr-panel {
	grid-column: 1 / -1;
	display: none;
	padding: 10px;
	border: 1px dashed #d1d5db;
	border-radius: 10px;
	background: #f9fafb;
	text-align: center;
}

.nva-qr-panel.is-visible {
	display: block;
}

.nva-qr-panel img {
	width: min(210px, 80%);
	max-height: 260px;
	display: block;
	margin: 0 auto 6px;
	border-radius: 8px;
	object-fit: contain;
}

.nva-qr-panel small {
	color: var(--nva-muted);
	font-size: 10px;
}

.nva-voucher-line {
	min-height: 0;
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
	margin: 12px 0;
	padding: 10px;
	border: 1px solid #fde68a;
	border-radius: 8px;
	color: #92400e;
	background: #fffbeb;
	font-weight: 500;
}

.nva-voucher-line > span,
.nva-voucher-line > span .nva-icon {
	width: 14px;
	height: 14px;
}

.nva-voucher-line small {
	min-width: 0;
	flex: 1 1 160px;
	font-size: 11px;
}

.nva-voucher-line > b {
	margin-left: auto;
	color: var(--nva-green);
}

.nva-order-totals {
	padding: 12px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #f9fafb;
	font-size: 12px;
}

.nva-order-totals > div {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	padding: 3px 0;
}

.nva-order-totals > div > span > b {
	font-weight: 400;
}

.nva-order-totals strong {
	color: #4b5563;
}

.nva-order-totals [data-total="shipping"] {
	color: var(--nva-green);
}

.nva-order-totals [data-total="discount"] {
	color: var(--nva-blue);
}

.nva-grand-total {
	margin-top: 5px;
	padding-top: 8px !important;
	border-top: 1px solid #d1d5db;
	color: #111827;
	font-size: 14px;
	font-weight: 900;
}

.nva-grand-total strong {
	color: var(--nva-red);
	font-size: 16px;
	font-weight: 900;
}

.nva-order-footer {
	position: static;
	z-index: 3;
	flex: 0 0 auto;
	padding: 12px;
	border-top: 1px solid var(--nva-line);
	background: #fff;
	box-shadow: 0 -8px 18px rgba(15, 23, 42, 0.08);
}

.nva-order-footer button {
	width: 100%;
	min-height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 12px 16px !important;
	border-radius: 12px;
	color: #fff;
	background: linear-gradient(90deg, #dc2626 0%, #e11d48 52%, #f59e0b 100%);
	box-shadow: 0 4px 6px rgba(15, 23, 42, 0.1);
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	transition: background 0.15s ease, transform 0.15s ease;
}
.nva-order-footer button:hover {
    background: linear-gradient(90deg, #c10007 0%, #ec003f 52%, #e17100 100%);
}

.nva-order-footer button .nva-icon {
	width: 20px;
	height: 20px;
	color: #fde68a;
}

.nva-order-footer button:active:not([disabled]) {
	transform: scale(0.98);
}

.nva-order-footer button[disabled] {
	opacity: 0.65;
	cursor: wait;
}

/* Review, QR and image dialogs */
.nva-review-form-body {
	display: grid;
	gap: 12px;
	overflow-y: auto;
	padding: 14px 16px 16px;
}

.nva-star-picker {
	display: grid;
	gap: 5px;
}

.nva-star-picker div {
	display: flex;
	gap: 4px;
}

.nva-star-picker button {
	padding: 0 !important;
	color: #fbbf24;
	background: transparent;
	font-size: 28px;
}

.nva-review-actions {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
	margin-top: 2px;
}

.nva-review-actions button {
	min-height: 40px;
	padding: 8px 12px !important;
	border-radius: 8px;
	color: #4b5563;
	background: #f3f4f6;
	font-weight: 700;
}

.nva-review-actions button[type="submit"] {
	color: #fff;
	background: var(--nva-red);
}

.nva-qr-dialog {
	width: min(100%, 384px);
	max-height: calc(100vh - 32px);
	overflow-y: auto;
	padding: 20px;
	color: #111827;
	text-align: center;
}

.nva-qr-close,
.nva-image-close {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 0 !important;
	width: 32px;
	height: 32px;
	display: grid;
	place-items: center;
	border-radius: 999px;
}

.nva-qr-close {
	color: #6b7280;
	background: transparent;
}

.nva-qr-close:hover {
	background: #f3f4f6;
}

.nva-qr-close .nva-icon,
.nva-image-close .nva-icon {
	width: 20px;
	height: 20px;
}

.nva-qr-title-icon {
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	margin: 0 auto 8px;
	border-radius: 999px;
	color: var(--nva-red);
	background: #ffe4e6;
}

.nva-qr-title-icon .nva-icon {
	width: 25px;
	height: 25px;
}

.nva-qr-dialog h2 {
	margin: 0;
	color: #111827;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
}

.nva-qr-dialog > p {
	margin: 4px auto 14px;
	color: #6b7280;
	font-size: 12px;
	line-height: 18px;
}

.nva-share-qr-wrap {
	display: inline-block;
	padding: 16px;
	border: 1px solid #ffe4e6;
	border-radius: 12px;
	background: linear-gradient(45deg, #fff1f2, #fffbeb);
}

.nva-share-qr-wrap img {
	width: 176px;
	height: 176px;
	display: block;
	border-radius: 8px;
	background: #fff;
	object-fit: contain;
}

.nva-qr-dialog > strong {
	display: block;
	margin-top: 8px;
	color: #be123c;
	font-size: 10px;
	font-weight: 700;
}

.nva-qr-actions {
	display: grid;
	gap: 8px;
	margin-top: 16px;
}

.nva-qr-actions button {
	width: 100%;
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 8px 14px !important;
	border-radius: 12px;
	color: #374151;
	background: #f3f4f6;
	font-size: 12px;
	font-weight: 600;
}

.nva-qr-actions .nva-copy-page-link {
	color: #fff;
	background: var(--nva-red);
}

.nva-qr-actions .nva-icon {
	width: 16px;
	height: 16px;
}

.nva-image-dialog {
	width: min(100%, var(--nva-width));
	max-height: calc(100vh - 32px);
	display: grid;
	place-items: center;
	padding: 44px 16px 16px;
	background: rgba(17, 24, 39, 0.98);
}

.nva-image-dialog img,
.nva-image-dialog video {
	max-width: 100%;
	max-height: calc(100vh - 92px);
	display: block;
	border-radius: 8px;
	object-fit: contain;
}

.nva-image-dialog video {
	width: 100%;
	background: #000;
}

.nva-image-close {
	color: #fff;
	background: rgba(255, 255, 255, 0.14);
}

/* Realtime popup and toast */
.nva-sales-popup {
	position: fixed;
	left: max(12px, calc(50% - var(--nva-width-half) + 12px));
	bottom: calc(76px + env(safe-area-inset-bottom, 0px));
	z-index: 130;
	width: min(280px, calc(100vw - 24px));
	display: flex;
	align-items: center;
	gap: 8px;
	overflow: hidden;
	padding: 10px;
	border: 1px solid rgba(75, 85, 99, 0.6);
	border-radius: 12px;
	color: #fff;
	background: rgba(17, 24, 39, 0.93);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(14px) scale(0.98);
	box-shadow: 0 10px 22px rgba(15, 23, 42, 0.24);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	transition: opacity 0.28s ease, transform 0.28s ease, visibility 0s linear 0.28s;
}

.nva-sales-popup.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
	transition-delay: 0s;
}

.nva-sales-popup-avatar {
	position: relative;
	width: 32px;
	height: 32px;
	display: grid;
	place-items: center;
	flex: 0 0 32px;
	overflow: hidden;
	border-radius: 999px;
	color: #fff;
	background: var(--nva-red);
}

.nva-sales-popup-avatar .nva-icon {
	width: 16px;
	height: 16px;
}

.nva-sales-popup-avatar img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.nva-sales-popup-copy {
	min-width: 0;
	flex: 1;
	font-size: 11px;
	line-height: 1.2;
}

.nva-sales-popup-customer {
	min-width: 0;
	display: flex;
	align-items: baseline;
	gap: 4px;
	overflow: hidden;
	white-space: nowrap;
}

.nva-sales-popup-customer strong {
	min-width: 0;
	overflow: hidden;
	color: #fcd34d;
	font-size: 11px;
	font-weight: 700;
	text-overflow: ellipsis;
}

.nva-sales-popup-customer span {
	overflow: hidden;
	color: #9ca3af;
	font-size: 10px;
	text-overflow: ellipsis;
}

.nva-sales-popup-order {
	margin-top: 1px;
	overflow: hidden;
	color: #e5e7eb;
	font-size: 10px;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nva-sales-popup-time {
	margin-top: 2px;
	color: #9ca3af;
	font-size: 9px;
}

.nva-toast {
	position: fixed;
	left: 50%;
	bottom: 96px;
	z-index: 1400;
	width: min(calc(100vw - 28px), 560px);
	max-width: 560px;
	padding: 15px 20px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 14px;
	color: #fff;
	background: #111827;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 16px) scale(0.98);
	font-size: 15px;
	line-height: 1.45;
	font-weight: 800;
	text-align: center;
	box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
	transition: opacity 0.14s ease, transform 0.14s ease;
}

.nva-toast.is-visible {
	opacity: 1;
	transform: translate(-50%, 0) scale(1);
}

.nva-toast.is-processing {
	background: #92400e;
}

.nva-toast.is-error {
	background: #b91c1c;
}

.nva-toast.is-success {
	padding-top: 17px;
	padding-bottom: 17px;
	background: #047857;
	font-size: 16px;
	box-shadow: 0 18px 46px rgba(4, 120, 87, 0.34);
}

@media (max-width: 540px) {
	.nva-toast {
		bottom: 86px;
		width: calc(100vw - 20px);
		padding: 14px 16px;
		font-size: 14px;
	}

	.nva-toast.is-success {
		font-size: 15px;
	}
}

/* Scroll reveal */
.nva-landing.is-scroll-ready .nva-scroll-reveal {
	opacity: 0;
	transform: translateY(14px);
	transition: opacity 0.4s ease, transform 0.4s ease;
}

.nva-landing.is-scroll-ready .nva-scroll-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@keyframes nvaModalIn {
	from { opacity: 0; transform: translateY(18px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes nvaSpin {
	to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes nvaBadgeBounce {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-2px); }
}

@keyframes nvaPulse {
	0%, 100% { opacity: 1; transform: scale(1); }
	50% { opacity: 0.65; transform: scale(0.94); }
}

@keyframes nvaQtyPulse {
	0%, 100% { transform: scale(1); }
	50% { transform: scale(1.04); }
}

@keyframes nvaFlashSaleBlink {
	0%, 100% {
		box-shadow: 0 3px 7px rgba(15, 23, 42, 0.12), 0 0 0 0 rgba(244, 63, 94, 0);
	}
	50% {
		box-shadow: 0 6px 14px rgba(225, 29, 72, 0.25), 0 0 0 4px rgba(244, 63, 94, 0.16);
	}
}

@keyframes nvaFlashSaleShine {
	0%, 48% {
		transform: skewX(-18deg) translateX(-170%);
	}
	72%, 100% {
		transform: skewX(-18deg) translateX(520%);
	}
}

/* The supplied mobile composition is intentionally used on every screen. */
@media (min-width: 0px) {
	.nva-landing {
		font-size: 12px;
	}

	.nva-frame {
		box-shadow: none;
	}

	.nva-shell {
		min-height: calc(100vh - 48px);
		padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
	}

	.nva-topbar,
	.nva-topbar-inner {
		height: 48px;
	}

	.nva-topbar-inner {
		padding: 8px 12px;
	}

	.nva-store-pill {
		max-width: 160px;
		padding: 2px 8px !important;
		font-size: 12px;
		line-height: 18px;
	}

	.nva-store-pill span {
		font-size: 10px;
	}

	.nva-icon-action {
		width: 32px;
		height: 32px;
	}

	.nva-thumbnails {
		gap: 6px;
		padding: 8px;
	}

	.nva-thumb {
		width: 48px;
		height: 48px;
		flex-basis: 48px;
		border-radius: 6px;
	}

	.nva-thumb img,
	.nva-video-thumb-placeholder {
		border-radius: 4px;
	}

	.nva-thumb.is-video::after {
		width: 24px;
		height: 24px;
		font-size: 10px;
	}

	.nva-promo-bar {
		min-height: 64px;
	}

	.nva-price-zone > strong {
		font-size: 20px;
	}

	.nva-title-row h1 {
		font-size: 16px;
		line-height: 22px;
	}

	.nva-title-row p {
		font-size: 12px;
		line-height: 18px;
	}

	.nva-meta-row,
	.nva-rating-text,
	.nva-rating-text small {
		font-size: 12px;
	}

	.nva-free-delivery {
		font-size: 11px;
	}

	.nva-best-row {
		min-height: 38px;
		padding: 8px;
		font-size: 12px;
	}

	.nva-trust-grid {
		justify-content: space-between;
		gap: 8px;
		padding: 10px;
	}

	.nva-trust-grid > div {
		font-size: 11px;
		line-height: 16px;
	}

	.nva-section-heading {
		margin-bottom: 10px;
	}

	.nva-section-heading h2,
	.nva-related-title h2 {
		font-size: 14px;
		line-height: 20px;
		font-weight: 700;
	}

	.nva-options-heading-copy h2 {
		font-size: 12px;
		line-height: 18px;
	}

	.nva-option-chips {
		display: flex;
		gap: 6px;
		overflow-x: auto;
		padding: 0 8px 2px 0;
		overscroll-behavior-x: contain;
		scroll-padding-inline: 0 8px;
		scroll-snap-type: x proximity;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
		touch-action: pan-x;
	}

	.nva-option-chips::after {
		width: 1px;
		content: "";
		flex: 0 0 1px;
	}

	.nva-option-chips:focus-visible {
		outline: 2px solid #fda4af;
		outline-offset: 3px;
	}

	.nva-option-chip {
		width: auto;
		min-width: max-content;
		max-width: 190px;
		min-height: 30px;
		padding: 4px 8px !important;
		border-radius: 6px;
		font-size: 11px;
		line-height: 20px;
		font-weight: 500;
		scroll-snap-align: start;
	}

	.nva-option-chip:nth-child(n + 7):not(.nva-more-chip) {
		display: inline-flex;
	}

	.nva-option-chip img {
		width: 20px;
		height: 20px;
		flex-basis: 20px;
	}

	.nva-logistic-line > span,
	.nva-payment-summary > .nva-payment-summary-label,
	.nva-payment-summary-content > strong {
		font-size: 12px;
	}

	.nva-logistic-line > strong {
		font-size: 14px;
	}

	.nva-shipping-voucher {
		margin: 8px 0 0;
		padding: 8px;
	}

	.nva-shipping-voucher span,
	.nva-policy small {
		font-size: 11px;
		line-height: 16px;
	}

	.nva-policy strong {
		font-size: 12px;
	}

	.nva-review-item {
		grid-template-columns: 28px minmax(0, 1fr);
		gap: 8px;
		padding: 12px 0;
	}

	.nva-review-avatar {
		width: 28px;
		height: 28px;
		font-size: 10px;
	}

	.nva-review-head strong {
		font-size: 11px;
		line-height: 16px;
	}

	.nva-review-head time,
	.nva-review-label {
		font-size: 9px;
		line-height: 14px;
	}

	.nva-review-content p {
		font-size: 12px;
		line-height: 18px;
	}

	.nva-helpful {
		font-size: 10px;
	}

	.nva-write-review {
		min-height: 36px;
		padding: 8px 12px !important;
		font-size: 12px;
	}

	.nva-store-avatar {
		width: 44px;
		height: 44px;
		flex-basis: 44px;
	}

	.nva-store-profile-copy strong {
		font-size: 13px;
		line-height: 18px;
	}

	.nva-store-profile-copy span {
		font-size: 10px;
		line-height: 15px;
	}

	.nva-store-visit {
		min-height: 30px;
		padding: 6px 10px !important;
		font-size: 11px;
	}

	.nva-store-stats {
		margin-top: 12px;
		padding: 10px 4px;
	}

	.nva-store-stats strong {
		font-size: 12px;
		line-height: 17px;
	}

	.nva-store-stats span {
		font-size: 9px;
		line-height: 13px;
	}

	.nva-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.nva-card-body {
		padding: 10px;
	}

	.nva-card-title {
		min-height: 36px;
		font-size: 12px;
		line-height: 17px;
		font-weight: 600;
	}

	.nva-card-price strong {
		font-size: 10px;
		line-height: 20px;
	}

	.nva-card-price del,
	.nva-card-meta,
	.nva-card-meta small {
		font-size: 9px;
	}

	.nva-card-buy {
		min-height: 30px;
		margin-top: 7px;
		padding: 6px 8px !important;
		border-radius: 6px;
		font-size: 11px;
		line-height: 16px;
	}

	.nva-pagination {
		gap: 6px;
		margin-top: 14px;
	}

	.nva-pagination button {
		min-width: 32px;
		height: 32px;
		font-size: 12px;
	}

	.nva-guide-table th,
	.nva-guide-table td {
		padding: 7px 6px !important;
		font-size: 10px;
		line-height: 14px;
	}

	.nva-guide-table th:nth-child(1),
	.nva-guide-table td:nth-child(1) {
		width: 28%;
	}

	.nva-guide-table th:nth-child(2),
	.nva-guide-table td:nth-child(2) {
		width: 32%;
	}

	.nva-guide-table th:nth-child(3),
	.nva-guide-table td:nth-child(3) {
		width: 40%;
	}

	.nva-gold-tips,
	.nva-footer-disclaimer {
		font-size: 11px;
		line-height: 16px;
	}

	.nva-sticky-buy {
		width: min(100%, var(--nva-width));
		min-height: 64px;
		padding: 8px 12px calc(8px + env(safe-area-inset-bottom, 0px));
	}

	.nva-buy-now {
		min-height: 48px;
	}

	.nva-buy-now strong {
		font-size: 11px;
		line-height: 16px;
	}

	.nva-buy-now small {
		font-size: 10px;
		line-height: 14px;
	}

	.nva-modal {
		align-items: flex-end;
		padding: 0;
	}

	.nva-order-dialog,
	.nva-review-dialog,
	.nva-qr-dialog,
	.nva-image-dialog {
		border-radius: 16px 16px 0 0;
	}

	.nva-modal-header h2 {
		font-size: 14px;
		line-height: 20px;
	}

	.nva-order-section-title,
	.nva-order-section h3 {
		font-size: 13px;
		line-height: 19px;
	}

	.nva-order-section-title span {
		font-size: 12px;
		line-height: 18px;
	}

	.nva-form-grid label > span,
	.nva-review-form-body label > span,
	.nva-star-picker > span {
		font-size: 11px;
		line-height: 16px;
	}

	.nva-form-grid .is-wide {
		grid-column: 1;
	}

	.nva-form-grid input,
	.nva-form-grid select,
	.nva-form-grid textarea,
	.nva-review-form-body input,
	.nva-review-form-body select,
	.nva-review-form-body textarea {
		min-height: 36px;
		padding: 8px;
		font-size: 16px;
	}

	.nva-cart-product-copy > strong {
		font-size: 13px;
		line-height: 18px;
	}

	.nva-cart-product-copy > small {
		font-size: 11px;
		line-height: 16px;
	}

	.nva-cart-product-price b {
		font-size: 16px;
		line-height: 21px;
	}

	.nva-order-totals {
		font-size: 12px;
	}

	.nva-grand-total {
		font-size: 14px;
	}

	.nva-grand-total strong {
		font-size: 16px;
	}

	.nva-order-footer button {
		font-size: 13px;
	}

	.nva-sales-popup {
		left: 12px;
	}
}

@media (max-width: 420px) {
	.nva-store-pill {
		max-width: 146px;
	}

	.nva-top-actions {
		gap: 8px;
	}

	.nva-countdown-zone > span {
		display: none;
	}

	.nva-meta-row {
		gap: 5px;
	}

	.nva-free-delivery {
		margin-left: 0;
	}

	.nva-related-title {
		align-items: flex-start;
		gap: 6px;
	}

	.nva-related-title h2 {
		gap: 5px;
	}

	.nva-related-title-copy {
		line-height: 20px;
	}

	.nva-related-title > .nva-related-discount-label {
		padding-inline: 6px;
	}

	.nva-sticky-buy {
		gap: 6px;
		padding-inline: 8px;
	}
}

@media (min-width: 640px) {
	.nva-modal {
		align-items: center;
		padding: 16px;
	}

	.nva-order-dialog,
	.nva-review-dialog,
	.nva-qr-dialog,
	.nva-image-dialog {
		border-radius: 16px;
	}

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

	.nva-form-grid .is-wide {
		grid-column: 1 / -1;
	}

	.nva-title-row h1 {
		font-size: 18px;
		line-height: 25px;
	}

	.nva-section-heading h2,
	.nva-related-title h2 {
		font-size: 16px;
		line-height: 24px;
	}

	.nva-options-heading-copy h2 {
		font-size: 14px;
		line-height: 20px;
	}

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

@media (min-width: 768px) {
	.nva-frame {
		margin-block: 0 16px;
		overflow: hidden;
		border: 1px solid #e5e7eb;
		border-radius: 16px;
		box-shadow: 0 20px 25px -5px rgba(15, 23, 42, 0.1), 0 8px 10px -6px rgba(15, 23, 42, 0.1);
	}
}

@media (prefers-reduced-motion: reduce) {
	.nva-landing *,
	.nva-landing *::before,
	.nva-landing *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}

	.nva-landing.is-scroll-ready .nva-scroll-reveal {
		opacity: 1;
		transform: none;
	}
}
.nva-modal-scroll > .nva-order-section:nth-child(2) input {
	padding: 8px 8px 8px 30px !important;
}

/* Fashion product variations */
.nva-product-variation-inline {
	width: 100%;
	min-width: 0;
	margin-top: -2px;
}

.nva-variant-picker {
	display: grid;
	gap: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.nva-variant-row {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	align-items: start;
	gap: 4px 8px;
	padding: 7px 0;
	border-top: 1px solid #eef1f5;
}

.nva-variant-row + .nva-variant-row {
	border-top-style: solid;
}

.nva-variant-label {
	padding-top: 6px;
	color: #4b5563;
	font-size: 11px;
	line-height: 16px;
	font-weight: 700;
}

.nva-variant-values {
	min-width: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.nva-variant-values button {
	min-width: 44px;
	min-height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 4px 9px !important;
	border: 1px solid #dfe3e8;
	border-radius: 6px;
	color: #374151;
	background: rgba(255, 255, 255, .92);
	font-size: 11px;
	line-height: 16px;
	font-weight: 600;
	transition: border-color .15s ease, color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.nva-variant-values button:hover:not(:disabled),
.nva-variant-values button.is-active {
	border-color: var(--nva-red);
	color: var(--nva-red-dark);
	box-shadow: none;
}

.nva-variant-values button:hover:not(:disabled) {
	background: #fff7f8;
	transform: translateY(-1px);
}

.nva-variant-values button.is-active {
	background: #fff1f2;
}

.nva-variant-values button.is-active::after {
	position: absolute;
	right: 2px;
	bottom: -1px;
	display: block;
	content: "✓";
	color: var(--nva-red);
	font-size: 8px;
}

.nva-variant-values button {
	position: relative;
}

.nva-variant-values button:active:not(:disabled) {
	transform: scale(.97);
}

.nva-variant-values button:disabled {
	cursor: not-allowed;
	opacity: .35;
	text-decoration: line-through;
}

.nva-size-guide-link {
	grid-column: 2;
	width: max-content;
	margin-top: -1px;
	color: #0369a1 !important;
	font-size: 11px;
	line-height: 16px;
	font-weight: 600;
}

.nva-variant-status,
.nva-single-variant {
	margin: 3px 0 0 66px;
	padding: 0;
	border: 0;
	border-radius: 0;
	color: #047857;
	background: transparent;
	font-size: 10px;
	line-height: 16px;
	font-weight: 600;
}

.nva-variant-status.is-sold-out {
	color: #b91c1c;
	background: transparent;
}

.nva-single-variant {
	margin: 0;
	padding: 7px 0 0;
	border-top: 1px solid #eef1f5;
	color: #6b7280;
}

.nva-cart-variant-summary {
	width: max-content;
	max-width: 100%;
	display: block;
	margin-top: 5px;
	padding: 3px 7px;
	border-radius: 4px;
	color: #be123c;
	background: #fff1f2;
	font-size: 10px;
	font-weight: 700;
}

.nva-buy-now:disabled {
	cursor: not-allowed;
	filter: grayscale(1);
	opacity: .55;
}

@media (max-width: 520px) {
	.nva-variant-row {
		grid-template-columns: 52px minmax(0, 1fr);
	}

	.nva-variant-values {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 3px;
	}

	.nva-size-guide-link {
		grid-column: 2;
	}

	.nva-variant-status {
		margin-left: 60px;
	}
}
