body.fi-cerere-page .wp-block-post-title,
body.fi-cerere-page .wp-block-post-featured-image {
	display: none;
}

body.fi-cerere-page main.wp-block-group,
body.fi-cerere-page main.wp-block-group > .wp-block-group {
	margin-top: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

body.fi-cerere-page .entry-content > .fi-cerere-list {
	max-width: none !important;
	width: auto !important;
}

.fi-cerere-add {
	position: relative;
}

.fi-cerere-added {
	display: none;
	position: absolute;
	inset: 0;
	z-index: 2;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	margin: 0;
	padding: 0.25rem;
	overflow: hidden;
	background: #caf300;
	color: #000;
	font-weight: 700;
	line-height: 1.15;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	pointer-events: none;
}

.fi-cerere-added.is-on {
	display: flex;
	animation: fi-cerere-flash 0.7s ease;
}

.fi-cerere-qty {
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-left: 0.4rem;
	padding: 0.08em 0.32em;
	background: #000;
	color: #caf300 !important;
	font-size: 1.1em;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 0;
	vertical-align: baseline;
}

[data-fi-nav].is-flash {
	position: relative;
	z-index: 0;
	isolation: isolate;
	transition: none !important;
}

[data-fi-nav].is-flash::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: #fff;
	pointer-events: none;
	animation: fi-cerere-veil 0.7s ease;
}

@keyframes fi-cerere-flash {
	0% {
		background-color: #caf300;
		color: #000;
	}
	45% {
		background-color: #fff;
		color: #000;
	}
	100% {
		background-color: #caf300;
		color: #000;
	}
}

@keyframes fi-cerere-veil {
	0% {
		opacity: 0;
	}
	45% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
