body {
	overflow-x: hidden;
}

:root {
	--mesobra-header-height: 74px;
	--mesobra-search-sticky-top: 74px;
}

#wrapper {
	max-width: 100vw;
	overflow-x: hidden;
	padding-top: var(--mesobra-header-height);
}

#header-container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1100;
	background: #fff;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
	transition: box-shadow 0.22s ease, background 0.22s ease;
}

#header {
	padding: 8px 0;
}

#header > .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	min-height: 58px;
}

#header .left-side {
	display: flex;
	align-items: center;
	gap: 32px;
	width: auto;
	flex: 1 1 auto;
	float: none;
}

#header .right-side {
	width: auto;
	float: none;
	flex: 0 0 auto;
	display: block;
	margin-top: 0;
	position: static;
}

#logo {
	display: flex;
	align-items: center;
	margin: 0;
	flex: 0 0 auto;
	position: static;
	width: auto;
	text-align: left;
	left: auto;
	right: auto;
}

#logo img {
	max-height: 42px;
}

#navigation {
	float: none;
	display: block;
	margin: 0;
}

#navigation.style-1 {
	margin: 0;
}

#navigation ul {
	display: flex;
	align-items: center;
	gap: 24px;
	margin: 0;
	padding: 0;
}

#navigation.style-1 ul li {
	margin: 0;
}

#navigation.style-1 ul li a {
	padding: 7px 0;
	font-size: 17px;
	line-height: 1.2;
}

#navigation.style-1 ul li a.ft,
#navigation.style-1 ul li a.ft:hover {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	color: #fff;
	background: #3aab3b;
	border-radius: 18px;
	box-shadow: 0 8px 20px rgba(58, 171, 59, 0.20);
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
}

#navigation.style-1 ul li a.ft:hover {
	background: #2e8a33;
	box-shadow: 0 10px 24px rgba(46, 138, 51, 0.26);
}

.header-widget {
	height: auto;
	padding: 0;
	text-align: right;
	border-top: 0;
	display: block;
}

.header-widget .button,
.header-widget .button.border {
	margin: 0;
	padding: 8px 16px;
	border-radius: 18px;
	white-space: nowrap;
}

.auth-label-mobile {
	display: none;
}

.mesobra-reveal {
	opacity: 0;
	transform: translateY(14px);
	transition: opacity 0.55s ease, transform 0.55s ease;
}

.mesobra-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.mesobra-reveal:nth-child(2) {
	transition-delay: 0.05s;
}

.mesobra-reveal:nth-child(3) {
	transition-delay: 0.10s;
}

.mesobra-live-hero *,
.mesobra-search-section *,
.mesobra-auth-modal * {
	box-sizing: border-box;
}

.mesobra-live-hero {
	position: relative;
	overflow: hidden;
	min-height: 590px;
	padding: 70px 0 62px;
	color: #fff;
	background: #151b18;
}

.mesobra-live-hero__background {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(9, 23, 18, 0.66) 0%, rgba(9, 23, 18, 0.42) 45%, rgba(9, 23, 18, 0.08) 100%),
		linear-gradient(180deg, rgba(9, 23, 18, 0.02) 0%, rgba(9, 23, 18, 0.22) 100%),
		url("../images/banners/mesobra-hero-sobrantes-bodega.jpg") center center / cover no-repeat;
}

.mesobra-live-hero .container,
.mesobra-live-hero .row {
	position: relative;
	z-index: 2;
}

.mesobra-live-hero .container {
	width: min(1170px, calc(100% - 30px));
}

.mesobra-live-hero__copy {
	box-sizing: border-box;
	max-width: 620px;
	padding-top: 62px;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}

.mesobra-live-hero__eyebrow,
.mesobra-quick-card__title span,
.mesobra-auth-modal__box > span {
	display: inline-block;
	margin-bottom: 12px;
	color: #9cf29e;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.mesobra-live-hero h1 {
	margin: 0 0 20px;
	color: #fff;
	font-size: 52px;
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: 0;
	overflow-wrap: normal;
	text-wrap: balance;
}

.mesobra-live-hero p {
	max-width: 560px;
	margin-bottom: 22px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 20px;
	line-height: 1.45;
	text-wrap: pretty;
}

.mesobra-live-hero__benefits {
	display: grid;
	gap: 12px;
	max-width: 590px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-shadow: none;
}

.mesobra-live-hero__benefits li {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	align-items: flex-start;
	gap: 12px;
	padding: 0;
	color: #fff;
	background: transparent;
	border: 0;
}

