/**
 * NBBM Homepage — full mockup layout
 */

.nbbm-home-section {
	padding: 70px 0;
}

.nbbm-home-categories.nbbm-section-title-head + .nbbm-home-categories__grid-wrap,
.elementor-section.nbbm-home-categories.nbbm-section-title-head + .elementor-section.nbbm-home-categories__grid-wrap {
	padding-top: 0 !important;
}

.nbbm-home-testimonials__head .nbbm-section-title-divider,
.elementor-section.nbbm-home-testimonials__head .nbbm-section-title-divider {
	margin-bottom: 28px;
}

.nbbm-home-testimonials__cards,
.elementor-section.nbbm-home-testimonials__cards {
	padding-top: 0 !important;
}

.nbbm-section-title--left {
	text-align: left;
}

/* Buttons */
.nbbm-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 28px;
	border-radius: 50px;
	font-family: var(--nbbm-font-sans);
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid transparent;
	transition: all 0.25s ease;
	cursor: pointer;
}

.nbbm-btn--primary {
	background: var(--nbbm-honey);
	color: var(--nbbm-chocolate);
	border-color: var(--nbbm-honey);
}

.nbbm-btn--primary:hover {
	background: var(--nbbm-honey-dark);
	border-color: var(--nbbm-honey-dark);
	color: var(--nbbm-chocolate);
}

.nbbm-btn--outline {
	background: transparent;
	color: var(--nbbm-chocolate);
	border-color: var(--nbbm-chocolate);
}

.nbbm-btn--outline:hover {
	background: var(--nbbm-chocolate);
	color: var(--nbbm-white);
}

.nbbm-btn--dark {
	background: var(--nbbm-chocolate);
	color: var(--nbbm-white);
	border-color: var(--nbbm-chocolate);
}

.nbbm-btn--dark:hover {
	background: var(--nbbm-chocolate-light);
	color: var(--nbbm-white);
}

/* Hero — Elementor + shortcode */
.nbbm-hero-section {
	position: relative;
	overflow: hidden;
}

.nbbm-hero-section:not(.nbbm-hero-slider)::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.22;
	background:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cpath fill='%23d4a574' d='M70 12c-2 20-16 32-16 32s14 12 16 32c2-20 16-32 16-32S72 32 70 12zm-34 44c10 12 10 28 10 28s-18 0-28-12c10-4 18-16 18-16zm68 0s8 12 18 16c-10 12-28 12-28 12s0-16 10-28z'/%3E%3C/svg%3E")
		repeat;
	background-size: 160px 160px;
	pointer-events: none;
	z-index: 0;
}

.nbbm-hero-section > .elementor-container,
.nbbm-hero-section .elementor-column-wrap,
.nbbm-hero-section .elementor-widget-wrap {
	position: relative;
	z-index: 1;
}

/* Hero */
.nbbm-home-hero {
	position: relative;
	overflow: hidden;
	padding: 72px 0 84px;
}

.nbbm-home-hero__decor {
	position: absolute;
	inset: 0;
	opacity: 0.28;
	background:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cpath fill='%23d4a574' d='M70 12c-2 20-16 32-16 32s14 12 16 32c2-20 16-32 16-32S72 32 70 12zm-34 44c10 12 10 28 10 28s-18 0-28-12c10-4 18-16 18-16zm68 0s8 12 18 16c-10 12-28 12-28 12s0-16 10-28z'/%3E%3C/svg%3E")
		repeat;
	background-size: 160px 160px;
	pointer-events: none;
}

.nbbm-home-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 48px;
}

.nbbm-home-hero__script {
	margin: 0 0 10px;
	font-family: var(--nbbm-font-script);
	font-size: 1.75rem;
	color: var(--nbbm-honey-dark);
}

.nbbm-home-hero__title {
	margin: 0 0 18px;
	font-family: var(--nbbm-font-serif);
	font-size: clamp(2rem, 4.5vw, 3.35rem);
	line-height: 1.12;
	color: var(--nbbm-chocolate);
}

.nbbm-home-hero__text {
	margin: 0 0 28px;
	max-width: 480px;
	color: var(--nbbm-text);
	line-height: 1.75;
}

.nbbm-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.nbbm-home-hero__collage {
	position: relative;
	min-height: 430px;
}

.nbbm-home-hero__img {
	position: absolute;
	border-radius: var(--nbbm-radius-lg);
	box-shadow: var(--nbbm-shadow);
	object-fit: cover;
}

.nbbm-home-hero__img--main {
	top: 0;
	left: 0;
	width: 72%;
	z-index: 2;
}

.nbbm-home-hero__img--cake {
	top: 4%;
	right: 0;
	width: 46%;
	border-radius: 50%;
	aspect-ratio: 1;
	z-index: 3;
}

.nbbm-home-hero__img--box {
	bottom: 0;
	right: 10%;
	width: 54%;
	z-index: 1;
}

/* Categories */
.nbbm-home-categories__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 20px;
}

.nbbm-home-category {
	display: block;
	aspect-ratio: 1;
	padding: 14px;
	background: var(--nbbm-white);
	border-radius: 24px;
	box-shadow: 0 8px 28px rgba(74, 50, 40, 0.07);
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.nbbm-home-category:hover {
	transform: translateY(-5px);
	box-shadow: 0 14px 36px rgba(74, 50, 40, 0.12);
}

.nbbm-home-category__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	width: 100%;
	height: 100%;
	padding: 22px 14px;
	background: var(--nbbm-cream-card);
	border-radius: 18px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.85),
		0 2px 10px rgba(74, 50, 40, 0.05);
}

