/* Deal Hot landing page — campaign shell around the live WooCommerce sale loop. */

body.vtxvn-campaign-archive .site-main--shop {
	--deal-red: #e4232b;
	--deal-red-dark: #bf1722;
	--deal-navy: #042f58;
	--deal-blue: #087ac3;
	--deal-gold: #ffc83d;
	padding-top: 8px;
	background:
		radial-gradient(circle at 8% 8%, rgba(8, 122, 195, 0.07), transparent 22rem),
		#f4f7fa;
}

body.vtxvn-campaign-archive .woocommerce-products-header {
	margin-bottom: 22px;
}

body.vtxvn-campaign-archive .site-main--shop .vtxvn-breadcrumbs--shop {
	margin-bottom: 8px;
	font-size: 0.75rem;
}

.deal-hot-hero {
	position: relative;
	display: grid;
	min-height: 350px;
	grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
	align-items: center;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 20px;
	background:
		linear-gradient(115deg, rgba(3, 39, 75, 0.98) 0%, rgba(3, 64, 111, 0.96) 58%, rgba(8, 122, 195, 0.88) 100%),
		#043b6e;
	box-shadow: 0 20px 54px rgba(5, 51, 91, 0.18);
	color: #fff;
	isolation: isolate;
}

.deal-hot-hero__background {
	position: absolute;
	z-index: -2;
	inset: 0;
	display: block;
	overflow: hidden;
	pointer-events: none;
}

.deal-hot-hero__background::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(2, 31, 60, 0.9) 0%, rgba(3, 57, 99, 0.72) 56%, rgba(4, 65, 110, 0.24) 100%);
	content: '';
}

.deal-hot-hero__background img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.deal-hot-hero::before,
.deal-hot-hero::after {
	position: absolute;
	z-index: -1;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	content: '';
}

.deal-hot-hero::before {
	top: -170px;
	right: -90px;
	width: 470px;
	height: 470px;
	box-shadow: 0 0 0 54px rgba(255, 255, 255, 0.025), 0 0 0 108px rgba(255, 255, 255, 0.018);
}

.deal-hot-hero::after {
	bottom: -200px;
	left: 38%;
	width: 340px;
	height: 340px;
	background: rgba(7, 130, 203, 0.16);
}

.deal-hot-hero__copy {
	padding: clamp(34px, 5vw, 62px);
}

.deal-hot-hero__eyebrow {
	display: inline-flex;
	min-height: 30px;
	align-items: center;
	gap: 7px;
	margin-bottom: 14px;
	padding: 5px 11px;
	border: 1px solid rgba(255, 200, 61, 0.34);
	border-radius: 99px;
	background: rgba(255, 200, 61, 0.12);
	color: #ffe49a;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

.deal-hot-hero__eyebrow .dashicons {
	width: 17px;
	height: 17px;
	font-size: 17px;
}

.deal-hot-hero h1 {
	max-width: 720px;
	margin: 0;
	color: #fff;
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 750;
	line-height: 1.03;
	letter-spacing: -0.045em;
}

.deal-hot-hero__copy > p {
	max-width: 650px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(0.9rem, 1.4vw, 1rem);
	line-height: 1.65;
}

.deal-hot-hero__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 25px;
}