.mesobra-live-hero__benefits span {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	color: #12351a;
	background: #9cf29e;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 800;
	box-shadow: 0 0 0 5px rgba(156, 242, 158, 0.12);
}

.mesobra-live-hero__benefits span i {
	color: inherit;
	font-size: 14px;
}

.mesobra-live-hero__benefits p {
	max-width: 500px;
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 16px;
	line-height: 1.35;
}

.mesobra-live-hero__benefits strong {
	color: #fff;
	font-weight: 800;
}

.mesobra-quick-card {
	box-sizing: border-box;
	max-width: 390px;
	margin-top: 70px;
	margin-left: auto;
	padding: 18px;
	background: rgba(255, 255, 255, 0.97);
	border-radius: 4px;
	box-shadow: 0 25px 70px rgba(0, 0, 0, 0.32);
}

.mesobra-auth-modal__box > span {
	color: #3aab3b;
}

.mesobra-quick-card__heading h2 {
	margin: 0 0 13px;
	color: #26332b;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.18;
}

.mesobra-field {
	display: block;
	margin-bottom: 9px;
}

.mesobra-field span {
	display: block;
	margin-bottom: 4px;
	color: #333;
	font-size: 13px;
	font-weight: 700;
}

.mesobra-field input,
.mesobra-field select {
	height: 42px;
	line-height: 42px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	margin: 0;
}

.mesobra-field select {
	padding-top: 0;
	padding-bottom: 0;
}

.mesobra-field-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 9px;
}

.mesobra-field.is-error input,
.mesobra-field.is-error select {
	border-color: #d35b3d;
	box-shadow: 0 0 0 3px rgba(211, 91, 61, 0.12);
}

.mesobra-photo-box {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: center;
	gap: 8px;
	padding: 8px;
	margin: 1px 0 12px;
	background: #f7f9f6;
	border: 1px solid #d8ead9;
	border-radius: 4px;
}

.mesobra-photo-box.is-error {
	border-color: #d35b3d;
	box-shadow: 0 0 0 3px rgba(211, 91, 61, 0.12);
}

.mesobra-photo-trigger {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 40px;
	margin: 0;
	padding: 0 12px;
	color: #2e8a33;
	background: #fff;
	border: 1px solid #cfe5d0;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.15s ease;
}

.mesobra-photo-trigger:hover {
	color: #fff;
	background: #3aab3b;
	border-color: #3aab3b;
}

.mesobra-photo-trigger i {
	color: #3aab3b;
	font-size: 15px;
}

.mesobra-photo-trigger:hover i {
	color: #fff;
}

.mesobra-hidden-input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.mesobra-photo-preview {
	display: none;
	grid-column: 1 / -1;
	align-items: center;
	justify-content: flex-start;
	gap: 7px;
	min-height: 38px;
	padding: 5px 8px;
	overflow: hidden;
	color: #2f3f32;
	background: #fff;
	border: 1px solid #cfe5d0;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 700;
	text-align: left;
}

.mesobra-photo-preview.has-photo {
	display: flex;
}

.mesobra-photo-preview[hidden] {
	display: none;
}

.mesobra-photo-preview > i {
	display: grid;
	place-items: center;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	color: #3aab3b;
	background: #eaf6eb;
	border-radius: 50%;
	font-size: 13px;
}

.mesobra-photo-preview img {
	width: 38px;
	height: 30px;
	border-radius: 3px;
	object-fit: cover;
}

.mesobra-live-hero .mesobra-quick-card__note {
	max-width: none;
	margin: -3px 2px 10px;
	color: #687069;
	font-size: 12px;
	line-height: 1.35;
	text-shadow: none;
}

.mesobra-continue-button {
	box-sizing: border-box;
	width: 100%;
	height: 44px;
	margin: 0;
	font-size: 16px;
	font-weight: 700;
}

