.ixp-hdr {
	box-sizing: border-box;
	isolation: isolate;
	position: relative;
	z-index: 1000;
	direction: ltr;
	text-align: left;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	--ix-wc-brand-a: #d6e1f6;
	--ix-wc-brand-b: #cef6dd;
	--ix-wc-gradient: linear-gradient(135deg, #d6e1f6 0%, #cef6dd 100%);
	--ix-wc-gradient-hover: linear-gradient(135deg, #c4d4ec 0%, #b8ecd0 100%);
	--ix-wc-bg: #f7f9fc;
	--ix-wc-surface: #ffffff;
	--ix-wc-border: #d8e3ef;
	--ix-wc-text: #0f1419;
	--ix-wc-muted: #5a6570;
	--ix-wc-link: #1a2d42;
	--ix-wc-radius: 14px;
	--ix-wc-radius-sm: 10px;
	--ix-wc-shadow: 0 1px 2px rgba(15, 20, 25, 0.04), 0 10px 28px rgba(15, 20, 25, 0.06);
	--ix-wc-shadow-lg: 0 8px 32px rgba(15, 20, 25, 0.07);
	color: var(--ix-wc-text);
}

.elementor-location-header,
.elementor-location-header > .elementor,
.elementor-location-header .elementor-section,
.elementor-location-header .elementor-container,
.elementor-location-header .e-con,
.elementor-location-header .e-con-boxed,
.elementor-location-header .e-con-full,
.elementor-location-header .e-con-inner,
.elementor-location-header .elementor-widget,
.elementor-location-header .elementor-widget-shortcode,
.elementor-location-header .elementor-widget-container,
.elementor-location-header .elementor-shortcode {
	--content-width: 100% !important;
	--container-max-width: 100% !important;
	--padding-top: 0px !important;
	--padding-right: 0px !important;
	--padding-bottom: 0px !important;
	--padding-left: 0px !important;
	--padding-block-start: 0px !important;
	--padding-block-end: 0px !important;
	--padding-inline-start: 0px !important;
	--padding-inline-end: 0px !important;
	--margin-top: 0px !important;
	--margin-right: 0px !important;
	--margin-bottom: 0px !important;
	--margin-left: 0px !important;
	--gap: 0px !important;
	--row-gap: 0px !important;
	--column-gap: 0px !important;
	--widgets-spacing: 0px !important;
	--widgets-spacing-row: 0px !important;
	--widgets-spacing-column: 0px !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	min-height: 0 !important;
}

.elementor-location-header .e-con-inner {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
}

.elementor-location-header .ixp-hdr,
.elementor-widget-shortcode .ixp-hdr,
.elementor-element .ixp-hdr {
	width: 100% !important;
	max-width: none !important;
}

.ixp-hdr *,
.ixp-hdr *::before,
.ixp-hdr *::after {
	box-sizing: border-box;
}

.ixp-hdr a {
	text-decoration: none;
	color: inherit;
}

.ixp-hdr ul,
.ixp-hdr li {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.ixp-hdr__bar {
	background: var(--ix-wc-surface);
	border-bottom: 1px solid var(--ix-wc-border);
	position: relative;
	z-index: 2;
	width: 100%;
}

.ixp-hdr__inner {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	flex-wrap: nowrap;
	min-height: 70px;
	max-height: 90px;
}

.ixp-hdr__start {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
	flex: 0 1 auto;
}

.ixp-hdr__logo {
	flex-shrink: 0;
	line-height: 0;
}

.ixp-hdr__logo-link {
	display: inline-flex;
	align-items: center;
	line-height: 0;
}

.ixp-hdr img,
.ixp-hdr .ixp-hdr__logo-img,
.ixp-hdr .ixp-hdr__brand-img,
.elementor-location-header .ixp-hdr img,
.elementor-widget-shortcode .ixp-hdr img {
	display: block !important;
	width: auto !important;
	max-width: none !important;
	height: auto !important;
	object-fit: contain !important;
}

.ixp-hdr .ixp-hdr__logo-img,
.elementor-location-header .ixp-hdr__logo-img,
.elementor-widget-shortcode .ixp-hdr__logo-img {
	height: 48px !important;
	max-height: 48px !important;
	width: auto !important;
	max-width: 140px !important;
}

.ixp-hdr .ixp-hdr__brand-img,
.elementor-location-header .ixp-hdr__brand-img,
.elementor-widget-shortcode .ixp-hdr__brand-img {
	height: 30px !important;
	max-height: 30px !important;
	width: auto !important;
	max-width: 60px !important;
}

.ixp-hdr__search {
	flex: 0 1 260px;
	max-width: 260px;
	min-width: 140px;
	position: relative;
	z-index: 5;
}

.ixp-hdr__search .ixp-psearch {
	width: 100%;
}

.ixp-hdr__search .ixp-psearch__bar {
	background: var(--ix-wc-bg);
	border: 1px solid var(--ix-wc-border);
	border-radius: 999px;
	min-height: 38px;
	padding: 0.15rem 0.3rem 0.15rem 0.5rem;
}

.ixp-hdr__nav--desktop {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 auto;
	min-width: 0;
	overflow: visible;
}

.ixp-hdr__menu {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.ixp-hdr__menu--desktop {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	flex-wrap: nowrap;
}

.ixp-hdr__menu--desktop > .ixp-hdr__item {
	position: relative;
	flex-shrink: 0;
}

.ixp-hdr__link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 10px 10px;
	font-size: 13.5px;
	font-weight: 600;
	color: var(--ix-wc-text) !important;
	border-radius: 8px;
	white-space: nowrap;
	text-transform: capitalize;
	transition: background 0.15s ease, color 0.15s ease;
}

.ixp-hdr__link:hover,
.ixp-hdr__link:focus {
	background: var(--ix-wc-bg) !important;
	color: var(--ix-wc-link) !important;
}

.ixp-hdr__item.current-menu-item > .ixp-hdr__link,
.ixp-hdr__item.current-menu-ancestor > .ixp-hdr__link,
.ixp-hdr__item.current-menu-parent > .ixp-hdr__link {
	color: var(--ix-wc-link) !important;
}

.ixp-hdr__item--has-children > .ixp-hdr__link::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	opacity: 0.55;
	margin-left: 2px;
}

.ixp-hdr .sub-menu,
.ixp-hdr ul.sub-menu,
.ixp-hdr__sub {
	display: none !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 8px !important;
	position: absolute !important;
	top: 100% !important;
	left: 0 !important;
	right: auto !important;
	float: none !important;
	min-width: 280px;
	width: max-content;
	max-width: 360px;
	background: var(--ix-wc-surface) !important;
	border: 1px solid var(--ix-wc-border) !important;
	border-radius: var(--ix-wc-radius) !important;
	box-shadow: var(--ix-wc-shadow-lg) !important;
	z-index: 50 !important;
}

.ixp-hdr__menu--desktop > .ixp-hdr__item--has-children > .sub-menu::before,
.ixp-hdr__menu--desktop > .ixp-hdr__item--has-children > .ixp-hdr__sub::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -14px;
	height: 14px;
}

.ixp-hdr__menu--desktop > .ixp-hdr__item:hover > .sub-menu,
.ixp-hdr__menu--desktop > .ixp-hdr__item:hover > .ixp-hdr__sub,
.ixp-hdr__menu--desktop > .ixp-hdr__item:focus-within > .sub-menu,
.ixp-hdr__menu--desktop > .ixp-hdr__item:focus-within > .ixp-hdr__sub,
.ixp-hdr__menu--desktop > .ixp-hdr__item.is-open > .sub-menu,
.ixp-hdr__menu--desktop > .ixp-hdr__item.is-open > .ixp-hdr__sub {
	display: block !important;
}

.ixp-hdr .sub-menu .ixp-hdr__link,
.ixp-hdr__sub .ixp-hdr__link {
	width: 100%;
	justify-content: space-between;
	white-space: normal;
	padding: 11px 12px;
	font-size: 13.5px;
	font-weight: 600;
	line-height: 1.35;
}

.ixp-hdr__new {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #f97316 !important;
	background-image: none !important;
	color: #ffffff !important;
	font-size: 9px;
	line-height: 1;
	padding: 4px 7px;
	border-radius: 4px;
	font-weight: 800;
	letter-spacing: 0.05em;
	flex-shrink: 0;
	text-transform: uppercase;
	box-shadow: 0 1px 2px rgba(249, 115, 22, 0.35);
}

.ixp-hdr__end {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.ixp-hdr-cart {
	position: relative;
	flex-shrink: 0;
}

.ixp-hdr .ixp-hdr-cart__btn,
.elementor-location-header .ixp-hdr .ixp-hdr-cart__btn,
.elementor-element .ixp-hdr .ixp-hdr-cart__btn {
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 42px !important;
	height: 42px !important;
	min-width: 42px !important;
	min-height: 42px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 1px solid var(--ix-wc-border) !important;
	border-radius: 10px !important;
	background: #ffffff !important;
	background-color: #ffffff !important;
	background-image: none !important;
	color: #1a2d42 !important;
	fill: #1a2d42 !important;
	box-shadow: none !important;
	outline: none !important;
	cursor: pointer !important;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease !important;
	text-decoration: none !important;
	opacity: 1 !important;
	filter: none !important;
}

.ixp-hdr .ixp-hdr-cart__btn:hover,
.ixp-hdr .ixp-hdr-cart__btn:focus,
.ixp-hdr .ixp-hdr-cart__btn:focus-visible,
.ixp-hdr .ixp-hdr-cart__btn:active,
.ixp-hdr-cart.is-open .ixp-hdr-cart__btn,
.elementor-location-header .ixp-hdr .ixp-hdr-cart__btn:hover,
.elementor-location-header .ixp-hdr .ixp-hdr-cart__btn:focus,
.elementor-location-header .ixp-hdr .ixp-hdr-cart__btn:active,
.elementor-element .ixp-hdr .ixp-hdr-cart__btn:hover,
.elementor-element .ixp-hdr .ixp-hdr-cart__btn:focus,
.elementor-element .ixp-hdr .ixp-hdr-cart__btn:active {
	background: #f7f9fc !important;
	background-color: #f7f9fc !important;
	background-image: none !important;
	border-color: #c4d4ec !important;
	color: #1a2d42 !important;
	fill: #1a2d42 !important;
	box-shadow: none !important;
	opacity: 1 !important;
	filter: none !important;
}

.ixp-hdr .ixp-hdr-cart__icon,
.ixp-hdr .ixp-hdr-cart__btn svg,
.elementor-location-header .ixp-hdr .ixp-hdr-cart__icon,
.elementor-location-header .ixp-hdr .ixp-hdr-cart__btn svg {
	width: 20px !important;
	height: 20px !important;
	display: block !important;
	color: #1a2d42 !important;
	fill: #1a2d42 !important;
	stroke: none !important;
	opacity: 1 !important;
	filter: none !important;
}

.ixp-hdr .ixp-hdr-cart__btn:hover .ixp-hdr-cart__icon,
.ixp-hdr .ixp-hdr-cart__btn:focus .ixp-hdr-cart__icon,
.ixp-hdr .ixp-hdr-cart__btn:hover svg,
.ixp-hdr .ixp-hdr-cart__btn:focus svg,
.ixp-hdr .ixp-hdr-cart__btn:hover svg path,
.ixp-hdr .ixp-hdr-cart__btn:focus svg path,
.ixp-hdr-cart.is-open .ixp-hdr-cart__btn svg,
.ixp-hdr-cart.is-open .ixp-hdr-cart__btn svg path {
	color: #1a2d42 !important;
	fill: #1a2d42 !important;
	opacity: 1 !important;
}

.ixp-hdr-cart__count {
	position: absolute;
	top: -5px;
	right: -5px;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--ix-wc-gradient) !important;
	color: #1a2d42 !important;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
	border: 1px solid rgba(15, 20, 25, 0.06);
	box-shadow: var(--ix-wc-shadow);
	z-index: 2;
}

.ixp-hdr-cart__count.is-empty {
	display: none;
}

.ixp-hdr-cart__dropdown {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	width: min(360px, calc(100vw - 24px));
	z-index: 80;
}

.ixp-hdr-cart__dropdown[hidden] {
	display: none !important;
}

.ixp-hdr-cart__panel {
	background: var(--ix-wc-surface);
	border: 1px solid var(--ix-wc-border);
	border-radius: var(--ix-wc-radius);
	box-shadow: var(--ix-wc-shadow-lg);
	overflow: hidden;
}

.ixp-hdr-cart__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 16px;
	border-bottom: 1px solid var(--ix-wc-border);
	background: linear-gradient(135deg, rgba(214, 225, 246, 0.35) 0%, rgba(206, 246, 221, 0.28) 100%);
}

