/**
 * Trang danh sách SP — page-danhSachSP.html
 *
 * @package hanoi26
 */

.hanoi26-shop-archive .custom-scrollbar::-webkit-scrollbar {
	width: 4px;
}

.hanoi26-shop-archive .custom-scrollbar::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.hanoi26-shop-archive .custom-scrollbar::-webkit-scrollbar-thumb {
	background: #d1d5db;
	border-radius: 4px;
}

.hanoi26-shop-archive .custom-scrollbar::-webkit-scrollbar-thumb:hover {
	background: #e53e3e;
}

.hanoi26-shop-archive .no-scrollbar::-webkit-scrollbar {
	display: none;
}

.hanoi26-shop-archive .no-scrollbar {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

/* ===== Price Filter Slider ===== */
.slider-container {
	position: relative;
	width: 100%;
	height: 24px;
	margin-top: 0.5rem;
	margin-bottom: 1.25rem;
}

.slider-container::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 6px;
	background-color: #e5e7eb;
	border-radius: 999px;
	z-index: 0;
}

.slider-track {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 6px;
	background: linear-gradient(90deg, #e53e3e 0%, #f87171 100%);
	border-radius: 999px;
	z-index: 1;
}

.range-input {
	position: absolute;
	width: 100%;
	height: 24px;
	top: 0;
	left: 0;
	background: transparent;
	pointer-events: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	z-index: 2;
	margin: 0;
	padding: 0;
}

.range-input::-webkit-slider-runnable-track {
	width: 100%;
	height: 24px;
	background: transparent;
	cursor: pointer;
}

.range-input::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background: #ffffff;
	border: 3px solid #e53e3e;
	pointer-events: auto;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(229, 62, 62, 0.35), 0 1px 3px rgba(0, 0, 0, 0.12);
	margin-top: 0;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.range-input::-webkit-slider-thumb:hover {
	transform: scale(1.08);
	box-shadow: 0 4px 12px rgba(229, 62, 62, 0.45), 0 2px 4px rgba(0, 0, 0, 0.12);
}

.range-input::-moz-range-track {
	width: 100%;
	height: 24px;
	background: transparent;
	border: none;
	cursor: pointer;
}

.range-input::-moz-range-thumb {
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background: #ffffff;
	border: 3px solid #e53e3e;
	pointer-events: auto;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(229, 62, 62, 0.35), 0 1px 3px rgba(0, 0, 0, 0.12);
}

.range-input::-moz-range-thumb:hover {
	transform: scale(1.08);
}

/* ===== Price Input Fields ===== */
.hanoi26-price-inputs {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: flex-end !important;
	gap: 0.5rem !important;
	width: 100%;
}

.hanoi26-price-input-wrap {
	flex: 1 1 0 !important;
	min-width: 0 !important;
	max-width: calc(50% - 1rem);
}

.hanoi26-price-input-label {
	display: block;
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #6b7280;
	margin-bottom: 0.375rem;
}

.hanoi26-price-input-field {
	position: relative;
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	height: 2.5rem;
	background: #ffffff;
	border: 2px solid #d1d5db;
	border-radius: 0.5rem;
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.hanoi26-price-input-field:hover {
	border-color: #9ca3af;
}

.hanoi26-price-input-field:focus-within {
	border-color: #e53e3e;
	box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.12);
}

.hanoi26-price-currency {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 0.625rem;
	padding-right: 0.25rem;
	font-size: 0.8125rem;
	font-weight: 700;
	color: #9ca3af;
	background: transparent;
	flex-shrink: 0;
}

.hanoi26-price-input {
	flex: 1 !important;
	min-width: 0 !important;
	width: 100% !important;
	height: 100%;
	padding: 0 0.625rem 0 0.25rem;
	border: none !important;
	background: transparent !important;
	font-size: 0.875rem;
	font-weight: 700;
	color: #111827;
	text-align: right;
	outline: none;
	font-variant-numeric: tabular-nums;
	box-shadow: none !important;
}

.hanoi26-price-input:focus {
	outline: none !important;
	box-shadow: none !important;
}

.hanoi26-price-input::placeholder {
	color: #d1d5db;
}

.hanoi26-price-separator {
	flex-shrink: 0 !important;
	display: flex;
	align-items: flex-end;
	height: 2.5rem;
	padding-bottom: 0.625rem;
	font-size: 1rem;
	font-weight: 600;
	color: #9ca3af;
}

.hanoi26-shop-main,
.hanoi26-shop-main > .flex,
.hanoi26-shop-main .flex-1 {
	overflow: visible;
}

/* Lưới SP — không dùng Tailwind grid-cols (CDN ghi đè breakpoint 3xl) */
.hanoi26-shop-archive .hanoi26-shop-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

@media (min-width: 768px) {
	.hanoi26-shop-archive .hanoi26-shop-grid {
		gap: 1.5rem;
	}
}

@media (min-width: 1024px) {
	.hanoi26-shop-archive .hanoi26-shop-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1600px) {
	.hanoi26-shop-archive .hanoi26-shop-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.hanoi26-shop-grid .product-card__image-wrap {
	background-color: #f8fafc;
	border-color: #e5e7eb;
}

.hanoi26-shop-grid .product-card__media img,
.hanoi26-shop-grid .product-card__img--primary {
	object-fit: cover;
	object-position: center center;
}

.hanoi26-shop-grid .product-card__media img {
	transition: transform 0.35s ease;
}

.hanoi26-shop-grid .product-card.group:hover .product-card__media img,
.hanoi26-shop-grid .product-card.group:focus-within .product-card__media img {
	transform: scale(1.04);
}

.hanoi26-shop-filter-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	flex: 0 0 auto;
	min-height: 2.75rem;
	padding: 0.625rem 0.9rem;
	border: 1px solid #d1d5db;
	border-radius: 0.75rem;
	background: #fff;
	color: #111827;
	font-size: 0.75rem;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.hanoi26-shop-filter-toggle i {
	color: #e53e3e;
}

@media (max-width: 1023px) {
	body.hanoi26-filter-panel-open {
		overflow: hidden;
	}

	.hanoi26-shop-sidebar {
		position: absolute;
		width: 0;
		height: 0;
	}

	.hanoi26-shop-filters-panel.is-open {
		display: block !important;
		position: fixed;
		inset: 0;
		z-index: 10000;
	}

	.hanoi26-shop-filter-backdrop {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		border: 0;
		background: rgba(15, 23, 42, 0.55);
		backdrop-filter: blur(2px);
	}

	.hanoi26-shop-filters-dialog {
		position: absolute;
		inset: 0 0 0 auto;
		display: flex;
		flex-direction: column;
		width: min(92vw, 420px);
		max-width: 100%;
		background: #f8fafc;
		box-shadow: -12px 0 36px rgba(15, 23, 42, 0.2);
		animation: hanoi26-filter-drawer-in 0.22s ease-out;
	}

	.hanoi26-shop-filters-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex: 0 0 auto;
		min-height: 4rem;
		padding: 0.875rem 1rem;
		border-bottom: 1px solid #e5e7eb;
		background: #fff;
	}

	.hanoi26-shop-filters-header h2 {
		display: flex;
		align-items: center;
		gap: 0.625rem;
		margin: 0;
		color: #111827;
		font-size: 1rem;
		font-weight: 900;
		text-transform: uppercase;
		letter-spacing: 0.04em;
	}

	.hanoi26-shop-filters-header h2 i {
		color: #e53e3e;
	}

	.hanoi26-shop-filters-header button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 2.5rem;
		height: 2.5rem;
		border: 1px solid #e5e7eb;
		border-radius: 999px;
		background: #fff;
		color: #111827;
		font-size: 1rem;
	}

	.hanoi26-shop-filters-scroll {
		flex: 1 1 auto;
		min-height: 0;
		overflow-y: auto;
		padding: 1rem 1rem 2rem;
		overscroll-behavior: contain;
	}

	.hanoi26-shop-toolbar__actions {
		justify-content: space-between;
	}

	.hanoi26-shop-sort-form {
		flex: 1 1 auto;
		justify-content: flex-end;
		min-width: 0;
		border: 1px solid #d1d5db;
		border-radius: 0.75rem;
		padding: 0 0.75rem;
	}

	.hanoi26-shop-sort-form select {
		width: 100%;
		min-width: 0;
		min-height: 2.625rem;
	}
}

