body {
	--dark: #00241f;
	--dark-2: #062e28;
	--gold: #f7a600;
	--gold-2: #ffbf34;
	--red: #ec1c24;
	--text: #1b2424;
	--muted: #687271;
	--line: #e2e6e3;
	--soft: #f7f8f5;
	--white: #fff;
}

.mp-home-body {
	margin: 0;
	background: #f4f6f3;
}

.mp-new-home {
	color: var(--text);
	background: #f4f6f3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.45;
	letter-spacing: 0;
}

.mp-new-home *,
.mp-new-home *:before,
.mp-new-home *:after {
	box-sizing: border-box;
}

.mp-new-home a {
	color: inherit;
	text-decoration: none;
}

.mp-shell {
	width: min(1430px, calc(100% - 32px));
	margin: 0 auto;
}

.mp-topbar {
	background: var(--dark);
	color: #fff;
	font-size: 13px;
}

.mp-topbar .mp-shell {
	display: flex;
	min-height: 32px;
	align-items: center;
	gap: 30px;
	margin: 0 auto;
}

.mp-topbar span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	white-space: nowrap;
}

.mp-topbar i {
	color: var(--gold);
}

.mp-topbar nav {
	display: flex;
	gap: 18px;
	margin-left: auto;
}

.mp-topbar nav a+a {
	position: relative;
}

.mp-topbar nav a+a:before {
	position: absolute;
	left: -10px;
	color: rgba(255, 255, 255, .32);
	content: "|";
}

.mp-header {
	background: #fff;
	border-bottom: 1px solid var(--line);
}

.mp-header__grid {
	display: grid;
	grid-template-columns: 220px 1fr 178px 156px;
	min-height: 78px;
	gap: 24px;
	align-items: center;
}

.mp-logo {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.mp-logo img,
.mp-logo__image,
.mp-logo .custom-logo {
	display: block;
	width: auto;
	max-width: 190px;
	max-height: 62px;
	object-fit: contain;
}

.mp-logo>span {
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border: 7px solid var(--gold);
	border-right-color: transparent;
	border-radius: 50%;
	color: var(--gold);
	font-size: 38px;
	font-weight: 800;
	line-height: 1;
}

.mp-logo strong {
	color: #0d1f1f;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.05;
	text-transform: uppercase;
}

.mp-logo b {
	display: block;
	font-size: 34px;
	line-height: .9;
	text-transform: none;
}

.mp-search {
	display: grid;
	grid-template-columns: 116px 1fr 54px;
	margin-bottom: 0;
	border: 1px solid var(--line);
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
}

.mp-search select,
.mp-search input,
.mp-search button {
	border: 0;
	background: transparent;
	box-shadow: none;
	font-size: 13px;
	line-height: 1.2;
}

.mp-search select {
	appearance: none;
	padding: 8px 30px 8px 12px;
	border-right: 1px solid var(--line);
	background-image: linear-gradient(45deg, transparent 50%, #596362 50%), linear-gradient(135deg, #596362 50%, transparent 50%);
	background-position: calc(100% - 16px) 50%, calc(100% - 11px) 50%;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
	color: #37403f;
}

.mp-search input[type='search'] {
	min-width: 0;
	padding: 8px 14px;
	color: var(--text);
	box-shadow: none;
	border: 0;
	margin: 0;
	height: unset;
}

.mp-search button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	min-width: 54px;
	padding: 8px 0;
	background: var(--gold);
	color: #fff;
	/* font-size: 18px; */
	cursor: pointer;
	transition: background-color .2s ease;
}

.mp-search button:hover {
	background: #eb9800;
}

.mp-hotline,
.mp-cart {
	display: flex;
	align-items: center;
	gap: 10px;
}

.mp-cart-wrapper {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.mp-cart {
	text-decoration: none;
	cursor: pointer;
	transition: opacity .2s ease;
}

.mp-cart:hover {
	opacity: 0.9;
}

.mp-hotline i,
.mp-cart i {
	color: var(--gold);
	font-size: 27px;
}

.mp-cart-icon-wrap {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.mp-cart-count {
	position: absolute;
	top: -6px;
	right: -8px;
	min-width: 18px;
	height: 18px;
	line-height: 18px;
	background: #e02b20;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	border-radius: 999px;
	padding: 0 4px;
}

.mp-hotline>span,
.mp-cart>span {
	display: grid;
	color: #182120;
	font-size: 12px;
	line-height: 1.2;
}

.mp-hotline strong,
.mp-cart strong {
	margin-top: 2px;
	color: #f07c00;
	font-size: 17px;
	font-weight: 800;
}

.mp-cart strong,
.mp-cart strong.mp-cart-total {
	color: #1d2322;
	font-size: 13px;
}

/* Mini Cart Dropdown */
.mp-mini-cart-dropdown {
	position: absolute;
	top: calc(100% + 12px);
	right: 0;
	width: 340px;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.04);
	border: 1px solid #e8ebe8;
	padding: 16px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
	z-index: 1000;
	pointer-events: none;
}

.mp-mini-cart-dropdown::before {
	content: '';
	position: absolute;
	top: -12px;
	left: 0;
	right: 0;
	height: 12px;
}

.mp-mini-cart-dropdown::after {
	content: '';
	position: absolute;
	top: -6px;
	right: 28px;
	width: 10px;
	height: 10px;
	background: #ffffff;
	border-left: 1px solid #e8ebe8;
	border-top: 1px solid #e8ebe8;
	transform: rotate(45deg);
}

.mp-cart-wrapper:hover .mp-mini-cart-dropdown,
.mp-cart-wrapper:focus-within .mp-mini-cart-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.mp-mini-cart-dropdown .widget_shopping_cart {
	margin: 0;
	padding: 0;
}

.mp-mini-cart-dropdown .woocommerce-mini-cart {
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 280px;
	overflow-y: auto;
	scrollbar-width: thin;
}

.mp-mini-cart-dropdown .woocommerce-mini-cart-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 24px 10px 0;
	border-bottom: 1px solid #f0f2f0;
	position: relative;
}

.mp-mini-cart-dropdown .woocommerce-mini-cart-item a:not(.remove) {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #1d2322;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	text-decoration: none;
	flex: 1;
}

.mp-mini-cart-dropdown .woocommerce-mini-cart-item img {
	width: 48px;
	height: 48px;
	object-fit: cover;
	border-radius: 4px;
	border: 1px solid #eef1ee;
	flex-shrink: 0;
	margin: 0;
}

.mp-mini-cart-dropdown .woocommerce-mini-cart-item a.remove {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	line-height: 18px;
	border-radius: 50%;
	color: #999;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	transition: color .2s, background-color .2s;
}

.mp-mini-cart-dropdown .woocommerce-mini-cart-item a.remove:hover {
	color: #e02b20;
	background: #ffebee;
}

.mp-mini-cart-dropdown .woocommerce-mini-cart-item .quantity {
	display: block;
	font-size: 12px;
	color: #666;
	margin-top: 2px;
}

.mp-mini-cart-dropdown .woocommerce-mini-cart-item .quantity .amount {
	color: var(--gold, #eb9800);
	font-weight: 700;
}

.mp-mini-cart-dropdown .woocommerce-mini-cart__total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 12px 0 10px;
	padding-top: 10px;
	border-top: 2px solid #f0f2f0;
	font-size: 14px;
	font-weight: 700;
	color: #1d2322;
}

.mp-mini-cart-dropdown .woocommerce-mini-cart__total .amount {
	color: #e02b20;
	font-weight: 800;
	font-size: 15px;
}

.mp-mini-cart-dropdown .woocommerce-mini-cart__buttons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin: 0;
}