.nbbm-home-category__icon {
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.15rem;
	color: var(--nbbm-honey-dark);
	flex-shrink: 0;
	border-radius: 50%;
	background: linear-gradient(145deg, #fff9ef 0%, #ffecc2 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.nbbm-home-category__icon svg {
	width: 48px;
	height: 48px;
	display: block;
}

.nbbm-home-category--biscuits .nbbm-home-category__icon,
.elementor-widget-icon-box.nbbm-home-category--biscuits .elementor-icon {
	background: linear-gradient(145deg, #fff8e8 0%, #ffe3a8 100%);
}

.nbbm-home-category--cakes .nbbm-home-category__icon,
.elementor-widget-icon-box.nbbm-home-category--cakes .elementor-icon {
	background: linear-gradient(145deg, #fff0f4 0%, #ffd6e3 100%);
}

.nbbm-home-category--chocolates .nbbm-home-category__icon,
.elementor-widget-icon-box.nbbm-home-category--chocolates .elementor-icon {
	background: linear-gradient(145deg, #f7ece4 0%, #e8cdb8 100%);
}

.nbbm-home-category--bakery .nbbm-home-category__icon,
.elementor-widget-icon-box.nbbm-home-category--bakery .elementor-icon {
	background: linear-gradient(145deg, #fff9ef 0%, #ffeab0 100%);
}

.nbbm-home-category--gift-boxes .nbbm-home-category__icon,
.elementor-widget-icon-box.nbbm-home-category--gift-boxes .elementor-icon {
	background: linear-gradient(145deg, #fff0ee 0%, #ffd4cf 100%);
}

.nbbm-home-category--snacks .nbbm-home-category__icon,
.elementor-widget-icon-box.nbbm-home-category--snacks .elementor-icon {
	background: linear-gradient(145deg, #fff8ef 0%, #ffe0b8 100%);
}

.nbbm-home-category__label {
	font-family: var(--nbbm-font-sans);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.25;
	color: var(--nbbm-chocolate);
	text-align: center;
}

/* Elementor-native homepage widgets */
.elementor-section.nbbm-home-categories__grid-wrap > .elementor-container {
	display: grid !important;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 20px;
	max-width: var(--nbbm-section-width, 1200px);
	margin-left: auto;
	margin-right: auto;
}

.elementor-section.nbbm-home-categories__grid-wrap .elementor-column {
	width: 100% !important;
	max-width: none !important;
}

.elementor-section.nbbm-home-categories .elementor-container {
	gap: 20px;
}

.elementor-widget-icon-box.nbbm-home-category .elementor-icon-box-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1;
	min-height: 0;
	padding: 14px;
	background: var(--nbbm-white);
	border-radius: 24px;
	box-shadow: 0 8px 28px rgba(74, 50, 40, 0.07);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	text-align: center;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
}

.elementor-widget-icon-box.nbbm-home-category .elementor-icon-box-wrapper::before {
	content: "";
	position: absolute;
	inset: 14px;
	background: var(--nbbm-cream-card);
	border-radius: 18px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.85),
		0 2px 10px rgba(74, 50, 40, 0.05);
	z-index: 0;
}

.elementor-widget-icon-box.nbbm-home-category .elementor-icon-box-icon,
.elementor-widget-icon-box.nbbm-home-category .elementor-icon-box-content {
	position: relative;
	z-index: 1;
}

.elementor-widget-icon-box.nbbm-home-category .elementor-icon-box-description:empty {
	display: none;
}

.elementor-widget-icon-box.nbbm-home-category .elementor-icon-box-title a {
	pointer-events: none;
	color: inherit;
	text-decoration: none;
}

.elementor-widget-icon-box.nbbm-home-category:hover .elementor-icon-box-wrapper {
	transform: translateY(-5px);
	box-shadow: 0 14px 36px rgba(74, 50, 40, 0.12);
}

.elementor-widget-icon-box.nbbm-home-category .elementor-icon-box-title {
	font-family: var(--nbbm-font-sans);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.25;
	margin-top: 14px;
}

.elementor-widget-icon-box.nbbm-home-category .elementor-icon-box-icon {
	margin-bottom: 0;
}

.elementor-widget-icon-box.nbbm-home-category .elementor-icon {
	position: relative;
	font-size: 2.15rem;
	color: var(--nbbm-honey-dark);
	width: 64px;
	height: 64px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(145deg, #fff9ef 0%, #ffecc2 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.elementor-widget-icon-box.nbbm-home-category .elementor-icon svg {
	width: 48px;
	height: 48px;
	display: block;
}

/* Fallback tint when Elementor still renders Font Awesome icons */
.elementor-section.nbbm-home-categories__grid-wrap .elementor-column:nth-child(1) .elementor-icon { color: #c8860a; background: linear-gradient(145deg, #fff8e8 0%, #ffe3a8 100%); }
.elementor-section.nbbm-home-categories__grid-wrap .elementor-column:nth-child(2) .elementor-icon { color: #e8789a; background: linear-gradient(145deg, #fff0f4 0%, #ffd6e3 100%); }
.elementor-section.nbbm-home-categories__grid-wrap .elementor-column:nth-child(3) .elementor-icon { color: #6b4226; background: linear-gradient(145deg, #f7ece4 0%, #e8cdb8 100%); }
.elementor-section.nbbm-home-categories__grid-wrap .elementor-column:nth-child(4) .elementor-icon { color: #d4a020; background: linear-gradient(145deg, #fff9ef 0%, #ffeab0 100%); }
.elementor-section.nbbm-home-categories__grid-wrap .elementor-column:nth-child(5) .elementor-icon { color: #e85d4c; background: linear-gradient(145deg, #fff0ee 0%, #ffd4cf 100%); }
.elementor-section.nbbm-home-categories__grid-wrap .elementor-column:nth-child(6) .elementor-icon { color: #c0392b; background: linear-gradient(145deg, #fff8ef 0%, #ffe0b8 100%); }

@media (max-width: 991px) {
	.nbbm-home-categories__grid,
	.elementor-section.nbbm-home-categories__grid-wrap > .elementor-container {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 16px;
	}

	.nbbm-home-category,
	.elementor-widget-icon-box.nbbm-home-category .elementor-icon-box-wrapper {
		padding: 12px;
		border-radius: 20px;
	}

	.nbbm-home-category__inner {
		border-radius: 16px;
		padding: 18px 10px;
	}

	.elementor-widget-icon-box.nbbm-home-category .elementor-icon-box-wrapper::before {
		inset: 12px;
		border-radius: 16px;
	}

	.nbbm-home-category__icon,
	.elementor-widget-icon-box.nbbm-home-category .elementor-icon {
		font-size: 1.85rem;
	}

	.nbbm-home-category__icon svg,
	.elementor-widget-icon-box.nbbm-home-category .elementor-icon svg {
		width: 1.85rem;
		height: 1.85rem;
	}
}

@media (max-width: 575px) {
	.nbbm-home-categories__grid,
	.elementor-section.nbbm-home-categories__grid-wrap > .elementor-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.nbbm-home-category__inner {
		padding: 16px 10px;
		gap: 10px;
	}

	.nbbm-home-category__label,
	.elementor-widget-icon-box.nbbm-home-category .elementor-icon-box-title {
		font-size: 0.88rem;
	}

	.nbbm-home-category__icon {
		width: 48px;
		height: 48px;
		font-size: 1.65rem;
	}

	.nbbm-home-category__icon svg {
		width: 1.65rem;
		height: 1.65rem;
	}

	.elementor-widget-icon-box.nbbm-home-category .elementor-icon,
	.elementor-widget-icon-box.nbbm-home-category .elementor-icon svg {
		font-size: 1.65rem;
		width: 1.65rem;
		height: 1.65rem;
	}
}

/* Features */
.nbbm-home-features {
	padding: 0;
}

.nbbm-home-features__banner .nbbm-container,
.nbbm-home-features__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	background: var(--nbbm-features-bg);
	border-radius: var(--nbbm-radius-lg);
	padding: 36px 20px;
	box-shadow: 0 4px 24px rgba(74, 50, 40, 0.06);
}

.nbbm-home-feature {
	text-align: center;
	padding: 8px 16px;
}

.nbbm-home-feature--divider {
	border-left: 1px dotted #c9b896;
}

.nbbm-home-feature__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin-bottom: 14px;
	border-radius: 50%;
	background: var(--nbbm-honey);
	color: var(--nbbm-chocolate);
	font-size: 1.15rem;
}

.nbbm-home-feature__title {
	margin: 0 0 8px;
	font-family: var(--nbbm-font-sans);
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--nbbm-chocolate);
}

.nbbm-home-feature__text {
	margin: 0;
	font-size: 0.85rem;
	line-height: 1.55;
	color: var(--nbbm-chocolate);
	opacity: 0.85;
}

/* Elementor-native homepage widgets — features strip below */
	text-align: center;
	padding: 8px 16px;
}

.elementor-widget-icon-box.nbbm-home-feature .elementor-icon-box-icon {
	margin-bottom: 14px;
}

.elementor-widget-icon-box.nbbm-home-feature .elementor-icon {
	background: var(--nbbm-honey);
	color: var(--nbbm-chocolate) !important;
	border-radius: 50%;
	width: 52px;
	height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.15rem;
	padding: 0;
}

.elementor-widget-icon-box.nbbm-home-feature .elementor-icon-box-title {
	font-family: var(--nbbm-font-sans);
	font-size: 0.95rem;
	font-weight: 600;
	margin-bottom: 8px;
}

.elementor-widget-icon-box.nbbm-home-feature .elementor-icon-box-description {
	font-size: 0.85rem;
	line-height: 1.55;
	color: var(--nbbm-chocolate);
	opacity: 0.85;
}

.elementor-section.nbbm-home-features__banner > .elementor-container,
.elementor-section.nbbm-home-features > .elementor-container {
	background: var(--nbbm-features-bg);
	border-radius: var(--nbbm-radius-lg);
	padding: 36px 20px !important;
	box-shadow: 0 4px 24px rgba(74, 50, 40, 0.06);
}

.elementor-section.nbbm-home-features {
	background-color: var(--nbbm-cream) !important;
}

.nbbm-home-features .elementor-column:not(:first-child) {
	border-left: 1px dotted #c9b896;
}

.elementor-widget-icon-box.nbbm-home-testimonial .elementor-icon-box-wrapper {
	position: relative;
	margin: 0;
	padding: 34px 28px 30px;
	background: #ffffff;
	border-radius: 18px;
	box-shadow: 0 10px 32px rgba(74, 50, 40, 0.08);
	text-align: left;
	height: 100%;
	border-top: none;
}

.elementor-widget-icon-box.nbbm-home-testimonial .elementor-icon-box-icon {
	position: absolute;
	top: 24px;
	left: 24px;
	margin: 0 !important;
}

.elementor-widget-icon-box.nbbm-home-testimonial .elementor-icon {
	font-size: 2.75rem;
	color: var(--nbbm-honey);
	opacity: 1;
}

.elementor-widget-icon-box.nbbm-home-testimonial .elementor-icon svg {
	fill: var(--nbbm-honey) !important;
}

.elementor-widget-icon-box.nbbm-home-testimonial .elementor-icon-box-content {
	display: flex;
	flex-direction: column;
	padding-top: 42px;
	width: 100%;
}

.elementor-widget-icon-box.nbbm-home-testimonial .elementor-icon-box-description {
	order: 1;
	font-family: var(--nbbm-font-sans);
	font-size: 0.95rem;
	font-style: normal;
	line-height: 1.75;
	color: #4a3228;
	margin: 0;
}

.elementor-widget-icon-box.nbbm-home-testimonial .elementor-icon-box-description::after {
	content: '★★★★★';
	display: block;
	margin-top: 16px;
	color: var(--nbbm-honey);
	font-size: 0.95rem;
	letter-spacing: 3px;
	line-height: 1;
}

.elementor-widget-icon-box.nbbm-home-testimonial .elementor-icon-box-title {
	order: 2;
	font-family: var(--nbbm-font-sans);
	font-size: 0.95rem;
	font-weight: 700;
	font-style: normal;
	color: #4a3228;
	margin: 14px 0 0;
}

.elementor-widget-icon-box.nbbm-home-testimonial .elementor-icon-box-wrapper {
	transition: transform 0.35s ease, box-shadow 0.35s ease, opacity 0.35s ease;
}

.elementor-widget-icon-box.nbbm-home-testimonial.is-testimonial-active .elementor-icon-box-wrapper {
	box-shadow: 0 14px 36px rgba(74, 50, 40, 0.12);
}

/* Testimonials — 3 visible on desktop, swipe slider on mobile */
.elementor-section.nbbm-home-testimonials__slider,
.nbbm-home-testimonials__slider.nbbm-home-section,
.elementor-section.nbbm-home-testimonials__head {
	position: relative;
	overflow: hidden;
	max-width: 100%;
}

.elementor-section.nbbm-home-testimonials__slider > .elementor-container,
.nbbm-home-testimonials__slider .nbbm-home-testimonials__grid {
	display: flex !important;
	flex-wrap: nowrap !important;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	gap: 24px;
	align-items: stretch;
	padding-bottom: 4px;
	scrollbar-width: none;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

.elementor-section.nbbm-home-testimonials__slider > .elementor-container::-webkit-scrollbar,
.nbbm-home-testimonials__slider .nbbm-home-testimonials__grid::-webkit-scrollbar {
	display: none;
}

.elementor-section.nbbm-home-testimonials__slider .elementor-column,
.nbbm-home-testimonials__slider .nbbm-home-testimonials__grid > .nbbm-home-testimonial {
	flex: 0 0 min(88%, 340px) !important;
	width: min(88%, 340px) !important;
	max-width: min(88%, 340px) !important;
	min-width: 0 !important;
	scroll-snap-align: start;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
}

@media (min-width: 992px) {
	.elementor-section.nbbm-home-testimonials__slider {
		padding-left: 52px !important;
		padding-right: 52px !important;
	}

	.elementor-section.nbbm-home-testimonials__slider > .elementor-container,
	.nbbm-home-testimonials__slider .nbbm-home-testimonials__grid {
		gap: 24px;
	}

	.elementor-section.nbbm-home-testimonials__slider .elementor-column,
	.nbbm-home-testimonials__slider .nbbm-home-testimonials__grid > .nbbm-home-testimonial {
		flex: 0 0 calc((100% - 48px) / 3) !important;
		width: calc((100% - 48px) / 3) !important;
		max-width: calc((100% - 48px) / 3) !important;
	}

	.elementor-section.nbbm-home-testimonials__slider .elementor-widget-icon-box.nbbm-home-testimonial,
	.nbbm-home-testimonials__slider .nbbm-home-testimonial {
		max-width: none;
		margin-left: 0;
		margin-right: 0;
	}

	.nbbm-home-testimonials-carousel__btn--prev {
		left: 4px;
	}

	.nbbm-home-testimonials-carousel__btn--next {
		right: 4px;
	}
}

@media (max-width: 991px) {
	.elementor-section.nbbm-home-testimonials__slider > .elementor-container,
	.nbbm-home-testimonials__slider .nbbm-home-testimonials__grid {
		gap: 16px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.elementor-section.nbbm-home-testimonials__slider .elementor-column,
	.nbbm-home-testimonials__slider .nbbm-home-testimonials__grid > .nbbm-home-testimonial {
		flex: 0 0 calc(100% - 72px) !important;
		width: calc(100% - 72px) !important;
		max-width: calc(100% - 72px) !important;
		scroll-snap-align: center;
	}

	.nbbm-home-testimonials-carousel__btn--prev {
		left: 6px;
	}

	.nbbm-home-testimonials-carousel__btn--next {
		right: 6px;
	}

	.nbbm-home-testimonials__dots {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: 0;
		margin-right: 0;
		background-color: var(--nbbm-cream) !important;
		overflow: hidden;
	}
}

.nbbm-home-testimonials-carousel {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 3;
}

.nbbm-home-testimonials-carousel__btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: auto;
	width: 42px;
	height: 42px;
	border: 1px solid #e8ddd0;
	border-radius: 50%;
	background: var(--nbbm-white);
	color: var(--nbbm-chocolate);
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
	box-shadow: var(--nbbm-shadow);
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.nbbm-home-testimonials-carousel__btn:hover {
	background: var(--nbbm-honey);
	border-color: var(--nbbm-honey);
	color: var(--nbbm-chocolate);
}

.nbbm-home-testimonials-carousel__btn--prev {
	left: 4px;
}

.nbbm-home-testimonials-carousel__btn--next {
	right: 4px;
}

/* Elementor editor — match live 3-column layout */
.elementor-editor-active .elementor-section.nbbm-home-testimonials__slider > .elementor-container {
	flex-wrap: nowrap !important;
	overflow: visible !important;
	gap: 24px;
}

.elementor-editor-active .elementor-section.nbbm-home-testimonials__slider .elementor-column {
	flex: 1 1 0 !important;
	width: auto !important;
	max-width: none !important;
}

.elementor-section.nbbm-home-testimonials__cards + .nbbm-home-testimonials__dots,
.nbbm-home-testimonials__slider + .nbbm-home-testimonials__dots {
	margin-top: 8px;
	padding-bottom: 56px;
	background-color: var(--nbbm-cream) !important;
}

/* Testimonials — mockup cards */
.nbbm-home-testimonials .nbbm-section-title-divider {
	margin-bottom: 36px;
}

.nbbm-home-testimonials__track {
	overflow: hidden;
}

.nbbm-home-testimonials__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}

/* Legacy Elementor layout without slider class */
.elementor-section.nbbm-home-testimonials__cards:not(.nbbm-home-testimonials__slider) > .elementor-container {
	display: flex !important;
	flex-wrap: nowrap;
	gap: 24px;
	align-items: stretch;
}

.elementor-section.nbbm-home-testimonials__cards:not(.nbbm-home-testimonials__slider) .elementor-col-33 {
	flex: 1 1 0 !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
}

.nbbm-home-testimonial {
	position: relative;
	margin: 0;
	padding: 34px 28px 30px;
	background: #ffffff;
	border-radius: 18px;
	box-shadow: 0 10px 32px rgba(74, 50, 40, 0.08);
	text-align: left;
	height: 100%;
}

.elementor-widget-html .nbbm-home-testimonial {
	width: 100%;
}

.nbbm-home-testimonial__icon {
	position: absolute;
	top: 22px;
	left: 24px;
	font-size: 2.4rem;
	line-height: 1;
	color: var(--nbbm-honey);
	opacity: 0.95;
}

.nbbm-home-testimonial p {
	margin: 36px 0 18px;
	font-family: var(--nbbm-font-sans);
	font-size: 0.95rem;
	font-style: normal;
	color: var(--nbbm-chocolate);
	line-height: 1.75;
}

.nbbm-home-testimonial__stars {
	color: var(--nbbm-honey);
	font-size: 0.95rem;
	letter-spacing: 3px;
	margin-bottom: 14px;
	line-height: 1;
}

.nbbm-home-testimonial cite {
	display: block;
	font-family: var(--nbbm-font-sans);
	font-style: normal;
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--nbbm-chocolate);
}

.nbbm-home-testimonials__dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 28px;
}

.nbbm-home-testimonials__dot {
	width: 9px;
	height: 9px;
	padding: 0;
	border: none;
	border-radius: 999px;
	background: #d9d0c4;
	cursor: pointer;
	transition: width 0.25s ease, background 0.25s ease;
}

.nbbm-home-testimonials__dot.is-active {
	width: 30px;
	background: var(--nbbm-honey);
}

.nbbm-section-title-divider--left {
	margin-left: 0;
	margin-right: auto;
	width: min(100%, 280px);
}

.nbbm-home-categories .elementor-widget-html:has(.nbbm-section-title-divider) {
	margin-bottom: 0;
	width: 100%;
}

.elementor-widget-heading.nbbm-script .elementor-heading-title {
	font-family: var(--nbbm-font-script) !important;
	font-size: 1.75rem !important;
	font-weight: 600 !important;
	color: var(--nbbm-honey-dark) !important;
}

.nbbm-hero-section .elementor-widget-heading h1.elementor-heading-title {
	font-size: clamp(2rem, 4.5vw, 3.35rem) !important;
	line-height: 1.12 !important;
}

.nbbm-hero-section .elementor-widget-text-editor p {
	max-width: 480px;
	line-height: 1.75;
}

.nbbm-hero-section .nbbm-hero-btn-inline {
	display: inline-block;
	width: auto;
	margin-right: 12px;
	margin-bottom: 8px;
}

.nbbm-hero-section .elementor-widget-html .nbbm-home-hero__collage {
	position: relative;
	min-height: 430px;
	width: 100%;
}

.nbbm-home-offer.elementor-top-section {
	max-width: none;
}

/* Special Offer banner */
.nbbm-home-offer-wrap {
	padding: 64px 20px;
}

.nbbm-home-offer-wrap .nbbm-home-offer,
.elementor-section.nbbm-home-offer-wrap > .elementor-container,
.elementor-section.nbbm-home-offer.nbbm-bg-honey > .elementor-container {
	position: relative;
	overflow: hidden;
	background: var(--nbbm-offer-yellow);
	border-radius: 24px;
	padding: 40px 28px;
	box-shadow: 0 8px 32px rgba(74, 50, 40, 0.08);
}

.elementor-section.nbbm-home-offer.nbbm-bg-honey {
	background: var(--nbbm-cream) !important;
	padding: 64px 20px !important;
	max-width: none !important;
}

.nbbm-home-offer-wrap .nbbm-home-offer__pattern,
.elementor-section.nbbm-home-offer-wrap > .elementor-container::before,
.elementor-section.nbbm-home-offer.nbbm-bg-honey > .elementor-container::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
	background:
		radial-gradient(circle at 18% 35%, rgba(255, 255, 255, 0.35) 0%, transparent 42%),
		radial-gradient(circle at 82% 65%, rgba(255, 220, 80, 0.45) 0%, transparent 38%),
		radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.12) 0%, transparent 55%);
}

.elementor-section.nbbm-home-offer-wrap > .elementor-container::after,
.elementor-section.nbbm-home-offer.nbbm-bg-honey > .elementor-container::after,
.nbbm-home-offer-wrap .nbbm-home-offer::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
	opacity: 0.35;
	background-image: radial-gradient(circle, rgba(74, 50, 40, 0.18) 1px, transparent 1px);
	background-size: 22px 26px;
}

.nbbm-home-offer__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr minmax(260px, 420px) 1fr;
	align-items: center;
	gap: 16px;
}

.nbbm-home-offer-wrap > .elementor-container {
	position: relative;
}

.nbbm-home-offer-wrap .elementor-column-wrap,
.nbbm-home-offer-wrap .elementor-widget-wrap {
	position: relative;
	z-index: 1;
}

.nbbm-home-offer__media {
	display: flex;
	align-items: center;
	justify-content: center;
}

.nbbm-home-offer__media img,
.elementor-widget-image.nbbm-home-offer__img img {
	max-width: 200px;
	width: 100%;
	height: auto;
	filter: drop-shadow(0 12px 24px rgba(74, 50, 40, 0.22));
	object-fit: contain;
}

.nbbm-home-offer__media--left,
.elementor-widget-image.nbbm-home-offer__img--left {
	justify-content: flex-start;
	padding-left: 8px;
}

.nbbm-home-offer__media--right,
.elementor-widget-image.nbbm-home-offer__img--right {
	justify-content: flex-end;
	padding-right: 8px;
}

.nbbm-home-offer__content {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 8px 12px;
}

.elementor-widget-heading.nbbm-home-offer__label .elementor-heading-title,
.nbbm-home-offer__label {
	display: block;
	font-family: var(--nbbm-font-sans) !important;
	font-size: 0.72rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.22em !important;
	text-transform: uppercase !important;
	color: var(--nbbm-chocolate) !important;
	margin: 0 0 10px !important;
}

.elementor-widget-heading.nbbm-home-offer__title .elementor-heading-title,
.nbbm-home-offer__title {
	margin: 0 0 12px !important;
	font-family: var(--nbbm-font-serif) !important;
	font-size: clamp(1.85rem, 3.2vw, 2.65rem) !important;
	font-weight: 700 !important;
	line-height: 1.15 !important;
	color: var(--nbbm-chocolate) !important;
}

.elementor-widget-text-editor.nbbm-home-offer__text,
.nbbm-home-offer__text {
	margin: 0 0 24px;
	font-family: var(--nbbm-font-sans);
	font-size: 1rem;
	line-height: 1.5;
	color: var(--nbbm-chocolate);
}

.elementor-widget-text-editor.nbbm-home-offer__text p {
	margin: 0;
}

.nbbm-home-offer__btn.elementor-button-wrapper .elementor-button,
.nbbm-home-offer__btn.nbbm-btn--dark,
.nbbm-btn.nbbm-home-offer__btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 12px;
	background: var(--nbbm-chocolate) !important;
	color: var(--nbbm-white) !important;
	border: none !important;
	border-radius: 8px !important;
	padding: 14px 26px !important;
	font-family: var(--nbbm-font-sans) !important;
	font-size: 0.78rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
	text-decoration: none;
	transition: background 0.25s ease, transform 0.25s ease;
}

.nbbm-home-offer__btn.elementor-button-wrapper .elementor-button:hover,
.nbbm-home-offer__btn.nbbm-btn--dark:hover,
.nbbm-btn.nbbm-home-offer__btn:hover {
	background: var(--nbbm-chocolate-light) !important;
	transform: translateY(-1px);
}

.nbbm-home-offer__btn-icon,
.nbbm-home-offer__btn .elementor-button-icon {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--nbbm-honey) !important;
	color: var(--nbbm-chocolate) !important;
	flex-shrink: 0;
}

