:root {
	--bs-menu-bg: #c9d0c6;
	--bs-menu-card: #f6f1e6;
	--bs-menu-text: #111111;
	--bs-menu-muted: #76877a;
	--bs-menu-border: rgba(118, 135, 122, 0.16);
	--bs-menu-gap: 1.6rem;
}

.bs-menu,
.bs-menu * {
	box-sizing: border-box;
}

.bs-menu {
	color: var(--bs-menu-text);
	padding: 1.25rem 0;
}

.bs-menu__nav {
	display: flex;
	flex-wrap: nowrap;
	gap: 0.55rem;
	margin: 0 0 1.75rem;
	padding: 0.2rem 0;
	border: 0;
	position: sticky;
	top: 0.9rem;
	background: transparent;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	z-index: 10;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
}

.bs-menu__nav::-webkit-scrollbar {
	display: none;
}

body.admin-bar .bs-menu__nav {
	top: calc(32px + 0.9rem);
}

.bs-menu__nav-link {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	padding: 0.58rem 0.95rem;
	text-decoration: none;
	border: 1px solid rgba(118, 135, 122, 0.16);
	border-radius: 999px;
	background: #76877a;
	color: #FCF8E8 !important;
	font-size: 0.76rem;
	font-weight: 600;
	line-height: 1;
	box-shadow: 0 10px 24px rgba(54, 68, 58, 0.06);
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
	white-space: nowrap;
	outline: none;
}

.bs-menu__nav-link:hover,
.bs-menu__nav-link.is-active {
	transform: translateY(-1px);
	text-decoration: none;
}

.bs-menu__nav-link:focus,
.bs-menu__nav-link:visited,
.bs-menu__nav-link:active {
	text-decoration: none;
}

.bs-menu__sections {
	display: grid;
	gap: 2.6rem;
}

.bs-menu__section {
	scroll-margin-top: 5rem;
}

.bs-menu__section-header {
	margin-bottom: 0.8rem;
}

.bs-menu__section-title {
	margin: 0;
	color: var(--bs-menu-muted);
	font-size: 32px !important;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bs-menu__items {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.bs-menu__item {
	min-width: 0;
}

.bs-menu__item-card {
	display: grid;
	grid-template-columns: 6.65rem minmax(0, 1fr);
	align-items: stretch;
	gap: 0.85rem;
	padding: 0.5rem;
	background: var(--bs-menu-card);
	border: 1px solid rgba(255, 255, 255, 0.42);
}

.bs-menu__media {
	min-width: 0;
	width: 100%;
}

.bs-menu__item-image,
.bs-menu__item-image-placeholder {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	height: auto;
	object-fit: cover;
	background: linear-gradient(180deg, #afbcad, #87998b);
}

.bs-menu__item-image-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.92);
	font-size: 1.6rem;
	font-weight: 600;
}

.bs-menu__content {
	min-width: 0;
	display: grid;
	grid-template-rows: auto 1fr auto;
	gap: 0.35rem;
}

.bs-menu__headline {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	column-gap: 0.75rem;
}

.bs-menu__title-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.2rem;
	min-width: 0;
}

.bs-menu__item-title {
	margin: 0;
	color: var(--bs-menu-muted);
	font-size: clamp(1rem, 1.2vw, 1.3rem) !important;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0;
}

.bs-menu__prices {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
}

.bs-menu__price {
	color: var(--bs-menu-muted);
	font-size: clamp(0.95rem, 1.1vw, 1.2rem);
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
}

.bs-menu__price--secondary {
	margin-top: 0.1rem;
	font-size: 0.68rem;
	font-weight: 500;
	color: rgba(118, 135, 122, 0.78);
}

.bs-menu__body {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-width: 0;
}

.bs-menu__description,
.bs-menu__ingredients {
	margin: 0;
	max-width: 42rem;
	font-size: 0.82rem;
	line-height: 1.35;
}

.bs-menu__description {
	font-size: clamp(0.8rem, 0.92vw, 0.92rem);
}

.bs-menu__ingredients {
	margin-top: 0.2rem;
	color: rgba(17, 17, 17, 0.62);
	font-size: 0.72rem;
}

.bs-menu__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
}

.bs-menu__tag {
	padding: 0.1rem 0.32rem;
	border: 1px solid rgba(118, 135, 122, 0.18);
	background: rgba(255, 255, 255, 0.28);
	color: var(--bs-menu-muted);
	font-size: 0.62rem;
	font-weight: 700;
	line-height: 1;
}

.bs-menu__meta-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.14rem;
	font-size: 0.7rem;
	line-height: 1.3;
	color: rgba(17, 17, 17, 0.72);
}

.bs-menu__meta-list--options,
.bs-menu__meta-list--addons {
	margin-top: 0.08rem;
}

.bs-menu__meta-list--addons li {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}

.bs-menu-empty {
	margin: 0;
	padding: 1rem 1.2rem;
	background: var(--bs-menu-card);
	border: 1px solid var(--bs-menu-border);
}

.bs-menu__section-extras {
	margin-top: 0.8rem;
	padding: 0.7rem 0.8rem;
	background: rgba(246, 241, 230, 0.85);
	border: 1px solid rgba(255, 255, 255, 0.36);
}

.bs-menu__section-extras-title {
	margin: 0 0 0.55rem;
	color: var(--bs-menu-muted);
	font-size: 0.84rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0;
}

.bs-menu__section-extras-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.55rem 0.9rem;
}

.bs-menu__section-extra-headline {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	color: var(--bs-menu-muted);
	font-weight: 700;
	text-transform: uppercase;
}

.bs-menu__section-extra p {
	margin: 0.2rem 0 0;
	font-size: 0.7rem;
	line-height: 1.3;
	color: rgba(17, 17, 17, 0.62);
}

@media (max-width: 1100px) {
	.bs-menu__items {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.bs-menu {
		padding: 0.9rem 0;
	}

	.bs-menu__nav {
		top: 0.5rem;
		padding: 0.1rem 0;
	}

	body.admin-bar .bs-menu__nav {
		top: calc(46px + 0.5rem);
	}

	.bs-menu__section-title {
		font-size: 1.5rem;
	}

	.bs-menu__item-card {
		grid-template-columns: 1fr;
		gap: 0.7rem;
		padding: 0.65rem;
	}

	.bs-menu__media {
		max-width: none;
		width: 100%;
	}

	.bs-menu__item-image,
	.bs-menu__item-image-placeholder {
		aspect-ratio: 1 / 0.9;
	}

	.bs-menu__headline {
		grid-template-columns: minmax(0, 1fr) auto;
		column-gap: 0.65rem;
		row-gap: 0.3rem;
	}

	.bs-menu__prices {
		align-items: flex-end;
	}

	.bs-menu__item-title {
		font-size: 0.92rem !important;
	}

	.bs-menu__price {
		font-size: 0.9rem;
	}

	.bs-menu__description {
		font-size: 0.76rem;
		line-height: 1.32;
	}

	.bs-menu__section-extras-grid {
		grid-template-columns: 1fr;
	}
}
