.curated-spa-loader,
.curated-spa-loader *,
.curated-spa-loader *::before,
.curated-spa-loader *::after {
	box-sizing: border-box;
}

.curated-spa-loader {
	background: #e9e8e3;
	color: #1c1b19;
	inset: 0;
	opacity: 0;
	overflow: hidden;
	pointer-events: all;
	position: fixed;
	transition: opacity 180ms ease;
	z-index: 72;
}

.admin-bar .curated-spa-loader {
	top: 32px;
}

.curated-spa-loader.is-visible {
	opacity: 1;
}

.curated-spa-loader.is-leaving {
	opacity: 0;
	pointer-events: none;
}

.curated-spa-loader__map {
	background:
		linear-gradient(31deg, transparent 46%, rgba(255, 253, 248, 0.88) 47%, rgba(255, 253, 248, 0.88) 49%, transparent 50%) 0 0 / 210px 170px,
		linear-gradient(108deg, transparent 46%, rgba(255, 253, 248, 0.7) 47%, rgba(255, 253, 248, 0.7) 49%, transparent 50%) 0 0 / 280px 230px,
		#e4e5e1;
	inset: 0;
	position: absolute;
}

.curated-spa-loader__map::after {
	background: linear-gradient(180deg, rgba(246, 242, 234, 0.72), rgba(246, 242, 234, 0.08) 45%, transparent);
	content: "";
	inset: 0;
	position: absolute;
}

.curated-spa-loader__map span {
	background: #b78328;
	border: 4px solid #fffdf8;
	border-radius: 50%;
	box-shadow: 0 5px 16px rgba(35, 29, 20, 0.18);
	height: 18px;
	left: 57%;
	position: absolute;
	top: 38%;
	width: 18px;
}

.curated-spa-loader__map span:nth-child(2) { left: 64%; top: 58%; }
.curated-spa-loader__map span:nth-child(3) { left: 76%; top: 47%; }
.curated-spa-loader__map span:nth-child(4) { left: 48%; top: 68%; }

.curated-spa-loader__brand {
	background: rgba(28, 27, 25, 0.12);
	border-radius: 999px;
	height: 25px;
	left: clamp(1rem, 4.5vw, 5.4rem);
	position: absolute;
	top: 28px;
	width: 170px;
	z-index: 2;
}

.curated-spa-loader__discover {
	left: 50%;
	position: absolute;
	top: 21%;
	transform: translateX(-50%);
	width: min(610px, calc(100% - 36px));
	z-index: 2;
}

.curated-spa-loader__discover strong,
.curated-spa-loader__discover span,
.curated-spa-loader__discover i,
.curated-spa-loader__ranking strong,
.curated-spa-loader__ranking small,
.curated-spa-loader__card b,
.curated-spa-loader__card em {
	animation: curated-spa-shimmer 1.25s ease-in-out infinite;
	background: linear-gradient(100deg, rgba(28, 27, 25, 0.09) 20%, rgba(255, 253, 248, 0.72) 42%, rgba(28, 27, 25, 0.09) 64%) 100% 0 / 240% 100%;
	border-radius: 999px;
	display: block;
}

.curated-spa-loader__discover strong {
	height: 52px;
	margin: 0 auto 20px;
	width: min(500px, 88%);
}

.curated-spa-loader__discover span {
	display: inline-block;
	height: 34px;
	margin: 0 3px 20px;
	width: calc(50% - 8px);
}

.curated-spa-loader__discover i {
	background-color: #fffdf8;
	border: 1px solid rgba(28, 27, 25, 0.1);
	height: 66px;
	width: 100%;
}

.curated-spa-loader__ranking {
	background: rgba(255, 253, 248, 0.94);
	border: 1px solid rgba(28, 27, 25, 0.13);
	border-radius: 22px;
	bottom: 22px;
	box-shadow: 0 18px 60px rgba(35, 29, 20, 0.15);
	left: 22px;
	padding: 24px;
	position: absolute;
	top: 104px;
	width: min(470px, calc(100% - 44px));
	z-index: 2;
}

.curated-spa-loader__ranking > strong { height: 31px; width: 67%; }
.curated-spa-loader__ranking > small { height: 12px; margin: 12px 0 24px; width: 44%; }

.curated-spa-loader__card {
	align-items: center;
	border-top: 1px solid rgba(28, 27, 25, 0.1);
	display: grid;
	gap: 12px;
	grid-template-columns: 38px 1fr;
	min-height: 86px;
	padding: 15px 0;
}

.curated-spa-loader__card i {
	align-items: center;
	background: #1c1b19;
	border-radius: 50%;
	color: #fffdf8;
	display: flex;
	font-size: 0.75rem;
	font-style: normal;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.curated-spa-loader__card b { height: 17px; width: 74%; }
.curated-spa-loader__card em { grid-column: 2; height: 11px; margin-top: -19px; width: 48%; }

.curated-spa-loader__label {
	background: rgba(255, 253, 248, 0.95);
	border: 1px solid rgba(28, 27, 25, 0.12);
	border-radius: 999px;
	bottom: 22px;
	box-shadow: 0 10px 32px rgba(35, 29, 20, 0.12);
	font-size: 0.72rem;
	font-weight: 760;
	left: 50%;
	letter-spacing: 0.04em;
	margin: 0;
	padding: 0.7rem 1rem;
	position: absolute;
	transform: translateX(-50%);
	white-space: nowrap;
	z-index: 3;
}

.curated-spa-loader.has-error .curated-spa-loader__label {
	color: #765315;
}

@keyframes curated-spa-shimmer {
	to { background-position: -100% 0; }
}

@media (max-width: 782px) {
	.admin-bar .curated-spa-loader { top: 46px; }
	.curated-spa-loader__brand { height: 20px; left: 30px; top: 18px; width: 125px; }
	.curated-spa-loader__discover { top: 14%; }
	.curated-spa-loader__discover strong { height: 60px; width: 94%; }
	.curated-spa-loader__discover i { bottom: 18px; height: 62px; position: fixed; }
	.curated-spa-loader__ranking {
		border-radius: 20px 20px 0 0;
		bottom: 0;
		left: 0;
		max-height: 49%;
		overflow: hidden;
		padding: 20px;
		top: auto;
		width: 100%;
	}
	.curated-spa-loader__card { min-height: 76px; }
	.curated-spa-loader__label { bottom: 14px; }
	.curated-spa-loader.is-ranking .curated-spa-loader__label { bottom: calc(49% + 12px); }
}

@media (prefers-reduced-motion: reduce) {
	.curated-spa-loader { transition-duration: 1ms; }
	.curated-spa-loader__discover strong,
	.curated-spa-loader__discover span,
	.curated-spa-loader__discover i,
	.curated-spa-loader__ranking strong,
	.curated-spa-loader__ranking small,
	.curated-spa-loader__card b,
	.curated-spa-loader__card em { animation: none; }
}
