/* Evrycard — hide sticky bottom navigation while typing on mobile. */
@media (max-width: 900px) {
	html.evry-typing .evry-mobile-nav,
	html.evry-typing .evry-bottom-nav,
	html.evry-typing .evrycard-mobile-nav,
	html.evry-typing .mobile-bottom-nav,
	html.evry-typing .elementor-sticky--effects[data-evry-bottom-bar],
	html.evry-typing [data-evry-bottom-nav],
	html.evry-typing .woocommerce-sticky-add-to-cart,
	html.evry-typing .sticky-add-to-cart,
	html.evry-typing .hfe-nav-menu__mobile-bottom,
	html.evry-typing #wpadminbar.evry-hide-on-type {
		opacity: 0 !important;
		visibility: hidden !important;
		pointer-events: none !important;
		transform: translateY(110%) !important;
		transition: transform .18s ease, opacity .18s ease !important;
	}
}
