.bh-mobile-bottom-nav {
	--bh-mbn-safe-area: 0px;
	background: #f1f6f8;
	box-sizing: border-box;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	width: 100%;
}

.bh-mobile-bottom-nav.has-safe-area {
	--bh-mbn-safe-area: env(safe-area-inset-bottom, 0px);
	padding-bottom: var(--bh-mbn-safe-area);
}

.bh-mobile-bottom-nav,
.bh-mobile-bottom-nav * {
	box-sizing: border-box;
}

.bh-mobile-bottom-nav__inner {
	align-items: stretch;
	display: flex;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px;
	width: 100%;
}

.bh-mobile-bottom-nav.is-scrollable .bh-mobile-bottom-nav__inner {
	overflow-x: auto;
	overscroll-behavior-x: contain;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.bh-mobile-bottom-nav.is-scrollable .bh-mobile-bottom-nav__inner::-webkit-scrollbar {
	display: none;
}

.bh-mobile-bottom-nav__item {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 0;
	color: #003d49;
	cursor: pointer;
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	font: inherit;
	justify-content: center;
	line-height: 1.15;
	margin: 0;
	min-width: 0;
	overflow: visible;
	position: relative;
	text-align: center;
	text-decoration: none;
	touch-action: manipulation;
	transition-property: color, background-color, transform;
}

.bh-mobile-bottom-nav.is-scrollable .bh-mobile-bottom-nav__item {
	flex: 0 0 auto;
}

.bh-mobile-bottom-nav__item:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: -3px;
}

.bh-mobile-bottom-nav__icon-wrap {
	display: inline-flex;
	line-height: 1;
	position: relative;
}

.bh-mobile-bottom-nav__icon {
	display: inline-flex;
	line-height: 1;
}

.bh-mobile-bottom-nav__icon i,
.bh-mobile-bottom-nav__icon svg {
	display: block;
	transition-property: fill, color, transform;
}

.bh-mobile-bottom-nav__icon svg {
	fill: currentColor;
}

.bh-mobile-bottom-nav__label {
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bh-mobile-bottom-nav__badge {
	align-items: center;
	display: inline-flex;
	font-size: 11px;
	font-weight: 600;
	justify-content: center;
	line-height: 1;
	padding: 0 5px;
	position: absolute;
	z-index: 1;
}

.bh-mobile-bottom-nav__cart-count.is-empty[data-hide-empty="yes"] {
	display: none;
}

.bh-mobile-bottom-nav-page-spacer {
	display: none;
	flex: 0 0 auto;
	pointer-events: none;
	width: 100%;
}

@media (prefers-reduced-motion: reduce) {
	.bh-mobile-bottom-nav__item,
	.bh-mobile-bottom-nav__icon i,
	.bh-mobile-bottom-nav__icon svg {
		transition-duration: 0s !important;
	}
}

/* In Elementor's editor canvas the bar is shown inline so it can be selected
 * and styled even while the canvas is using a desktop width. The live website
 * remains fixed and phone-only. */
.bh-mobile-bottom-nav.is-elementor-editor-preview,
body.elementor-editor-active .bh-mobile-bottom-nav,
body.elementor-editor-preview .bh-mobile-bottom-nav {
	bottom: auto !important;
	display: block !important;
	left: auto !important;
	margin: 0 !important;
	position: relative !important;
	right: auto !important;
	top: auto !important;
	transform: none !important;
	width: 100% !important;
	z-index: auto !important;
}