.mp-mini-cart-dropdown .woocommerce-mini-cart__buttons .button {
	display: block;
	text-align: center;
	padding: 8px 10px;
	font-size: 12px;
	font-weight: 700;
	border-radius: 4px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	transition: background-color .2s, color .2s;
}

.mp-mini-cart-dropdown .woocommerce-mini-cart__buttons .button:not(.checkout) {
	background: #f0f2f0;
	color: #fff;
	border: 1px solid #dcdfdc;
}

.mp-mini-cart-dropdown .woocommerce-mini-cart__buttons .button:not(.checkout):hover {
	background: #e2e6e2;
	color: #37403f;
}

.mp-mini-cart-dropdown .woocommerce-mini-cart__buttons .button.checkout {
	background: var(--gold, #eb9800);
	color: #fff;
	border: 1px solid var(--gold, #eb9800);
}

.mp-mini-cart-dropdown .woocommerce-mini-cart__buttons .button.checkout:hover {
	background: #d68600;
	border-color: #d68600;
}

.mp-mini-cart-dropdown .woocommerce-mini-cart__empty-message {
	text-align: center;
	padding: 20px 0;
	color: #777;
	font-size: 13px;
	margin: 0;
}

.mp-mainnav {
	position: sticky;
	z-index: 20;
	top: 0;
	background: var(--dark);
	color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .12);
}

.mp-mainnav .mp-shell {
	display: flex;
	height: 42px;
	align-items: center;
	gap: 0;
	padding: 0;
}

.mp-mainnav__links {
	display: flex;
	height: 42px;
	margin: 0;
	padding: 0;
	align-items: center;
	list-style: none;
}

.mp-mainnav__links li {
	position: relative;
	margin: 0;
}

.mp-mainnav a,
.mp-mainnav__links a {
	display: inline-flex;
	height: 42px;
	align-items: center;
	padding: 0 18px;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	transition: background-color .2s ease, color .2s ease;
}

.mp-mainnav a:hover,
.mp-mainnav .is-active,
.mp-mainnav .current-menu-item>a,
.mp-mainnav .current-menu-ancestor>a {
	color: var(--gold-2);
}

#mp-catalog-dropdown-menu {
	width: 260px;
	height: auto;
	box-shadow: 0 14px 28px rgba(25, 35, 35, .14);
	border-radius: 0 0 8px 8px;
}

.mp-mainnav__catalog {
	display: inline-flex;
	height: 42px;
	align-items: center;
	justify-content: space-between;
	width: 260px;
	margin: 0;
	padding: 0 18px;
	border: 0;
	background: #012d27;
	gap: 10px;
	color: #fff !important;
	cursor: pointer;
	font-family: inherit;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
	text-transform: uppercase;
	transition: background-color .2s ease, color .2s ease;
}

.mp-mainnav__catalog>span {
	display: flex;
	align-items: center;
	gap: 10px;
}

.mp-mainnav__catalog:hover,
.mp-catalog-dropdown.is-open .mp-mainnav__catalog {
	color: var(--gold-2) !important;
}

.mp-catalog-dropdown {
	position: relative;
	flex: 0 0 auto;
}

.mp-catalog-dropdown__panel {
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0;
	width: 260px;
	overflow: visible;
	border: 1px solid var(--line);
	border-top: 0;
	border-radius: 0 0 8px 8px;
	background: #fff;
	box-shadow: 0 14px 28px rgba(25, 35, 35, .14);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-4px);
	transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

.mp-catalog-dropdown.is-open .mp-catalog-dropdown__panel {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.mp-catalog-dropdown.is-open .mp-mainnav__catalog .fa-angle-down {
	transform: rotate(180deg);
}

/* Homepage overrides: width: 240px, height: 390px, no box-shadow, no border-radius, default open */
@media (min-width: 1025px) {

	body.home #mp-catalog-dropdown-menu,
	body.page-template-page-home-new #mp-catalog-dropdown-menu {
		width: 240px;
		height: 390px;
		box-shadow: none;
		border-radius: 0 !important;
	}

	body.home .mp-mainnav__catalog,
	body.page-template-page-home-new .mp-mainnav__catalog {
		width: 240px;
	}

	body.home .mp-catalog-dropdown__panel,
	body.page-template-page-home-new .mp-catalog-dropdown__panel {
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
		display: block;
		box-shadow: none;
		border-radius: 0 !important;
		overflow: visible;
	}

	body.home .mp-mainnav__catalog .fa-angle-down,
	body.page-template-page-home-new .mp-mainnav__catalog .fa-angle-down {
		display: none;
	}
}

.mp-catalog-dropdown__menu,
.mp-catalog-dropdown__menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mp-catalog-dropdown__menu li {
	position: relative;
	margin: 0;
}

