.eh-panel__content--search,
.eh-panel__content--account,
.eh-panel__content--mobile-menu {
	transform: translateY(1rem);
	transition: transform var(--eh-transition-slow);
}

.eh-panel.is-open .eh-panel__content--search,
.eh-panel.is-open .eh-panel__content--account,
.eh-panel.is-open .eh-panel__content--mobile-menu {
	transform: translateY(0);
}

.eh-site-header__inner,
.eh-icon-button,
.eh-button,
.eh-navigation__link,
.eh-account-menu__link,
.eh-mobile-menu__link {
	transition: all var(--eh-transition);
}

@media (prefers-reduced-motion: reduce) {
	.eh-panel,
	.eh-panel__content,
	.eh-site-header__inner,
	.eh-icon-button,
	.eh-button,
	.eh-navigation__link,
	.eh-account-menu__link,
	.eh-mobile-menu__link {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
	}
}