.mesobra-search-section {
	position: relative;
	z-index: 880;
	padding: 10px 0 12px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 48%),
		linear-gradient(135deg, #2e8a33 0%, #3aab3b 100%);
	border-top: 1px solid rgba(255, 255, 255, 0.20);
	border-bottom: 1px solid rgba(19, 88, 30, 0.28);
	box-shadow: 0 12px 34px rgba(22, 78, 29, 0.16);
	transition: padding 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

.mesobra-search-section.is-fixed {
	position: fixed;
	top: var(--mesobra-search-sticky-top);
	left: 0;
	right: 0;
	padding: 8px 0;
	box-shadow: 0 16px 34px rgba(20, 69, 25, 0.24);
	animation: mesobraSearchDock 0.24s ease both;
}

.mesobra-search-section.is-fixed + .mesobra-live-hero {
	margin-top: var(--mesobra-search-height, 76px);
}

@keyframes mesobraSearchDock {
	from {
		opacity: 0.98;
		transform: translateY(-6px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.mesobra-search-section .container {
	width: min(1170px, calc(100% - 30px));
	max-width: calc(100% - 30px);
	padding-left: 0;
	padding-right: 0;
}

.mesobra-search-section .row {
	margin-left: 0;
	margin-right: 0;
}

.mesobra-search-section .col-md-12 {
	float: none;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.mesobra-compact-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	gap: 0;
	margin: 0 auto;
}

.mesobra-search-heading {
	display: flex;
	align-items: center;
	max-height: 40px;
	margin-bottom: 0;
	color: #fff;
	opacity: 1;
	overflow: hidden;
	transform: translateY(0);
	transition: max-height 0.28s ease, margin 0.28s ease, opacity 0.22s ease, transform 0.28s ease;
}

.mesobra-search-heading span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 0;
	padding: 8px 12px 8px 8px;
	color: #fff;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.mesobra-search-heading span i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	color: #2e8a33;
	background: #fff;
	border-radius: 999px;
	font-size: 12px;
	line-height: 1;
}

.mesobra-search-heading strong {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.15;
	text-wrap: balance;
}

.mesobra-compact-search__main {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 0;
	padding: 5px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.90)),
		#fff;
	border: 1px solid rgba(255, 255, 255, 0.70);
	border-radius: 999px;
	box-shadow:
		0 18px 38px rgba(21, 76, 28, 0.20),
		inset 0 0 0 1px rgba(58, 171, 59, 0.08);
	backdrop-filter: blur(10px);
	transition: box-shadow 0.22s ease, transform 0.22s ease, background 0.22s ease;
}

.mesobra-compact-search.is-advanced-open .mesobra-compact-search__main {
	border-radius: 18px;
}

.mesobra-search-field {
	position: relative;
	display: block;
	min-width: 0;
	margin: 0;
}

.mesobra-search-field i {
	position: absolute;
	top: 50%;
	left: 18px;
	color: #3aab3b;
	font-size: 16px;
	line-height: 1;
	transform: translateY(-50%);
}

.mesobra-search-field input {
	min-width: 0;
	height: 42px;
	line-height: 42px;
	margin: 0;
	padding: 0 18px 0 48px;
	border: 0;
	border-radius: 999px;
	box-shadow: none;
	font-size: 16px;
	background: transparent;
}

.mesobra-search-field input:focus {
	box-shadow: 0 0 0 3px rgba(58, 171, 59, 0.10);
}

.mesobra-search-submit {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	margin: 0;
	padding: 0 24px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #228f35 0%, #3aab3b 100%);
	color: #fff;
	box-shadow: none;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.mesobra-search-submit i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	margin: 0;
	font-size: 16px;
	line-height: 1;
}

.mesobra-search-submit:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(35, 129, 48, 0.22);
}

.mesobra-advanced-filters {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	width: 100%;
	max-height: 0;
	margin: 0;
	padding: 0 12px;
	overflow: hidden;
	background: #f8fbf7;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: none;
	opacity: 0;
	pointer-events: none;
	transform: translateY(-8px);
	transition: max-height 0.26s ease, margin 0.26s ease, padding 0.26s ease, opacity 0.18s ease, transform 0.26s ease, border-color 0.26s ease;
}

