.hc-weekend-timer[hidden] {
	display: none !important;
}

.hc-weekend-timer {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	max-width: 100%;
	padding: 11px 14px;
	border: 1px solid rgba(90, 29, 8, 0.12);
	border-radius: 6px;
	background: #fff8f5;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
	color: #1e1e1e;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0;
}

.hc-weekend-timer--single {
	width: 100%;
	max-width: 100%;
	margin-top: 16px;
}

#qodef-woo-page.qodef--single .summary > .hc-weekend-timer--single,
#qodef-woo-page.qodef--single .entry-summary > .hc-weekend-timer--single {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 100%;
	gap: 12px;
	padding: 10px 12px;
}

#qodef-woo-page.qodef--single .hc-weekend-timer--single .hc-weekend-timer__countdown {
	width: auto;
	justify-content: flex-end;
	white-space: nowrap;
}

#qodef-woo-page.qodef--single form.cart .single_add_to_cart_button {
	white-space: nowrap;
}

.hc-weekend-timer--cart,
.hc-weekend-timer--checkout,
.hc-weekend-timer--sidecart {
	display: flex;
	justify-content: space-between;
	margin: 0 0 16px;
}

.hc-weekend-timer--sidecart {
	margin: 10px 16px;
}

.hc-weekend-timer__promo {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.hc-weekend-timer__title {
	color: #5a1d08;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
	white-space: nowrap;
}

.hc-weekend-timer__discount {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
	padding: 3px 8px;
	border-radius: 999px;
	background: #5a1d08;
	color: #fff;
	font-family: inherit;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	white-space: nowrap;
}

.hc-weekend-timer__countdown {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #2c2c2c;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	white-space: normal;
}

.hc-weekend-timer__digits {
	display: inline-block;
	min-width: 72px;
	color: #f14c21;
	font-variant-numeric: tabular-nums;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
	text-align: right;
	animation: hc-weekend-timer-pulse 1s ease-in-out infinite;
}

@keyframes hc-weekend-timer-pulse {
	0%, 100% {
		opacity: 1;
	}

	50% {
		opacity: 0.72;
	}
}

@media (max-width: 680px) {
	.hc-weekend-timer {
		width: 100%;
		flex-wrap: wrap;
		justify-content: space-between;
		font-size: 13px;
	}

	.hc-weekend-timer--single {
		margin-top: 10px;
		max-width: 100%;
	}
}