@keyframes hanoi26-filter-drawer-in {
	from {
		transform: translateX(100%);
	}
	to {
		transform: translateX(0);
	}
}

@media (min-width: 1024px) {
	.hanoi26-shop-filters-panel {
		display: block !important;
	}

	.hanoi26-shop-filter-toggle {
		display: none !important;
	}
}

.hanoi26-shop-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.hanoi26-shop-main .woocommerce-notices-wrapper {
	margin-bottom: 1rem;
}

.hanoi26-brand-bar-wrap {
	position: relative;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	margin-bottom: 1.5rem;
}

.hanoi26-brand-bar {
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-x: contain;
	scroll-snap-type: x proximity;
	scroll-behavior: smooth;
	touch-action: pan-x;
	cursor: grab;
}

.hanoi26-brand-bar.is-dragging {
	cursor: grabbing;
	scroll-snap-type: none;
	scroll-behavior: auto;
	user-select: none;
}

.hanoi26-brand-bar.is-dragging .hanoi26-brand-bar__pill {
	pointer-events: none;
}

.hanoi26-brand-bar__track {
	display: inline-flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0.75rem;
	width: max-content;
	min-width: 100%;
	padding: 0.125rem 0.25rem 0.5rem;
}

.hanoi26-brand-bar__pill {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	gap: 0.625rem;
	padding: 0.625rem 1.25rem;
	border: 1px solid #e5e7eb;
	border-radius: 9999px;
	background: #fff;
	box-shadow: 0 1px 2px rgb(0 0 0 / 0.04);
	color: #4b5563;
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.hanoi26-brand-bar__pill:hover {
	border-color: #e53e3e;
	color: #e53e3e;
}

.hanoi26-brand-bar__pill.is-active {
	border-color: #111827;
	background: #111827;
	color: #fff;
	box-shadow: 0 4px 12px rgb(0 0 0 / 0.12);
}

/* Pill thương hiệu chỉ hiển thị avatar/logo. */
.hanoi26-brand-bar__pill--logo {
	width: 4.5rem;
	min-width: 4.5rem;
	height: 4.5rem;
	padding: 0.25rem;
	gap: 0;
	border: none;
	background: transparent;
}

.hanoi26-brand-bar__pill--logo:hover {
	border: none;
	background: rgba(0, 0, 0, 0.03);
}

.hanoi26-brand-bar__pill--logo.is-active {
	background: transparent;
	border: none;
	box-shadow: none;
}

.hanoi26-brand-bar__label {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.hanoi26-brand-bar__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 4rem;
	height: 4rem;
	padding: 0;
	border-radius: 50%;
	background: #f3f4f6;
	overflow: hidden;
	border: 2px solid transparent;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.hanoi26-brand-bar__pill--logo:hover .hanoi26-brand-bar__logo {
	border-color: #e53e3e;
}

.hanoi26-brand-bar__pill--logo.is-active .hanoi26-brand-bar__logo {
	border-color: #111827;
	box-shadow: 0 4px 12px rgb(0 0 0 / 0.15);
}

.hanoi26-brand-bar__logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hanoi26-brand-bar__logo--fallback {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #f3f4f6;
}

.hanoi26-brand-bar__initial {
	font-size: 1.25rem;
	font-weight: 800;
	text-transform: uppercase;
	color: #374151;
}

.hanoi26-brand-bar__pill.is-active .hanoi26-brand-bar__initial {
	color: #111827;
}

.hanoi26-brand-bar__info {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.125rem;
	text-align: center;
}

.hanoi26-brand-bar__name {
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #374151;
	white-space: nowrap;
	max-width: 5rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hanoi26-brand-bar__pill--logo:hover .hanoi26-brand-bar__name {
	color: #e53e3e;
}

.hanoi26-brand-bar__pill--logo.is-active .hanoi26-brand-bar__name {
	color: #111827;
	font-weight: 800;
}

.hanoi26-brand-bar__count {
	font-size: 0.625rem;
	font-weight: 500;
	color: #9ca3af;
}

.hanoi26-brand-bar__nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border: 1px solid #e5e7eb;
	border-radius: 9999px;
	background: #fff;
	color: #374151;
	box-shadow: 0 4px 14px rgb(0 0 0 / 0.08);
	transform: translateY(-50%);
	cursor: pointer;
	transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.hanoi26-brand-bar__nav:hover {
	border-color: #111827;
	color: #111827;
}

.hanoi26-brand-bar__nav--prev {
	left: -0.35rem;
}

.hanoi26-brand-bar__nav--next {
	right: -0.35rem;
}

.hanoi26-brand-bar__nav.is-hidden {
	display: none;
}

@media (max-width: 767px) {
	.hanoi26-brand-bar-wrap {
		padding-inline: 0.15rem;
	}

	.hanoi26-brand-bar__nav {
		width: 2rem;
		height: 2rem;
		font-size: 0.75rem;
	}

	.hanoi26-brand-bar__nav--prev {
		left: 0;
	}

	.hanoi26-brand-bar__nav--next {
		right: 0;
	}

	.hanoi26-brand-bar__pill {
		padding: 0.55rem 1rem;
	}

	.hanoi26-brand-bar__pill--logo {
		min-width: 4rem;
		padding: 0.5rem 0.25rem;
		gap: 0.375rem;
	}

	.hanoi26-brand-bar__logo {
		width: 3.25rem;
		height: 3.25rem;
	}

	.hanoi26-brand-bar__name {
		font-size: 0.5625rem;
		max-width: 4rem;
	}

	.hanoi26-brand-bar__count {
		font-size: 0.5rem;
	}

	.hanoi26-brand-bar__label {
		font-size: 0.8125rem;
	}
}

/* —— Sidebar danh mục accordion —— */
.hanoi26-shop-categories__panel {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 0.875rem;
	padding: 1.25rem 1rem 0.75rem;
}

.hanoi26-shop-categories__title {
	position: relative;
	margin: 0 0 0.875rem;
	padding-bottom: 0.75rem;
	font-family: var(--font-display, inherit);
	font-size: 0.9375rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #111827;
}

.hanoi26-shop-categories__title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #e5e7eb;
}

.hanoi26-shop-categories__title::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 2.75rem;
	height: 2px;
	background: #9f1239;
	z-index: 1;
}

.hanoi26-shop-categories__tree {
	display: flex;
	flex-direction: column;
	max-height: 36rem;
	overflow-y: auto;
	padding-right: 0.25rem;
}

.hanoi26-shop-categories__tree > .hanoi26-shop-cat-item.is-top-level {
	border-bottom: 1px solid #f3f4f6;
	padding-bottom: 0.35rem;
	margin-bottom: 0.35rem;
}

.hanoi26-shop-categories__tree > .hanoi26-shop-cat-item.is-top-level:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.hanoi26-shop-cat-item__row {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	min-height: 2.25rem;
	padding: 0.25rem 0;
}

.hanoi26-shop-cat-item__link {
	flex: 1;
	min-width: 0;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.35;
	color: #6b7280;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	transition: color 0.2s ease;
}

.hanoi26-shop-cat-item__link:hover {
	color: #9f1239;
}

.hanoi26-shop-cat-item__row.is-root .hanoi26-shop-cat-item__link {
	font-size: 0.8125rem;
	font-weight: 600;
}

.hanoi26-shop-cat-item__row.is-highlighted .hanoi26-shop-cat-item__link,
.hanoi26-shop-cat-item__row.is-active .hanoi26-shop-cat-item__link {
	color: #9f1239;
	font-weight: 700;
}

.hanoi26-shop-cat-item__count {
	flex-shrink: 0;
	font-size: 0.75rem;
	font-weight: 500;
	color: #9ca3af;
}

.hanoi26-shop-cat-item__toggle {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 1.5rem;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #9ca3af;
	cursor: pointer;
	transition: color 0.2s ease;
}

.hanoi26-shop-cat-item__toggle:hover {
	color: #9f1239;
}

.hanoi26-shop-cat-item__children {
	display: flex;
	flex-direction: column;
	gap: 0.125rem;
	padding-left: 0.875rem;
}

.hanoi26-shop-cat-item__children.is-collapsed {
	display: none;
}

.hanoi26-shop-cat-item[data-depth='2'] .hanoi26-shop-cat-item__children {
	padding-left: 0.75rem;
}

.hanoi26-shop-cat-item[data-depth='3'] .hanoi26-shop-cat-item__link {
	font-size: 0.75rem;
}

/* Bộ lọc đánh giá & chất lượng */
.hanoi26-shop-rating-stars {
	display: inline-flex;
	align-items: center;
	gap: 0.125rem;
	flex-shrink: 0;
}

.hanoi26-shop-rating-stars i {
	font-size: 0.75rem;
	color: #d1d5db;
}

.hanoi26-shop-rating-stars i.is-filled {
	color: #f59e0b;
}

.hanoi26-rating-btn.is-active .hanoi26-shop-rating-stars i.is-filled,
.hanoi26-quality-btn.is-active .hanoi26-quality-btn__icon {
	color: #e53e3e;
}

.hanoi26-quality-btn__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 0.625rem;
	background: #f9fafb;
	color: #6b7280;
	flex-shrink: 0;
}