.ixp-hdr-cart__title {
	font-size: 14px;
	font-weight: 800;
	color: var(--ix-wc-text);
}

.ixp-hdr-cart__view {
	font-size: 12px;
	font-weight: 700;
	color: var(--ix-wc-link) !important;
	text-decoration: underline !important;
	text-underline-offset: 2px;
}

.ixp-hdr-cart .widget_shopping_cart_content {
	padding: 0 0 12px;
	max-height: min(70vh, 420px);
	overflow: auto;
}

.ixp-hdr-cart .woocommerce-mini-cart {
	list-style: none !important;
	margin: 0 !important;
	padding: 10px 12px 0 !important;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.ixp-hdr-cart .woocommerce-mini-cart-item {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 10px;
	padding: 12px 36px 12px 10px !important;
	margin: 0 !important;
	border: 1px solid var(--ix-wc-border) !important;
	border-top: 1px solid var(--ix-wc-border) !important;
	border-radius: 10px;
	background: #ffffff;
	position: relative;
}

.ixp-hdr-cart .woocommerce-mini-cart-item:last-child {
	border-bottom: 1px solid var(--ix-wc-border) !important;
}

.ixp-hdr-cart .woocommerce-mini-cart-item > a:not(.remove) {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	flex: 1 1 auto;
	min-width: 0;
	color: var(--ix-wc-link) !important;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

.ixp-hdr-cart .woocommerce-mini-cart-item img {
	width: 56px !important;
	height: 56px !important;
	object-fit: cover;
	border-radius: 10px;
	border: 1px solid var(--ix-wc-border);
	display: block;
	flex-shrink: 0;
}

.ixp-hdr-cart .woocommerce-mini-cart-item .quantity {
	flex: 1 1 100%;
	padding-left: 66px;
	font-size: 12px;
	color: var(--ix-wc-muted);
	font-weight: 600;
}

.ixp-hdr-cart .woocommerce-mini-cart-item .remove,
.ixp-hdr-cart .woocommerce-mini-cart-item a.remove,
.ixp-hdr-cart .woocommerce-mini-cart-item .remove_from_cart_button,
.elementor-location-header .ixp-hdr-cart .woocommerce-mini-cart-item .remove,
.elementor-location-header .ixp-hdr-cart .woocommerce-mini-cart-item a.remove {
	position: absolute !important;
	top: 10px !important;
	right: 4px !important;
	left: auto !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 28px !important;
	height: 28px !important;
	min-width: 28px !important;
	min-height: 28px !important;
	max-width: 28px !important;
	max-height: 28px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 1px solid #d8e3ef !important;
	border-radius: 999px !important;
	background: #f7f9fc !important;
	background-color: #f7f9fc !important;
	background-image: none !important;
	color: #5a6570 !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	line-height: 0 !important;
	letter-spacing: 0 !important;
	text-align: center !important;
	text-indent: 0 !important;
	text-decoration: none !important;
	text-transform: none !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
	overflow: hidden !important;
	opacity: 1 !important;
	filter: none !important;
}

.ixp-hdr-cart .woocommerce-mini-cart-item .remove:hover,
.ixp-hdr-cart .woocommerce-mini-cart-item .remove:focus,
.ixp-hdr-cart .woocommerce-mini-cart-item a.remove:hover,
.ixp-hdr-cart .woocommerce-mini-cart-item a.remove:focus,
.elementor-location-header .ixp-hdr-cart .woocommerce-mini-cart-item .remove:hover,
.elementor-location-header .ixp-hdr-cart .woocommerce-mini-cart-item a.remove:hover {
	background: #fef2f2 !important;
	background-color: #fef2f2 !important;
	background-image: none !important;
	border-color: #f0c4c4 !important;
	color: #6b1c1c !important;
	opacity: 1 !important;
}

.ixp-hdr-cart .woocommerce-mini-cart__total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 8px 16px 0 !important;
	padding: 12px 0 4px !important;
	border-top: 1px solid var(--ix-wc-border);
	font-size: 14px;
	font-weight: 800;
	color: var(--ix-wc-text);
}

.ixp-hdr-cart .woocommerce-mini-cart__buttons {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 8px;
	margin: 12px 16px 4px !important;
	padding: 0 !important;
}

.ixp-hdr-cart .woocommerce-mini-cart__buttons a,
.ixp-hdr-cart .woocommerce-mini-cart__buttons .button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 1 1 0 !important;
	width: auto !important;
	min-width: 0 !important;
	min-height: 40px;
	padding: 0 12px !important;
	border-radius: 999px !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	border: 1px solid transparent;
	white-space: nowrap;
}

