:root {
	--mshs-ink: #171717;
	--mshs-ink-soft: #3f4145;
	--mshs-muted: #777a80;
	--mshs-line: #ded8cf;
	--mshs-line-dark: rgba(255, 255, 255, 0.16);
	--mshs-surface: #ffffff;
	--mshs-panel: #fbfaf8;
	--mshs-champagne: #b89e78;
	--mshs-top: #101112;
	--mshs-shadow: 0 18px 48px rgba(16, 17, 18, 0.13);
	--mshs-shadow-soft: 0 10px 28px rgba(16, 17, 18, 0.08);
	--mshs-max: 1340px;
	--mshs-header-height: 116px;
	--mshs-mobile-height: 68px;
}

body.meblovo-smart-header-active:not(.elementor-editor-active) {
	padding-top: var(--mshs-header-height) !important;
}

body.meblovo-smart-header-active.woocommerce-cart:not(.elementor-editor-active) .site-content,
body.meblovo-smart-header-active.woocommerce-checkout:not(.elementor-editor-active) .site-content,
body.meblovo-smart-header-active.woocommerce-order-received:not(.elementor-editor-active) .site-content {
	padding-top: 0 !important;
}

body.meblovo-smart-header-active.woocommerce-cart:not(.elementor-editor-active) .elementor > .e-con:first-child .e-con-inner > .elementor-widget-spacer:first-child,
body.meblovo-smart-header-active.woocommerce-checkout:not(.elementor-editor-active) .elementor > .e-con:first-child .e-con-inner > .elementor-widget-spacer:first-child,
body.meblovo-smart-header-active.woocommerce-order-received:not(.elementor-editor-active) .elementor > .e-con:first-child .e-con-inner > .elementor-widget-spacer:first-child {
	display: none !important;
}

body.meblovo-smart-header-active.woocommerce-cart:not(.elementor-editor-active) .elementor > .e-con:first-child,
body.meblovo-smart-header-active.woocommerce-checkout:not(.elementor-editor-active) .elementor > .e-con:first-child,
body.meblovo-smart-header-active.woocommerce-order-received:not(.elementor-editor-active) .elementor > .e-con:first-child {
	min-height: 0 !important;
}

body.meblovo-smart-header-active:not(.elementor-editor-active) #masthead,
body.meblovo-smart-header-active:not(.elementor-editor-active) .site-header:not(.meblovo-smart-header),
body.meblovo-smart-header-active:not(.elementor-editor-active) .ast-mobile-header-wrap,
body.meblovo-smart-header-active:not(.elementor-editor-active) .ast-desktop-header-content,
body.meblovo-smart-header-active:not(.elementor-editor-active) .ast-primary-header-bar,
body.meblovo-smart-header-active:not(.elementor-editor-active) .main-header-bar-wrap,
body.meblovo-smart-header-active:not(.elementor-editor-active) .main-header-bar,
body.meblovo-smart-header-active:not(.elementor-editor-active) .elementor-location-header,
body.meblovo-smart-header-active:not(.elementor-editor-active) [data-elementor-type="header"],
body.meblovo-smart-header-active:not(.elementor-editor-active) .hfe-site-header,
body.meblovo-smart-header-active:not(.elementor-editor-active) .hfe-before-header,
body.meblovo-smart-header-active:not(.elementor-editor-active) .hfe-header,
body.meblovo-smart-header-active:not(.elementor-editor-active) .elementor-3109,
body.meblovo-smart-header-active:not(.elementor-editor-active) .she-header-yes,
body.meblovo-smart-header-active:not(.elementor-editor-active) .she-header,
body.meblovo-smart-header-active:not(.elementor-editor-active) .she-header-transparent-yes,
body.meblovo-smart-header-active:not(.elementor-editor-active) .she-header-hide-on-scroll-yes,
body.meblovo-smart-header-active:not(.elementor-editor-active) .elementor-element[data-settings*="hide_header"],
body.meblovo-smart-header-active:not(.elementor-editor-active) .elementor-element[data-settings*="scroll_distance_hide_header"],
body.meblovo-smart-header-active:not(.elementor-editor-active) .elementor-element[data-settings*="she_offset_top"],
body.meblovo-smart-header-active:not(.elementor-editor-active) .meblovo-oms-flow-nav {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	min-height: 0 !important;
	max-height: 0 !important;
	overflow: hidden !important;
	pointer-events: none !important;
}

.meblovo-smart-header,
.meblovo-smart-header * {
	box-sizing: border-box;
}

.meblovo-smart-header {
	position: fixed;
	z-index: 100100;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 100vw;
	min-width: 0;
	overflow: visible;
	color: var(--mshs-ink);
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	background: var(--mshs-surface);
	box-shadow: var(--mshs-shadow-soft);
	transform: translateY(0);
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

body.admin-bar .meblovo-smart-header {
	top: 32px;
}

.meblovo-smart-header.is-hidden {
	transform: translateY(calc(-1 * var(--mshs-header-height)));
}

.meblovo-smart-header.is-at-top {
	box-shadow: 0 1px 0 rgba(16, 17, 18, 0.05);
}

.meblovo-smart-header__inner {
	width: min(var(--mshs-max), calc(100% - 56px));
	margin: 0 auto;
}

.meblovo-smart-header__top {
	background: var(--mshs-top);
	color: rgba(255, 255, 255, 0.78);
	border-bottom: 1px solid var(--mshs-line-dark);
}

.meblovo-smart-header__top .meblovo-smart-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 31px;
	gap: 20px;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0;
}