.nbbm-home-offer__btn .elementor-button-icon svg,
.nbbm-home-offer__btn-icon i {
	font-size: 0.85rem;
}

.nbbm-home-offer__btn .elementor-button-content-wrapper {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

@media (max-width: 991px) {
	.nbbm-home-offer__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.nbbm-home-offer__media--left {
		order: 2;
	}

	.nbbm-home-offer__content {
		order: 1;
	}

	.nbbm-home-offer__media--right {
		order: 3;
	}

	.nbbm-home-offer__media img,
	.elementor-widget-image.nbbm-home-offer__img img {
		max-width: 160px;
	}

	.elementor-section.nbbm-home-offer-wrap .elementor-column {
		width: 100% !important;
	}

	.elementor-section.nbbm-home-offer-wrap .elementor-col-33 {
		width: 100% !important;
	}
}

@media (max-width: 767px) {
	.nbbm-home-offer-wrap,
	.elementor-section.nbbm-home-offer-wrap {
		padding: 40px 16px !important;
	}

	.nbbm-home-offer-wrap .nbbm-home-offer,
	.elementor-section.nbbm-home-offer-wrap > .elementor-container {
		padding: 32px 20px;
	}
}

.nbbm-home-best-sellers .elementor-widget-heading h2.elementor-heading-title {
	font-family: var(--nbbm-font-serif);
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 700;
}

.nbbm-home-best-sellers__link-wrap {
	margin: 0;
	text-align: right;
}

.nbbm-home-best-sellers__link-btn .elementor-button {
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	font-family: var(--nbbm-font-sans);
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--nbbm-muted) !important;
	box-shadow: none !important;
}