.mp-catalog-dropdown__menu a {
	display: flex;
	min-height: 36px;
	align-items: center;
	justify-content: space-between;
	padding: 9px 14px;
	border-bottom: 1px solid #eef1ee;
	color: #25302f !important;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: none;
	background: #fff;
	transition: background-color .15s ease, color .15s ease;
}

.mp-cat-item-content {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex: 1;
	min-width: 0;
}

.mp-cat-item-title {
	flex: 1;
	min-width: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mp-cat-menu-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	color: #52605e;
	transition: color .15s ease, transform .15s ease;
}

.mp-cat-menu-icon svg {
	width: 18px;
	height: 18px;
	display: block;
}

.mp-cat-menu-icon img {
	width: 18px;
	height: 18px;
	object-fit: contain;
	display: block;
}

.mp-catalog-dropdown__menu a:hover,
.mp-catalog-dropdown__menu .menu-item-has-children:hover>a,
.mp-catalog-dropdown__menu .menu-item-has-children:focus-within>a {
	background: #fbfcfa;
	color: var(--gold) !important;
}

.mp-catalog-dropdown__menu a:hover .mp-cat-menu-icon,
.mp-catalog-dropdown__menu .menu-item-has-children:hover>a .mp-cat-menu-icon,
.mp-catalog-dropdown__menu .menu-item-has-children:focus-within>a .mp-cat-menu-icon {
	color: var(--gold);
	transform: scale(1.08);
}

.mp-catalog-dropdown__menu .menu-item-has-children>a:after {
	margin-left: 8px;
	color: #9aa3a1;
	font-family: FontAwesome;
	content: "\f105";
	font-size: 13px;
	transition: color .15s ease, transform .15s ease;
}

.mp-catalog-dropdown__menu .menu-item-has-children:hover>a:after,
.mp-catalog-dropdown__menu .menu-item-has-children:focus-within>a:after {
	color: var(--gold);
	transform: translateX(2px);
}

.mp-catalog-dropdown__menu .sub-menu {
	position: absolute;
	top: -1px;
	left: 100%;
	min-width: 240px;
	width: max-content;
	max-width: 320px;
	margin: 0;
	padding: 4px 0;
	list-style: none;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 0 8px 8px 8px;
	box-shadow: 4px 10px 24px rgba(25, 35, 35, .12);
	z-index: 105;
	opacity: 0;
	visibility: hidden;
	transform: translateX(4px);
	transition: opacity .15s ease, transform .15s ease, visibility .15s ease;
	pointer-events: none;
}

.mp-catalog-dropdown__menu .sub-menu::before {
	content: "";
	position: absolute;
	top: 0;
	left: -10px;
	width: 10px;
	height: 100%;
}

.mp-catalog-dropdown__menu .menu-item-has-children:hover>.sub-menu,
.mp-catalog-dropdown__menu .menu-item-has-children:focus-within>.sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	pointer-events: auto;
}

.mp-catalog-dropdown__menu .sub-menu li {
	position: relative;
	margin: 0;
}

.mp-catalog-dropdown__menu .sub-menu a {
	display: flex;
	min-height: 36px;
	align-items: center;
	justify-content: flex-start;
	padding: 8px 16px;
	border-bottom: 1px solid #eef1ee;
	color: #25302f !important;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	text-transform: none;
	background: #fff;
	border-radius: 0;
	white-space: normal;
	transition: background-color .15s ease, color .15s ease, padding-left .15s ease;
}

.mp-catalog-dropdown__menu .sub-menu li:last-child>a {
	border-bottom: 0;
}

.mp-catalog-dropdown__menu .sub-menu a:hover {
	background: #f7faf7;
	color: var(--gold) !important;
	padding-left: 20px;
}

.mp-hero {
	padding: 0 0 14px;
	background: #fff;
}

.mp-hero__grid {
	display: grid;
	grid-template-columns: 220px 1fr 270px;
	gap: 14px;
}

.mp-sidecat {
	overflow: hidden;
	border: 1px solid var(--line);
	border-top: 0;
	border-radius: 0 0 8px 8px;
	background: #fff;
	box-shadow: 0 4px 16px rgba(25, 35, 35, .06);
}

.mp-sidecat a {
	display: grid;
	grid-template-columns: 22px 1fr 12px;
	min-height: 34px;
	align-items: center;
	gap: 8px;
	padding: 0 13px;
	border-bottom: 1px solid #eef1ee;
	color: #25302f;
	font-size: 13px;
	font-weight: 600;
}

.mp-sidecat a:hover {
	color: var(--gold);
	background: #fbfcfa;
}

.mp-sidecat a>i:first-child {
	color: #566462;
	font-size: 16px;
	text-align: center;
}

.mp-sidecat a>i:last-child {
	color: #a3aaaa;
}

.mp-sidecat__all {
	grid-template-columns: 22px 1fr !important;
	color: #596362 !important;
	font-size: 12px !important;
}

.mp-hero__banner {
	position: relative;
	min-height: 300px;
	margin-top: 12px;
	overflow: hidden;
	border-radius: 8px;
	background:
		linear-gradient(90deg, rgba(0, 34, 29, .95) 0%, rgba(0, 34, 29, .78) 44%, rgba(0, 34, 29, .16) 100%),
		var(--mp-banner-image, url("../image/bg-home.jpg")) center/cover;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1);
}