.meblovo-smart-header__top-note {
	color: rgba(255, 255, 255, 0.62);
	font-weight: 500;
}

.meblovo-smart-header__top-links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 22px;
}

.meblovo-smart-header__top a {
	color: rgba(255, 255, 255, 0.82);
	font-weight: 500;
	text-decoration: none;
	transition: color 160ms ease;
}

.meblovo-smart-header__top a:hover,
.meblovo-smart-header__top a:focus-visible {
	color: #ffffff;
	outline: none;
}

.meblovo-smart-header__main {
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(23, 23, 23, 0.09);
	backdrop-filter: blur(18px);
}

.meblovo-smart-header__main .meblovo-smart-header__inner {
	display: grid;
	grid-template-columns: 116px minmax(246px, max-content) minmax(360px, 610px) minmax(150px, auto);
	align-items: center;
	gap: 22px;
	min-height: 85px;
}

.meblovo-smart-header__brand {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	width: 116px;
	min-width: 0;
	color: var(--mshs-ink);
	text-decoration: none !important;
}

.meblovo-smart-header__brand img,
.meblovo-smart-header__logo {
	display: block;
	width: 70px;
	max-width: 70px;
	height: auto;
	object-fit: contain;
}

.meblovo-smart-header__brand strong {
	color: var(--mshs-ink);
	font-size: 18px;
	font-weight: 620;
	letter-spacing: 0;
}

.meblovo-smart-header__nav {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	min-width: 0;
}

.meblovo-smart-header__nav a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 13px;
	border-radius: 999px;
	color: var(--mshs-ink-soft);
	font-size: 14px;
	font-weight: 560;
	line-height: 1;
	text-decoration: none !important;
	white-space: nowrap;
	transition: color 160ms ease, background 160ms ease;
}

.meblovo-smart-header__nav > a::after,
.meblovo-smart-header__nav-group > a::after {
	content: "";
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 8px;
	height: 1px;
	background: var(--mshs-champagne);
	opacity: 0;
	transform: scaleX(0.45);
	transition: opacity 160ms ease, transform 160ms ease;
}

.meblovo-smart-header__nav a:hover,
.meblovo-smart-header__nav a:focus-visible,
.meblovo-smart-header__nav-group:hover > a,
.meblovo-smart-header__nav-group:focus-within > a {
	color: var(--mshs-ink);
	background: rgba(184, 158, 120, 0.1);
	outline: none;
}

.meblovo-smart-header__nav > a:hover::after,
.meblovo-smart-header__nav > a:focus-visible::after,
.meblovo-smart-header__nav-group:hover > a::after,
.meblovo-smart-header__nav-group:focus-within > a::after {
	opacity: 1;
	transform: scaleX(1);
}

.meblovo-smart-header__nav-group {
	position: relative;
}