.hanoi26-quality-btn.is-active .hanoi26-quality-btn__icon {
	background: rgba(229, 62, 62, 0.1);
	color: #e53e3e;
}

/* Thẻ bộ lọc đang áp dụng */
.hanoi26-shop-active-filters {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.hanoi26-shop-active-filters--bar {
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
	gap: 0.75rem;
	width: 100%;
	min-width: 0;
	margin: -0.5rem 0 1rem;
	padding: 0.125rem 0;
}

.hanoi26-shop-active-filters--bar .hanoi26-shop-active-filters__list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	gap: 0.5rem;
	flex: 1 1 auto;
	min-width: 0;
}

.hanoi26-shop-active-filters__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.hanoi26-shop-active-filters__tag {
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	max-width: 100%;
	height: 2rem;
	padding: 0 0.625rem 0 0.75rem;
	border-radius: 9999px;
	border: 1px solid rgba(229, 62, 62, 0.25);
	background: rgba(229, 62, 62, 0.06);
	color: #9f1239;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.hanoi26-shop-active-filters__tag:hover {
	background: rgba(229, 62, 62, 0.12);
	border-color: rgba(229, 62, 62, 0.45);
	color: #e53e3e;
}

.hanoi26-shop-active-filters__label {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hanoi26-shop-active-filters__remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1rem;
	height: 1rem;
	border-radius: 9999px;
	background: rgba(229, 62, 62, 0.12);
	font-size: 0.625rem;
	flex-shrink: 0;
}