.mp-hero__banner:after {
	position: absolute;
	right: 36px;
	bottom: 22px;
	width: 220px;
	height: 130px;
	border-radius: 20px 20px 14px 14px;
	background:
		linear-gradient(90deg, transparent 0 10%, #111 10% 13%, transparent 13% 87%, #111 87% 90%, transparent 90%),
		linear-gradient(#151515, #151515) 50% 73% / 210px 12px no-repeat,
		linear-gradient(135deg, #1e2222, #0b0e0e);
	box-shadow: inset 0 0 0 7px #111, 0 18px 34px rgba(0, 0, 0, .38);
	content: "";
}

.mp-hero__banner:before {
	position: absolute;
	right: 92px;
	bottom: 74px;
	z-index: 1;
	width: 126px;
	height: 70px;
	border-radius: 4px;
	background:
		linear-gradient(#f5a90b, #f5a90b) 0 0 / 100% 24px no-repeat,
		linear-gradient(90deg, #202020 0 32%, #2d3230 32% 64%, #151817 64%);
	box-shadow: 0 0 0 4px #0e1111;
	content: "KAMA";
	color: #101010;
	font-size: 18px;
	font-weight: 900;
	line-height: 24px;
	text-align: center;
}

.mp-hero__copy {
	position: relative;
	z-index: 2;
	max-width: 485px;
	padding: 38px 30px;
	color: #fff;
}

.mp-hero__copy p {
	margin: 0 0 8px;
	color: #fff;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: .03em;
	text-transform: uppercase;
}

.mp-hero__copy h1 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 38px;
	font-weight: 900;
	line-height: 1.08;
	text-transform: uppercase;
}

.mp-hero__copy span {
	display: block;
	color: #fff;
	font-size: 17px;
	line-height: 1.35;
}

.mp-hero__copy ul {
	display: flex;
	margin: 24px 0 24px;
	padding: 0;
	gap: 18px;
	list-style: none;
}

.mp-hero__copy li {
	display: inline-flex;
	max-width: 105px;
	align-items: center;
	gap: 8px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
}

.mp-hero__copy li i {
	display: grid;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .75);
	border-radius: 50%;
}

.mp-btn {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	gap: 10px;
	padding: 0 24px;
	border-radius: 999px;
	background: var(--gold-2);
	color: #17201f;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	transition: transform .2s ease, background-color .2s ease;
}

.mp-btn:hover {
	transform: translateY(-1px);
	background: #ffd05a;
	color: #17201f;
}

.mp-promo-list {
	display: grid;
	gap: 14px;
	margin-top: 12px;
}

.mp-promo {
	position: relative;
	min-height: 143px;
	overflow: hidden;
	padding: 20px;
	border-radius: 8px;
	background:
		linear-gradient(90deg, rgba(16, 25, 24, .96), rgba(16, 25, 24, .72)),
		var(--mp-promo-image, url("../image/bg-header.jpg")) center/cover;
	color: #fff;
}

.mp-promo:after {
	position: absolute;
	right: 22px;
	bottom: 18px;
	width: 82px;
	height: 54px;
	border-radius: 5px;
	background: #08a5bd;
	box-shadow: inset 0 0 0 5px rgba(0, 0, 0, .12), 0 12px 20px rgba(0, 0, 0, .28);
	content: "";
}

.mp-promo--second:after {
	background: #121313;
	box-shadow: inset 0 0 0 5px #d82922, 0 12px 20px rgba(0, 0, 0, .28);
}

.mp-promo span,
.mp-promo strong,
.mp-promo em,
.mp-promo i {
	position: relative;
	z-index: 1;
	display: block;
}

.mp-promo span {
	margin-bottom: 7px;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.mp-promo strong {
	max-width: 150px;
	font-size: 22px;
	line-height: 1.12;
}

.mp-promo b {
	color: var(--gold-2);
}

.mp-promo em {
	margin-top: 4px;
	font-size: 13px;
	font-style: normal;
}

.mp-promo i {
	width: fit-content;
	margin-top: 16px;
	padding: 6px 14px;
	border-radius: 999px;
	background: #fff;
	color: #1c2524;
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	text-transform: uppercase;
}

.mp-category-strip {
	padding: 8px 0 16px;
	background: #fff;
}

.mp-category-strip__grid {
	display: grid;
	grid-template-columns: repeat(10, minmax(0, 1fr));
	gap: 6px;
	padding: 14px 10px 14px;
	background: #fff;
	border: 1px solid var(--line, #eef1ee);
	border-radius: 12px;
	box-shadow: 0 4px 16px rgba(25, 35, 35, .04);
}

.mp-cat-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 8px 4px 10px;
	border-radius: 10px;
	text-decoration: none;
	text-align: center;
	color: #1e2827;
	background: #ffffff;
	border: 1px solid transparent;
	transition: all .22s cubic-bezier(0.2, 0, 0, 1);
	position: relative;
	min-width: 0;
}

.mp-cat-card:hover {
	background: #fafbfa;
	border-color: #eef3ee;
	transform: translateY(-3px);
	box-shadow: 0 6px 14px rgba(25, 35, 35, .06);
}

.mp-cat-card__thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin-bottom: 8px;
	position: relative;
	transition: transform .22s ease;
}

.mp-cat-card:hover .mp-cat-card__thumb {
	transform: scale(1.08);
}

.mp-cat-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	filter: drop-shadow(0 2px 5px rgba(0, 0, 0, .06));
	transition: filter .22s ease;
}

.mp-cat-card:hover .mp-cat-card__thumb img {
	filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .12));
}

.mp-cat-card__placeholder {
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	border-radius: 50%;
	background: #f0f4f3;
	color: var(--dark);
	font-size: 20px;
}

.mp-cat-card__title {
	display: block;
	font-size: 11.5px;
	font-weight: 700;
	line-height: 1.25;
	color: #25302f;
	text-align: center;
	word-break: break-word;
	max-width: 100%;
	transition: color .2s ease;
}

.mp-cat-card:hover .mp-cat-card__title {
	color: var(--gold, #eb9800);
}

.mp-products {
	padding: 0 0 14px;
	background: #fff;
}

.mp-product-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.mp-product-box {
	overflow: hidden;
	border: 2px solid #e8c66c;
	border-radius: 12px;
	background: var(--dark);
	box-shadow: 0 5px 14px rgba(22, 38, 36, .12);
}

.mp-product-box header,
.mp-product-box .mp-product-box__header {
	position: relative;
	min-height: 70px;
	padding: 16px 16px 10px;
	background:
		linear-gradient(135deg, rgba(247, 166, 0, .12), transparent 28%),
		linear-gradient(270deg, rgba(247, 166, 0, .1), transparent 34%),
		var(--dark);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}

.mp-product-box[style*="--mp-cat-box-bg"] header,
.mp-product-box[style*="--mp-cat-box-bg"] .mp-product-box__header,
.mp-product-box.has-bg-image header,
.mp-product-box.has-bg-image .mp-product-box__header {
	background-image: var(--mp-cat-box-bg);
}

.mp-product-box:not(.has-bg-image) header:before,
.mp-product-box:not(.has-bg-image) header:after,
.mp-product-box:not(.has-bg-image) .mp-product-box__header:before,
.mp-product-box:not(.has-bg-image) .mp-product-box__header:after {
	position: absolute;
	top: 12px;
	color: rgba(247, 186, 46, .34);
	font-family: FontAwesome;
	font-size: 34px;
	content: "\f0e7";
}

.mp-product-box:not(.has-bg-image) header:before,
.mp-product-box:not(.has-bg-image) .mp-product-box__header:before {
	left: 18px;
	transform: rotate(-24deg);
}

.mp-product-box:not(.has-bg-image) header:after,
.mp-product-box:not(.has-bg-image) .mp-product-box__header:after {
	right: 18px;
	transform: rotate(24deg);
}

.mp-product-box h2,
.mp-product-box .mp-product-box__title {
	margin: 0;
	color: var(--gold-2);
	font-size: 20px;
	font-weight: 900;
	line-height: 1.15;
	text-transform: uppercase;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .45);
}