.mesobra-compact-search.is-advanced-open .mesobra-advanced-filters {
	max-height: 150px;
	margin-top: 2px;
	padding: 12px;
	border-color: #e3e6e2;
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.mesobra-advanced-filters label {
	margin: 0;
}

.mesobra-advanced-filters span {
	display: block;
	margin-bottom: 4px;
	color: #555;
	font-size: 12px;
	font-weight: 700;
}

.mesobra-advanced-filters select {
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0 14px;
	font-size: 14px;
}

.mesobra-search-section.is-fixed .mesobra-search-heading {
	max-height: 0;
	margin-bottom: 0;
	opacity: 0;
	transform: translateY(-8px);
}

.mesobra-search-section.is-fixed .container {
	width: min(980px, calc(100% - 30px));
}

.mesobra-search-section.is-fixed .mesobra-compact-search {
	grid-template-columns: minmax(0, 1fr);
	gap: 0;
}

.mesobra-search-section.is-fixed .mesobra-compact-search__main {
	padding: 4px;
	border-radius: 999px;
	transform: translateY(0);
	box-shadow: 0 14px 30px rgba(20, 69, 25, 0.22);
}

.mesobra-search-section.is-fixed .mesobra-search-field input {
	height: 38px;
	line-height: 38px;
}

.mesobra-search-section.is-fixed .mesobra-search-submit {
	min-height: 38px;
	padding: 0 18px;
}

.mesobra-search-section.is-fixed .mesobra-advanced-filters,
.mesobra-search-section.is-fixed .mesobra-compact-search.is-advanced-open .mesobra-advanced-filters {
	max-height: 0;
	margin: 0;
	padding: 0 12px;
	border-color: transparent;
	opacity: 0;
	pointer-events: none;
	transform: translateY(-8px);
}

.mesobra-featured-section {
	padding: 48px 0 46px;
	background: linear-gradient(180deg, #fff 0%, #f7f9f6 100%);
	border-bottom: 1px solid #e8ece7;
}

.mesobra-featured-section .container {
	width: min(1170px, calc(100% - 30px));
}

.mesobra-section-intro {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
}

.mesobra-section-intro span {
	display: inline-block;
	margin-bottom: 8px;
	color: #3aab3b;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.mesobra-section-intro h3 {
	margin: 0 0 8px;
	color: #2f3331;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.18;
}

.mesobra-section-intro p {
	max-width: 640px;
	margin: 0;
	color: #666;
	font-size: 17px;
	line-height: 1.45;
}

.mesobra-section-cta.button.border {
	flex: 0 0 auto;
	margin: 0;
	color: #2e8a33;
	border-color: #cfe5d0;
	background: #fff;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.07);
}

.mesobra-section-cta.button.border:hover {
	color: #fff;
	border-color: #3aab3b;
	background: #3aab3b;
}

.mesobra-products-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	padding: 0;
}

.mesobra-products-row .listing-item-container {
	margin-bottom: 0;
}

.mesobra-products-row .listing-item {
	height: 320px;
	box-shadow: 0 18px 44px rgba(29, 38, 33, 0.16);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.mesobra-products-row .listing-item-container:hover .listing-item {
	transform: translateY(-3px);
	box-shadow: 0 22px 54px rgba(29, 38, 33, 0.22);
}

.mesobra-products-row .listing-item img {
	height: 100%;
	object-fit: cover;
}

.mesobra-featured-section .listing-item:before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 20%, rgba(8, 21, 16, 0.82) 100%);
}

.mesobra-featured-section .listing-item-content {
	bottom: 22px;
}

.mesobra-featured-badge {
	display: inline-flex !important;
	width: auto;
	margin-bottom: 9px !important;
	padding: 5px 9px;
	color: #fff !important;
	background: rgba(58, 171, 59, 0.92);
	border-radius: 4px;
	font-size: 12px !important;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.mesobra-category-section {
	padding-top: 48px;
	background: #fff;
	overflow: hidden;
}

.mesobra-category-container {
	width: min(1170px, calc(100% - 30px));
}

.mesobra-category-header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}

.mesobra-category-header h3 {
	margin: 0;
}

.mesobra-category-controls {
	display: none;
	align-items: center;
	gap: 8px;
}

.mesobra-category-arrow {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	color: #2e8a33;
	background: #fff;
	border: 1px solid #d8ead9;
	border-radius: 4px;
	box-shadow: 0 7px 18px rgba(0, 0, 0, 0.06);
	cursor: pointer;
	transition: all 0.15s ease;
}

.mesobra-category-arrow:hover,
.mesobra-category-arrow:focus {
	color: #fff;
	background: #3aab3b;
	border-color: #3aab3b;
	outline: none;
}

.mesobra-category-arrow:disabled {
	color: #b4bdb5;
	background: #f4f6f4;
	border-color: #eef0ee;
	box-shadow: none;
	cursor: default;
}

.mesobra-plan-section {
	padding: 34px 0 32px;
	background: #f7f9f6;
	border-top: 1px solid #edf0ec;
	border-bottom: 1px solid #e4ebe3;
}

.mesobra-plan-section .container {
	width: min(1170px, calc(100% - 30px));
}

.mesobra-plan-card {
	display: grid;
	grid-template-columns: auto minmax(0, 1.25fr) minmax(260px, 0.9fr) auto;
	align-items: center;
	gap: 22px;
	padding: 22px 24px;
	background: #fff;
	border: 1px solid #dfe9df;
	border-radius: 4px;
	box-shadow: 0 16px 36px rgba(29, 38, 33, 0.08);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.mesobra-plan-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 20px 44px rgba(29, 38, 33, 0.12);
}

