/* Home product category pills → shop links */

a.eg-category-pill-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
	background-color: rgba(255, 255, 255, 0.92) !important;
	border: 1px solid rgba(255, 255, 255, 0.95) !important;
	color: #374151 !important;
	cursor: pointer;
	transition:
		border-color 0.2s ease,
		color 0.2s ease,
		background-color 0.2s ease,
		transform 0.15s ease;
}

a.eg-category-pill-link p {
	margin: 0;
	color: inherit;
	pointer-events: none;
}

a.eg-category-pill-link:hover,
a.eg-category-pill-link:focus-visible {
	background-color: #ffffff !important;
	color: #e07820 !important;
	border-color: rgba(224, 120, 32, 0.55) !important;
	transform: translateY(-1px);
}

a.eg-category-cta-link {
	color: inherit;
	text-decoration: none;
	font: inherit;
	transition: color 0.2s ease;
}

a.eg-category-cta-link:hover,
a.eg-category-cta-link:focus-visible {
	color: #e07820;
}

.eg-category-card-link {
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.2s ease;
}

.eg-category-card-link:hover,
.eg-category-card-link:focus-visible {
	transform: translateY(-2px);
}