.mp-product-box p,
.mp-product-box .mp-product-box__subtitle {
	margin: 4px 0 0;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .45);
}

.mp-product-box__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4px;
	padding: 0 8px;
}

.mp-no-products {
	grid-column: 1 / -1;
	padding: 20px 10px;
	text-align: center;
	color: rgba(255, 255, 255, .7);
	background: #fff;
	border-radius: 6px 6px 0 0;
}

.mp-product {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 8px 8px 10px;
	border-radius: 6px 6px 0 0;
	background: #fff;
	text-decoration: none !important;
	transition: transform .2s ease, box-shadow .2s ease;
}

.mp-product:hover strong,
.mp-product:hover .mp-product__title {
	color: var(--gold);
}

.mp-discount {
	position: absolute;
	z-index: 2;
	top: 8px;
	left: 6px;
	padding: 3px 6px;
	border-radius: 5px;
	background: var(--red);
	color: #fff;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
}

.mp-product__thumb {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 94px;
	margin: 4px 0 7px;
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
}

.mp-product__thumb img {
	max-width: 100%;
	max-height: 90px;
	width: auto;
	height: auto;
	object-fit: contain;
	transition: transform .3s ease;
}

.mp-product:hover .mp-product__thumb img {
	transform: scale(1.06);
}

.mp-product__image {
	position: relative;
	display: block;
	height: 88px;
	margin: 6px 0 7px;
	border-radius: 5px;
	background: #f3f4f2;
}

.mp-product__image:before {
	position: absolute;
	left: 50%;
	bottom: 16px;
	width: 80px;
	height: 46px;
	border-radius: 5px;
	background: #171b1b;
	box-shadow: inset 0 0 0 6px #e43b25;
	content: "";
	transform: translateX(-50%);
}

.mp-product__image:after {
	position: absolute;
	left: 50%;
	bottom: 9px;
	width: 88px;
	height: 10px;
	border-radius: 99px;
	background: linear-gradient(90deg, #151515 0 14px, transparent 14px 74px, #151515 74px);
	content: "";
	transform: translateX(-50%);
}

.mp-product__image--1:before {
	background: #121414;
	box-shadow: inset 0 0 0 6px #f4a000;
}

.mp-product__image--2:before {
	background: #263638;
	box-shadow: inset 0 0 0 6px #f37e12;
}

.mp-product__image--3:before {
	background: #eef0ed;
	box-shadow: inset 0 0 0 6px #d0d3cf;
}

.mp-product__image--4:before {
	background: #03394b;
	box-shadow: inset 0 0 0 6px #0f7da0;
}

.mp-product__image--5:before {
	background: #f1efeb;
	box-shadow: inset 0 0 0 6px #b9b9b4;
}

.mp-product strong,
.mp-product .mp-product__title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 32px;
	color: #202a29;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.32;
	word-break: break-word;
}

.mp-product .mp-product__pricing {
	margin-top: auto;
	padding-top: 4px;
}

.mp-product b,
.mp-product .mp-product__pricing b {
	display: block;
	margin-top: 2px;
	color: var(--red);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
}

.mp-product del,
.mp-product .mp-product__pricing del {
	display: block;
	color: #7f8785;
	font-size: 11px;
	line-height: 1.2;
}

.mp-product .mp-price-contact {
	color: #e67e22;
	font-size: 13px;
	font-weight: 800;
}

.mp-box-more {
	display: flex;
	height: 34px;
	align-items: center;
	justify-content: center;
	gap: 7px;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	transition: all .2s ease;
	text-decoration: none !important;
}

.mp-box-more:hover {
	color: var(--gold-2);
	background: rgba(255, 255, 255, .05);
}

.mp-trust-strip,
.mp-trust {
	--mp-trust-bg: #fff9ed;
	--mp-trust-border: #eadcc2;
	--mp-trust-icon-size: 34px;
	padding: 0 0 16px;
	background: transparent;
	width: 100%;
}

