/* Holiday flash-sale badges + product countdowns */

.sellingit-holiday-badge {
	display: inline-block;
	position: absolute;
	z-index: 5;
	top: 0.55rem;
	left: 0.55rem;
	max-width: calc(100% - 1.1rem);
	padding: 0.28rem 0.55rem;
	border-radius: 3px;
	background: #111827;
	color: #fff;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.25;
	text-transform: uppercase;
	pointer-events: none;
}

.sellingit-holiday-badge--upcoming {
	background: #0f766e;
}

.sellingit-holiday-badge--active {
	background: #b45309;
}

.sellingit-holiday-badge--single {
	position: static;
	display: inline-flex;
	margin: 0 0 0.75rem;
	font-size: 0.78rem;
	pointer-events: auto;
}

.products .product,
.fusion-product-wrapper,
li.product {
	position: relative;
}

.sellingit-holiday-cd {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.25rem 0.45rem;
	margin: 0.35rem 0 0.15rem;
	padding: 0.35rem 0.45rem;
	border-radius: 4px;
	background: #111827;
	color: #fff;
	font-size: 0.78rem;
	line-height: 1.3;
}

.sellingit-holiday-cd__label {
	opacity: 0.85;
	font-weight: 600;
}

.sellingit-holiday-cd__time {
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.02em;
	color: #5eead4;
}

.single-product .sellingit-holiday-cd {
	margin: 0.5rem 0 0.85rem;
	padding: 0.55rem 0.7rem;
	font-size: 0.9rem;
}

/* Holiday sale landing page */
.sellingit-holiday-page {
	max-width: 1200px;
	margin: 0 auto 2.5rem;
	padding: 0 1rem;
}

.sellingit-holiday-page__hero {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 1.75rem;
	padding: 1.35rem 1.25rem 1.2rem;
	border-radius: 6px;
	background: #111827;
	color: #fff;
	text-align: center !important;
}

.sellingit-holiday-page__eyebrow {
	margin: 0 0 0.35rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #5eead4;
}

.sellingit-holiday-page__hero h1,
body.page-slug-holiday-sale #wrapper #main .post-content .sellingit-holiday-page__hero h1,
body.page-id-1902 #wrapper #main .post-content .sellingit-holiday-page__hero h1,
body.page-slug-holiday-sale #wrapper #main .post-content .sellingit-holiday-page__hero h1.fusion-responsive-typography-calculated,
body.page-id-1902 #wrapper #main .post-content .sellingit-holiday-page__hero h1.fusion-responsive-typography-calculated {
	margin: 0 0 0.5rem;
	color: #fff !important;
	font-size: clamp(1.45rem, 3vw, 2rem);
	line-height: 1.2;
	text-align: center !important;
}

.sellingit-holiday-page__blurb,
body.page-slug-holiday-sale #wrapper #main .post-content .sellingit-holiday-page__hero p.sellingit-holiday-page__blurb,
body.page-id-1902 #wrapper #main .post-content .sellingit-holiday-page__hero p.sellingit-holiday-page__blurb {
	display: block;
	width: 100%;
	max-width: 36rem;
	margin: 0 auto 1rem !important;
	color: #cbd5e1;
	font-size: 0.98rem;
	text-align: center !important;
}

.sellingit-holiday-cd--hero {
	display: inline-flex;
	justify-content: center;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.08);
}

.sellingit-holiday-page__grid {
	margin: 0 0 1.5rem;
}

.sellingit-holiday-page__foot {
	text-align: center;
	margin: 0.5rem 0 0;
}

.sellingit-holiday-page__foot a,
.sellingit-holiday-page__cta,
a.sellingit-holiday-sale-link {
	color: #5eead4;
	font-weight: 700;
	text-decoration: none;
}

.sellingit-holiday-page__foot a:hover,
.sellingit-holiday-page__cta:hover,
a.sellingit-holiday-sale-link:hover {
	text-decoration: underline;
	color: #99f6e4;
}

.sellingit-holiday-page__empty {
	max-width: 36rem;
	margin: 2rem auto;
	text-align: center;
}

.sellingit-holiday-badge {
	text-decoration: none !important;
	pointer-events: auto;
}

.fusion-tb-header a.sellingit-holiday-sale-link {
	color: inherit !important;
	text-decoration: none !important;
}

body.page-id-holiday-sale #content,
body.page-slug-holiday-sale #content {
	float: none !important;
	width: 100% !important;
	max-width: 1200px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
