.theme-spesial:not(.article-preview, .salesposter) body::after {
	content: 'Laster saken…';
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 100vh;
	line-height: 100dvh;
	position: fixed;
	inset: 0;
	background-color: var(--color-black);
	color: var(--color-white);
	font-family: var(--font-system);
	font-size: 0.825rem;
	pointer-events: none;
	opacity: 1;
	z-index: 300000000;
	text-align: center;
	transition: opacity 0.2s ease;
}

.theme-spesial.lastet:not(.article-preview, .salesposter) body::after {
	opacity: 0;
	pointer-events: none;
}
.theme-spesial:not(.article-preview, .salesposter) article {
	opacity: 0;
}
.theme-spesial.lastet:not(.article-preview, .salesposter) article {
	opacity: 1;
}