.nbbm-home-best-sellers__link-btn .elementor-button:hover {
	color: var(--nbbm-chocolate) !important;
	background: transparent !important;
}

.nbbm-home-best-sellers-placeholder {
	text-align: center;
	max-width: 520px;
	margin: 0 auto;
}

.nbbm-home-best-sellers__link {
	font-family: var(--nbbm-font-sans);
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--nbbm-chocolate);
	text-decoration: none;
	border: none;
	background: none;
	padding: 0;
}

.nbbm-home-best-sellers__link:hover {
	color: var(--nbbm-honey-dark);
}

.nbbm-home-best-sellers-products {
	position: relative;
	width: 100%;
}

.nbbm-home-best-sellers.nbbm-bg-white,
.nbbm-home-best-sellers-products.nbbm-bg-white {
	width: 100%;
}

.nbbm-home-best-sellers-carousel-stage {
	position: relative;
	width: 100%;
	--nbbm-bs-card-basis: calc(20% - 20px);
	--nbbm-bs-card-min: 200px;
	--nbbm-bs-card-max: 240px;
	--nbbm-bs-carousel-pad: 52px;
}

.nbbm-home-best-sellers-carousel-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 0 var(--nbbm-bs-carousel-pad);
}

.nbbm-home-best-sellers .elementor-section.nbbm-home-best-sellers:not(.nbbm-home-best-sellers-products) > .elementor-container,
.elementor-section.nbbm-home-best-sellers:not(.nbbm-home-best-sellers-products) > .elementor-container {
	align-items: center;
	gap: 12px 20px;
}