.ixp-hdr-cart .woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout) {
	background: var(--ix-wc-surface) !important;
	border-color: var(--ix-wc-border) !important;
	color: var(--ix-wc-link) !important;
}

.ixp-hdr-cart .woocommerce-mini-cart__buttons .checkout {
	background: var(--ix-wc-gradient) !important;
	background-image: var(--ix-wc-gradient) !important;
	color: var(--ix-wc-link) !important;
	border-color: rgba(15, 20, 25, 0.06) !important;
}

.ixp-hdr-cart .woocommerce-mini-cart__empty-message {
	margin: 18px 16px !important;
	padding: 0 !important;
	font-size: 14px;
	color: var(--ix-wc-muted);
	text-align: center;
}

.ixp-hdr__account {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 16px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	color: var(--ix-wc-link) !important;
	background: var(--ix-wc-gradient) !important;
	background-image: var(--ix-wc-gradient) !important;
	border: 1px solid rgba(15, 20, 25, 0.06);
	box-shadow: var(--ix-wc-shadow);
	transition: background 0.15s ease, color 0.15s ease, transform 0.1s ease;
	white-space: nowrap;
	text-transform: capitalize;
}

.ixp-hdr__account:hover,
.ixp-hdr__account:focus {
	background: var(--ix-wc-gradient-hover) !important;
	background-image: var(--ix-wc-gradient-hover) !important;
	color: var(--ix-wc-link) !important;
}

