.jt-header-switchers {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	vertical-align: middle;
}

.jt-free-shipping-notice {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 34px;
	padding: 0 14px;
	border: 1px solid rgba(147, 190, 32, .46);
	border-radius: 8px;
	background: rgba(147, 190, 32, .12);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
	color: #f1f6e4 !important;
	font-size: 12px;
	font-weight: 850;
	line-height: 1;
	letter-spacing: 0;
	text-decoration: none !important;
	white-space: nowrap;
}

a.jt-free-shipping-notice:hover {
	color: #f1f6e4;
}

a.jt-free-shipping-notice:focus-visible {
	outline: 2px solid rgba(168, 217, 41, .86);
	outline-offset: 2px;
}

.jt-free-shipping-notice__label,
.jt-free-shipping-notice__amount {
	display: inline-flex;
	align-items: center;
	min-height: 1em;
}

.jt-free-shipping-notice__amount {
	gap: 3px;
	color: #a8d929;
	font-weight: 950;
}

.jt-free-shipping-notice__amount .amount,
.jt-free-shipping-notice__amount bdi,
.jt-free-shipping-notice__amount .woocommerce-Price-currencySymbol {
	color: inherit;
	font: inherit;
}

.jt-free-shipping-notice:hover,
.jt-free-shipping-notice:focus-within {
	border-color: rgba(168, 217, 41, .72);
	background: rgba(147, 190, 32, .18);
}