.nbbm-home-best-sellers-track {
	width: 100%;
}

.nbbm-home-best-sellers-track ul.products {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: stretch !important;
	gap: 24px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: none;
	margin: 0 !important;
	padding: 8px 4px 16px !important;
	list-style: none;
}

.nbbm-home-best-sellers-track ul.products.is-centered {
	justify-content: flex-start;
}

.nbbm-home-best-sellers-track ul.products::-webkit-scrollbar {
	display: none;
}

.nbbm-best-sellers-carousel__btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	width: 42px;
	height: 42px;
	border: 1px solid #e8ddd0;
	border-radius: 50%;
	background: var(--nbbm-white);
	color: var(--nbbm-chocolate);
	cursor: pointer;
	box-shadow: var(--nbbm-shadow);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.nbbm-best-sellers-carousel__icon {
	display: block;
	font-size: 1.45rem;
	line-height: 1;
	font-weight: 700;
}

.nbbm-best-sellers-carousel__btn.is-hidden {
	display: none;
}

.nbbm-best-sellers-carousel__btn:disabled {
	opacity: 0.45;
	cursor: default;
}

.nbbm-home-best-sellers-carousel-stage .nbbm-best-sellers-carousel__btn--prev {
	left: 0;
}

.nbbm-home-best-sellers-carousel-stage .nbbm-best-sellers-carousel__btn--next {
	right: 0;
}

.nbbm-best-sellers-carousel__btn:hover:not(:disabled) {
	background: var(--nbbm-honey);
	border-color: var(--nbbm-honey);
}

.nbbm-home-best-sellers-carousel-wrap .nbbm-best-sellers-carousel,
.nbbm-best-sellers-carousel {
	display: none;
}

.elementor-widget-woocommerce-products .woocommerce ul.products li.product,
.nbbm-home-best-sellers-track ul.products li.product {
	flex: 0 0 var(--nbbm-bs-card-basis, calc(20% - 20px));
	min-width: var(--nbbm-bs-card-min, 200px);
	max-width: var(--nbbm-bs-card-max, 240px);
	scroll-snap-align: start;
	margin: 0 !important;
	width: auto !important;
	float: none !important;
}

.nbbm-home-best-sellers-track ul.products li.product .nbbm-product-card__inner {
	height: 100%;
}

.nbbm-home-best-sellers-track ul.products li.product .price {
	display: none !important;
}

.nbbm-home-best-sellers-track ul.products li.product .button,
.nbbm-home-best-sellers-track ul.products li.product .nbbm-view-details-btn {
	background: var(--nbbm-honey) !important;
	color: var(--nbbm-chocolate) !important;
	border: none !important;
}

.nbbm-home-best-sellers-track ul.products li.product .button:hover {
	background: var(--nbbm-honey-dark) !important;
}

.elementor-widget-shortcode .nbbm-home-best-sellers-track ul.products,
.elementor-widget-html .nbbm-home-best-sellers-track ul.products,
.nbbm-home-best-sellers-products .nbbm-home-best-sellers-track ul.products {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: stretch !important;
	gap: 24px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	padding-bottom: 8px;
	-ms-overflow-style: none;
	width: 100%;
	margin: 0;
	list-style: none;
}

.elementor-widget-woocommerce-products .woocommerce ul.products::-webkit-scrollbar,
.elementor-widget-shortcode .nbbm-home-best-sellers-track ul.products::-webkit-scrollbar,
.elementor-widget-html .nbbm-home-best-sellers-track ul.products::-webkit-scrollbar,
.nbbm-home-best-sellers-products .nbbm-home-best-sellers-track ul.products::-webkit-scrollbar {
	display: none;
}

