.bee1-mmb-item {
	position: relative;
}

.bee1-mmb-panel {
	left: 0;
	padding-top: 12px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}

.bee1-mmb-panel[hidden] {
	display: none !important;
}

/* Mobile inline-panel mode — anakonline-style: panel renders as a flow block
   directly inside the parent <li>, instead of fixed overlay. */
.bee1-mmb-panel--mobile-inline {
	left: auto;
	padding-top: 0;
	position: static;
	top: auto;
	width: 100%;
	z-index: auto;
}

.bee1-mmb-panel--mobile-inline .bee1-mmb-panel__surface {
	border-radius: 12px;
	box-shadow: none;
	margin-block: 8px 12px;
	max-height: none;
	min-width: 0;
	width: 100%;
}

.bee1-mmb-panel__surface {
	background: #fff;
	border: 1px solid rgba(23, 31, 59, 0.08);
	border-radius: 20px;
	box-shadow: 0 24px 60px rgba(14, 18, 38, 0.16);
	color: #171f3b;
	margin-inline: auto;
	min-width: min(360px, calc(100vw - 24px));
	overflow-y: auto;
	padding: var(--bee1-mmb-content-padding, 24px);
	--bee1-mmb-hover-surface: rgb(249, 250, 252);
	--bee1-mmb-hover-tint: rgba(249, 250, 252, 1);
	--bee1-mmb-hover-border-color: rgba(249, 250, 252, 0.9);
	--bee1-mmb-hover-text-scale: 1.02;
	--bee1-mmb-hover-transform: translateY(-2px);
	--bee1-mmb-hover-shadow: 0 14px 28px rgba(23, 31, 59, 0.10);
	--bee1-mmb-hover-duration: 0.18s;
}

/* ─── Theme isolation reset ─────────────────────────────────────────────────
   The panel is injected inside a <li> nav item on the frontend, so theme
   rules like  nav ul li a { padding: 10px 0 }  or  .menu a { margin: ... }
   leak in with higher specificity and produce gaps not seen in the preview.
   !important is intentional here: we are cancelling inherited theme junk,
   not overriding our own design tokens.
   ────────────────────────────────────────────────────────────────────────── */
.bee1-mmb-panel__surface,
.bee1-mmb-panel__surface *,
.bee1-mmb-panel__surface *::before,
.bee1-mmb-panel__surface *::after {
	box-sizing: border-box !important;
}

.bee1-mmb-panel__surface a,
.bee1-mmb-panel__surface ul,
.bee1-mmb-panel__surface li,
.bee1-mmb-panel__surface img {
	margin: 0 !important;
	padding: 0 !important;
}