.mesobra-plan-icon {
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	color: #fff;
	background: #3aab3b;
	border-radius: 50%;
	box-shadow: 0 10px 22px rgba(58, 171, 59, 0.22);
	font-size: 24px;
}

.mesobra-plan-copy span {
	display: inline-block;
	margin-bottom: 6px;
	color: #2e8a33;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.mesobra-plan-copy h3 {
	margin: 0 0 6px;
	color: #26302a;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.18;
}

.mesobra-plan-copy p {
	max-width: 560px;
	margin: 0;
	color: #636d66;
	font-size: 15px;
	line-height: 1.42;
}

.mesobra-plan-benefits {
	display: grid;
	gap: 7px;
	padding: 0;
	margin: 0;
	color: #3f4842;
	font-size: 14px;
	font-weight: 700;
	list-style: none;
}

.mesobra-plan-benefits li {
	display: flex;
	align-items: center;
	gap: 8px;
	line-height: 1.25;
}

.mesobra-plan-benefits i {
	display: grid;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	place-items: center;
	color: #2e8a33;
	background: #eaf6eb;
	border-radius: 50%;
	font-size: 11px;
}

.mesobra-plan-button.button {
	min-width: 148px;
	margin: 0;
	color: #fff;
	background: #3aab3b;
	border-color: #3aab3b;
	text-align: center;
	box-shadow: 0 10px 24px rgba(58, 171, 59, 0.18);
}

.mesobra-plan-button.button:hover {
	color: #fff;
	background: #2e8a33;
	border-color: #2e8a33;
}

.mesobra-how-section {
	padding: 46px 0 54px;
	background: #fff;
}

.mesobra-how-section .container {
	width: min(1170px, calc(100% - 30px));
}

.mesobra-how-intro {
	max-width: 780px;
	margin: 0 auto 26px;
	text-align: center;
}

.mesobra-how-intro span {
	display: inline-block;
	margin-bottom: 8px;
	color: #2e8a33;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.mesobra-how-intro h3 {
	margin: 0 0 10px;
	color: #26302a;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.18;
}

.mesobra-how-intro p {
	margin: 0 auto;
	color: #626d66;
	font-size: 16px;
	line-height: 1.5;
	text-wrap: pretty;
}

.mesobra-how-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.mesobra-how-step {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 14px;
	min-height: 178px;
	padding: 22px;
	background: #f7f9f6;
	border: 1px solid #e3ece3;
	border-radius: 4px;
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.mesobra-how-step:hover {
	transform: translateY(-3px);
	border-color: #cfe5d0;
	box-shadow: 0 16px 34px rgba(29, 38, 33, 0.10);
}

.mesobra-how-icon {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	color: #fff;
	background: #3aab3b;
	border-radius: 50%;
	box-shadow: 0 10px 22px rgba(58, 171, 59, 0.18);
	font-size: 20px;
}

.mesobra-how-step span {
	display: inline-block;
	margin-bottom: 5px;
	color: #2e8a33;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.mesobra-how-step h4 {
	margin: 0 0 7px;
	color: #26302a;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

.mesobra-how-step p {
	margin: 0;
	color: #5f6962;
	font-size: 14px;
	line-height: 1.45;
}

.mesobra-ad-strip {
	background: #edf7ef;
	border-top: 1px solid #d8ead9;
	border-bottom: 1px solid #d8ead9;
}

.mesobra-ad-strip__content {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
}

.mesobra-ad-strip__icon {
	display: grid;
	place-items: center;
	width: 56px;
	height: 56px;
	color: #fff;
	background: #3aab3b;
	border-radius: 50%;
	box-shadow: 0 10px 26px rgba(58, 171, 59, 0.24);
	font-size: 24px;
}

.mesobra-ad-strip__copy span {
	display: block;
	margin-bottom: 4px;
	color: #2e8a33;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.mesobra-ad-strip__copy h4 {
	margin: 0 0 4px;
	color: #24302a;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.2;
}

.mesobra-ad-strip__copy p {
	max-width: 720px;
	margin: 0;
	color: #5f6a63;
	font-size: 15px;
	line-height: 1.45;
}

.mesobra-ad-strip a.button {
	min-width: 150px;
	margin: 0;
	text-align: center;
}

.icon-box-2 i {
	font-size: 52px;
	margin-bottom: 20px;
}

.mesobra-auth-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 22px;
	background: rgba(0, 0, 0, 0.52);
}

.mesobra-auth-modal.is-open {
	display: flex;
}

.mesobra-auth-modal__box {
	position: relative;
	width: min(460px, 100%);
	padding: 30px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.32);
}