.meblovo-smart-header__mega {
	position: absolute;
	z-index: 100260;
	top: calc(100% + 12px);
	left: -16px;
	display: grid;
	grid-template-columns: repeat(2, minmax(160px, 1fr));
	gap: 3px;
	width: 428px;
	padding: 12px;
	border: 1px solid rgba(23, 23, 23, 0.1);
	background: var(--mshs-surface);
	box-shadow: var(--mshs-shadow);
	opacity: 0;
	visibility: hidden;
	transform: translateY(6px);
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.meblovo-smart-header__nav-group:hover .meblovo-smart-header__mega,
.meblovo-smart-header__nav-group:focus-within .meblovo-smart-header__mega {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.meblovo-smart-header__mega a {
	justify-content: flex-start;
	min-height: 38px;
	padding: 0 12px;
	border-radius: 4px;
	background: transparent;
	color: var(--mshs-ink-soft);
	font-size: 13px;
	font-weight: 500;
}

.meblovo-smart-header__mega a::after {
	display: none;
}

.meblovo-smart-header__mega a:hover,
.meblovo-smart-header__mega a:focus-visible {
	background: var(--mshs-panel);
}

.meblovo-smart-header__search {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 48px;
	width: 100%;
	min-width: 0;
	height: 48px;
	overflow: visible;
	border: 1px solid rgba(23, 23, 23, 0.14);
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9), 0 10px 24px rgba(16, 17, 18, 0.05);
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.meblovo-smart-header__search:focus-within {
	border-color: rgba(184, 158, 120, 0.78);
	box-shadow: 0 0 0 3px rgba(184, 158, 120, 0.16), 0 10px 24px rgba(16, 17, 18, 0.07);
}

.meblovo-smart-header__search input[type="search"] {
	width: 100%;
	min-width: 0;
	height: 46px;
	padding: 0 6px 0 18px;
	border: 0;
	border-radius: 999px 0 0 999px;
	background: transparent;
	color: var(--mshs-ink);
	font-size: 14px;
	font-weight: 450;
	line-height: 46px;
	outline: none;
	box-shadow: none;
}

.meblovo-smart-header__search input[type="search"]::placeholder {
	color: #8b8d91;
	opacity: 1;
}

.meblovo-smart-header__search button,
.meblovo-smart-search-overlay__form button {
	display: grid;
	place-items: center;
	width: 48px;
	height: 46px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: var(--mshs-ink);
	color: #ffffff;
	cursor: pointer;
	transition: background 160ms ease, transform 160ms ease;
}

.meblovo-smart-header__search button:hover,
.meblovo-smart-header__search button:focus-visible,
.meblovo-smart-search-overlay__form button:hover,
.meblovo-smart-search-overlay__form button:focus-visible {
	background: #000000;
	outline: none;
	transform: translateY(-1px);
}

.meblovo-smart-header__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 4px;
	min-width: 0;
}

.meblovo-smart-header__icon,
.meblovo-smart-header__cart .meblovo-oms-cart-trigger,
.meblovo-smart-header__mobile-cart .meblovo-oms-cart-trigger {
	position: relative;
	display: grid !important;
	place-items: center !important;
	width: 42px !important;
	height: 42px !important;
	min-width: 42px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid transparent !important;
	border-radius: 999px !important;
	background: transparent !important;
	color: var(--mshs-ink) !important;
	text-decoration: none !important;
	cursor: pointer;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.meblovo-smart-header__icon:hover,
.meblovo-smart-header__icon:focus-visible,
.meblovo-smart-header__cart .meblovo-oms-cart-trigger:hover,
.meblovo-smart-header__cart .meblovo-oms-cart-trigger:focus-visible,
.meblovo-smart-header__mobile-cart .meblovo-oms-cart-trigger:hover,
.meblovo-smart-header__mobile-cart .meblovo-oms-cart-trigger:focus-visible {
	border-color: rgba(184, 158, 120, 0.24) !important;
	background: rgba(184, 158, 120, 0.1) !important;
	color: #000000 !important;
	outline: none;
	transform: translateY(-1px);
}

.meblovo-smart-header__svg {
	display: block;
	width: 22px;
	height: 22px;
	stroke: currentColor;
}

.meblovo-smart-header__svg--phosphor {
	width: 21px;
	height: 21px;
	stroke: none;
}

.meblovo-smart-header__menu,
.meblovo-smart-header__mobile-search,
.meblovo-smart-header__mobile-cart,
.meblovo-smart-header__mobile-cart-button {
	display: none !important;
}

.meblovo-smart-header__cart {
	position: relative;
	display: grid;
	place-items: center;
	width: 42px;
	min-width: 42px;
	height: 42px;
}

.meblovo-smart-header__mobile-cart {
	position: relative;
	place-items: center;
	width: 42px;
	min-width: 42px;
	height: 42px;
}

.meblovo-smart-header__cart .meblovo-oms-cart-shortcode,
.meblovo-smart-header__mobile-cart .meblovo-oms-cart-shortcode {
	position: absolute !important;
	inset: 0 !important;
	width: 42px !important;
	height: 42px !important;
	margin: 0 !important;
	overflow: visible !important;
	z-index: 100320 !important;
}

.meblovo-smart-header__cart .meblovo-oms-cart-trigger,
.meblovo-smart-header__mobile-cart .meblovo-oms-cart-trigger {
	position: absolute !important;
	inset: 0 !important;
	font-size: 0 !important;
}

.meblovo-smart-header__cart .meblovo-oms-cart-trigger > *:not(.meblovo-oms-cart-count),
.meblovo-smart-header__mobile-cart .meblovo-oms-cart-trigger > *:not(.meblovo-oms-cart-count) {
	display: none !important;
}

.meblovo-smart-header__cart .meblovo-oms-cart-trigger::before,
.meblovo-smart-header__mobile-cart .meblovo-oms-cart-trigger::before {
	content: "";
	display: block;
	width: 21px;
	height: 21px;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3csvg%20xmlns%3d%27http%3a%2f%2fwww.w3.org%2f2000%2fsvg%27%20viewBox%3d%270%200%20256%20256%27%20fill%3d%27black%27%3e%3cpath%20d%3d%27M235.92%2c198.59l-14.26-120a12%2c12%2c0%2c0%2c0-12-10.59H172V64a44%2c44%2c0%2c0%2c0-88%2c0v4H46.33a12%2c12%2c0%2c0%2c0-12%2c10.59l-14.26%2c120A12%2c12%2c0%2c0%2c0%2c23%2c207.94%2c12.11%2c12.11%2c0%2c0%2c0%2c32.08%2c212H223.92a12.11%2c12.11%2c0%2c0%2c0%2c9.06-4.06A12%2c12%2c0%2c0%2c0%2c235.92%2c198.59ZM92%2c64a36%2c36%2c0%2c0%2c1%2c72%2c0v4H92ZM227%2c202.63a4.08%2c4.08%2c0%2c0%2c1-3.08%2c1.37H32.08A4.08%2c4.08%2c0%2c0%2c1%2c29%2c202.63a3.9%2c3.9%2c0%2c0%2c1-1-3.09l14.25-120a4%2c4%2c0%2c0%2c1%2c4-3.54H84v28a4%2c4%2c0%2c0%2c0%2c8%2c0V76h72v28a4%2c4%2c0%2c0%2c0%2c8%2c0V76h37.67a4%2c4%2c0%2c0%2c1%2c4.05%2c3.54l14.25%2c120A3.9%2c3.9%2c0%2c0%2c1%2c227%2c202.63Z%27%2f%3e%3c%2fsvg%3e") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3csvg%20xmlns%3d%27http%3a%2f%2fwww.w3.org%2f2000%2fsvg%27%20viewBox%3d%270%200%20256%20256%27%20fill%3d%27black%27%3e%3cpath%20d%3d%27M235.92%2c198.59l-14.26-120a12%2c12%2c0%2c0%2c0-12-10.59H172V64a44%2c44%2c0%2c0%2c0-88%2c0v4H46.33a12%2c12%2c0%2c0%2c0-12%2c10.59l-14.26%2c120A12%2c12%2c0%2c0%2c0%2c23%2c207.94%2c12.11%2c12.11%2c0%2c0%2c0%2c32.08%2c212H223.92a12.11%2c12.11%2c0%2c0%2c0%2c9.06-4.06A12%2c12%2c0%2c0%2c0%2c235.92%2c198.59ZM92%2c64a36%2c36%2c0%2c0%2c1%2c72%2c0v4H92ZM227%2c202.63a4.08%2c4.08%2c0%2c0%2c1-3.08%2c1.37H32.08A4.08%2c4.08%2c0%2c0%2c1%2c29%2c202.63a3.9%2c3.9%2c0%2c0%2c1-1-3.09l14.25-120a4%2c4%2c0%2c0%2c1%2c4-3.54H84v28a4%2c4%2c0%2c0%2c0%2c8%2c0V76h72v28a4%2c4%2c0%2c0%2c0%2c8%2c0V76h37.67a4%2c4%2c0%2c0%2c1%2c4.05%2c3.54l14.25%2c120A3.9%2c3.9%2c0%2c0%2c1%2c227%2c202.63Z%27%2f%3e%3c%2fsvg%3e") center / contain no-repeat;
}

.meblovo-smart-header__cart .meblovo-oms-cart-label,
.meblovo-smart-header__cart .meblovo-oms-cart-amount,
.meblovo-smart-header__mobile-cart .meblovo-oms-cart-label,
.meblovo-smart-header__mobile-cart .meblovo-oms-cart-amount {
	display: none !important;
}

.meblovo-smart-header__cart .meblovo-oms-cart-count,
.meblovo-smart-header__mobile-cart .meblovo-oms-cart-count,
.meblovo-smart-header__mobile-cart-link em {
	position: absolute !important;
	top: 2px !important;
	right: 1px !important;
	display: grid !important;
	place-items: center !important;
	min-width: 17px !important;
	height: 17px !important;
	padding: 0 4px !important;
	border: 1px solid #ffffff !important;
	border-radius: 999px !important;
	background: var(--mshs-ink) !important;
	color: #ffffff !important;
	font-size: 10px !important;
	font-style: normal !important;
	font-weight: 760 !important;
	line-height: 1 !important;
}

.meblovo-smart-header__cart .meblovo-oms-cart-panel,
.meblovo-smart-header__mobile-cart .meblovo-oms-cart-panel {
	z-index: 100600 !important;
	border: 1px solid rgba(31, 29, 25, 0.11) !important;
	border-radius: 16px !important;
	background: rgba(255, 255, 255, 0.985) !important;
	box-shadow: 0 20px 48px rgba(16, 17, 18, 0.13), 0 1px 0 rgba(255, 255, 255, 0.82) inset !important;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	color: var(--mshs-ink) !important;
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}

.meblovo-smart-header__mobile-cart-link {
	display: none;
}

.meblovo-smart-header__mobile-cart-button {
	position: relative;
}

.meblovo-smart-header__mobile-cart-button em {
	position: absolute;
	top: 2px;
	right: 1px;
	display: grid;
	place-items: center;
	min-width: 17px;
	height: 17px;
	padding: 0 4px;
	border: 1px solid #ffffff;
	border-radius: 999px;
	background: var(--mshs-ink);
	color: #ffffff;
	font-size: 10px;
	font-style: normal;
	font-weight: 760;
	line-height: 1;
}

.meblovo-smart-header__mobile-cart-button.is-empty em {
	display: none;
}

.meblovo-smart-header__favorites .mfc-fav-count {
	position: absolute !important;
	top: 2px !important;
	right: 1px !important;
	display: grid !important;
	place-items: center !important;
	min-width: 17px !important;
	height: 17px !important;
	padding: 0 4px !important;
	border: 1px solid #ffffff !important;
	border-radius: 999px !important;
	background: var(--mshs-ink) !important;
	color: #ffffff !important;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-size: 10px !important;
	font-style: normal !important;
	font-weight: 760 !important;
	line-height: 1 !important;
	transform: none !important;
}

.meblovo-smart-header__favorites .mfc-fav-count.is-empty {
	display: none !important;
}

.meblovo-smart-header__favorites .mfc-fav-dropdown {
	top: calc(100% + 14px) !important;
	right: -6px !important;
	width: min(420px, calc(100vw - 28px)) !important;
	padding: 16px !important;
	border: 1px solid rgba(31, 29, 25, 0.11) !important;
	border-radius: 16px !important;
	background: rgba(255, 255, 255, 0.985) !important;
	box-shadow: 0 20px 48px rgba(16, 17, 18, 0.13), 0 1px 0 rgba(255, 255, 255, 0.82) inset !important;
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	color: var(--mshs-ink) !important;
	text-align: left !important;
}

.meblovo-smart-header__favorites .mfc-fav-drop-title {
	margin: 0 0 12px !important;
	padding: 0 0 12px !important;
	border-bottom: 1px solid rgba(31, 29, 25, 0.08) !important;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-size: 15px !important;
	font-weight: 720 !important;
	line-height: 1.25 !important;
}

.meblovo-smart-header__favorites .mfc-fav-drop-list {
	display: grid !important;
	gap: 12px !important;
	max-height: 360px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: auto !important;
	overscroll-behavior: contain;
	scrollbar-width: thin;
	scrollbar-color: rgba(31, 29, 25, 0.28) transparent;
}

.meblovo-smart-header__favorites .mfc-fav-drop-list::-webkit-scrollbar {
	width: 6px;
}

.meblovo-smart-header__favorites .mfc-fav-drop-list::-webkit-scrollbar-track {
	background: transparent;
}

.meblovo-smart-header__favorites .mfc-fav-drop-list::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: rgba(31, 29, 25, 0.22);
}