.mp-trust-strip__inner,
.mp-trust .mp-shell {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	border: var(--mp-trust-border-width, 1px) solid var(--mp-trust-border, #eadcc2);
	border-radius: var(--mp-trust-radius, 8px);
	background-color: var(--mp-trust-bg, #fff9ed);
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.mp-trust-strip--cols-2 .mp-trust-strip__inner {
	grid-template-columns: repeat(2, 1fr);
}

.mp-trust-strip--cols-3 .mp-trust-strip__inner {
	grid-template-columns: repeat(3, 1fr);
}

.mp-trust-strip--cols-4 .mp-trust-strip__inner {
	grid-template-columns: repeat(4, 1fr);
}

.mp-trust-strip--cols-5 .mp-trust-strip__inner {
	grid-template-columns: repeat(5, 1fr);
}

.mp-trust-strip--cols-6 .mp-trust-strip__inner {
	grid-template-columns: repeat(6, 1fr);
}

.mp-trust-item,
.mp-trust div {
	display: flex;
	align-items: center;
	padding: 12px 16px;
	gap: 12px;
	background-color: var(--mp-item-bg, transparent);
	border-right: 1px solid var(--mp-item-border, var(--mp-trust-border, #eadcc2));
	text-decoration: none;
	color: inherit;
	transition: background-color 0.2s ease;
	position: relative;
	min-width: 0;
}

.mp-trust-item:last-child,
.mp-trust div:last-child {
	border-right: none;
}

.mp-trust-item--link:hover {
	background-color: rgba(0, 0, 0, 0.025);
	cursor: pointer;
}

.mp-trust-item__icon {
	flex-shrink: 0;
	width: var(--mp-item-icon-size, var(--mp-trust-icon-size, 34px));
	height: var(--mp-item-icon-size, var(--mp-trust-icon-size, 34px));
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--mp-item-icon-color, var(--mp-trust-icon-color, #1a1a1a));
	transition: color 0.2s ease, background-color 0.2s ease;
}

.mp-trust-item.has-icon-bg .mp-trust-item__icon {
	background-color: var(--mp-item-icon-bg, rgba(0, 0, 0, 0.05));
	border-radius: 50%;
	padding: 6px;
}

.mp-trust-item__icon .mp-trust-svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.mp-trust-item__img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.mp-trust-item__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	line-height: 1.35;
}

.mp-trust-item__title,
.mp-trust strong {
	font-size: 12.5px;
	font-weight: 800;
	text-transform: uppercase;
	color: var(--mp-item-title-color, var(--mp-trust-title-color, #111827));
	letter-spacing: -0.01em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	transition: color 0.2s ease;
}

.mp-trust-item__subtitle,
.mp-trust span {
	font-size: 11.5px;
	color: var(--mp-item-subtitle-color, var(--mp-trust-subtitle-color, #687271));
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	margin-top: 1px;
	transition: color 0.2s ease;
}

.mp-trust i {
	color: var(--dark);
	font-size: 26px;
	flex-shrink: 0;
	width: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mp-reviews,
.mp-news,
.mp-brands {
	background: #fff;
}

.mp-reviews {
	padding-bottom: 12px;
}

.mp-section-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
}

.mp-section-title h2 {
	margin: 0;
	color: #1b2424;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
}

.mp-section-title a {
	color: #a75e00;
	font-size: 12px;
	font-weight: 800;
}

.mp-review-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}

.mp-review {
	display: grid;
	grid-template-columns: 52px 1fr;
	min-height: 118px;
	gap: 12px;
	padding: 16px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
}

.mp-avatar {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border-radius: 50%;
	background: #e4ece8;
	color: var(--dark);
	font-size: 20px;
	font-weight: 900;
}

.mp-review h3,
.mp-review p {
	margin: 0;
}

.mp-review h3 {
	font-size: 13px;
	font-weight: 900;
}

.mp-review p {
	color: #485250;
	font-size: 12px;
}

.mp-review .mp-stars {
	color: var(--gold);
	letter-spacing: 2px;
}

.mp-review span {
	display: block;
	margin-top: 8px;
	color: #24302f;
	font-size: 12px;
	font-weight: 800;
}

.mp-news {
	padding-bottom: 12px;
}

.mp-news-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 14px;
}

.mp-news-card {
	overflow: hidden;
	padding-bottom: 10px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
}

.mp-news-card__image {
	display: block;
	height: 82px;
	background:
		linear-gradient(120deg, rgba(0, 36, 31, .08), rgba(247, 166, 0, .08)),
		url("../image/bg-home.jpg") center/cover;
}

.mp-news-card__image--1 {
	background-image: linear-gradient(120deg, rgba(0, 36, 31, .05), rgba(247, 166, 0, .08)), url("../image/bg-header.jpg");
}

.mp-news-card__image--2 {
	background-image: linear-gradient(120deg, rgba(0, 36, 31, .05), rgba(247, 166, 0, .08)), url("../image/bg-support08.png");
}

.mp-news-card__image--3 {
	background-image: linear-gradient(120deg, rgba(0, 36, 31, .05), rgba(247, 166, 0, .08)), url("../image/bg_danhgia.png");
}

.mp-news-card__image--4 {
	background-image: linear-gradient(120deg, rgba(0, 36, 31, .05), rgba(247, 166, 0, .08)), url("../image/bg-header.jpg");
}

.mp-news-card time,
.mp-news-card strong,
.mp-news-card em {
	display: block;
	padding: 0 10px;
}

.mp-news-card time {
	margin-top: 8px;
	color: #7c8583;
	font-size: 11px;
}

.mp-news-card strong {
	min-height: 48px;
	color: #172120;
	font-size: 12px;
	line-height: 1.3;
}

.mp-news-card em {
	color: #f27b00;
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
}

.mp-brands {
	padding-bottom: 10px;
}

.mp-brands .mp-shell {
	display: grid;
	grid-template-columns: 145px repeat(10, 1fr);
	gap: 8px;
	align-items: center;
}

.mp-brands span {
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.mp-brands b {
	display: grid;
	height: 34px;
	place-items: center;
	border: 1px solid var(--line);
	border-radius: 6px;
	background: #fff;
	color: #c71920;
	font-size: 14px;
}

.mp-brands b:nth-child(4n) {
	color: #0f4b87;
}

.mp-brands b:nth-child(4n + 1) {
	color: #111;
}

.mp-brands b:nth-child(4n + 2) {
	color: #00743c;
}

.mp-footer {
	padding: 24px 0;
	background: linear-gradient(180deg, #102b2c, #091719);
	color: #dce4e2;
}

.mp-footer .mp-shell {
	display: grid;
	grid-template-columns: 1.15fr 1fr 1fr 1.2fr;
	gap: 28px;
}

.mp-footer h2 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
}

.mp-footer p,
.mp-footer li {
	color: #dce4e2;
	font-size: 12px;
	line-height: 1.65;
}

.mp-footer ul {
	margin: 0;
	padding-left: 16px;
}

.mp-map {
	display: grid;
	height: 82px;
	place-items: center;
	border-radius: 8px;
	background: #eef2ef;
	color: #d92624;
	font-weight: 900;
}

#header.mp-site-header {
	height: auto;
	min-height: 0;
	background: #fff;
}

#header.mp-site-header .mp-topbar {
	display: block !important;
	background: var(--dark) !important;
	color: #fff !important;
}

#header.mp-site-header .mp-topbar a,
#header.mp-site-header .mp-topbar span {
	color: #fff !important;
}

#header.mp-site-header .mp-header {
	display: block !important;
	background: #fff !important;
}

#header.mp-site-header .mp-logo {
	color: #0d1f1f !important;
}

#header.mp-site-header .mp-logo img,
#header.mp-site-header .mp-logo__image,
#header.mp-site-header .mp-logo .custom-logo {
	display: block !important;
	width: auto !important;
	max-width: 190px !important;
	max-height: 62px !important;
	object-fit: contain !important;
}

#header.mp-site-header .mp-logo>span {
	display: grid !important;
	width: 58px !important;
	height: 58px !important;
	place-items: center !important;
	border: 7px solid var(--gold) !important;
	border-right-color: transparent !important;
	border-radius: 50% !important;
	background: #fff !important;
	color: var(--gold) !important;
	font-size: 38px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
}

#header.mp-site-header .mp-search {
	display: grid !important;
	grid-template-columns: 116px 1fr 54px !important;
}