.hanoi26-shop-active-filters__clear {
	flex-shrink: 0;
	align-self: center;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #9ca3af;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.2s ease;
}

.hanoi26-shop-active-filters:not(.hanoi26-shop-active-filters--bar) .hanoi26-shop-active-filters__clear {
	align-self: flex-start;
}

.hanoi26-shop-active-filters__clear:hover {
	color: #e53e3e;
}

/* Ngày vàng checkbox */
.hanoi26-ngay-vang-check {
	display: flex;
	align-items: flex-start;
	gap: 0.875rem;
	cursor: pointer;
}

.hanoi26-ngay-vang-check input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.hanoi26-ngay-vang-check__box {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.375rem;
	height: 1.375rem;
	border: 2px solid #d1d5db;
	border-radius: 0.375rem;
	background: #fff;
	color: transparent;
	flex-shrink: 0;
	transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.hanoi26-ngay-vang-check input:checked + .hanoi26-ngay-vang-check__box {
	border-color: #e53e3e;
	background: #e53e3e;
	color: #fff;
}

.hanoi26-ngay-vang-check__title {
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	color: #111827;
}

.hanoi26-ngay-vang-check__desc {
	display: block;
	font-size: 0.75rem;
	color: #6b7280;
	margin-top: 0.125rem;
}

/* Widget Mới xem */
.hanoi26-shop-recently-viewed__item {
	text-decoration: none;
}

.hanoi26-shop-recently-viewed__thumb img {
	transition: transform 0.25s ease;
}

.hanoi26-shop-recently-viewed__item:hover .hanoi26-shop-recently-viewed__thumb img {
	transform: scale(1.04);
}

/* AJAX loading — làm mờ danh sách + icon spinner (không hiện chữ) */
.hanoi26-shop-content {
	position: relative;
}

.hanoi26-shop-content.is-ajax-loading #hanoi26-shop-results,
.hanoi26-shop-content.is-ajax-loading #hanoi26-shop-brand-slot {
	opacity: 0.35;
	pointer-events: none;
	transition: opacity 0.2s ease;
	filter: grayscale(0.08);
}

.hanoi26-shop-ajax-overlay {
	position: absolute;
	inset: 0;
	z-index: 30;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: min(28vh, 220px);
	pointer-events: none;
}

.hanoi26-shop-ajax-spinner {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 9999px;
	border: 3px solid rgba(17, 24, 39, 0.12);
	border-top-color: #e53e3e;
	animation: hanoi26ShopSpin 0.7s linear infinite;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	background: rgba(255, 255, 255, 0.85);
}

@keyframes hanoi26ShopSpin {
	to {
		transform: rotate(360deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.hanoi26-shop-ajax-spinner {
		animation: none;
		border-top-color: #e53e3e;
		opacity: 0.9;
	}

	.hanoi26-shop-content.is-ajax-loading #hanoi26-shop-results,
	.hanoi26-shop-content.is-ajax-loading #hanoi26-shop-brand-slot {
		transition: none;
	}
}