.bee1-mmb-panel__surface img {
	display: block !important;
	max-height: none !important;
	max-width: 100% !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.bee1-mmb-panel__surface a {
	border: 0 !important;
	color: inherit !important;
	line-height: inherit !important;
	min-height: 0 !important;
	text-decoration: none !important;
}

.bee1-mmb-panel__surface ul {
	list-style: none !important;
}

.bee1-mmb-panel__surface li {
	float: none !important;
	position: static !important;
}

.bee1-mmb-panel__surface .bee1-mmb-category-card__media,
.bee1-mmb-panel__surface .bee1-mmb-fp-item__media {
	display: block !important;
	overflow: hidden !important;
	visibility: visible !important;
}

.bee1-mmb-panel__surface img {
	max-width: 100% !important;
}

/* Re-apply our own padding rules after the reset (these need !important too
   so they win over the reset above which also used !important).           */
.bee1-mmb-panel__surface .bee1-mmb-category-list--list .bee1-mmb-category-card {
	background: transparent !important;
	border: 0 !important;
	display: flex !important;
	line-height: 1.4 !important;
	padding: 3px 8px !important;
}

.bee1-mmb-panel__surface .bee1-mmb-category-list--list .bee1-mmb-category-card:hover,
.bee1-mmb-panel__surface .bee1-mmb-category-list--list .bee1-mmb-category-card:hover .bee1-mmb-category-card__title {
	color: inherit !important;
}

.bee1-mmb-panel__surface .bee1-mmb-category-list--list .bee1-mmb-category-card__body {
	padding: 0 !important;
}

.bee1-mmb-panel__surface .bee1-mmb-category-card__body {
	padding: 0 16px 16px !important;
}

.bee1-mmb-panel__surface .bee1-mmb-banner__content {
	padding: 18px !important;
}

.bee1-mmb-panel__surface .bee1-mmb-banner__badge {
	padding: 6px 10px !important;
}

.bee1-mmb-panel__surface .bee1-mmb-link-card {
	padding: 6px 8px !important;
}

.bee1-mmb-panel__surface .bee1-mmb-row,
.bee1-mmb-panel__surface .bee1-mmb-column,
.bee1-mmb-panel__surface .bee1-mmb-block,
.bee1-mmb-panel__surface .bee1-mmb-category-list,
.bee1-mmb-panel__surface .bee1-mmb-links {
	min-width: 0 !important;
	width: 100% !important;
}

.bee1-mmb-panel__surface .bee1-mmb-category-card,
.bee1-mmb-panel__surface .bee1-mmb-banner {
	display: grid !important;
	width: 100% !important;
}

.bee1-mmb-panel__surface .bee1-mmb-link-card {
	align-items: center !important;
	display: flex !important;
	text-align: start !important;
	width: 100% !important;
}

.bee1-mmb-panel__surface--container {
	width: min(1100px, calc(100vw - 24px));
}

.bee1-mmb-panel__surface--full-width {
	width: min(calc(100vw - 24px), var(--bee1-mmb-max-width, 1440px));
}

.bee1-mmb-panel__surface--custom {
	width: min(var(--bee1-mmb-max-width, 1440px), calc(100vw - 24px));
}

.bee1-mmb-panel__surface--full-screen {
	max-width: none;
	width: calc(100vw - 24px);
}

.bee1-mmb-panel__surface--match-theme {
	/* Width is set inline by JS from the theme container's bounding rect.
	   Fallback before JS runs: behave like container mode. */
	width: var(--bee1-mmb-matched-width, min(1100px, calc(100vw - 24px)));
}

.bee1-mmb-row {
	display: grid;
	gap: var(--bee1-mmb-column-gap, 24px);
	grid-template-columns: repeat(12, minmax(0, 1fr));
	min-height: var(--bee1-mmb-row-min-height, auto);
}

.bee1-mmb-row+.bee1-mmb-row {
	margin-top: var(--bee1-mmb-row-gap, 24px);
}

.bee1-mmb-column {
	align-content: start;
	display: grid;
	gap: 20px;
	grid-column: span var(--bee1-mmb-column-span, 12);
	min-width: 0;
}

.bee1-mmb-column--empty {
	align-content: stretch;
	min-height: 1px;
}

.bee1-mmb-column__spacer {
	min-height: 1px;
	width: 100%;
}

.bee1-mmb-block {
	display: grid;
	gap: 16px;
}

.bee1-mmb-block--brand-list {
	text-align: var(--bee1-mmb-brand-text-align, left);
}

.bee1-mmb-block--brand-list .bee1-mmb-block__title {
	font-size: var(--bee1-mmb-brand-title-size, 18px);
	text-align: var(--bee1-mmb-brand-text-align, left);
	transform-origin: var(--bee1-mmb-brand-title-origin, center left);
}

.bee1-mmb-block__title {
	color: #171f3b;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
	transform-origin: center right;
	transition: color var(--bee1-mmb-hover-duration, 0.18s) ease, transform var(--bee1-mmb-hover-duration, 0.18s) ease;
}

.bee1-mmb-block:hover .bee1-mmb-block__title {
	transform: scale(var(--bee1-mmb-hover-text-scale, 1));
}

.bee1-mmb-category-header {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 4px;
	text-align: center;
}

.bee1-mmb-category-header__media {
	display: block;
	text-decoration: none;
	width: 100px;
}

.bee1-mmb-category-header__media img {
	aspect-ratio: 1;
	border-radius: 50%;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.bee1-mmb-category-header__title {
	color: #171f3b;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none;
	transform-origin: center right;
	transition: color var(--bee1-mmb-hover-duration, 0.18s) ease, transform var(--bee1-mmb-hover-duration, 0.18s) ease;
}

a.bee1-mmb-category-header__title:hover {
	transform: scale(var(--bee1-mmb-hover-text-scale, 1));
	text-decoration: underline;
}

.bee1-mmb-category-list {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(var(--bee1-mmb-block-columns, 1), minmax(0, 1fr));
}

.bee1-mmb-category-list--list {
	gap: var(--bee1-mmb-list-gap, 4px);
	grid-template-columns: 1fr;
}

.bee1-mmb-category-list--list .bee1-mmb-category-card {
	background: transparent;
	border: 0;
	border-radius: 6px;
	display: flex;
	padding: 3px 8px;
	transition: background-color var(--bee1-mmb-hover-duration, 0.18s) ease, color var(--bee1-mmb-hover-duration, 0.18s) ease;
}

.bee1-mmb-category-list--list .bee1-mmb-category-card:hover {
	background: var(--bee1-mmb-hover-surface);
	border-color: transparent;
	box-shadow: none;
	transform: none;
}

.bee1-mmb-category-list--list .bee1-mmb-category-card:hover .bee1-mmb-category-card__title {
	transform: scale(var(--bee1-mmb-hover-text-scale, 1));
}

.bee1-mmb-category-list--list .bee1-mmb-category-card__title {
	font-size: 14px;
	font-weight: 500;
	transform-origin: center right;
	transition: transform var(--bee1-mmb-hover-duration, 0.18s) ease;
}

.bee1-mmb-category-card {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 18px;
	color: #171f3b;
	display: grid;
	gap: 14px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	transition: transform var(--bee1-mmb-hover-duration, 0.18s) ease, box-shadow var(--bee1-mmb-hover-duration, 0.18s) ease, border-color var(--bee1-mmb-hover-duration, 0.18s) ease, background-color var(--bee1-mmb-hover-duration, 0.18s) ease;
}

.bee1-mmb-category-card:hover {
	background: var(--bee1-mmb-hover-surface);
	border-color: var(--bee1-mmb-hover-border-color);
	box-shadow: var(--bee1-mmb-hover-shadow);
	transform: var(--bee1-mmb-hover-transform);
}

.bee1-mmb-category-card__media img {
	aspect-ratio: 4 / 3;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.bee1-mmb-category-card__body {
	display: grid;
	gap: 8px;
	padding: 0 16px 16px;
}

.bee1-mmb-category-card__title {
	font-weight: 700;
	transform-origin: center right;
	transition: color var(--bee1-mmb-hover-duration, 0.18s) ease, transform var(--bee1-mmb-hover-duration, 0.18s) ease;
}

.bee1-mmb-category-card__description,
.bee1-mmb-category-card__count {
	color: #64748b;
	font-size: 13px;
	line-height: 1.45;
	transition: color var(--bee1-mmb-hover-duration, 0.18s) ease;
}

.bee1-mmb-category-card:hover .bee1-mmb-category-card__title,
.bee1-mmb-category-card:hover .bee1-mmb-category-card__description,
.bee1-mmb-category-card:hover .bee1-mmb-category-card__count {
	color: inherit;
}

.bee1-mmb-category-card:hover .bee1-mmb-category-card__title {
	transform: scale(var(--bee1-mmb-hover-text-scale, 1));
}

.bee1-mmb-banner {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 20px;
	color: #171f3b;
	display: grid;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	transition: transform var(--bee1-mmb-hover-duration, 0.18s) ease, box-shadow var(--bee1-mmb-hover-duration, 0.18s) ease, border-color var(--bee1-mmb-hover-duration, 0.18s) ease, background-color var(--bee1-mmb-hover-duration, 0.18s) ease;
}

.bee1-mmb-banner:hover {
	background: var(--bee1-mmb-hover-surface);
	border-color: var(--bee1-mmb-hover-border-color);
	box-shadow: var(--bee1-mmb-hover-shadow);
	transform: var(--bee1-mmb-hover-transform);
}

.bee1-mmb-banner__media img {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.bee1-mmb-banner__content {
	display: grid;
	gap: 10px;
	padding: 18px;
}

.bee1-mmb-banner__badge {
	background: #fffce8;
	border-radius: 999px;
	color: #171f3b;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 10px;
	transition: color var(--bee1-mmb-hover-duration, 0.18s) ease, background-color var(--bee1-mmb-hover-duration, 0.18s) ease;
	width: fit-content;
}

.bee1-mmb-banner__title {
	transform-origin: center right;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	transition: color var(--bee1-mmb-hover-duration, 0.18s) ease, transform var(--bee1-mmb-hover-duration, 0.18s) ease;
}

.bee1-mmb-banner__description {
	color: #64748b;
	font-size: 14px;
	line-height: 1.5;
	transition: color var(--bee1-mmb-hover-duration, 0.18s) ease;
}

.bee1-mmb-banner:hover .bee1-mmb-banner__title,
.bee1-mmb-banner:hover .bee1-mmb-banner__description,
.bee1-mmb-banner:hover .bee1-mmb-banner__badge {
	color: inherit;
}

.bee1-mmb-banner:hover .bee1-mmb-banner__title {
	transform: scale(var(--bee1-mmb-hover-text-scale, 1));
}

.bee1-mmb-banner:hover .bee1-mmb-banner__badge {
	background: rgba(255, 255, 255, 0.72);
}

.bee1-mmb-block--links {
	gap: 6px;
}

.bee1-mmb-block--links .bee1-mmb-block__title {
	border-bottom: 2px solid #171f3b;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.01em;
	line-height: 1.3;
	padding-bottom: 8px;
	text-align: start;
	text-transform: uppercase;
}

.bee1-mmb-links {
	display: grid;
	gap: 0;
}

.bee1-mmb-links--grid {
	grid-template-columns: repeat(var(--bee1-mmb-link-columns, 1), minmax(0, 1fr));
}

.bee1-mmb-link-card {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 6px;
	color: #3b4263;
	display: flex;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	padding: 6px 8px;
	position: relative;
	text-align: start;
	text-decoration: none;
	transition: background-color var(--bee1-mmb-hover-duration, 0.18s) ease, color var(--bee1-mmb-hover-duration, 0.18s) ease;
}

.bee1-mmb-link-card__label {
	transform-origin: center right;
	transition: color var(--bee1-mmb-hover-duration, 0.18s) ease;
}

.bee1-mmb-link-card:hover {
	background: var(--bee1-mmb-hover-surface, #f4f5f7);
	color: #171f3b;
}

.bee1-mmb-link-card:hover .bee1-mmb-link-card__label,
.bee1-mmb-link-card--static:hover .bee1-mmb-link-card__label {
	color: inherit;
}

.bee1-mmb-link-card--static {
	cursor: default;
}

.bee1-mmb-link-card--static:hover {
	background: var(--bee1-mmb-hover-surface);
	box-shadow: none;
	transform: none;
}

/* ─── Brand List Block ──────────────────────────────────────────────────── */
.bee1-mmb-brand-list {
	display: grid;
	gap: var(--bee1-mmb-list-gap, 4px);
	grid-template-columns: repeat(var(--bee1-mmb-block-columns, 4), minmax(0, 1fr));
}

.bee1-mmb-brand-list[dir="ltr"] {
	direction: ltr;
}

.bee1-mmb-brand-list[dir="rtl"] {
	direction: rtl;
}

.bee1-mmb-brand-list--uppercase {
	text-transform: uppercase;
}

.bee1-mmb-brand-item {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 8px;
	color: #171f3b;
	display: flex;
	gap: 6px;
	justify-content: var(--bee1-mmb-brand-item-justify, flex-start);
	line-height: 1.4;
	padding: 4px 10px;
	text-align: var(--bee1-mmb-brand-text-align, left);
	text-decoration: none;
	transition: background-color var(--bee1-mmb-hover-duration, 0.18s) ease, color var(--bee1-mmb-hover-duration, 0.18s) ease, box-shadow var(--bee1-mmb-hover-duration, 0.18s) ease;
	width: 100%;
}

.bee1-mmb-brand-item:hover {
	background: var(--bee1-mmb-hover-surface);
	box-shadow: 0 2px 8px rgba(23, 31, 59, 0.06);
}

.bee1-mmb-brand-item__name {
	font-size: var(--bee1-mmb-brand-font-size, 14px);
	letter-spacing: 0.01em;
	transform-origin: var(--bee1-mmb-brand-title-origin, center left);
	transition: transform var(--bee1-mmb-hover-duration, 0.18s) ease;
}

.bee1-mmb-brand-item:hover .bee1-mmb-brand-item__name {
	transform: scale(var(--bee1-mmb-hover-text-scale, 1));
}

.bee1-mmb-brand-item__count {
	background: #f0f4ff;
	border-radius: 999px;
	color: #64748b;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	padding: 2px 7px;
}

/* Panel surface overrides for brand list (theme isolation) */
.bee1-mmb-panel__surface .bee1-mmb-brand-list {
	min-width: 0 !important;
	width: 100% !important;
}

.bee1-mmb-panel__surface .bee1-mmb-brand-item {
	background: transparent !important;
	border: 0 !important;
	display: flex !important;
	justify-content: var(--bee1-mmb-brand-item-justify, flex-start) !important;
	line-height: 1.4 !important;
	padding: 4px 10px !important;
	text-align: var(--bee1-mmb-brand-text-align, left) !important;
	width: 100% !important;
}

.bee1-mmb-panel__surface .bee1-mmb-brand-item:hover,
.bee1-mmb-panel__surface .bee1-mmb-brand-item:hover .bee1-mmb-brand-item__name {
	color: inherit !important;
}

/* ─── v1.1.9: Mobile toggle chevron ─────────────────────────────────────── */
.bee1-mmb-toggle {
	display: none;
}

/* ─── v1.1.9: Mobile close button (hidden on desktop) ──────────────────── */
.bee1-mmb-panel__close {
	display: none;
}

@media (max-width: 1024px) {

	/* ── Toggle chevron button ─────────────────────────────────────────── */
	.bee1-mmb-toggle {
		align-items: center;
		background: transparent;
		border: 0;
		cursor: pointer;
		display: inline-flex;
		flex: 0 0 44px;
		height: 44px;
		justify-content: center;
		padding: 0;
		-webkit-tap-highlight-color: transparent;
		width: 44px;
	}

	.bee1-mmb-toggle::after {
		border-color: currentColor;
		border-style: solid;
		border-width: 0 2px 2px 0;
		content: '';
		display: block;
		height: 8px;
		transform: rotate(45deg);
		transition: transform 0.25s ease;
		width: 8px;
	}

	.bee1-mmb-item[data-bee1-mmb-open="true"] .bee1-mmb-toggle::after {
		transform: rotate(-135deg);
	}

	/* ── Close button inside panel ────────────────────────────────────── */
	.bee1-mmb-panel__close {
		align-items: center;
		background: #f3f4f6;
		border: 0;
		border-radius: 50%;
		cursor: pointer;
		display: flex;
		height: 36px;
		justify-content: center;
		margin-inline-start: auto;
		margin-bottom: 8px;
		padding: 0;
		position: relative;
		-webkit-tap-highlight-color: transparent;
		width: 36px;
	}

	.bee1-mmb-panel__close::before,
	.bee1-mmb-panel__close::after {
		background: #171f3b;
		border-radius: 1px;
		content: '';
		height: 2px;
		position: absolute;
		width: 14px;
	}

	.bee1-mmb-panel__close::before {
		transform: rotate(45deg);
	}

	.bee1-mmb-panel__close::after {
		transform: rotate(-45deg);
	}

	/* ── Slide-down animation ─────────────────────────────────────────── */
	.bee1-mmb-panel:not([hidden]) {
		animation: bee1MmbSlideDown 0.3s ease forwards;
	}

	@keyframes bee1MmbSlideDown {
		from {
			max-height: 0;
			opacity: 0;
			overflow: hidden;
		}

		to {
			max-height: 2000px;
			opacity: 1;
			overflow: visible;
		}
	}

	.bee1-mmb-item {
		display: flex !important;
		flex-wrap: wrap !important;
		position: static;
		width: 100% !important;
	}

	.bee1-mmb-item>[data-bee1-mmb-link] {
		flex: 1 1 auto;
		min-width: 0;
	}

	.bee1-mmb-panel {
		display: block !important;
		flex: 0 0 100% !important;
		float: none !important;
		left: auto;
		margin: 0;
		max-width: 100%;
		min-width: 0;
		order: 100;
		padding-top: 10px;
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
		z-index: auto;
	}

	.bee1-mmb-panel__surface,
	.bee1-mmb-panel__surface--container,
	.bee1-mmb-panel__surface--full-width,
	.bee1-mmb-panel__surface--custom,
	.bee1-mmb-panel__surface--full-screen {
		border-radius: 16px;
		display: block !important;
		margin-inline: 0;
		max-height: none;
		max-width: 100%;
		min-width: 0;
		overflow: hidden;
		overflow-y: visible;
		padding: 16px;
		width: 100%;
	}

	.bee1-mmb-row {
		align-items: stretch;
		display: grid !important;
		gap: 16px;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.bee1-mmb-column {
		align-content: start;
		display: grid !important;
		grid-column: 1 / -1 !important;
		gap: 16px;
		width: 100%;
	}

	.bee1-mmb-category-list,
	.bee1-mmb-links,
	.bee1-mmb-links--grid {
		display: grid !important;
		width: 100%;
	}

	.bee1-mmb-category-list--cards,
	.bee1-mmb-category-list--list {
		grid-template-columns: repeat(var(--bee1-mmb-mobile-columns, 1), minmax(0, 1fr));
	}

	.bee1-mmb-brand-list {
		grid-template-columns: repeat(var(--bee1-mmb-block-mobile-columns, 2), minmax(0, 1fr));
	}

	.bee1-mmb-links--grid,
	.bee1-mmb-links--vertical {
		grid-template-columns: repeat(var(--bee1-mmb-mobile-columns, 1), minmax(0, 1fr));
	}

	.bee1-mmb-category-card,
	.bee1-mmb-link-card,
	.bee1-mmb-banner,
	.bee1-mmb-block {
		max-width: 100%;
		min-width: 0;
		width: 100%;
	}

	.bee1-mmb-category-card__body,
	.bee1-mmb-banner__content,
	.bee1-mmb-link-card__label {
		min-width: 0;
		overflow-wrap: anywhere;
		word-break: break-word;
	}

	.bee1-mmb-block__title,
	.bee1-mmb-category-header__title,
	.bee1-mmb-banner__title {
		font-size: 18px;
	}

	/* Force mobile layout overrides to defeat global !important rules on mobile viewports */
	.bee1-mmb-panel {
		position: relative !important;
		padding-top: 0 !important;
	}
	.bee1-mmb-panel__surface .bee1-mmb-row {
		grid-template-columns: 1fr !important;
		gap: 16px !important;
	}
	.bee1-mmb-panel__surface .bee1-mmb-column {
		grid-column: 1 / -1 !important;
	}
}


/* ─── v1.1.0: Auto Categories block ─────────────────────────────────────── */
.bee1-mmb-block--auto-categories .bee1-mmb-auto-cats {
	display: grid;
	grid-template-columns: repeat(var(--bee1-mmb-auto-cat-cols, 4), minmax(0, 1fr));
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bee1-mmb-auto-cat {
	list-style: none;
	margin: 0;
}

.bee1-mmb-auto-cat__link {
	align-items: center;
	background: #fff;
	border: 1px solid #eef0f5;
	border-radius: 12px;
	color: inherit;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.bee1-mmb-auto-cat__link:hover,
.bee1-mmb-auto-cat__link:focus-visible {
	border-color: rgba(23, 31, 59, 0.14);
	box-shadow: 0 12px 24px rgba(23, 31, 59, 0.08);
	transform: translateY(-2px);
}

.bee1-mmb-auto-cat__media {
	aspect-ratio: 1 / 1;
	display: block;
	overflow: hidden;
	border-radius: 10px;
	width: 100%;
	background: #f7f8fa;
}

.bee1-mmb-auto-cat__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.bee1-mmb-auto-cat__media-placeholder {
	background: linear-gradient(135deg, #f7f8fa, #eef0f5);
	display: block;
	height: 100%;
	width: 100%;
}

.bee1-mmb-auto-cat__name {
	font-size: 14px;
	font-weight: 500;
}

.bee1-mmb-auto-cat__count {
	color: #64748b;
	font-size: 12px;
}

/* ─── v1.1.0: Featured Products block ───────────────────────────────────── */
.bee1-mmb-block--featured-products .bee1-mmb-fp-grid {
	display: grid;
	grid-template-columns: repeat(var(--bee1-mmb-fp-cols, 4), minmax(0, 1fr));
	gap: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bee1-mmb-fp-item {
	display: flex;
	flex-direction: column;
	gap: 6px;
	list-style: none;
	margin: 0;
}

.bee1-mmb-fp-item__link {
	color: inherit;
	display: flex;
	flex-direction: column;
	gap: 8px;
	text-decoration: none;
}

.bee1-mmb-fp-item__media {
	aspect-ratio: 1 / 1;
	background: #f7f8fa;
	border-radius: 10px;
	display: block;
	overflow: hidden;
}

.bee1-mmb-fp-item__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.bee1-mmb-fp-item__name {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
}

.bee1-mmb-fp-item__price {
	color: #171f3b;
	font-size: 13px;
	font-weight: 600;
}

.bee1-mmb-fp-item__add {
	align-self: start;
	background: #171f3b;
	border-radius: 999px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	padding: 6px 12px;
	text-decoration: none;
	transition: background 0.18s ease;
}

.bee1-mmb-fp-item__add:hover,
.bee1-mmb-fp-item__add:focus-visible {
	background: #fbc109;
	color: #171f3b;
}

/* ─── v1.1.0: Promo Card block ──────────────────────────────────────────── */
.bee1-mmb-block--promo-card .bee1-mmb-promo {
	background: var(--bee1-mmb-promo-bg, linear-gradient(135deg, #171f3b 0%, #2a3157 100%));
	border-radius: 16px;
	color: var(--bee1-mmb-promo-text, #fff);
	display: flex;
	flex-direction: column;
	gap: 12px;
	overflow: hidden;
	padding: 20px;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bee1-mmb-promo:hover,
.bee1-mmb-promo:focus-visible {
	box-shadow: 0 18px 36px rgba(23, 31, 59, 0.18);
	transform: translateY(-3px);
}

.bee1-mmb-promo__media {
	border-radius: 12px;
	display: block;
	overflow: hidden;
}

.bee1-mmb-promo__media img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.bee1-mmb-promo__body {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.bee1-mmb-promo__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}

.bee1-mmb-promo__subtitle {
	font-size: 13px;
	opacity: 0.85;
}

.bee1-mmb-promo__cta {
	align-items: center;
	display: inline-flex;
	font-size: 13px;
	font-weight: 600;
	gap: 6px;
	margin-top: 6px;
}

.bee1-mmb-promo__cta-arrow {
	font-size: 18px;
	line-height: 1;
}

@media (max-width: 1024px) {

	.bee1-mmb-block--auto-categories .bee1-mmb-auto-cats,
	.bee1-mmb-block--featured-products .bee1-mmb-fp-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}


/* ---------------------------------------------------------------------
   v1.1.3 � Elementor / theme override hardening
   Themes (Elementor Hello, Astra, etc.) inject .sub-menu / .elementor-nav-menu
   rules that make our panel transparent or collapse its grid. Force the key
   visual anchors with !important so a theme cannot break the panel.
--------------------------------------------------------------------- */
.bee1-mmb-panel {
	position: fixed !important;
	z-index: 99999 !important;
	background: transparent !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
}

.bee1-mmb-panel[hidden] {
	display: none !important;
}

.bee1-mmb-panel__surface {
	background-color: #fff !important;
	color: #171f3b !important;
	display: block !important;
}

.bee1-mmb-panel__surface .bee1-mmb-row {
	display: grid !important;
	grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
	gap: var(--bee1-mmb-column-gap, 24px) !important;
	width: 100% !important;
}

.bee1-mmb-panel__surface .bee1-mmb-column {
	grid-column: span var(--bee1-mmb-column-span, 12) !important;
	display: grid !important;
	align-content: start !important;
	min-width: 0 !important;
}

.bee1-mmb-panel__surface .bee1-mmb-auto-cats {
	display: grid !important;
	grid-template-columns: repeat(var(--bee1-mmb-auto-cat-cols, 3), minmax(0, 1fr)) !important;
	gap: 16px !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

@media (max-width: 1024px) {
	.bee1-mmb-panel__surface .bee1-mmb-auto-cats {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 640px) {
	.bee1-mmb-panel__surface .bee1-mmb-auto-cats {
		grid-template-columns: 1fr !important;
	}
}

/* v1.1.3 � visible placeholder for categories without a thumbnail */
.bee1-mmb-panel__surface .bee1-mmb-auto-cat__media {
	aspect-ratio: 1 / 1;
	background: #f3f4f6;
	border-radius: 12px;
	display: block !important;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.bee1-mmb-panel__surface .bee1-mmb-auto-cat__media img {
	height: 100% !important;
	object-fit: cover;
	width: 100% !important;
}

.bee1-mmb-panel__surface .bee1-mmb-auto-cat__media-placeholder {
	background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
	display: block;
	height: 100%;
	position: absolute;
	inset: 0;
	width: 100%;
}

.bee1-mmb-panel__surface .bee1-mmb-auto-cat__label {
	display: block;
	margin-top: 8px;
	text-align: center;
}

.bee1-mmb-panel__surface .bee1-mmb-auto-cat__name {
	font-weight: 600;
}

.bee1-mmb-panel__surface .bee1-mmb-auto-cat__count {
	color: #6b7280;
	font-size: 12px;
}

/* ─── Mobile Media Query Cascade Winners ─── */
@media (max-width: 1024px) {
	.bee1-mmb-panel {
		position: relative !important;
		padding-top: 0 !important;
		left: auto !important;
		right: auto !important;
		width: 100% !important;
	}
	.bee1-mmb-panel__surface .bee1-mmb-row {
		grid-template-columns: 1fr !important;
		gap: 16px !important;
	}
	.bee1-mmb-panel__surface .bee1-mmb-column {
		grid-column: 1 / -1 !important;
	}
}