.meblovo-smart-header__favorites .mfc-fav-drop-item {
	display: grid !important;
	grid-template-columns: 64px minmax(0, 1fr) !important;
	gap: 12px !important;
	align-items: start !important;
	padding: 0 !important;
}

.meblovo-smart-header__favorites .mfc-fav-drop-item img {
	width: 64px !important;
	height: 58px !important;
	border-radius: 10px !important;
	background: #f5f2ed !important;
	box-shadow: 0 1px 0 rgba(31, 29, 25, 0.04) inset !important;
	object-fit: cover !important;
}

.meblovo-smart-header__favorites .mfc-fav-drop-name {
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-size: 14px !important;
	font-weight: 720 !important;
	line-height: 1.25 !important;
	color: #202326 !important;
}

.meblovo-smart-header__favorites .mfc-fav-drop-price,
.meblovo-smart-header__favorites .mfc-fav-drop-meta {
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-size: 12px !important;
	font-weight: 450 !important;
	line-height: 1.35 !important;
	color: rgba(32, 35, 38, 0.68) !important;
}

.meblovo-smart-header__favorites .mfc-fav-drop-price {
	margin-top: 3px !important;
	color: #202326 !important;
	font-weight: 620 !important;
}

.meblovo-smart-header__favorites .mfc-fav-empty {
	padding: 26px 4px !important;
	color: rgba(32, 35, 38, 0.66) !important;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-size: 13px !important;
	line-height: 1.45 !important;
	text-align: left !important;
}