#header.mp-site-header .mp-search select,
#header.mp-site-header .mp-search input,
#header.mp-site-header .mp-search button {
	margin: 0 !important;
}

#header.mp-site-header .mp-search select,
#header.mp-site-header .mp-search input {
	display: block !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

#header.mp-site-header .mp-search select {
	padding-right: 30px !important;
	background-image: linear-gradient(45deg, transparent 50%, #596362 50%), linear-gradient(135deg, #596362 50%, transparent 50%) !important;
	background-position: calc(100% - 16px) 50%, calc(100% - 11px) 50% !important;
	background-repeat: no-repeat !important;
	background-size: 5px 5px, 5px 5px !important;
}

#header.mp-site-header .mp-search button {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 54px !important;
	min-width: 54px !important;
	padding: 8px 0 !important;
	background: var(--gold) !important;
	color: #fff !important;
}

#header.mp-site-header .mp-mainnav {
	display: block !important;
	background: var(--dark) !important;
	color: #fff;
}

#header.mp-site-header .mp-mainnav a {
	color: #fff;
}

#header.mp-site-header .mp-mainnav button.mp-mainnav__catalog {
	color: #fff;
}

#header.mp-site-header .mp-mainnav a:hover,
#header.mp-site-header .mp-mainnav .is-active,
#header.mp-site-header .mp-mainnav .current-menu-item>a,
#header.mp-site-header .mp-mainnav .current-menu-ancestor>a {
	color: var(--gold-2) !important;
}

@media (max-width: 1024px) {
	#header.mp-site-header .mp-topbar .mp-shell {
		width: min(100% - 24px, 1180px);
		gap: 18px;
		overflow-x: auto;
		white-space: nowrap;
		scrollbar-width: none;
	}

	#header.mp-site-header .mp-topbar .mp-shell::-webkit-scrollbar {
		display: none;
	}

	.mp-topbar span:nth-of-type(n+4),
	.mp-topbar nav {
		display: none;
	}

	#header.mp-site-header .mp-header__grid,
	.mp-header__grid {
		grid-template-columns: 170px minmax(0, 1fr) 148px;
		min-height: 70px;
		gap: 16px;
	}

	#header.mp-site-header .mp-logo img,
	#header.mp-site-header .mp-logo__image,
	#header.mp-site-header .mp-logo .custom-logo {
		max-width: 160px !important;
		max-height: 54px !important;
	}

	#header.mp-site-header .mp-search {
		grid-template-columns: 106px minmax(0, 1fr) 50px !important;
	}

	#header.mp-site-header .mp-search button {
		width: 50px !important;
		min-width: 50px !important;
	}

	.mp-cart-wrapper,
	.mp-cart {
		display: none;
	}

	#header.mp-site-header .mp-cart-wrapper,
	#header.mp-site-header .mp-cart {
		display: none !important;
	}

	#header.mp-site-header .mp-mainnav .mp-shell {
		width: min(100% - 24px, 1180px);
		overflow: visible;
	}

	#header.mp-site-header .mp-mainnav__links {
		min-width: 0;
		overflow-x: auto;
		scrollbar-width: none;
	}

	#header.mp-site-header .mp-mainnav__links::-webkit-scrollbar {
		display: none;
	}

	#header.mp-site-header .mp-mainnav a {
		white-space: nowrap;
	}

	#header.mp-site-header .mp-catalog-dropdown__panel {
		width: 260px;
	}

	.mp-hero__grid {
		grid-template-columns: 1fr;
	}

	.mp-sidecat {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}

	.mp-sidecat a {
		border-right: 1px solid #eef1ee;
	}

	.mp-promo-list,
	.mp-product-grid,
	.mp-review-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.mp-category-strip__grid,
	.mp-news-grid {
		grid-template-columns: repeat(5, 1fr);
	}

	.mp-trust-strip--cols-5 .mp-trust-strip__inner,
	.mp-trust-strip--cols-6 .mp-trust-strip__inner {
		grid-template-columns: repeat(3, 1fr);
	}

	.mp-trust-strip--cols-5 .mp-trust-item:nth-child(3n),
	.mp-trust-strip--cols-6 .mp-trust-item:nth-child(3n) {
		border-right: none;
	}

	.mp-trust-strip--cols-5 .mp-trust-item:nth-child(n+4),
	.mp-trust-strip--cols-6 .mp-trust-item:nth-child(n+4) {
		border-top: 1px solid var(--mp-trust-border);
	}

	.mp-trust .mp-shell,
	.mp-footer .mp-shell {
		grid-template-columns: repeat(2, 1fr);
	}

	.mp-brands .mp-shell {
		grid-template-columns: repeat(5, 1fr);
	}

	.mp-brands span {
		grid-column: 1 / -1;
	}
}

