.ww-product-categories-ex-container {
	position: relative;
	min-height: 200px;
}

.ww-categories-loading {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 200px;
	padding: 40px;
}

.ww-categories-spinner {
	width: 50px;
	height: 50px;
	border: 5px solid #f3f3f3;
	border-top: 5px solid #667eea;
	border-radius: 50%;
	animation: ww-categories-spin 0.8s linear infinite;
	box-shadow: 0 2px 10px rgba(102, 126, 234, 0.3);
}

@keyframes ww-categories-spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
