/* Fenia Fabulous - Flash Cart Offer v1.1.1 */

.ff-flash-open {
	overflow: hidden;
}

/* POPUP */
.ff-flash-overlay {
	position: fixed !important;
	inset: 0 !important;
	z-index: 2147483001 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(0, 0, 0, .58);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .22s ease, visibility .22s ease;
}

.ff-flash-overlay.is-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.ff-flash-modal {
	position: relative;
	width: min(460px, 100%);
	padding: 38px 34px 30px;
	border-radius: 22px;
	background: #fff;
	color: #111;
	text-align: center;
	box-shadow: 0 24px 80px rgba(0, 0, 0, .28);
	transform: translateY(12px) scale(.985);
	transition: transform .22s ease;
}

.ff-flash-overlay.is-visible .ff-flash-modal {
	transform: translateY(0) scale(1);
}

.ff-flash-close {
	position: absolute !important;
	top: 12px;
	right: 14px;
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #111;
	font-size: 30px;
	line-height: 34px;
	cursor: pointer;
}

.ff-flash-kicker {
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .18em;
}

.ff-flash-modal h2 {
	margin: 0 0 12px;
	font-size: clamp(28px, 7vw, 38px);
	line-height: 1.05;
	font-weight: 800;
}

.ff-flash-modal p {
	margin: 0 auto 18px;
	max-width: 365px;
	font-size: 15px;
	line-height: 1.55;
}

.ff-flash-timer {
	margin: 22px auto 14px;
	padding: 15px 18px;
	border: 1px solid #e8e8e8;
	border-radius: 16px;
	background: #fafafa;
}

.ff-flash-timer-label {
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: 600;
	color: #666;
}

.ff-flash-time {
	display: block;
	font-variant-numeric: tabular-nums;
	font-size: 42px;
	line-height: 1;
	letter-spacing: .03em;
}

.ff-flash-note {
	margin-bottom: 20px !important;
	font-size: 12px !important;
	color: #666;
}

.ff-flash-checkout,
.ff-flash-continue {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border-radius: 12px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}

.ff-flash-checkout {
	padding: 15px 18px;
	background: #111;
	color: #fff !important;
}

.ff-flash-checkout:hover {
	background: #282828;
	color: #fff !important;
}

.ff-flash-continue {
	margin-top: 9px;
	padding: 12px 16px;
	border: 0;
	background: transparent;
	color: #555;
}

/*
 * ΜΙΚΡΟ FIXED TIMER
 * Default = ΠΑΝΤΑ hidden.
 * Εμφανίζεται μόνο όταν το JS βάλει .is-visible και το καλάθι δεν είναι άδειο.
 */
html body #ff-flash-pill.ff-flash-pill {
	--ff-progress: 0deg;
	position: fixed !important;
	right: 15px !important;
	left: auto !important;
	top: auto !important;
	bottom: 85px !important;
	z-index: 2147483000 !important;
	display: none !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 116px !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 11px 16px !important;
	float: none !important;
	transform: none !important;
	box-sizing: border-box !important;
	border: 3px solid transparent !important;
	border-radius: 999px !important;
	background:
		linear-gradient(#111, #111) padding-box,
		conic-gradient(
			#fff 0deg,
			#c8ac35 var(--ff-progress),
			rgba(255,255,255,.20) var(--ff-progress),
			rgba(255,255,255,.20) 360deg
		) border-box !important;
	color: #fff !important;
	box-shadow: 0 10px 28px rgba(0,0,0,.24);
	cursor: pointer;
	font-size: 13px;
	line-height: 1;
	white-space: nowrap;
}

html body #ff-flash-pill.ff-flash-pill.is-visible {
	display: flex !important;
}

.ff-flash-pill span {
	font-weight: 800;
}

.ff-flash-pill-time {
	min-width: 42px;
	font-variant-numeric: tabular-nums;
}

/* CHECKOUT PAUSE BAR */
.ff-flash-checkout-bar {
	position: fixed !important;
	left: 50% !important;
	right: auto !important;
	top: auto !important;
	bottom: 18px !important;
	z-index: 2147483000 !important;
	display: none !important;
	width: min(520px, calc(100% - 30px));
	transform: translateX(-50%) !important;
	box-sizing: border-box;
	padding: 12px 16px;
	border-radius: 14px;
	background: #111;
	color: #fff;
	box-shadow: 0 12px 35px rgba(0, 0, 0, .22);
	text-align: center;
	font-size: 13px;
}

.ff-flash-checkout-bar.is-visible {
	display: block !important;
}

.ff-flash-checkout-bar strong {
	margin-right: 7px;
}

@media (max-width: 600px) {
	.ff-flash-overlay {
		align-items: flex-end;
		padding: 12px;
	}

	.ff-flash-modal {
		padding: 34px 22px 24px;
		border-radius: 22px 22px 16px 16px;
	}

	.ff-flash-time {
		font-size: 38px;
	}

	html body #ff-flash-pill.ff-flash-pill {
		right: 12px !important;
		left: auto !important;
		top: auto !important;
		bottom: 115px !important;
	}

	.ff-flash-checkout-bar {
		bottom: 10px !important;
	}
}