.mesobra-auth-modal__box h2 {
	margin: 0 0 10px;
	color: #333;
	font-size: 28px;
}

.mesobra-auth-modal__box p {
	color: #777;
}

.mesobra-auth-modal__box .button.border {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

.mesobra-auth-modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 32px;
	height: 32px;
	border: 0;
	border-radius: 50%;
	background: #efefef;
	color: #555;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
}

.mesobra-toast {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 10000;
	max-width: 340px;
	padding: 13px 16px;
	color: #fff;
	background: #333;
	border-radius: 4px;
	box-shadow: 0 12px 34px rgba(0, 0, 0, 0.24);
	opacity: 0;
	pointer-events: none;
	transform: translateY(10px);
	transition: all 0.18s ease;
}

.mesobra-toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.mesobra-compact-search__main.mesobra-reveal,
.mesobra-products-row .listing-item-container.mesobra-reveal,
.mesobra-plan-card.mesobra-reveal,
.mesobra-how-step.mesobra-reveal,
.mesobra-ad-strip__content.mesobra-reveal {
	transition: opacity 0.55s ease, transform 0.55s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

@media (prefers-reduced-motion: reduce) {
	.mesobra-reveal,
	.mesobra-search-section,
	.mesobra-search-heading,
	.mesobra-advanced-filters,
	.mesobra-products-row .listing-item,
	.mesobra-plan-card,
	.mesobra-how-step {
		transition: none !important;
	}
}

@media (max-width: 991px) {
	:root {
		--mesobra-header-height: 70px;
		--mesobra-search-sticky-top: 70px;
	}

	#header > .container {
		gap: 14px;
		min-height: 54px;
	}

	#header .left-side {
		gap: 16px;
	}

	#navigation.style-1 ul li a {
		font-size: 15px;
	}

	#navigation ul {
		gap: 16px;
	}

	.header-widget .button,
	.header-widget .button.border {
		padding: 7px 12px;
		font-size: 14px;
	}

	.mesobra-live-hero {
		padding: 58px 0 54px;
	}

	.mesobra-live-hero__copy {
		padding-top: 0;
		margin-bottom: 28px;
	}

	.mesobra-quick-card {
		max-width: none;
		margin-top: 0;
		margin-left: 0;
	}

	.mesobra-section-intro {
		display: block;
	}

	.mesobra-section-cta.button.border {
		margin-top: 16px;
	}

	.mesobra-products-row {
		grid-template-columns: 1fr;
	}

	.mesobra-plan-card {
		grid-template-columns: auto minmax(0, 1fr);
		align-items: flex-start;
	}

	.mesobra-plan-benefits,
	.mesobra-plan-button.button {
		grid-column: 2;
	}

	.mesobra-how-grid {
		grid-template-columns: 1fr;
	}

	.mesobra-how-step {
		min-height: 0;
	}
}