.meblovo-smart-header__favorites .mfc-fav-drop-footer {
	margin-top: 14px !important;
	padding-top: 14px !important;
	border-top: 1px solid rgba(31, 29, 25, 0.08) !important;
}

.meblovo-smart-header__favorites .mfc-fav-drop-footer a {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 44px !important;
	padding: 12px 16px !important;
	border: 1px solid #111111 !important;
	border-radius: 14px !important;
	background: #111111 !important;
	color: #ffffff !important;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-size: 12px !important;
	font-weight: 760 !important;
	letter-spacing: 0 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
}

.meblovo-smart-header__mobile-cart-link.is-empty em {
	display: none !important;
}

.meblovo-smart-header__mobile-panel[hidden] {
	display: none !important;
}

.meblovo-smart-header__mobile-panel {
	position: absolute;
	top: 100%;
	left: 0;
	right: auto;
	width: min(278px, 72vw);
	max-height: calc(100vh - var(--mshs-mobile-height));
	overflow: auto;
	border-top: 1px solid rgba(23, 23, 23, 0.07);
	border-right: 1px solid rgba(23, 23, 23, 0.08);
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 10px 18px 34px rgba(16, 17, 18, 0.08);
	backdrop-filter: blur(14px);
}

.meblovo-smart-header__mobile-panel nav {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	width: 100%;
	margin: 0;
	padding: 14px 0 16px;
}

.meblovo-smart-header__mobile-section {
	display: grid;
	gap: 0;
	align-content: start;
	border: 0;
	border-radius: 0;
	background: transparent;
	overflow: visible;
}

.meblovo-smart-header__mobile-title {
	display: flex;
	align-items: center;
	min-height: 30px;
	padding: 0 22px;
	border-bottom: 0;
	background: transparent;
	color: #8d8880;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0;
}

.meblovo-smart-header__mobile-panel a {
	display: flex;
	align-items: center;
	min-height: 37px;
	padding: 0 22px;
	border: 0;
	border-bottom: 1px solid rgba(23, 23, 23, 0.055);
	border-radius: 0;
	background: transparent;
	color: var(--mshs-ink);
	font-size: 14px;
	font-weight: 470;
	line-height: 1.2;
	text-decoration: none !important;
}

.meblovo-smart-header__mobile-panel a:last-child {
	border-bottom: 0;
}

.meblovo-smart-header__mobile-featured {
	font-weight: 580 !important;
}

.meblovo-smart-header__mobile-section--meta {
	margin-top: 6px;
	padding-top: 8px;
	border-top: 1px solid rgba(23, 23, 23, 0.1);
	background: transparent;
}

.meblovo-smart-header__mobile-section--meta a {
	min-height: 38px;
	color: #393a3d;
	font-weight: 520;
}

.meblovo-smart-header__mobile-panel a:hover,
.meblovo-smart-header__mobile-panel a:focus-visible {
	background: rgba(184, 158, 120, 0.1);
	outline: none;
}

.meblovo-smart-search-bound {
	position: relative !important;
}

.meblovo-smart-search-results {
	position: absolute;
	z-index: 100250;
	top: calc(100% + 12px);
	left: 0;
	right: 0;
	display: none;
	max-height: min(526px, calc(100vh - 160px));
	overflow: auto;
	padding: 8px;
	border: 1px solid rgba(23, 23, 23, 0.11);
	border-radius: 12px;
	background: var(--mshs-surface);
	box-shadow: var(--mshs-shadow);
}