.elementor-widget-woocommerce-products .woocommerce ul.products li.product,
.elementor-widget-shortcode .nbbm-home-best-sellers-track ul.products li.product,
.elementor-widget-html .nbbm-home-best-sellers-track ul.products li.product,
.nbbm-home-best-sellers-products .nbbm-home-best-sellers-track ul.products li.product {
	display: flex;
	flex-direction: column;
	flex: 0 0 var(--nbbm-bs-card-basis, calc(20% - 20px));
	min-width: var(--nbbm-bs-card-min, 200px);
	max-width: var(--nbbm-bs-card-max, 240px);
	min-height: 100%;
	scroll-snap-align: start;
	width: auto !important;
	margin: 0 !important;
	float: none !important;
	background: var(--nbbm-white);
	border-radius: var(--nbbm-radius);
	box-shadow: var(--nbbm-shadow);
	padding: 0;
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.nbbm-home-best-sellers-track ul.products li.product:hover {
	transform: translateY(-4px);
	box-shadow: var(--nbbm-shadow-hover);
}

.nbbm-home-best-sellers-track ul.products li.product .nbbm-home-product-card {
	display: flex;
	flex-direction: column;
	flex: 1;
	height: 100%;
	width: 100%;
	padding: 0;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	text-align: center;
}

.nbbm-home-best-sellers-track ul.products li.product .nbbm-home-product-card:hover {
	transform: none;
	box-shadow: none;
}

.nbbm-home-best-sellers-track .nbbm-home-product-card__image {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	margin: 0;
	border-radius: 0;
	overflow: hidden;
	background: var(--nbbm-cream);
	flex-shrink: 0;
}

.nbbm-home-best-sellers-track .nbbm-home-product-card__image img,
.nbbm-home-best-sellers-track .nbbm-home-product-card__img {
	width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 0;
	aspect-ratio: auto;
}

.elementor-widget-woocommerce-products .woocommerce ul.products li.product .woocommerce-loop-product__title,
.elementor-widget-shortcode .nbbm-home-best-sellers-track ul.products li.product .nbbm-home-product-card__title,
.elementor-widget-html .nbbm-home-best-sellers-track ul.products li.product .nbbm-home-product-card__title,
.elementor-widget-shortcode .nbbm-home-best-sellers-track ul.products li.product .woocommerce-loop-product__title,
.elementor-widget-html .nbbm-home-best-sellers-track ul.products li.product .woocommerce-loop-product__title {
	font-family: var(--nbbm-font-serif);
	padding: 12px 16px 0;
	margin: 0 0 12px;
	font-size: 1rem;
	line-height: 1.35;
	min-height: 2.7em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	flex: 1;
}

.elementor-widget-woocommerce-products .woocommerce ul.products li.product .price,
.elementor-widget-shortcode .nbbm-home-best-sellers-track ul.products li.product .price,
.elementor-widget-html .nbbm-home-best-sellers-track ul.products li.product .price,
.elementor-widget-shortcode .nbbm-home-best-sellers-track ul.products li.product .nbbm-home-product-card__price,
.elementor-widget-html .nbbm-home-best-sellers-track ul.products li.product .nbbm-home-product-card__price {
	padding: 0 16px 12px;
	font-weight: 600;
}

.elementor-widget-woocommerce-products .woocommerce ul.products li.product .button,
.elementor-widget-shortcode .nbbm-home-best-sellers-track ul.products li.product .button,
.elementor-widget-html .nbbm-home-best-sellers-track ul.products li.product .button,
.elementor-widget-shortcode .nbbm-home-best-sellers-track ul.products li.product .nbbm-home-product-card__cart,
.elementor-widget-html .nbbm-home-best-sellers-track ul.products li.product .nbbm-home-product-card__cart {
	display: block;
	width: calc(100% - 32px) !important;
	margin: auto 16px 16px !important;
	background: var(--nbbm-honey) !important;
	color: var(--nbbm-chocolate) !important;
	border-radius: 50px !important;
	flex-shrink: 0;
	font-size: 0.75rem !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.06em !important;
	padding: 12px 16px !important;
	text-align: center;
	border: none !important;
}

.elementor-widget-image .elementor-image img,
.nbbm-home-story .elementor-widget-image img {
	border-radius: var(--nbbm-radius-lg);
	box-shadow: var(--nbbm-shadow);
}

.nbbm-home-story .elementor-widget-video .elementor-wrapper,
.nbbm-home-story .elementor-widget-video.nbbm-home-story__video .elementor-wrapper {
	border-radius: var(--nbbm-radius-lg);
	overflow: hidden;
	box-shadow: var(--nbbm-shadow);
}

.nbbm-home-story .elementor-widget-video .elementor-video,
.nbbm-home-story__image video {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	background: #1a120c;
}

/* Our Story — mockup typography + layout */
.elementor-section.nbbm-home-story .elementor-widget-heading.nbbm-script .elementor-heading-title,
.elementor-section.nbbm-home-story .elementor-widget-heading.nbbm-home-story__script .elementor-heading-title {
	font-family: var(--nbbm-font-script) !important;
	font-size: clamp(1.65rem, 3vw, 2.15rem) !important;
	font-weight: 400 !important;
	color: #f9d067 !important;
	letter-spacing: 0.02em;
	margin-bottom: 6px !important;
}

.elementor-section.nbbm-home-story .elementor-widget-heading.nbbm-home-story__title .elementor-heading-title,
.elementor-section.nbbm-home-story .elementor-column:last-child .elementor-widget-heading:not(.nbbm-script) h2.elementor-heading-title {
	font-family: var(--nbbm-font-serif) !important;
	font-size: clamp(1.85rem, 3.2vw, 2.5rem) !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	color: var(--nbbm-chocolate) !important;
	margin-bottom: 16px !important;
}

.elementor-section.nbbm-home-story .elementor-column:last-child .elementor-widget-text-editor p {
	color: var(--nbbm-text);
	line-height: 1.75;
	max-width: 520px;
}

.elementor-widget-image-gallery .gallery {
	display: grid !important;
	grid-template-columns: repeat(6, 1fr);
	gap: 12px;
}

.elementor-widget-image-gallery .gallery-item {
	margin: 0 !important;
}

.elementor-widget-image-gallery .gallery-item img {
	border-radius: var(--nbbm-radius);
	aspect-ratio: 1;
	object-fit: cover;
	width: 100%;
}

.nbbm-home-newsletter .elementor-icon-box-wrapper {
	align-items: center;
}

.nbbm-home-newsletter .elementor-icon-box-title {
	font-weight: 600;
	font-size: 1rem;
}

/* Newsletter — mockup banner */
.nbbm-home-newsletter-wrap {
	padding: 64px 20px;
}

.elementor-section.nbbm-home-newsletter-wrap {
	background-color: var(--nbbm-white) !important;
}

.nbbm-home-newsletter {
	position: relative;
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 28px 32px;
	background: var(--nbbm-newsletter-bg);
	border-radius: 999px;
	box-shadow: 0 8px 28px rgba(74, 50, 40, 0.06);
	overflow: hidden;
}

.nbbm-home-newsletter__icon {
	flex-shrink: 0;
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--nbbm-honey);
	color: var(--nbbm-chocolate);
	font-size: 1.25rem;
}

.nbbm-home-newsletter__copy {
	flex: 1 1 280px;
	min-width: 0;
}

.nbbm-home-newsletter__title {
	margin: 0 0 6px;
	font-family: var(--nbbm-font-serif);
	font-size: clamp(1.05rem, 2vw, 1.35rem);
	font-weight: 700;
	line-height: 1.3;
	color: var(--nbbm-chocolate);
}

.nbbm-home-newsletter__subtitle {
	margin: 0;
	font-family: var(--nbbm-font-sans);
	font-size: 0.88rem;
	line-height: 1.5;
	color: var(--nbbm-muted);
}

.nbbm-home-newsletter__form {
	display: flex;
	align-items: stretch;
	flex: 1 1 320px;
	max-width: 420px;
	min-width: 260px;
	background: var(--nbbm-white);
	border: 1px solid #e8ddd0;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(74, 50, 40, 0.04);
}

.nbbm-home-newsletter__form input[type="email"] {
	flex: 1;
	min-width: 0;
	border: none;
	border-radius: 0;
	padding: 14px 18px;
	font-family: var(--nbbm-font-sans);
	font-size: 0.88rem;
	background: transparent;
	color: var(--nbbm-chocolate);
}

.nbbm-home-newsletter__form input[type="email"]::placeholder {
	color: #a89888;
}

.nbbm-home-newsletter__form input[type="email"]:focus {
	outline: none;
}

.nbbm-home-newsletter__submit,
.nbbm-home-newsletter__form .nbbm-btn--primary {
	flex-shrink: 0;
	border: none;
	border-radius: 0;
	padding: 14px 22px;
	background: var(--nbbm-honey) !important;
	color: var(--nbbm-chocolate) !important;
	font-family: var(--nbbm-font-sans);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.25s ease;
}