.ixp-hdr__brand {
	line-height: 0;
	flex-shrink: 0;
}

.ixp-hdr__brand-link {
	display: inline-flex;
	align-items: center;
	line-height: 0;
}

.ixp-hdr__toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid var(--ix-wc-border);
	border-radius: 10px;
	background: var(--ix-wc-surface);
	cursor: pointer;
	padding: 0;
	color: var(--ix-wc-text);
}

.ixp-hdr__toggle:hover,
.ixp-hdr__toggle:focus {
	background: var(--ix-wc-bg) !important;
	border-color: var(--ix-wc-border) !important;
	color: var(--ix-wc-link) !important;
}

.ixp-hdr__drawer-close:hover,
.ixp-hdr__drawer-close:focus {
	background: var(--ix-wc-gradient) !important;
	border-color: #b8c9dc !important;
	color: var(--ix-wc-link) !important;
}

.ixp-hdr__toggle-bars {
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: 18px;
}

.ixp-hdr__toggle-bars span {
	display: block;
	height: 2px;
	width: 100%;
	background: currentColor;
	border-radius: 2px;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.ixp-hdr.is-open .ixp-hdr__toggle-bars span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.ixp-hdr.is-open .ixp-hdr__toggle-bars span:nth-child(2) {
	opacity: 0;
}

.ixp-hdr.is-open .ixp-hdr__toggle-bars span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.ixp-hdr__drawer {
	position: fixed;
	inset: 0;
	z-index: 99999;
}

.ixp-hdr__drawer[hidden] {
	display: none !important;
}

.ixp-hdr__drawer-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 20, 25, 0.45);
}