.meblovo-smart-search-results.is-open {
	display: block;
}

.meblovo-smart-search-state {
	padding: 18px 16px;
	color: var(--mshs-muted);
	font-size: 14px;
	font-weight: 620;
	text-align: center;
}

.meblovo-smart-search-item {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	padding: 10px;
	border-radius: 8px;
	color: var(--mshs-ink);
	text-decoration: none !important;
}

.meblovo-smart-search-item:hover,
.meblovo-smart-search-item:focus-visible,
.meblovo-smart-search-item.is-active {
	background: var(--mshs-panel);
	outline: none;
}

.meblovo-smart-search-item img {
	width: 64px;
	height: 64px;
	object-fit: cover;
	border-radius: 7px;
	background: #f1efea;
}

.meblovo-smart-search-item strong {
	display: block;
	margin: 0 0 4px;
	color: var(--mshs-ink);
	font-size: 14px;
	font-weight: 760;
	line-height: 1.22;
}

.meblovo-smart-search-item span {
	display: block;
	color: var(--mshs-muted);
	font-size: 12px;
	font-weight: 610;
	line-height: 1.28;
}

.meblovo-smart-search-price {
	color: var(--mshs-ink);
	font-size: 13px;
	font-style: normal;
	font-weight: 780;
	text-align: right;
	white-space: nowrap;
}

.meblovo-smart-search-all {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin: 6px 8px 4px;
	border-radius: 999px;
	background: var(--mshs-ink);
	color: #ffffff !important;
	font-size: 13px;
	font-weight: 760;
	text-decoration: none !important;
	transition: background 160ms ease;
}

.meblovo-smart-search-all:hover,
.meblovo-smart-search-all:focus-visible {
	background: #000000;
	outline: none;
}

.meblovo-smart-search-overlay[hidden] {
	display: none !important;
}

.meblovo-smart-search-overlay {
	position: fixed;
	z-index: 100500;
	inset: 0;
}

.meblovo-smart-search-overlay__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(16, 17, 18, 0.42);
	backdrop-filter: blur(2px);
}

.meblovo-smart-search-overlay__panel {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	max-height: 100vh;
	overflow: auto;
	padding: 18px 18px 24px;
	background: var(--mshs-surface);
	box-shadow: var(--mshs-shadow);
}

.meblovo-smart-search-overlay__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 14px;
}

.meblovo-smart-search-overlay__top strong {
	display: block;
	color: var(--mshs-ink);
	font-size: 18px;
	font-weight: 760;
	line-height: 1.1;
}

.meblovo-smart-search-overlay__top span {
	display: block;
	margin-top: 5px;
	color: var(--mshs-muted);
	font-size: 13px;
	font-weight: 560;
	line-height: 1.34;
}

.meblovo-smart-search-close {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid rgba(23, 23, 23, 0.12);
	border-radius: 999px;
	background: #ffffff;
	color: var(--mshs-ink);
	cursor: pointer;
}

.meblovo-smart-search-close:hover,
.meblovo-smart-search-close:focus-visible {
	border-color: rgba(184, 158, 120, 0.45);
	background: var(--mshs-panel);
	outline: none;
}

.meblovo-smart-search-overlay__form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 48px;
	height: 50px;
	border: 1px solid rgba(23, 23, 23, 0.14);
	border-radius: 999px;
	background: #ffffff;
}

.meblovo-smart-search-overlay__form input[type="search"] {
	width: 100%;
	min-width: 0;
	height: 48px;
	padding: 0 8px 0 18px;
	border: 0;
	border-radius: 999px 0 0 999px;
	background: transparent;
	color: var(--mshs-ink);
	font-size: 16px;
	outline: none;
	box-shadow: none;
}