@media (max-width: 680px) {
	.mp-shell {
		width: min(100% - 20px, 1180px);
	}

	#header.mp-site-header .mp-topbar {
		font-size: 12px;
	}

	#header.mp-site-header .mp-topbar span:nth-of-type(n+3) {
		display: none !important;
	}

	#header.mp-site-header .mp-topbar .mp-shell,
	.mp-topbar .mp-shell {
		width: min(100% - 20px, 1180px);
		min-height: 30px;
		gap: 16px;
		overflow-x: auto;
	}

	#header.mp-site-header .mp-header__grid,
	.mp-header__grid {
		grid-template-columns: 1fr;
		min-height: 0;
		gap: 10px;
		padding: 10px 0 12px;
	}

	#header.mp-site-header .mp-logo {
		justify-self: center;
	}

	#header.mp-site-header .mp-logo img,
	#header.mp-site-header .mp-logo__image,
	#header.mp-site-header .mp-logo .custom-logo {
		max-width: 150px !important;
		max-height: 46px !important;
	}

	#header.mp-site-header .mp-logo>span,
	.mp-logo>span {
		width: 46px !important;
		height: 46px !important;
		font-size: 29px !important;
	}

	.mp-logo b {
		font-size: 28px;
	}

	#header.mp-site-header .mp-search,
	.mp-search {
		width: 100%;
		grid-template-columns: 92px minmax(0, 1fr) 44px !important;
	}

	#header.mp-site-header .mp-search select,
	#header.mp-site-header .mp-search input {
		min-width: 0;
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		font-size: 13px !important;
	}

	#header.mp-site-header .mp-search select {
		padding-left: 10px !important;
		padding-right: 24px !important;
		background-position: calc(100% - 13px) 50%, calc(100% - 8px) 50% !important;
	}

	#header.mp-site-header .mp-search input {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	#header.mp-site-header .mp-search button {
		width: 44px !important;
		min-width: 44px !important;
		padding: 8px 0 !important;
	}

	.mp-hotline {
		display: none;
	}

	#header.mp-site-header .mp-hotline,
	#header.mp-site-header .mp-cart-wrapper,
	#header.mp-site-header .mp-cart {
		display: none !important;
	}

	#header.mp-site-header .mp-mainnav,
	.mp-mainnav {
		position: relative;
		overflow: visible;
	}

	#header.mp-site-header .mp-mainnav .mp-shell,
	.mp-mainnav .mp-shell {
		width: 100%;
		min-width: 100%;
		height: 42px;
		overflow: visible;
	}

	#header.mp-site-header .mp-mainnav__catalog,
	.mp-mainnav__catalog {
		width: auto !important;
		flex: 0 0 auto;
		margin-right: 0;
		padding: 0 14px;
	}

	#header.mp-site-header .mp-catalog-dropdown {
		position: relative;
	}

	#header.mp-site-header .mp-catalog-dropdown__panel {
		position: absolute;
		top: 100%;
		left: 0;
		right: auto;
		width: min(86vw, 340px);
		max-height: min(70vh, 520px);
		overflow-y: auto;
		overflow-x: hidden;
	}

	.mp-catalog-dropdown__menu .sub-menu {
		position: static;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		background: #f7f9f7;
		padding: 0;
		transform: none;
		opacity: 1;
		visibility: visible;
		display: none;
		pointer-events: auto;
	}

	.mp-catalog-dropdown__menu .sub-menu::before {
		display: none;
	}

	.mp-catalog-dropdown__menu .menu-item-has-children:hover>.sub-menu,
	.mp-catalog-dropdown__menu .menu-item-has-children:focus-within>.sub-menu {
		display: block;
	}

	.mp-catalog-dropdown__menu .sub-menu a {
		padding-left: 28px;
		font-size: 12px;
		background: #f7f9f7;
	}

	#header.mp-site-header .mp-mainnav__links {
		min-width: 0;
		overflow-x: auto;
	}

	#header.mp-site-header .mp-mainnav__links a {
		padding: 0 14px;
	}

	.mp-sidecat,
	.mp-product-grid,
	.mp-product-box__items,
	.mp-promo-list,
	.mp-review-grid,
	.mp-news-grid,
	.mp-trust .mp-shell,
	.mp-footer .mp-shell,
	.mp-brands .mp-shell {
		grid-template-columns: 1fr;
	}

	.mp-category-strip__grid {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		padding: 10px 8px;
		gap: 8px;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.mp-category-strip__grid::-webkit-scrollbar {
		display: none;
	}

	.mp-cat-card {
		flex: 0 0 82px;
		scroll-snap-align: start;
		padding: 6px 2px 8px;
	}

	.mp-cat-card__thumb {
		width: 52px;
		height: 52px;
		margin-bottom: 6px;
	}

	.mp-cat-card__title {
		font-size: 10.5px;
	}

	.mp-hero__copy {
		padding: 30px 20px;
	}

	.mp-hero__copy h1 {
		font-size: 32px;
	}

	.mp-hero__copy ul {
		display: grid;
		gap: 10px;
	}

	.mp-hero__banner:before,
	.mp-hero__banner:after {
		opacity: .34;
	}

	.mp-trust div {
		border-right: 0;
		border-bottom: 1px solid #eadcc2;
	}

	/* Trust strip: mobile scroll layout (default) */
	.mp-trust-strip--mobile-scroll .mp-trust-strip__inner {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		padding: 2px 0;
	}

	.mp-trust-strip--mobile-scroll .mp-trust-strip__inner::-webkit-scrollbar {
		display: none;
	}

	.mp-trust-strip--mobile-scroll .mp-trust-item {
		flex: 0 0 240px;
		scroll-snap-align: start;
		border-right: 1px solid var(--mp-trust-border);
		border-bottom: none;
		border-top: none;
		padding: 10px 14px;
	}

	.mp-trust-strip--mobile-scroll .mp-trust-item:last-child {
		border-right: none;
	}

	/* Trust strip: mobile grid layout */
	.mp-trust-strip--mobile-grid .mp-trust-strip__inner {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.mp-trust-strip--mobile-grid .mp-trust-item {
		border-right: 1px solid var(--mp-trust-border);
		border-bottom: 1px solid var(--mp-trust-border);
		padding: 10px 12px;
	}

	.mp-trust-strip--mobile-grid .mp-trust-item:nth-child(2n) {
		border-right: none;
	}

	/* Trust strip: mobile stack layout */
	.mp-trust-strip--mobile-stack .mp-trust-strip__inner {
		display: grid;
		grid-template-columns: 1fr;
	}

	.mp-trust-strip--mobile-stack .mp-trust-item {
		border-right: none;
		border-bottom: 1px solid var(--mp-trust-border);
		padding: 10px 14px;
	}

	.mp-trust-strip--mobile-stack .mp-trust-item:last-child {
		border-bottom: none;
	}
}