.nbbm-home-newsletter__submit:hover,
.nbbm-home-newsletter__form .nbbm-btn--primary:hover {
	background: var(--nbbm-honey-dark) !important;
}

.nbbm-home-newsletter__decor {
	flex-shrink: 0;
	width: 72px;
	height: 48px;
	color: var(--nbbm-chocolate);
	opacity: 0.75;
}

.nbbm-home-newsletter__plane {
	width: 100%;
	height: 100%;
	display: block;
}

@media (max-width: 991px) {
	.nbbm-home-newsletter {
		flex-wrap: wrap;
		border-radius: 28px;
		padding: 28px 24px;
	}

	.nbbm-home-newsletter__copy {
		flex: 1 1 100%;
		order: 2;
	}

	.nbbm-home-newsletter__icon {
		order: 1;
	}

	.nbbm-home-newsletter__form {
		order: 3;
		flex: 1 1 100%;
		max-width: none;
	}

	.nbbm-home-newsletter__decor {
		display: none;
	}
}

@media (max-width: 575px) {
	.nbbm-home-newsletter-wrap {
		padding: 40px 16px;
	}

	.nbbm-home-newsletter {
		border-radius: 24px;
		gap: 18px;
	}

	.nbbm-home-newsletter__form {
		flex-direction: column;
		border-radius: 12px;
	}

	.nbbm-home-newsletter__submit,
	.nbbm-home-newsletter__form .nbbm-btn--primary {
		border-radius: 0 0 10px 10px;
		width: 100%;
	}
}

@media (max-width: 1199px) {
	.nbbm-home-best-sellers-carousel-stage {
		--nbbm-bs-card-basis: calc(25% - 18px);
		--nbbm-bs-card-min: 190px;
		--nbbm-bs-card-max: 240px;
	}
}

@media (max-width: 991px) {
	.nbbm-home-features .elementor-column,
	.nbbm-home-features__grid .nbbm-home-feature {
		border-left: none !important;
	}

	.nbbm-home-features__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.elementor-section.nbbm-home-features__banner > .elementor-container {
		padding: 28px 16px !important;
	}

	.nbbm-home-best-sellers-carousel-stage {
		--nbbm-bs-card-basis: calc(33.333% - 16px);
		--nbbm-bs-card-min: 180px;
		--nbbm-bs-card-max: 260px;
		--nbbm-bs-carousel-pad: 44px;
	}

	.nbbm-hero-section .elementor-widget-html .nbbm-home-hero__collage {
		min-height: 320px;
		max-width: 420px;
		margin: 0 auto;
	}

	.elementor-widget-image-gallery .gallery {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 767px) {
	.nbbm-home-best-sellers-carousel-stage {
		--nbbm-bs-card-basis: calc(50% - 12px);
		--nbbm-bs-card-min: 168px;
		--nbbm-bs-card-max: none;
		--nbbm-bs-carousel-pad: 40px;
	}

	.elementor-section.nbbm-home-best-sellers:not(.nbbm-home-best-sellers-products) > .elementor-container {
		flex-wrap: wrap;
	}

	.elementor-section.nbbm-home-best-sellers:not(.nbbm-home-best-sellers-products) .elementor-column {
		width: 100% !important;
	}

	.elementor-section.nbbm-home-best-sellers:not(.nbbm-home-best-sellers-products) .elementor-column:last-child .elementor-widget-wrap {
		justify-content: flex-start !important;
	}

	.nbbm-home-best-sellers__link-wrap {
		text-align: left;
	}

	.nbbm-home-best-sellers-track ul.products {
		gap: 16px;
	}
}

@media (max-width: 575px) {
	.nbbm-home-features__grid {
		grid-template-columns: 1fr;
	}

	.nbbm-home-best-sellers-carousel-stage {
		--nbbm-bs-card-basis: calc(100% - 4px);
		--nbbm-bs-card-min: 0;
		--nbbm-bs-card-max: none;
		--nbbm-bs-carousel-pad: 36px;
	}

	.nbbm-home-best-sellers-track ul.products li.product {
		scroll-snap-align: center;
	}

	.nbbm-best-sellers-carousel__btn {
		width: 34px;
		height: 34px;
	}

	.nbbm-best-sellers-carousel__icon {
		font-size: 1.25rem;
	}

	.elementor-widget-image-gallery .gallery {
		grid-template-columns: repeat(2, 1fr);
	}

	.elementor-widget-shortcode .nbbm-home-best-sellers-track ul.products li.product .woocommerce-loop-product__title,
	.elementor-widget-html .nbbm-home-best-sellers-track ul.products li.product .woocommerce-loop-product__title,
	.elementor-widget-shortcode .nbbm-home-best-sellers-track ul.products li.product .nbbm-home-product-card__title,
	.elementor-widget-html .nbbm-home-best-sellers-track ul.products li.product .nbbm-home-product-card__title {
		font-size: 0.95rem;
		min-height: 2.5em;
		padding: 10px 14px 0;
	}
}

/* Instagram gallery */
.nbbm-home-instagram {
	padding: 56px 0;
}

.nbbm-home-instagram__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
}

.nbbm-home-instagram__head .nbbm-section-title,
.nbbm-home-instagram__head .nbbm-section-title-block {
	text-align: left;
	margin-bottom: 0;
}

.elementor-section.nbbm-home-instagram__head .elementor-widget-heading.nbbm-section-title .elementor-heading-title {
	text-align: left !important;
}

.nbbm-home-instagram__head .nbbm-section-title-divider,
.nbbm-home-instagram__head .nbbm-section-title-divider--left {
	justify-content: flex-start;
	margin-left: 0;
	margin-right: auto;
}

.elementor-section.nbbm-home-instagram__head .elementor-column:last-child .elementor-widget-heading.nbbm-home-instagram__handle .elementor-heading-title {
	text-align: right !important;
}

.elementor-section.nbbm-home-instagram__head .elementor-container {
	align-items: flex-end;
}

.elementor-section.nbbm-home-instagram__head {
	padding-bottom: 20px !important;
}

.elementor-section.nbbm-home-instagram__head + .elementor-section.nbbm-home-instagram__grid-wrap {
	padding-top: 0 !important;
}

@media (max-width: 991px) {
	.elementor-section.nbbm-home-instagram__head {
		overflow: hidden;
		max-width: 100%;
	}

	.elementor-section.nbbm-home-instagram__head > .elementor-container {
		flex-wrap: wrap !important;
		max-width: 100%;
	}

	.elementor-section.nbbm-home-instagram__head .elementor-column {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	.elementor-section.nbbm-home-instagram__head .elementor-widget-heading,
	.elementor-section.nbbm-home-instagram__head .elementor-heading-title {
		max-width: 100%;
		overflow-wrap: anywhere;
		word-break: break-word;
	}
}

.nbbm-home-instagram__handle,
.elementor-widget-heading.nbbm-home-instagram__handle .elementor-heading-title {
	font-family: var(--nbbm-font-sans);
	font-size: clamp(0.85rem, 1.5vw, 0.95rem);
	font-weight: 500;
	color: #8b7355;
	text-decoration: none;
	letter-spacing: 0.02em;
}

.nbbm-home-instagram__handle:hover,
.elementor-widget-heading.nbbm-home-instagram__handle .elementor-heading-title a:hover {
	color: var(--nbbm-chocolate);
}

.nbbm-home-instagram__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 16px;
}

.elementor-section.nbbm-home-instagram__grid-wrap .elementor-column {
	padding-left: 8px;
	padding-right: 8px;
}

.elementor-widget-image.nbbm-home-instagram__photo img,
.nbbm-home-instagram__photo img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 12px;
	display: block;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.elementor-widget-image.nbbm-home-instagram__photo:hover img,