.ixp-hdr__drawer-panel {
	position: absolute;
	top: 0;
	right: 0;
	width: min(380px, 92vw);
	height: 100%;
	background: var(--ix-wc-surface);
	box-shadow: var(--ix-wc-shadow-lg);
	display: flex;
	flex-direction: column;
	overflow: auto;
	transform: translateX(0);
}

.ixp-hdr__drawer-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 16px;
	border-bottom: 1px solid var(--ix-wc-border);
	position: sticky;
	top: 0;
	background: var(--ix-wc-surface);
	z-index: 1;
}

.ixp-hdr__drawer-close,
.ixp-hdr .ixp-hdr__drawer-close,
.elementor-location-header .ixp-hdr .ixp-hdr__drawer-close {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 40px !important;
	height: 40px !important;
	min-width: 40px !important;
	min-height: 40px !important;
	max-width: 40px !important;
	max-height: 40px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 1px solid #d8e3ef !important;
	border-radius: 999px !important;
	background: #f7f9fc !important;
	background-color: #f7f9fc !important;
	background-image: none !important;
	font-size: 22px !important;
	font-weight: 400 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	line-height: 0 !important;
	letter-spacing: 0 !important;
	text-align: center !important;
	text-indent: 0 !important;
	cursor: pointer !important;
	color: #1a2d42 !important;
	box-sizing: border-box !important;
	overflow: hidden !important;
	box-shadow: none !important;
}