.meblovo-smart-search-results--overlay {
	position: static;
	display: block;
	max-height: none;
	margin-top: 12px;
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.meblovo-smart-search-open,
.meblovo-smart-menu-open {
	overflow: hidden;
}

@media (min-width: 768px) {
	.meblovo-smart-search-overlay__panel {
		top: 92px;
		left: 50%;
		right: auto;
		width: min(680px, calc(100vw - 48px));
		border: 1px solid rgba(23, 23, 23, 0.1);
		border-radius: 16px;
		transform: translateX(-50%);
	}
}

@media (max-width: 1280px) {
	.meblovo-smart-header__main .meblovo-smart-header__inner {
		grid-template-columns: 104px minmax(214px, max-content) minmax(300px, 1fr) minmax(148px, auto);
		gap: 16px;
	}

	.meblovo-smart-header__brand {
		width: 104px;
	}

	.meblovo-smart-header__brand img,
	.meblovo-smart-header__logo {
		width: 64px;
		max-width: 64px;
	}

	.meblovo-smart-header__nav a {
		padding: 0 10px;
	}
}

@media (max-width: 1180px) {
	:root {
		--mshs-header-height: 74px;
	}

	.meblovo-smart-header__top {
		display: none;
	}

	.meblovo-smart-header__inner {
		width: min(100%, calc(100% - 36px));
	}

	.meblovo-smart-header__main .meblovo-smart-header__inner {
		grid-template-columns: 94px minmax(260px, 520px) minmax(168px, auto);
		gap: 14px;
		min-height: 74px;
	}

	.meblovo-smart-header__brand {
		width: 94px;
	}

	.meblovo-smart-header__brand img,
	.meblovo-smart-header__logo {
		width: 54px;
		max-width: 54px;
	}

	.meblovo-smart-header__nav {
		display: none;
	}

	.meblovo-smart-header__search {
		justify-self: center;
		max-width: 520px;
	}

	.meblovo-smart-header__menu {
		display: grid !important;
	}
}

@media (max-width: 767px) {
	:root {
		--mshs-header-height: var(--mshs-mobile-height);
	}

	body.meblovo-smart-header-active:not(.elementor-editor-active),
	body.meblovo-smart-header-active.woocommerce-cart,
	body.meblovo-smart-header-active.woocommerce-checkout,
	body.meblovo-smart-header-active.woocommerce-order-received {
		padding-top: var(--mshs-mobile-height) !important;
	}

	body.admin-bar .meblovo-smart-header {
		top: 46px;
	}

	.meblovo-smart-header.is-hidden {
		transform: translateY(calc(-1 * var(--mshs-mobile-height)));
	}

	.meblovo-smart-header__inner {
		width: 100%;
		max-width: 100vw;
		min-width: 0;
		padding-left: 16px;
		padding-right: 16px;
	}

	.meblovo-smart-header__main .meblovo-smart-header__inner {
		display: flex;
		position: relative;
		align-items: center;
		justify-content: center;
		width: 100vw !important;
		max-width: 100vw !important;
		min-height: var(--mshs-mobile-height);
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	.meblovo-smart-header__brand {
		position: absolute !important;
		top: 50% !important;
		left: 50% !important;
		display: flex;
		justify-content: center;
		width: 74px !important;
		min-width: 74px !important;
		margin: 0 !important;
		transform: translate(-50%, -50%);
		z-index: 1;
	}

	.meblovo-smart-header__brand img,
	.meblovo-smart-header__logo {
		width: 52px;
		max-width: 52px;
	}

	.meblovo-smart-header__search,
	.meblovo-smart-header__account,
	.meblovo-smart-header__cart {
		display: none !important;
	}

	.meblovo-smart-header__actions {
		display: contents !important;
	}

	.meblovo-smart-header__menu,
	.meblovo-smart-header__mobile-search,
	.meblovo-smart-header__favorites,
	.meblovo-smart-header__mobile-cart,
	.meblovo-smart-header__mobile-cart-button {
		position: absolute !important;
		top: 50% !important;
		display: grid !important;
		place-items: center !important;
		transform: translateY(-50%);
	}

	.meblovo-smart-header__menu:hover,
	.meblovo-smart-header__menu:focus-visible,
	.meblovo-smart-header__mobile-search:hover,
	.meblovo-smart-header__mobile-search:focus-visible,
	.meblovo-smart-header__favorites:hover,
	.meblovo-smart-header__favorites:focus-visible,
	.meblovo-smart-header__mobile-cart:hover,
	.meblovo-smart-header__mobile-cart:focus-within,
	.meblovo-smart-header__mobile-cart-button:hover,
	.meblovo-smart-header__mobile-cart-button:focus-visible {
		transform: translateY(-50%) !important;
	}

	.meblovo-smart-header__menu {
		left: 13px !important;
	}

	.meblovo-smart-header__mobile-search {
		right: 90px !important;
	}

	.meblovo-smart-header__favorites {
		right: 51px !important;
	}

	.meblovo-smart-header__mobile-cart,
	.meblovo-smart-header__mobile-cart-button {
		right: 12px !important;
	}

	.meblovo-smart-header__mobile-cart {
		top: calc(50% - 19px) !important;
		transform: none !important;
	}

	.meblovo-smart-header__mobile-cart:hover,
	.meblovo-smart-header__mobile-cart:focus-within {
		transform: none !important;
	}

	.meblovo-smart-header__icon,
	.meblovo-smart-header__mobile-cart,
	.meblovo-smart-header__mobile-cart-button,
	.meblovo-smart-header__mobile-cart-link,
	.meblovo-smart-header__cart .meblovo-oms-cart-trigger,
	.meblovo-smart-header__mobile-cart .meblovo-oms-cart-shortcode,
	.meblovo-smart-header__mobile-cart .meblovo-oms-cart-trigger {
		width: 38px !important;
		height: 38px !important;
		min-width: 38px !important;
	}

	.meblovo-smart-header__svg {
		width: 21px;
		height: 21px;
	}

	.meblovo-smart-header__cart .meblovo-oms-cart-shortcode {
		display: none !important;
	}

	.meblovo-smart-header__mobile-cart .meblovo-oms-cart-panel {
		position: fixed !important;
		top: calc(var(--mshs-mobile-height, 68px) + 10px) !important;
		left: 12px !important;
		right: auto !important;
		width: calc(100vw - 24px) !important;
		max-width: 420px !important;
		max-height: calc(100dvh - var(--mshs-mobile-height, 68px) - 22px) !important;
		overflow: auto !important;
		overscroll-behavior: contain;
		transform: none !important;
	}

	.meblovo-smart-header__mobile-cart-link {
		position: relative;
		display: grid !important;
		place-items: center;
		color: var(--mshs-ink);
		text-decoration: none !important;
	}

	.meblovo-smart-header__mobile-panel nav {
		grid-template-columns: 1fr;
		width: 100%;
		gap: 12px;
		padding: 12px 0 16px;
	}

	.meblovo-smart-header__mobile-panel a {
		min-height: 37px;
	}

	.meblovo-smart-search-overlay__panel {
		padding-top: 20px;
	}
}

@media (max-width: 380px) {
	.meblovo-smart-header__inner {
		padding-left: 12px;
		padding-right: 12px;
	}

	.meblovo-smart-header__main .meblovo-smart-header__inner {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.meblovo-smart-header__brand {
		width: 68px !important;
		min-width: 68px !important;
	}

	.meblovo-smart-header__brand img,
	.meblovo-smart-header__logo {
		width: 49px;
		max-width: 49px;
	}

	.meblovo-smart-header__menu {
		left: 9px !important;
	}

	.meblovo-smart-header__mobile-search {
		right: 80px !important;
	}

	.meblovo-smart-header__favorites {
		right: 44px !important;
	}

	.meblovo-smart-header__mobile-cart,
	.meblovo-smart-header__mobile-cart-button {
		right: 8px !important;
	}

	.meblovo-smart-header__icon,
	.meblovo-smart-header__mobile-cart,
	.meblovo-smart-header__mobile-cart-button,
	.meblovo-smart-header__mobile-cart-link,
	.meblovo-smart-header__cart .meblovo-oms-cart-trigger,
	.meblovo-smart-header__mobile-cart .meblovo-oms-cart-shortcode,
	.meblovo-smart-header__mobile-cart .meblovo-oms-cart-trigger {
		width: 36px !important;
		height: 36px !important;
		min-width: 36px !important;
	}
}

/* MEBLOVO Smart Header 2026-06-13 - admin layer guard.
   Publiczny header zostaje bez zmian. W trybie administratora nagłówek
   nie może przykrywać paska WordPressa ani jego rozwijanych menu. */
body.admin-bar .meblovo-smart-header {
	z-index: 90000 !important;
}

body.admin-bar .meblovo-smart-header__mega,
body.admin-bar .meblovo-smart-search-results,
body.admin-bar .meblovo-smart-search-overlay,
body.admin-bar .meblovo-smart-header__cart .meblovo-oms-cart-shortcode,
body.admin-bar .meblovo-smart-header__mobile-cart .meblovo-oms-cart-shortcode,
body.admin-bar .meblovo-smart-header__cart .meblovo-oms-cart-panel,
body.admin-bar .meblovo-smart-header__mobile-cart .meblovo-oms-cart-panel {
	z-index: 90100 !important;
}

body.admin-bar #wpadminbar {
	z-index: 99999 !important;
}

/* MEBLOVO Product Payment Assets 2026-06-14 - mobile stability guard.
   Keeps the Przelewy24/payment chips calm and symmetric under Add to cart. */
body.single-product .mbv-payment-5050-panel,
body.single-product .mbv-payment-5050-panel *,
body.single-product .mbv-p24-payment-assets-inline,
body.single-product .mbv-p24-payment-assets-inline *,
body.single-product .mbv-p24-installment-static {
	animation: none !important;
	transition-property: color, background-color, border-color, box-shadow, opacity !important;
	will-change: auto !important;
}

body.single-product .mbv-p24-payment-assets-inline__methods {
	align-items: center !important;
	box-sizing: border-box !important;
}

body.single-product .mbv-p24-payment-assets-chip,
body.single-product .mbv-p24-installment-static {
	box-sizing: border-box !important;
	flex: 0 0 auto !important;
}

body.single-product .mbv-p24-payment-assets-chip img {
	display: block !important;
	object-fit: contain !important;
}

@media (max-width: 768px) {
	body.single-product .mbv-p24-payment-assets-inline {
		align-items: center !important;
		gap: 10px !important;
		text-align: center !important;
	}

	body.single-product .mbv-p24-payment-assets-inline__copy {
		align-items: center !important;
		text-align: center !important;
		width: 100% !important;
	}

	body.single-product .mbv-p24-payment-assets-inline__methods {
		display: grid !important;
		gap: 6px !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		justify-content: center !important;
		justify-items: stretch !important;
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: 306px !important;
		width: min(100%, 306px) !important;
	}

	body.single-product .mbv-p24-payment-assets-chip,
	body.single-product .mbv-p24-payment-assets-chip--p24 {
		height: 28px !important;
		justify-content: center !important;
		min-width: 0 !important;
		padding: 4px 7px !important;
		width: 100% !important;
	}

	body.single-product .mbv-p24-payment-assets-chip img {
		max-height: 14px !important;
		max-width: 68px !important;
	}

	body.single-product .mbv-p24-payment-assets-chip--p24 img {
		max-width: 78px !important;
	}

	body.single-product .mbv-p24-installment-static {
		grid-column: 1 / -1 !important;
		justify-self: center !important;
		min-width: 132px !important;
		width: auto !important;
	}
}

@media (max-width: 360px) {
	body.single-product .mbv-p24-payment-assets-inline__methods {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		max-width: 214px !important;
		width: min(100%, 214px) !important;
	}
}

/* MEBLOVO Smart Header 2026-06-16 - mobile/tablet scroll gap guard */
@media (max-width: 1180px) {
	.meblovo-smart-header.is-hidden {
		transform: translateY(calc(-100% - 2px)) !important;
	}
}
/* /MEBLOVO Smart Header 2026-06-16 - mobile/tablet scroll gap guard */