@media (max-width: 767px) {
	#header {
		padding: 0;
	}

	#header > .container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 0;
		min-height: 54px;
		padding-left: 15px;
		padding-right: 15px;
	}

	#header .left-side {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		gap: 12px;
	}

	#header .left-side > .clearfix {
		display: none;
	}

	#logo {
		justify-content: flex-start;
		align-self: center;
	}

	#header .mmenu-trigger,
	.mmenu-trigger {
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		background: #f2faf0;
		border: 1px solid rgba(58, 171, 59, 0.22);
		border-radius: 8px;
		margin: 0 0 0 auto;
		align-self: center;
		position: relative;
		right: auto;
		top: auto;
		z-index: 20;
	}

	#header .hamburger,
	.hamburger {
		position: relative;
		top: auto;
		left: auto;
		display: block;
		width: 22px;
		height: 16px;
		padding: 0;
		transform: none;
	}

	.hamburger-box {
		display: block;
		width: 22px;
		height: 16px;
		position: relative;
	}

	.hamburger-inner,
	.hamburger-inner::before,
	.hamburger-inner::after {
		left: 0;
		width: 22px;
		height: 2px;
		background-color: #2fa93b;
		border-radius: 2px;
	}

	.hamburger-inner {
		top: 50%;
		bottom: auto;
		margin-top: -1px;
	}

	.hamburger-inner::before {
		top: -7px;
	}

	.hamburger-inner::after {
		top: 7px;
		bottom: auto;
	}

	.hamburger--collapse .hamburger-inner {
		top: 50%;
		bottom: auto;
		margin-top: -1px;
	}

	.hamburger--collapse .hamburger-inner::before {
		top: -7px;
	}

	.hamburger--collapse .hamburger-inner::after {
		top: 7px;
	}

	#navigation {
		display: none;
	}

	#header .right-side {
		grid-column: 3;
		grid-row: 1;
		justify-self: end;
		width: auto;
		display: none;
	}

	#logo img {
		max-height: 31px;
	}

	.auth-label-desktop {
		display: none;
	}

	.auth-label-mobile {
		display: inline;
	}

	:root {
		--mesobra-header-height: 54px;
		--mesobra-search-sticky-top: 54px;
	}

	.header-widget .button,
	.header-widget .button.border {
		padding: 7px 11px;
		font-size: 13px;
	}

	.mesobra-search-section {
		padding: 7px 0;
	}

	.mesobra-compact-search {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.mesobra-search-heading {
		display: flex;
		max-height: 30px;
		margin-bottom: 0;
		display: none;
	}

	.mesobra-search-heading span {
		display: inline-flex;
		padding: 6px 10px 6px 6px;
		font-size: 11px;
	}

	.mesobra-search-heading span i {
		width: 20px;
		height: 20px;
		font-size: 11px;
	}

	.mesobra-compact-search__main {
		grid-template-columns: minmax(0, 1fr) 42px;
		gap: 0;
		padding: 4px;
	}

	.mesobra-search-field i {
		left: 15px;
		font-size: 16px;
	}

	.mesobra-search-field input {
		height: 40px;
		line-height: 40px;
		padding-left: 42px;
		padding-right: 8px;
		font-size: 14px;
	}

	.mesobra-search-submit {
		min-width: 42px;
		width: 42px;
		height: 40px;
		min-height: 40px;
		padding: 0;
		border-radius: 999px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.mesobra-search-submit i {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 18px;
		height: 18px;
		font-size: 18px;
		transform: translate(-50%, -50%);
	}

	.mesobra-search-submit span {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		white-space: nowrap;
	}

	.mesobra-advanced-filters {
		grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) minmax(0, 0.9fr);
		gap: 6px;
		padding-left: 8px;
		padding-right: 8px;
	}

	.mesobra-compact-search.is-advanced-open .mesobra-advanced-filters {
		max-height: 86px;
		padding: 8px;
	}

	.mesobra-advanced-filters span {
		margin-bottom: 3px;
		font-size: 10px;
		line-height: 1.2;
	}

	.mesobra-advanced-filters select {
		height: 34px;
		line-height: 34px;
		padding: 0 7px;
		font-size: 12px;
	}

	.mesobra-featured-section {
		padding: 34px 0 34px;
	}

	.mesobra-section-intro {
		margin-bottom: 18px;
	}

	.mesobra-section-intro h3 {
		font-size: 26px;
	}

	.mesobra-section-intro p {
		font-size: 15px;
	}

	.mesobra-section-cta.button.border {
		width: 100%;
		text-align: center;
	}

	.mesobra-products-row {
		gap: 16px;
	}

	.mesobra-products-row .listing-item {
		height: 260px;
	}

	.mesobra-category-section {
		padding-top: 34px;
	}

	.mesobra-category-container {
		width: 100%;
		max-width: 100%;
		padding-left: 15px;
		padding-right: 0;
	}

	.mesobra-category-header {
		justify-content: space-between;
		margin-bottom: 14px;
		padding-right: 15px;
	}

	.mesobra-category-header h3.headline {
		font-size: 24px;
		line-height: 1.15;
		text-align: left;
	}

	.mesobra-category-controls {
		display: flex;
		flex: 0 0 auto;
	}

	.mesobra-category-carousel {
		position: relative;
		margin-right: -15px;
		overflow: hidden;
	}

	.mesobra-category-carousel .category-grid.row {
		display: flex;
		flex-wrap: nowrap;
		gap: 12px;
		margin: 0;
		padding: 0 15px 8px 0;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scroll-padding-left: 0;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.mesobra-category-carousel .category-grid.row::-webkit-scrollbar {
		display: none;
	}

	.mesobra-category-carousel .grid-item.col-md-2 {
		float: none;
		flex: 0 0 112px;
		width: 112px;
		max-width: 112px;
		padding: 0;
		scroll-snap-align: start;
	}

	section .mesobra-category-carousel .category-grid .grid-item > a > div {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 84px;
		margin-bottom: 8px;
		padding: 14px 8px;
		background: #f7f9f6;
		border: 1px solid #edf0ec;
		border-radius: 4px;
	}

	section .mesobra-category-carousel .category-grid .grid-item > a > div img {
		width: auto;
		max-width: 64px;
		height: 48px;
		object-fit: contain;
	}

	section .mesobra-category-carousel .category-grid .grid-item > a > p {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		min-height: 38px;
		height: auto;
		max-width: 100%;
		margin: 0;
		color: #1f2421;
		font-size: 13px;
		font-weight: 700;
		line-height: 1.16;
		text-align: center;
	}

	.mesobra-plan-section {
		padding: 24px 0;
	}

	.mesobra-plan-card {
		grid-template-columns: auto minmax(0, 1fr);
		gap: 12px;
		padding: 16px;
	}

	.mesobra-plan-icon {
		width: 44px;
		height: 44px;
		font-size: 18px;
	}

	.mesobra-plan-copy h3 {
		font-size: 20px;
	}

	.mesobra-plan-copy p {
		font-size: 14px;
	}

	.mesobra-plan-benefits,
	.mesobra-plan-button.button {
		grid-column: 1 / -1;
	}

	.mesobra-plan-benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		font-size: 13px;
	}

	.mesobra-plan-benefits li {
		align-items: flex-start;
	}

	.mesobra-plan-benefits li:last-child {
		grid-column: 1 / -1;
	}

	.mesobra-plan-button.button {
		width: 100%;
	}

	.mesobra-how-section {
		padding: 34px 0 38px;
	}

	.mesobra-how-intro {
		margin-bottom: 18px;
		text-align: left;
	}

	.mesobra-how-intro h3 {
		font-size: 24px;
	}

	.mesobra-how-intro p {
		font-size: 15px;
	}

	.mesobra-how-grid {
		gap: 12px;
	}

	.mesobra-how-step {
		grid-template-columns: auto minmax(0, 1fr);
		gap: 12px;
		padding: 16px;
	}

	.mesobra-how-icon {
		width: 42px;
		height: 42px;
		font-size: 18px;
	}

	.mesobra-how-step h4 {
		font-size: 18px;
	}

	.mesobra-ad-strip {
		padding-top: 22px !important;
		padding-bottom: 22px !important;
	}

	.mesobra-ad-strip__content {
		grid-template-columns: 1fr;
		gap: 12px;
		text-align: center;
	}

	.mesobra-ad-strip__icon {
		margin: 0 auto;
	}

	.mesobra-ad-strip__copy h4 {
		font-size: 21px;
	}

	.mesobra-ad-strip a.button {
		width: 100%;
	}
}