.ixp-hdr__drawer-close span,
.ixp-hdr .ixp-hdr__drawer-close span,
.elementor-location-header .ixp-hdr .ixp-hdr__drawer-close span {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0 !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	color: inherit !important;
	transform: none !important;
}

.ixp-hdr__nav--mobile {
	padding: 10px 12px 20px;
	flex: 1 1 auto;
}

.ixp-hdr__menu--mobile {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.ixp-hdr__menu--mobile .ixp-hdr__link {
	width: 100%;
	justify-content: space-between;
	padding: 13px 12px;
	font-size: 15px;
}

.ixp-hdr__menu--mobile .ixp-hdr__item--has-children > .ixp-hdr__link {
	position: relative;
	padding-right: 42px;
}

.ixp-hdr__menu--mobile .ixp-hdr__item--has-children > .ixp-hdr__link::after {
	content: "+";
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	width: auto;
	height: auto;
	font-size: 18px;
	font-weight: 500;
	opacity: 0.7;
	margin: 0;
}

.ixp-hdr__menu--mobile .ixp-hdr__item--has-children.is-open > .ixp-hdr__link::after {
	content: "−";
}

.ixp-hdr__menu--mobile .sub-menu,
.ixp-hdr__menu--mobile .ixp-hdr__sub,
.ixp-hdr .ixp-hdr__menu--mobile .sub-menu,
.ixp-hdr .ixp-hdr__menu--mobile ul.sub-menu {
	position: static !important;
	float: none !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	min-width: 0 !important;
	width: 100% !important;
	max-width: none !important;
	box-shadow: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	padding: 0 0 6px 8px !important;
	margin: 0 !important;
	background: transparent !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	pointer-events: auto !important;
	display: none !important;
}

.ixp-hdr__menu--mobile .ixp-hdr__item--has-children.is-open > .sub-menu,
.ixp-hdr__menu--mobile .ixp-hdr__item--has-children.is-open > .ixp-hdr__sub,
.ixp-hdr .ixp-hdr__menu--mobile .ixp-hdr__item--has-children.is-open > .sub-menu,
.ixp-hdr .ixp-hdr__menu--mobile .ixp-hdr__item--has-children.is-open > ul.sub-menu {
	display: block !important;
}

.ixp-hdr__menu--mobile .sub-menu .ixp-hdr__link,
.ixp-hdr__menu--mobile .ixp-hdr__sub .ixp-hdr__link {
	font-size: 14px;
	font-weight: 500;
	color: var(--ix-wc-muted);
	padding: 10px 12px;
}

.ixp-hdr__drawer-foot {
	padding: 16px;
	border-top: 1px solid var(--ix-wc-border);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	position: sticky;
	bottom: 0;
	background: var(--ix-wc-surface);
}

.ixp-hdr__account--block {
	width: auto;
	flex: 1 1 auto;
	min-width: 0;
}

.ixp-hdr__brand--drawer {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

body.ixp-hdr-lock {
	overflow: hidden;
}

@media (max-width: 1200px) {
	.ixp-hdr__nav--desktop,
	.ixp-hdr__account:not(.ixp-hdr__account--block) {
		display: none;
	}

	.ixp-hdr__toggle {
		display: inline-flex;
	}

	.ixp-hdr__start {
		flex: 1 1 auto;
	}

	.ixp-hdr__search {
		flex: 1 1 auto;
		max-width: none;
	}

	.ixp-hdr__inner {
		padding: 8px 14px;
		gap: 10px;
		min-height: 64px;
		max-height: 80px;
	}

	.ixp-hdr .ixp-hdr__logo-img,
	.elementor-location-header .ixp-hdr__logo-img {
		height: 40px !important;
		max-height: 40px !important;
		max-width: 110px !important;
	}

	.ixp-hdr .ixp-hdr__brand-img,
	.elementor-location-header .ixp-hdr__brand-img {
		height: 26px !important;
		max-height: 26px !important;
		max-width: 52px !important;
	}
}

@media (max-width: 520px) {
	.ixp-hdr__brand {
		display: none;
	}

	.ixp-hdr__brand--drawer {
		display: flex;
	}

	.ixp-hdr-cart__dropdown {
		position: fixed;
		top: 72px;
		left: 12px;
		right: 12px;
		width: auto;
	}
}

.ixp-hdr button,
.ixp-hdr a,
.elementor-location-header .ixp-hdr button,
.elementor-location-header .ixp-hdr a,
.elementor-element .ixp-hdr button,
.elementor-element .ixp-hdr a {
	-webkit-tap-highlight-color: transparent;
}

.ixp-hdr button:hover,
.ixp-hdr button:focus,
.ixp-hdr button:active,
.ixp-hdr a:hover,
.ixp-hdr a:focus,
.ixp-hdr a:active,
.elementor-location-header .ixp-hdr button:hover,
.elementor-location-header .ixp-hdr button:focus,
.elementor-location-header .ixp-hdr button:active,
.elementor-location-header .ixp-hdr a:hover,
.elementor-location-header .ixp-hdr a:focus,
.elementor-location-header .ixp-hdr a:active,
.elementor-element .ixp-hdr button:hover,
.elementor-element .ixp-hdr button:focus,
.elementor-element .ixp-hdr button:active,
.elementor-element .ixp-hdr a:hover,
.elementor-element .ixp-hdr a:focus,
.elementor-element .ixp-hdr a:active {
	filter: none !important;
	opacity: 1 !important;
	text-shadow: none !important;
}

.ixp-hdr .ixp-hdr__toggle,
.ixp-hdr .ixp-hdr__drawer-close,
.elementor-location-header .ixp-hdr .ixp-hdr__toggle,
.elementor-location-header .ixp-hdr .ixp-hdr__drawer-close {
	background: #ffffff !important;
	background-color: #ffffff !important;
	background-image: none !important;
	border: 1px solid #d8e3ef !important;
	color: #1a2d42 !important;
	box-shadow: none !important;
}

.ixp-hdr .ixp-hdr__toggle:hover,
.ixp-hdr .ixp-hdr__toggle:focus,
.ixp-hdr .ixp-hdr__toggle:active,
.ixp-hdr .ixp-hdr__drawer-close:hover,
.ixp-hdr .ixp-hdr__drawer-close:focus,
.ixp-hdr .ixp-hdr__drawer-close:active,
.elementor-location-header .ixp-hdr .ixp-hdr__toggle:hover,
.elementor-location-header .ixp-hdr .ixp-hdr__toggle:focus,
.elementor-location-header .ixp-hdr .ixp-hdr__drawer-close:hover,
.elementor-location-header .ixp-hdr .ixp-hdr__drawer-close:focus {
	background: #f7f9fc !important;
	background-color: #f7f9fc !important;
	background-image: none !important;
	border-color: #c4d4ec !important;
	color: #1a2d42 !important;
	box-shadow: none !important;
}

.ixp-hdr .ixp-hdr__toggle-bars span,
.elementor-location-header .ixp-hdr .ixp-hdr__toggle-bars span {
	background: #1a2d42 !important;
}

.ixp-hdr .ixp-hdr__account,
.elementor-location-header .ixp-hdr .ixp-hdr__account {
	background: linear-gradient(135deg, #d6e1f6 0%, #cef6dd 100%) !important;
	background-image: linear-gradient(135deg, #d6e1f6 0%, #cef6dd 100%) !important;
	background-color: transparent !important;
	color: #1a2d42 !important;
	border: 1px solid rgba(15, 20, 25, 0.06) !important;
	box-shadow: 0 1px 2px rgba(15, 20, 25, 0.04), 0 10px 28px rgba(15, 20, 25, 0.06) !important;
}

.ixp-hdr .ixp-hdr__account:hover,
.ixp-hdr .ixp-hdr__account:focus,
.ixp-hdr .ixp-hdr__account:active,
.elementor-location-header .ixp-hdr .ixp-hdr__account:hover,
.elementor-location-header .ixp-hdr .ixp-hdr__account:focus,
.elementor-location-header .ixp-hdr .ixp-hdr__account:active {
	background: linear-gradient(135deg, #c4d4ec 0%, #b8ecd0 100%) !important;
	background-image: linear-gradient(135deg, #c4d4ec 0%, #b8ecd0 100%) !important;
	background-color: transparent !important;
	color: #1a2d42 !important;
	border-color: rgba(15, 20, 25, 0.06) !important;
	box-shadow: 0 1px 2px rgba(15, 20, 25, 0.04), 0 10px 28px rgba(15, 20, 25, 0.06) !important;
}

.ixp-hdr .ixp-hdr__link,
.elementor-location-header .ixp-hdr .ixp-hdr__link {
	background: transparent !important;
	background-color: transparent !important;
	color: #0f1419 !important;
}

.ixp-hdr .ixp-hdr__link:hover,
.ixp-hdr .ixp-hdr__link:focus,
.ixp-hdr .ixp-hdr__link:active,
.elementor-location-header .ixp-hdr .ixp-hdr__link:hover,
.elementor-location-header .ixp-hdr .ixp-hdr__link:focus,
.elementor-location-header .ixp-hdr .ixp-hdr__link:active {
	background: #f7f9fc !important;
	background-color: #f7f9fc !important;
	background-image: none !important;
	color: #1a2d42 !important;
}

.ixp-hdr .ixp-hdr-cart .woocommerce-mini-cart__buttons a,
.ixp-hdr .ixp-hdr-cart .woocommerce-mini-cart__buttons .button,
.elementor-location-header .ixp-hdr .ixp-hdr-cart .woocommerce-mini-cart__buttons a,
.elementor-location-header .ixp-hdr .ixp-hdr-cart .woocommerce-mini-cart__buttons .button {
	flex: 1 1 0 !important;
	width: auto !important;
	background: #ffffff !important;
	background-color: #ffffff !important;
	background-image: none !important;
	border: 1px solid #d8e3ef !important;
	color: #1a2d42 !important;
	box-shadow: none !important;
}

.ixp-hdr .ixp-hdr-cart .woocommerce-mini-cart__buttons a:hover,
.ixp-hdr .ixp-hdr-cart .woocommerce-mini-cart__buttons .button:hover,
.ixp-hdr .ixp-hdr-cart .woocommerce-mini-cart__buttons a:focus,
.ixp-hdr .ixp-hdr-cart .woocommerce-mini-cart__buttons .button:focus,
.elementor-location-header .ixp-hdr .ixp-hdr-cart .woocommerce-mini-cart__buttons a:hover,
.elementor-location-header .ixp-hdr .ixp-hdr-cart .woocommerce-mini-cart__buttons .button:hover {
	background: #f7f9fc !important;
	background-color: #f7f9fc !important;
	background-image: none !important;
	border-color: #c4d4ec !important;
	color: #1a2d42 !important;
}

.ixp-hdr .ixp-hdr-cart .woocommerce-mini-cart__buttons .checkout,
.ixp-hdr .ixp-hdr-cart .woocommerce-mini-cart__buttons a.checkout,
.elementor-location-header .ixp-hdr .ixp-hdr-cart .woocommerce-mini-cart__buttons .checkout {
	background: linear-gradient(135deg, #d6e1f6 0%, #cef6dd 100%) !important;
	background-image: linear-gradient(135deg, #d6e1f6 0%, #cef6dd 100%) !important;
	background-color: transparent !important;
	border-color: rgba(15, 20, 25, 0.06) !important;
	color: #1a2d42 !important;
}

.ixp-hdr .ixp-hdr-cart .woocommerce-mini-cart__buttons .checkout:hover,
.ixp-hdr .ixp-hdr-cart .woocommerce-mini-cart__buttons a.checkout:hover,
.elementor-location-header .ixp-hdr .ixp-hdr-cart .woocommerce-mini-cart__buttons .checkout:hover {
	background: linear-gradient(135deg, #c4d4ec 0%, #b8ecd0 100%) !important;
	background-image: linear-gradient(135deg, #c4d4ec 0%, #b8ecd0 100%) !important;
	background-color: transparent !important;
	color: #1a2d42 !important;
}
