.sas-header-id-search--loading {
	opacity: 0.98;
}

.sas-header-id-search__notice {
	margin-top: 10px;
	padding: 10px 14px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.92);
	color: #111827;
	font-size: 14px;
	line-height: 1.3;
}

.sas-header-id-search__notice--loading {
	display: flex;
	gap: 10px;
	align-items: center;
}

.e-search-results-container.sas-catalog-results-overlay {
	/* Prevent the overlay from blocking clicks on the submit button in header layouts. */
	pointer-events: none;
}

.sas-header-id-search__spinner {
	width: 14px;
	height: 14px;
	border-radius: 999px;
	border: 2px solid rgba(17, 24, 39, 0.2);
	border-top-color: rgba(17, 24, 39, 0.8);
	animation: sas-spin 0.9s linear infinite;
	flex: 0 0 auto;
}

@keyframes sas-spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

/* Elementor Pro "Search" widget: disable submit while loading. */
.sas-header-id-search--loading .e-search-submit,
.sas-header-id-search--loading .elementor-search-form__submit {
	pointer-events: none;
	opacity: 0.7;
}