.deal-hot-hero__button {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 17px;
	border: 1px solid transparent;
	border-radius: 10px;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.deal-hot-hero__button:hover,
.deal-hot-hero__button:focus-visible {
	transform: translateY(-2px);
}

.deal-hot-hero__button--primary {
	background: var(--deal-red);
	box-shadow: 0 10px 26px rgba(202, 20, 35, 0.32);
	color: #fff;
}

.deal-hot-hero__button--primary:hover,
.deal-hot-hero__button--primary:focus-visible {
	background: #f02d35;
	color: #fff;
}

.deal-hot-hero__button--secondary {
	border-color: rgba(255, 255, 255, 0.25);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.deal-hot-hero__button--secondary:hover,
.deal-hot-hero__button--secondary:focus-visible {
	border-color: rgba(255, 255, 255, 0.46);
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
}

.deal-hot-hero__button .dashicons {
	width: 18px;
	height: 18px;
	font-size: 18px;
}

.deal-hot-hero__assurances {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 19px;
	margin: 22px 0 0;
	padding: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.73rem;
	list-style: none;
}

.deal-hot-hero__assurances li {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.deal-hot-hero__assurances .dashicons {
	width: 15px;
	height: 15px;
	color: #6de0b0;
	font-size: 15px;
}

.deal-hot-hero__visual {
	position: relative;
	display: grid;
	min-height: 100%;
	place-items: center;
	padding: 34px 42px 34px 12px;
}

.deal-hot-hero__visual.has-product-artwork {
	overflow: hidden;
	padding: 0;
}

.deal-hot-hero__visual.has-product-artwork::before {
	position: absolute;
	z-index: 1;
	inset: 0;
	background: linear-gradient(90deg, rgba(4, 62, 107, 0.12), rgba(3, 37, 68, 0.02));
	content: '';
	pointer-events: none;
}

.deal-hot-hero__picture {
	position: absolute;
	inset: 0;
	display: block;
}

.deal-hot-hero__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.deal-hot-hero__picture .deal-hot-hero__image {
	max-width: none;
	height: 100%;
}

.deal-hot-hero__ticket {
	position: relative;
	z-index: 2;
	display: flex;
	width: min(286px, 100%);
	min-height: 216px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 32px 24px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 18px;
	background: linear-gradient(145deg, #ff4a4f 0%, #e21f2c 52%, #b60e1c 100%);
	box-shadow: 0 24px 52px rgba(22, 13, 29, 0.28);
	color: #fff;
	text-align: center;
	transform: rotate(3deg);
}

.deal-hot-hero__visual.has-product-artwork .deal-hot-hero__ticket {
	position: absolute;
	right: 17px;
	bottom: 17px;
	width: auto;
	min-width: 145px;
	min-height: 0;
	padding: 12px 16px;
	border-radius: 12px;
	transform: none;
}

.deal-hot-hero__visual.has-product-artwork .deal-hot-hero__ticket::before,
.deal-hot-hero__visual.has-product-artwork .deal-hot-hero__ticket::after {
	display: none;
}

.deal-hot-hero__visual.has-product-artwork .deal-hot-hero__ticket > span {
	font-size: 0.64rem;
	letter-spacing: 0.13em;
}

.deal-hot-hero__visual.has-product-artwork .deal-hot-hero__ticket > strong {
	margin: 4px 0 0;
	font-size: clamp(2rem, 4.5vw, 3.25rem);
	letter-spacing: -0.045em;
}

.deal-hot-hero__visual.has-product-artwork .deal-hot-hero__ticket > small {
	margin-top: 5px;
	padding-top: 5px;
	font-size: 0.65rem;
	white-space: nowrap;
}

@media (min-width: 981px) {
	body.vtxvn-deal-hot .deal-hot-hero {
		display: block;
		min-height: 425px;
	}

	body.vtxvn-deal-hot .deal-hot-hero__background {
		display: none;
	}

	body.vtxvn-deal-hot .deal-hot-hero__copy {
		position: relative;
		z-index: 3;
		display: flex;
		width: min(58%, 680px);
		min-height: 423px;
		justify-content: center;
		flex-direction: column;
		padding: clamp(34px, 3.5vw, 52px);
	}

	body.vtxvn-deal-hot .deal-hot-hero__visual.has-product-artwork {
		position: absolute;
		z-index: 1;
		inset: 0;
		min-height: 0;
		border-left: 0;
		background: transparent;
		box-shadow: none;
	}

	body.vtxvn-deal-hot .deal-hot-hero__visual.has-product-artwork::before {
		display: none;
	}

	body.vtxvn-deal-hot .deal-hot-hero__visual.has-product-artwork .deal-hot-hero__image {
		object-fit: cover;
		object-position: center;
	}

	body.vtxvn-deal-hot .deal-hot-hero__visual.has-product-artwork .deal-hot-hero__spark {
		display: none;
	}

	body.vtxvn-deal-hot .deal-hot-hero__visual.has-product-artwork .deal-hot-hero__ticket {
		top: 18px;
		right: 18px;
		bottom: auto;
	}
}

.deal-hot-hero__ticket::before,
.deal-hot-hero__ticket::after {
	position: absolute;
	top: 50%;
	width: 28px;
	height: 52px;
	border-radius: 50%;
	background: #0877bb;
	content: '';
	transform: translateY(-50%);
}

.deal-hot-hero__ticket::before { left: -15px; }
.deal-hot-hero__ticket::after { right: -15px; }

.deal-hot-hero__ticket > span {
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.18em;
}

.deal-hot-hero__ticket > strong {
	margin: 7px 0 2px;
	font-size: clamp(3.2rem, 6vw, 5rem);
	font-weight: 800;
	line-height: 0.96;
	letter-spacing: -0.06em;
	text-shadow: 0 4px 18px rgba(95, 0, 8, 0.24);
}

.deal-hot-hero__ticket > small {
	margin-top: 10px;
	padding-top: 11px;
	border-top: 1px dashed rgba(255, 255, 255, 0.45);
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.75rem;
}

.deal-hot-hero__spark {
	position: absolute;
	z-index: 3;
	width: 12px;
	height: 12px;
	border-radius: 3px;
	background: var(--deal-gold);
	box-shadow: 0 0 22px rgba(255, 200, 61, 0.55);
	transform: rotate(32deg);
}

.deal-hot-hero__spark--1 { top: 18%; left: 12%; }
.deal-hot-hero__spark--2 { right: 12%; bottom: 15%; width: 8px; height: 8px; background: #8fe7ff; }

.deal-hot-categories {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 16px;
	margin-top: 14px;
	padding: 13px 15px;
	border: 1px solid #dbe6ee;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(18, 59, 91, 0.055);
}

.deal-hot-categories__heading {
	display: flex;
	align-items: center;
	gap: 7px;
	color: var(--deal-navy);
	font-size: 0.76rem;
	white-space: nowrap;
}

.deal-hot-categories__heading .dashicons {
	width: 18px;
	height: 18px;
	color: var(--deal-red);
	font-size: 18px;
}

.deal-hot-categories__scroller {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 32px;
	align-items: center;
	gap: 7px;
	min-width: 0;
}

.deal-hot-categories__scroller.can-scroll-prev.can-scroll-next {
	grid-template-columns: 32px minmax(0, 1fr) 32px;
}

.deal-hot-categories__scroller.can-scroll-prev:not(.can-scroll-next) {
	grid-template-columns: 32px minmax(0, 1fr);
}

.deal-hot-categories__list {
	display: flex;
	width: 100%;
	min-width: 0;
	align-items: center;
	gap: 8px;
	overflow-x: auto;
	padding: 2px;
	overscroll-behavior-inline: contain;
	scroll-behavior: smooth;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.deal-hot-categories__list::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

.deal-hot-filter-arrow {
	display: inline-grid;
	width: 32px;
	height: 32px;
	min-height: 32px;
	max-height: 32px;
	place-items: center;
	padding: 0;
	border: 1px solid #d6e3ec;
	border-radius: 50% !important;
	background: #f8fbfd;
	box-shadow: 0 1px 4px rgba(19, 62, 94, 0.08);
	color: #41627b;
	cursor: pointer;
}

.deal-hot-filter-arrow:disabled {
	display: none;
	pointer-events: none;
}

.deal-hot-filter-arrow:not(:disabled):hover,
.deal-hot-filter-arrow:not(:disabled):focus-visible {
	border-color: #9fc3dc;
	background: #eef7fc;
	color: var(--deal-blue);
}

.deal-hot-filter-arrow .dashicons {
	width: 18px;
	height: 18px;
	font-size: 18px;
}

.deal-hot-category {
	display: inline-flex;
	min-height: 34px;
	align-items: center;
	gap: 6px;
	flex: 0 0 auto;
	padding: 6px 11px;
	border: 1px solid #dce5ec;
	border-radius: 99px;
	background: #f8fafc;
	color: #334b60;
	font-size: 0.74rem;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}

.deal-hot-category small {
	display: inline-grid;
	min-width: 20px;
	height: 20px;
	place-items: center;
	padding: 0 5px;
	border-radius: 99px;
	background: #e8eef3;
	color: #63778a;
	font-size: 0.61rem;
}

.deal-hot-category:hover,
.deal-hot-category:focus-visible,
.deal-hot-category.is-active {
	border-color: #ef7d82;
	background: #fff0f1;
	color: #b71925;
}

.deal-hot-category.is-active small {
	background: var(--deal-red);
	color: #fff;
}

.deal-hot-filter-groups {
	display: grid;
	gap: 10px;
	margin-top: 14px;
}

.deal-hot-filter-groups .deal-hot-categories {
	margin-top: 0;
}

.deal-hot-products-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	clear: both;
	margin: 4px 0 14px;
	padding-bottom: 13px;
	border-bottom: 2px solid #e2e9ef;
}

.deal-hot-products-heading > div > span {
	display: block;
	margin-bottom: 3px;
	color: var(--deal-red);
	font-size: 0.67rem;
	font-weight: 750;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.deal-hot-products-heading h2 {
	margin: 0;
	color: var(--deal-navy);
	font-size: clamp(1.35rem, 2.4vw, 1.85rem);
	font-weight: 730;
	line-height: 1.2;
	letter-spacing: -0.025em;
}

.deal-hot-products-heading > strong {
	display: inline-flex;
	min-height: 30px;
	align-items: center;
	padding: 5px 10px;
	border-radius: 99px;
	background: #fff0f1;
	color: #b71925;
	font-size: 0.72rem;
	font-weight: 700;
	white-space: nowrap;
}

body.vtxvn-campaign-archive .woocommerce-result-count {
	margin: 0 0 18px;
}

body.vtxvn-campaign-archive .woocommerce-ordering {
	margin-top: -52px;
}

body.vtxvn-campaign-archive .woocommerce-ordering select {
	border-color: #d6e1e9;
	background-color: #fff;
	box-shadow: 0 4px 14px rgba(15, 53, 84, 0.05);
}

body.vtxvn-campaign-archive .woocommerce ul.products,
body.vtxvn-campaign-archive.woocommerce ul.products {
	margin-bottom: 40px;
}

body.vtxvn-campaign-archive .woocommerce ul.products li.product,
body.vtxvn-campaign-archive.woocommerce ul.products li.product {
	border-color: #dbe4eb;
	box-shadow: 0 7px 20px rgba(18, 59, 91, 0.05);
}

body.vtxvn-campaign-archive .woocommerce ul.products li.product:hover,
body.vtxvn-campaign-archive.woocommerce ul.products li.product:hover {
	border-color: #efb4b7;
	box-shadow: 0 14px 32px rgba(164, 28, 39, 0.1);
}

body.vtxvn-campaign-archive .vtxvn-product-card__sale {
	background: linear-gradient(135deg, #ee3440, #c81523);
	box-shadow: 0 5px 12px rgba(193, 20, 34, 0.2);
}

.deal-hot-seo-content {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
	gap: 30px;
	margin-top: 34px;
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid #dbe5ed;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(15, 53, 84, 0.06);
}

.deal-hot-seo-content__intro > span {
	color: var(--deal-red);
	font-size: 0.68rem;
	font-weight: 750;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.deal-hot-seo-content__intro h2,
.deal-hot-faq h2 {
	margin: 5px 0 14px;
	color: var(--deal-navy);
	font-size: clamp(1.45rem, 2.7vw, 2rem);
	font-weight: 720;
	line-height: 1.2;
	letter-spacing: -0.025em;
}

.deal-hot-seo-content__intro p {
	margin: 0;
	color: #596e80;
	font-size: 0.88rem;
	line-height: 1.72;
	text-align: justify;
}

.deal-hot-seo-content__intro p + p { margin-top: 12px; }

.deal-hot-seo-content__benefits {
	display: grid;
	gap: 9px;
}

.deal-hot-seo-content__benefits article {
	position: relative;
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	align-content: center;
	column-gap: 11px;
	padding: 13px 14px;
	border: 1px solid #e1e8ee;
	border-radius: 12px;
	background: #f9fbfc;
}

.deal-hot-seo-content__benefits article > .dashicons {
	grid-row: 1 / 3;
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 10px;
	background: #fff0f1;
	color: var(--deal-red);
	font-size: 20px;
}

.deal-hot-seo-content__benefits h3 {
	margin: 0;
	color: #263d51;
	font-size: 0.84rem;
	font-weight: 700;
}

.deal-hot-seo-content__benefits p {
	margin: 3px 0 0;
	color: #6a7e8f;
	font-size: 0.73rem;
	line-height: 1.45;
}

.deal-hot-faq {
	grid-column: 1 / -1;
	padding-top: 24px;
	border-top: 1px solid #e4ebf0;
}

.deal-hot-faq h2 {
	margin-top: 0;
	font-size: clamp(1.25rem, 2.3vw, 1.65rem);
}

.deal-hot-faq details {
	overflow: hidden;
	border: 1px solid #e0e8ee;
	border-radius: 11px;
	background: #fff;
}

.deal-hot-faq details + details { margin-top: 8px; }

.deal-hot-faq summary {
	display: flex;
	min-height: 48px;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 10px 14px;
	color: #263d51;
	font-size: 0.86rem;
	font-weight: 650;
	cursor: pointer;
	list-style: none;
}

.deal-hot-faq summary::-webkit-details-marker { display: none; }
.deal-hot-faq summary .dashicons { color: var(--deal-blue); transition: transform 0.18s ease; }
.deal-hot-faq details[open] summary .dashicons { transform: rotate(180deg); }

.deal-hot-faq details > p {
	margin: 0;
	padding: 0 14px 13px;
	color: #667b8d;
	font-size: 0.82rem;
	line-height: 1.6;
}

@media (max-width: 980px) {
	.deal-hot-hero {
		grid-template-columns: minmax(0, 1.25fr) minmax(250px, 0.75fr);
	}

	.deal-hot-hero__copy { padding: 38px; }
	.deal-hot-hero__visual { padding-right: 30px; }
	.deal-hot-hero__ticket { min-height: 190px; }

	.deal-hot-categories {
		grid-template-columns: 1fr;
		gap: 9px;
	}

	.deal-hot-seo-content {
		grid-template-columns: 1fr;
	}

	.deal-hot-faq { grid-column: 1; }
}

@media (max-width: 767px) {
	.deal-hot-filter-groups {
		gap: 8px;
		margin-top: 10px;
	}

	.deal-hot-hero__background::after {
		background: linear-gradient(180deg, rgba(2, 31, 60, 0.88) 0%, rgba(3, 57, 99, 0.72) 62%, rgba(4, 65, 110, 0.38) 100%);
	}

	body.vtxvn-campaign-archive .site-main--shop { padding-top: 5px; }

	.deal-hot-hero {
		min-height: 0;
		grid-template-columns: 1fr;
		border-radius: 15px;
	}

	.deal-hot-hero::before {
		top: auto;
		right: -130px;
		bottom: -120px;
		width: 330px;
		height: 330px;
	}

	.deal-hot-hero__copy {
		padding: 27px 21px 20px;
	}

	.deal-hot-hero h1 {
		font-size: clamp(1.75rem, 9vw, 2.45rem);
	}

	.deal-hot-hero__copy > p {
		margin-top: 13px;
		font-size: 0.84rem;
		line-height: 1.55;
	}

	.deal-hot-hero__actions {
		align-items: stretch;
		flex-direction: column;
		margin-top: 19px;
	}

	.deal-hot-hero__button { width: 100%; }

	.deal-hot-hero__assurances {
		gap: 7px 13px;
		margin-top: 17px;
	}

	.deal-hot-hero__visual {
		min-height: 150px;
		padding: 6px 22px 25px;
	}

	.deal-hot-hero__visual.has-product-artwork {
		min-height: 210px;
		padding: 0;
	}

	.deal-hot-hero__visual.has-product-artwork .deal-hot-hero__ticket {
		right: 12px;
		bottom: 12px;
		min-width: 128px;
		padding: 9px 12px;
		border-radius: 10px;
	}

	.deal-hot-hero__visual.has-product-artwork .deal-hot-hero__ticket > strong {
		font-size: 2.25rem;
	}

	.deal-hot-hero__visual.has-product-artwork .deal-hot-hero__ticket > small {
		font-size: 0.58rem;
	}

	.deal-hot-hero__ticket {
		width: 220px;
		min-height: 124px;
		padding: 17px 20px;
		border-radius: 14px;
		transform: rotate(2deg);
	}

	.deal-hot-hero__ticket > strong {
		font-size: 3rem;
	}

	.deal-hot-hero__ticket > small {
		margin-top: 6px;
		padding-top: 6px;
	}

	.deal-hot-hero__ticket::before,
	.deal-hot-hero__ticket::after {
		width: 22px;
		height: 38px;
	}

	.deal-hot-categories {
		margin-top: 10px;
		padding: 12px;
		border-radius: 12px;
	}

	.deal-hot-products-heading {
		align-items: flex-start;
		margin-top: 0;
	}

	.deal-hot-products-heading > strong { margin-top: 2px; }

	body.vtxvn-campaign-archive .woocommerce-result-count {
		margin-bottom: 9px;
	}

	body.vtxvn-campaign-archive .woocommerce-ordering {
		float: none;
		margin: 0 0 14px;
	}

	body.vtxvn-campaign-archive .woocommerce-ordering select {
		width: 100%;
		min-width: 0;
	}

	.deal-hot-seo-content {
		gap: 22px;
		margin-top: 24px;
		padding: 21px 16px;
		border-radius: 14px;
	}

	.deal-hot-seo-content__intro p { text-align: left; }
}

@media (max-width: 440px) {
	.deal-hot-hero__eyebrow {
		font-size: 0.62rem;
	}

	.deal-hot-hero__assurances {
		align-items: flex-start;
		flex-direction: column;
	}

	.deal-hot-products-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.deal-hot-seo-content__benefits article {
		grid-template-columns: 34px minmax(0, 1fr);
	}

	.deal-hot-seo-content__benefits article > .dashicons {
		width: 34px;
		height: 34px;
	}
}

@media (max-width: 767px) {
	body.vtxvn-deal-hot .deal-hot-hero__copy {
		padding: 20px 18px 12px;
	}

	body.vtxvn-deal-hot .deal-hot-hero__eyebrow {
		min-height: 26px;
		margin-bottom: 10px;
		padding: 4px 9px;
		font-size: 0.59rem;
		letter-spacing: 0.03em;
	}

	body.vtxvn-deal-hot .deal-hot-hero h1 {
		font-size: clamp(1.65rem, 7.4vw, 2rem);
		line-height: 1.04;
		letter-spacing: -0.04em;
	}

	body.vtxvn-deal-hot .deal-hot-hero__copy > p {
		margin-top: 10px;
		font-size: 0.78rem;
		line-height: 1.48;
	}

	body.vtxvn-deal-hot .deal-hot-hero__actions {
		gap: 7px;
		margin-top: 13px;
	}

	body.vtxvn-deal-hot .deal-hot-hero__button {
		min-height: 40px;
		padding: 8px 12px;
		font-size: 0.75rem;
	}

	body.vtxvn-deal-hot .deal-hot-hero__assurances {
		align-items: center;
		flex-direction: row;
		gap: 6px 11px;
		margin-top: 12px;
		font-size: 0.64rem;
		line-height: 1.25;
	}

	body.vtxvn-deal-hot .deal-hot-hero__assurances li {
		white-space: nowrap;
	}
}

@media (prefers-reduced-motion: reduce) {
	.deal-hot-hero__button,
	.deal-hot-faq summary .dashicons {
		transition: none;
	}
}