@media (max-width: 600px) {
	.mesobra-live-hero {
		padding: 34px 0 32px;
	}

	.mesobra-live-hero .container {
		width: calc(100% - 30px);
		max-width: calc(100% - 30px);
		padding-left: 0;
		padding-right: 0;
	}

	.mesobra-live-hero .row {
		margin-left: 0;
		margin-right: 0;
	}

	.mesobra-live-hero .row > [class*="col-"] {
		float: none;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.mesobra-live-hero h1 {
		max-width: 100%;
		margin-bottom: 14px;
		font-size: 28px;
	}

	.mesobra-live-hero p {
		max-width: 100%;
		margin-bottom: 16px;
		font-size: 16px;
	}

	.mesobra-live-hero__copy,
	.mesobra-quick-card {
		width: calc(100vw - 30px);
		max-width: calc(100vw - 30px);
	}

	.mesobra-live-hero__copy {
		margin-bottom: 22px;
	}

	.mesobra-live-hero__copy h1,
	.mesobra-live-hero__copy p {
		max-width: 330px;
	}

	.mesobra-live-hero__benefits {
		display: grid;
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.mesobra-live-hero__benefits li {
		grid-template-columns: 30px minmax(0, 1fr);
		gap: 10px;
	}

	.mesobra-live-hero__benefits span {
		width: 30px;
		height: 30px;
		font-size: 13px;
	}

	.mesobra-live-hero__benefits p {
		font-size: 14px;
		line-height: 1.32;
	}

	.mesobra-quick-card {
		padding: 16px;
		box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
	}

	.mesobra-field-grid,
	.mesobra-photo-box {
		grid-template-columns: 1fr;
	}

	.mesobra-field {
		margin-bottom: 7px;
	}

	.mesobra-field input,
	.mesobra-field select {
		height: 42px;
		line-height: 42px;
	}

	.mesobra-photo-box {
		gap: 6px;
		padding: 7px;
		margin-bottom: 10px;
	}

	.mesobra-photo-trigger,
	.mesobra-photo-preview {
		min-height: 36px;
	}

	.mesobra-continue-button {
		height: 42px;
	}

	.mesobra-quick-card__heading h2 {
		font-size: 25px;
	}
}