.jt-header-switchers__group {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.jt-header-switchers__dropdown {
	position: relative;
}

.jt-header-switchers__dropdown-trigger {
	appearance: none;
	min-height: 28px;
	padding: 0 9px;
	border-color: rgba(255, 255, 255, .18) !important;
	background: rgba(255, 255, 255, .06) !important;
	box-shadow: none !important;
	color: inherit !important;
	cursor: default;
	font-family: inherit;
}

.jt-header-switchers__dropdown-trigger:hover,
.jt-header-switchers__dropdown-trigger:focus {
	background: rgba(255, 255, 255, .12) !important;
	box-shadow: none !important;
	color: inherit !important;
}

.jt-header-switchers__dropdown-trigger::after {
	width: 0;
	height: 0;
	margin-left: 2px;
	border-top: 4px solid currentColor;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
	opacity: .7;
}

.jt-header-switchers__dropdown-menu {
	position: absolute;
	z-index: 100;
	top: calc(100% + 6px);
	left: 0;
	display: none;
	min-width: 56px;
	gap: 4px;
	padding: 6px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 6px;
	background: #15171b;
	box-shadow: 0 12px 26px rgba(0, 0, 0, .35);
}

.jt-header-switchers__dropdown:hover .jt-header-switchers__dropdown-menu,
.jt-header-switchers__dropdown:focus-within .jt-header-switchers__dropdown-menu {
	display: grid;
}

.jt-header-switchers .wpml-ls,
.jt-header-switchers .wpml-ls ul,
.jt-header-switchers .wpml-ls li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.jt-header-switchers .wpml-ls ul {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.jt-header-switchers .wpml-ls-link > span {
	display: none;
}

.jt-header-switchers .wpml-ls-link::after {
	content: attr(lang);
	text-transform: uppercase;
}

.jt-header-switchers__item,
.jt-header-switchers .wpml-ls a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	min-height: 28px;
	padding: 0 7px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 4px;
	color: inherit;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.jt-header-switchers__item:hover,
.jt-header-switchers__item:focus,
.jt-header-switchers .wpml-ls a:hover,
.jt-header-switchers .wpml-ls a:focus {
	border-color: rgba(255, 255, 255, .38);
	color: inherit;
	text-decoration: none;
}

.jt-header-switchers__item.is-active,
.jt-header-switchers .wpml-ls-current-language > a {
	background: rgba(255, 255, 255, .12);
	border-color: rgba(255, 255, 255, .34);
}

.jt-header-switchers__flag,
.jt-header-switchers .wpml-ls-flag {
	display: block;
	width: 18px;
	height: 12px;
	object-fit: cover;
}

.jt-mobile-switchers {
	margin: 6px 14px 16px;
	padding: 0;
	border-top: 0;
}

.jt-mobile-switchers > .jt-header-switchers {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: start;
	width: 100%;
	gap: 8px;
	padding: 0;
}

.jt-mobile-switchers .jt-header-switchers__group {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	align-content: start;
	gap: 7px;
	min-width: 0;
	padding: 9px;
	border: 1px solid rgba(241, 246, 228, .12);
	border-radius: 8px;
	background: var(--jt-surface-solid-2, #151718);
	color: var(--jt-ink, #f1f6e4);
}

.jt-mobile-switchers .jt-header-switchers__group::before {
	grid-column: 1;
	grid-row: 1;
	min-width: 0;
	color: rgba(241, 246, 228, .72);
	content: attr(data-label);
	font-size: 10px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
}

.jt-mobile-switchers .jt-header-switchers__group::after {
	display: none;
}

.jt-mobile-switchers .jt-header-switchers__dropdown-trigger {
	display: inline-flex !important;
	grid-column: 1;
	grid-row: 2;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 42px;
	padding: 0 11px;
	border: 1px solid rgba(147, 190, 32, .6) !important;
	border-radius: 8px;
	background: rgba(147, 190, 32, .12) !important;
	color: var(--jt-ink, #f1f6e4) !important;
	cursor: pointer;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	touch-action: manipulation;
}

.jt-mobile-switchers .jt-header-switchers__current {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
}

.jt-mobile-switchers .jt-header-switchers__current .jt-header-switchers__flag {
	width: 18px;
	height: 12px;
}

.jt-mobile-switchers .jt-header-switchers__dropdown.is-open .jt-header-switchers__dropdown-trigger,
.jt-mobile-switchers .jt-header-switchers__dropdown-trigger:focus-visible {
	border-color: rgba(147, 190, 32, .82) !important;
	background: rgba(147, 190, 32, .18) !important;
	box-shadow: 0 0 0 3px rgba(147, 190, 32, .18) !important;
	outline: 0;
}

.jt-mobile-switchers .jt-header-switchers__dropdown-menu {
	position: absolute;
	z-index: 30;
	top: auto;
	bottom: calc(100% + 7px);
	left: 0;
	display: none;
	grid-column: auto;
	grid-row: auto;
	gap: 6px;
	width: max-content;
	min-width: 100%;
	max-width: min(320px, calc(100vw - 32px));
	padding: 8px;
	border: 1px solid rgba(241, 246, 228, .14);
	border-radius: 8px;
	background: var(--jt-surface-solid-3, #1d2025);
	box-shadow: 0 16px 34px rgba(0, 0, 0, .42);
}

.jt-mobile-switchers .jt-header-switchers__dropdown.is-open .jt-header-switchers__dropdown-menu {
	display: grid;
}

.jt-mobile-switchers .jt-header-switchers__languages .jt-header-switchers__dropdown-menu,
.jt-mobile-switchers .jt-header-switchers__currencies .jt-header-switchers__dropdown-menu {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jt-mobile-switchers .jt-header-switchers__item {
	width: 100%;
	min-height: 36px;
	padding: 0 7px;
	border-color: rgba(241, 246, 228, .14);
	border-radius: 6px;
	background: rgba(241, 246, 228, .035);
	color: var(--jt-ink, #f1f6e4);
	font-size: 11px;
	font-weight: 850;
	touch-action: manipulation;
}

.jt-mobile-switchers .jt-header-switchers__item:hover,
.jt-mobile-switchers .jt-header-switchers__item:focus-visible {
	border-color: rgba(147, 190, 31, .55);
	background: rgba(147, 190, 31, .12);
	color: #f4f6ee;
	outline: 2px solid rgba(147, 190, 31, .55);
	outline-offset: 2px;
}

.jt-mobile-switchers .jt-header-switchers__item.is-active {
	border-color: rgba(147, 190, 32, .75);
	background: var(--jt-accent, #93be20);
	color: var(--jt-bg, #070907);
	box-shadow: 0 8px 20px rgba(147, 190, 31, .16);
}

.jt-mobile-switchers .jt-header-switchers__flag {
	width: 17px;
	height: 12px;
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .22);
}

.jt-mobile-switchers .jt-header-switchers__item--language {
	gap: 4px;
	padding-inline: 5px;
}

@media (max-width: 767px) {
	.jt-header-switchers {
		flex-wrap: wrap;
		gap: 8px;
	}

	.jt-free-shipping-notice {
		min-height: 32px;
		padding-inline: 10px;
		font-size: 11px;
	}
}