.nbbm-home-instagram__photo:hover img {
	transform: scale(1.03);
	box-shadow: 0 8px 24px rgba(74, 50, 40, 0.12);
}

/* Best sellers */
.nbbm-home-best-sellers__head {
	margin-bottom: 8px;
}

.nbbm-home-best-sellers__head .nbbm-section-title-block {
	margin-bottom: 20px;
}

.nbbm-home-best-sellers__actions {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 28px;
}

.elementor-section.nbbm-home-best-sellers__actions {
	padding-top: 0 !important;
}

.elementor-section.nbbm-home-best-sellers__head + .elementor-section.nbbm-home-best-sellers__actions {
	padding-top: 0 !important;
}

.elementor-section.nbbm-home-best-sellers__actions + .elementor-section.nbbm-home-best-sellers-products {
	padding-top: 0 !important;
}

.nbbm-home-best-sellers__link,
.elementor-widget-button.nbbm-home-best-sellers__link-btn .elementor-button {
	display: inline-block;
	font-family: var(--nbbm-font-sans);
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--nbbm-chocolate);
	text-decoration: none;
}

.nbbm-home-best-sellers__link:hover {
	color: var(--nbbm-honey-dark);
}

.nbbm-home-best-sellers-track {
	display: block;
	width: 100%;
}

.nbbm-home-best-sellers-track ul.products::before,
.nbbm-home-best-sellers-track ul.products::after {
	display: none;
	content: none;
}

.nbbm-home-product-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 24px;
}

.nbbm-home-product-card {
	display: flex;
	flex-direction: column;
	background: var(--nbbm-white);
	border-radius: var(--nbbm-radius);
	box-shadow: var(--nbbm-shadow);
	padding: 16px;
	text-align: center;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.nbbm-home-product-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--nbbm-shadow-hover);
}

.nbbm-home-product-card__image {
	display: block;
	margin-bottom: 14px;
	border-radius: var(--nbbm-radius);
	overflow: hidden;
}

.nbbm-home-product-card__img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: var(--nbbm-radius);
}

.nbbm-home-product-card__title {
	margin: 0 0 8px;
	font-family: var(--nbbm-font-serif);
	font-size: 1rem;
	line-height: 1.35;
}

.nbbm-home-product-card__title a {
	color: var(--nbbm-chocolate);
	text-decoration: none;
}

.nbbm-home-product-card__price {
	margin-bottom: 14px;
	font-family: var(--nbbm-font-sans);
	font-weight: 600;
	font-size: 1rem;
	color: var(--nbbm-chocolate);
}

.nbbm-home-product-card__price .woocommerce-Price-amount {
	color: var(--nbbm-chocolate);
}

.nbbm-home-product-card__cart,
.nbbm-home-product-card .button,
.nbbm-home-product-card .added_to_cart {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	margin: 0 !important;
	padding: 12px 16px !important;
	background: var(--nbbm-honey) !important;
	color: var(--nbbm-chocolate) !important;
	border: none !important;
	border-radius: 50px !important;
	font-family: var(--nbbm-font-sans) !important;
	font-size: 0.75rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.06em !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
}

.nbbm-home-product-card__cart:hover,
.nbbm-home-product-card .button:hover {
	background: var(--nbbm-honey-dark) !important;
	color: var(--nbbm-chocolate) !important;
}

.nbbm-home-best-sellers__empty {
	text-align: center;
	color: var(--nbbm-muted);
}

/* Offer — legacy shortcode fallback (see .nbbm-home-offer-wrap above) */
.nbbm-home-offer {
	position: relative;
	overflow: hidden;
}

/* Story */
.nbbm-home-story__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}

.nbbm-home-story__image img,
.nbbm-home-story__image video {
	width: 100%;
	border-radius: var(--nbbm-radius-lg);
	box-shadow: var(--nbbm-shadow);
}

.nbbm-home-story__script {
	margin: 0 0 8px;
	font-family: var(--nbbm-font-script);
	font-size: clamp(1.65rem, 3vw, 2.15rem);
	font-weight: 400;
	color: #f9d067;
	letter-spacing: 0.02em;
}

.nbbm-home-story__title {
	margin: 0 0 16px;
	font-family: var(--nbbm-font-serif);
	font-size: clamp(1.85rem, 3.2vw, 2.5rem);
	font-weight: 700;
	line-height: 1.2;
	color: var(--nbbm-chocolate);
}

.nbbm-home-story__content p {
	margin: 0 0 24px;
	color: var(--nbbm-text);
	line-height: 1.75;
}

/* Testimonials — shortcode fallback (shared rules above) */

/* Newsletter — legacy aliases */
.nbbm-home-newsletter-wrap .nbbm-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

/* Elementor wrapper cleanup */
.elementor-widget-shortcode .nbbm-home-hero,
.elementor-widget-shortcode .nbbm-home-section,
.elementor-widget-shortcode .nbbm-home-features,
.elementor-widget-shortcode .nbbm-home-offer,
.elementor-widget-shortcode .nbbm-home-newsletter-wrap,
.elementor-widget-shortcode .nbbm-home-newsletter,
.elementor-widget-shortcode .nbbm-home-instagram {
	width: 100%;
}

@media (max-width: 991px) {
	.nbbm-home-hero__inner,
	.nbbm-home-story__grid {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.nbbm-home-hero__text,
	.nbbm-home-story__content {
		margin-left: auto;
		margin-right: auto;
	}

	.nbbm-home-hero__actions {
		justify-content: center;
	}

	.nbbm-home-hero__collage {
		min-height: 320px;
		max-width: 420px;
		margin: 0 auto;
	}

	.nbbm-home-categories__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.nbbm-home-features__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.nbbm-home-testimonials__grid:not(.nbbm-home-testimonials__slider .nbbm-home-testimonials__grid) {
		grid-template-columns: repeat(3, 1fr);
	}

	.nbbm-home-product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	.nbbm-home-categories__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nbbm-home-features__grid {
		grid-template-columns: 1fr 1fr;
	}

	.elementor-widget-image-gallery .gallery {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.nbbm-home-instagram__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.nbbm-home-hero__actions,
	.nbbm-home-newsletter__form {
		flex-direction: column;
		align-items: stretch;
	}

	.nbbm-home-best-sellers__head {
		flex-direction: column;
		align-items: flex-start;
	}

	.nbbm-home-instagram__head {
		flex-direction: column;
		align-items: flex-start;
	}

	.nbbm-home-instagram__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.nbbm-home-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}
}

/* Homepage: hide Elementor broken-image placeholders (failed Unsplash URLs). */
.elementor-page-5 .elementor-widget-image img[src=""],
.elementor-page-5 .elementor-widget-image img:not([src]),
.elementor-page-5 img[src*="es.unsplash.com"] {
	display: none !important;
}

.elementor-page-5 .elementor-widget-image:has(img[src=""]),
.elementor-page-5 .elementor-widget-image:has(img[src*="es.unsplash.com"]) {
	display: none !important;
	min-height: 0 !important;
}

/*
 * Fallback when Elementor section wrappers are missing: cap runaway inline SVGs
 * (chef-hat divider + category icons rendered as bare <p><svg>…</p> blocks).
 */
.elementor-page-5 p svg,
.elementor-page-5 h2 + p svg {
	display: inline-block !important;
	width: 22px !important;
	height: 22px !important;
	max-width: 56px !important;
	max-height: 56px !important;
	vertical-align: middle;
}

.elementor-page-5 p:has(a[href*="/biscuits/"]) svg,
.elementor-page-5 p:has(a[href*="/cakes/"]) svg,
.elementor-page-5 p:has(a[href*="/chocolates/"]) svg,
.elementor-page-5 p:has(a[href*="/product-category/"]) svg {
	width: 2.15rem !important;
	height: 2.15rem !important;
}

.elementor-page-5 h2 + p {
	height: auto !important;
	min-height: 0 !important;
	max-height: 80px;
	overflow: hidden;
}
