/* 2027 menu overrides – scoped to body.theme2027 */

.theme2027 {
	--menu-topbar-height: 52px;
	--menu-mainbar-height: 80px;
	--menu-dropdown-gap: 16px;
}

body.theme2027.overflow-hidden {
	padding-right: 0 !important;
}

/* 2027 TOP BAR ***************************************************************/

.theme2027 #navBar.navbar--2027 {
	background-color: transparent;
	z-index: 100001;
}

.theme2027 #navBar.navbar--2027 .menuTopBar--2027 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	min-height: var(--menu-topbar-height);
	max-height: 80px;
	padding: 8px calc(2vw);
	background-color: var(--site-blue);
	color: #fff;
	overflow: hidden;
	opacity: 1;
	pointer-events: auto;
	transition: max-height 0.22s ease, min-height 0.22s ease, padding 0.22s ease, opacity 0.18s ease;
}

.theme2027 #navBar.navbar--2027[data-state="scrolled"] .menuTopBar--2027 {
	display: flex !important;
	min-height: 0 !important;
	max-height: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	opacity: 0;
	pointer-events: none;
	border: 0;
}

.theme2027 .menuTopBar__reviews {
	flex: 0 0 auto;
	min-width: 0;
}

.theme2027 .menuTopBar__feefo {
	display: inline-flex;
	align-items: center;
	color: #fff;
	text-decoration: none;
}

.theme2027 .menuTopBar__feefo:hover {
	color: #fff;
	text-decoration: none;
}

.theme2027 .menuTopBar__feefoImage {
	display: block;
	width: 207px;
	height: 39px;
}

.theme2027 .menuTopBar__promo {
	flex: 1 1 auto;
	min-width: 0;
	text-align: center;
}

.theme2027 .menuTopBar__promoText,
.theme2027 .menuTopBar__promoText p {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	color: #fff;
}

.theme2027 .menuTopBar__promoText a {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.theme2027 .menuTopBar__promoText a:hover {
	color: #fff;
	opacity: 0.9;
}

.theme2027 .menuTopBar__utilities {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 20px;
}

.theme2027 .menuTopBar__utilities--mobile {
	display: none;
}

.theme2027 .menuTopBar__languages {
	display: flex;
	align-items: center;
	gap: 18px;
}

.theme2027 .menuTopBar__language {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	opacity: 0.85;
	transition: opacity 0.2s ease;
}

.theme2027 .menuTopBar__language:hover,
.theme2027 .menuTopBar__language.is-active {
	color: #fff;
	opacity: 1;
	text-decoration: none;
}

.theme2027 .menuTopBar__languageFlag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 14px;
	overflow: hidden;
	border-radius: 1px;
}

.theme2027 .menuTopBar__languageFlag svg {
	display: block;
	width: 20px;
	height: 14px;
}

.theme2027 .menuTopBar__actions {
	display: flex;
	align-items: center;
	gap: 14px;
}

.theme2027 .menuTopBar__action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	text-decoration: none;
}

.theme2027 .menuTopBar__action:hover {
	color: #fff;
	opacity: 0.85;
}

.theme2027 .menuTopBar__action svg {
	display: block;
}

.theme2027 .menuTopBar__action--fav svg path {
	stroke: currentColor;
}

.theme2027 .menuTopBar__action.fav-link.fav-active svg {
	fill: #f33;
}

.theme2027 .desktopSearchBar2027 {
	position: fixed;
	top: calc(var(--menu-topbar-height) + var(--menu-mainbar-height) + 20px);
	right: 2vw;
	left: auto;
	z-index: 100002;
	width: 40vw;
	padding: 24px 26px 24px 32px;
	border: 0;
	border-radius: 40px;
	background: #f4f0e6;
	box-shadow: 0 18px 42px rgba(22, 37, 62, 0.18);
}

.theme2027 #navBar.navbar--2027[data-state="scrolled"] .desktopSearchBar2027 {
	top: var(--menu-mainbar-height);
}

.theme2027 .desktopSearchBar2027__form {
	gap: 24px;
	min-height: 64px;
	padding: 0;
	background: transparent;
	border: 0;
}

.theme2027 .desktopSearchBar2027__input {
	height: 54px;
	padding: 0 0 8px;
	border-bottom: 4px solid var(--site-blue) !important;
	color: var(--site-blue);
	font-size: clamp(24px, 2vw, 36px);
	line-height: 1;
}

.theme2027 .desktopSearchBar2027__input::placeholder {
	color: rgba(22, 37, 62, 0.68);
}

.theme2027 .desktopSearchBar2027__button {
	gap: 12px;
	height: 58px;
	min-width: 150px;
	padding: 0 30px;
	border-radius: 999px !important;
	background: var(--site-blue) !important;
	color: #fff;
	font-family: 'Catamaran', sans-serif;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1;
	text-transform: uppercase;
}

.theme2027 .desktopSearchBar2027__button:hover,
.theme2027 .desktopSearchBar2027__button:focus {
	background: var(--site-orange) !important;
	color: #fff;
}

.theme2027 .desktopSearchBar2027__arrow {
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
}

.theme2027 #navBar.navbar--2027 #infoCarousel,
.theme2027 #navBar.navbar--2027 .infoCarouselContainer {
	display: none !important;
}

.theme2027 #navBar.navbar--2027.fixed-top,
.theme2027 #navBar.navbar--2027.fixed-top[data-state="scrolled"] {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}

@media (max-width: 991px) {
	.theme2027 .menuTopBar__promo {
		display: none;
	}
}

@media (min-width: 1200px) {
	.theme2027 #navBar.navbar--2027 .menuTopBar--2027 {
		padding-left: calc(2vw);
		padding-right: calc(2vw);
	}
}

.theme2027 #navBar.navbar--2027 .menuTopBar--2027,
.theme2027 #navBar.navbar--2027 .menuTopBar--2027 a,
.theme2027 #navBar.navbar--2027[data-state="scrolled"] .menuTopBar--2027,
.theme2027 #navBar.navbar--2027[data-state="scrolled"] .menuTopBar--2027 a {
	color: #fff;
}

/* 2027 MAIN NAV BAR **********************************************************/

.theme2027 #navBar.navbar--2027 .menuMainBar--2027 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	box-sizing: border-box;
	width: 100%;
	height: 80px;
	min-height: 80px;
	max-height: 80px;
	padding: 0 calc(2vw);
	background-color: #fff;
	box-shadow: none;
	overflow: visible;
}

.theme2027 #navBar.navbar--2027[data-state="initial"] .menuMainBar--2027,
.theme2027 #navBar.navbar--2027[data-state="scrolled"] .menuMainBar--2027 {
	background-color: #fff;
}

.theme2027 #navBar.navbar--2027 .navbar-brand--2027 {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	height: 100%;
	margin: 0;
	padding: 0;
}

.theme2027 #navBar.navbar--2027 .navbar-brand--2027 img {
	display: block;
	width: auto;
	height: 40px;
	max-height: 40px;
	max-width: none;
}

.theme2027 #navBar.navbar--2027 .desktopMenu--2027 {
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	max-width: none;
	margin: 0;
	min-width: 0;
}

.theme2027 #navBar.navbar--2027 .desktopMenu--2027 ul.desktopCategories--2027 {
	width: auto;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 0;
}

.theme2027 #navBar.navbar--2027 .desktopMenu--2027 ul.desktopCategories--2027 > li {
	padding: 0 14px;
}

.theme2027 #navBar.navbar--2027 .desktopMenu--2027 ul.desktopCategories--2027 > li.active {
	padding-top: 0;
}

.theme2027 #navBar.navbar--2027 .desktopMenu--2027 ul.desktopCategories--2027 a,
.theme2027 #navBar.navbar--2027 .desktopMenu--2027 ul.desktopCategories--2027 .menuMainBar__blogLink {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 0;
	border: 0;
	color: var(--site-blue);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: none;
	text-decoration: none;
	white-space: nowrap;
}

.theme2027 #navBar.navbar--2027 .desktopMenu--2027 ul.desktopCategories--2027 a:hover,
.theme2027 #navBar.navbar--2027 .desktopMenu--2027 ul.desktopCategories--2027 .menuMainBar__blogLink:hover {
	color: var(--site-orange);
}

.theme2027 #navBar.navbar--2027 .desktopMenu--2027 ul.desktopCategories--2027 svg.bi {
	width: 0.65em;
	height: 0.65em;
	fill: var(--site-blue);
}

.theme2027 #navBar.navbar--2027 .desktopMenu--2027 ul.desktopCategories--2027 li.active svg.bi {
	fill: var(--site-orange);
}

.theme2027 #navBar.navbar--2027 .menuMainBar__contact {
	display: flex;
	flex: 0 0 auto;
	flex-shrink: 0;
	align-items: center;
	height: 100%;
	gap: 12px;
	margin-left: auto;
}

.theme2027 #navBar.navbar--2027 .menuContactBtn {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	min-width: 40px;
	min-height: 40px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	line-height: 0;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.theme2027 #navBar.navbar--2027 .menuContactBtn:hover {
	opacity: 0.85;
	text-decoration: none;
}

.theme2027 #navBar.navbar--2027 .menuContactBtn img {
	display: block;
	width: 40px;
	height: 40px;
	max-width: 40px;
	max-height: 40px;
	object-fit: contain;
}

.theme2027 body.home #navBar.navbar--2027[data-state="initial"],
.theme2027 body.home #navBar.navbar--2027[data-state="scrolled"],
.theme2027 body:not(.home) #navBar.navbar--2027[data-state="initial"],
.theme2027 body:not(.home) #navBar.navbar--2027[data-state="scrolled"] {
	background-color: transparent;
}

.theme2027 #navBar.navbar--2027[data-state="scrolled"] {
	--menu-topbar-height: 0px;
	box-shadow: none;
}

.theme2027 #navBar.navbar--2027 .container-fluid,
.theme2027 #navBar.navbar--2027 .menuMainBar--2027.container-fluid {
	padding-top: 0;
	padding-bottom: 0;
}

@media (min-width: 992px) {
	.theme2027 #navBar.navbar--2027 .desktopMenu--2027 ul.desktopCategories--2027 a,
	.theme2027 #navBar.navbar--2027 .desktopMenu--2027 ul.desktopCategories--2027 .menuMainBar__blogLink {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.theme2027 #navBar.navbar--2027 .menuMainBar--2027 {
		padding-left: calc(2vw);
		padding-right: calc(2vw);
	}

	.theme2027 #navBar.navbar--2027 .desktopMenu--2027 ul.desktopCategories--2027 > li {
		padding: 0 18px;
	}

	.theme2027 #navBar.navbar--2027 .desktopMenu--2027 ul.desktopCategories--2027 a,
	.theme2027 #navBar.navbar--2027 .desktopMenu--2027 ul.desktopCategories--2027 .menuMainBar__blogLink {
		font-size: 17px;
	}
}

@media (min-width: 1400px) {
	.theme2027 #navBar.navbar--2027 .desktopMenu--2027 ul.desktopCategories--2027 a,
	.theme2027 #navBar.navbar--2027 .desktopMenu--2027 ul.desktopCategories--2027 .menuMainBar__blogLink {
		font-size: 18px;
	}
}

/* 2027 OPEN MEGA MENU ********************************************************/

/* Keep the real navbar visible; hide duplicate header inside offcanvas */
.theme2027 .desktopMenu .catMenuDesktop.offcanvas > .top,
.theme2027 .desktopMenu .catMenuDesktop.offcanvas > .offcanvas-header {
	display: none !important;
}

/* Remove beige taglinks row */
.theme2027 .desktopMenu .catMenuDesktop .tagLinks {
	display: none !important;
}

/* Floating panel below navbar instead of glued to top */
.theme2027 .desktopMenu .catMenuDesktop.offcanvas.offcanvas-top:not(.catMenuDesktop--2027) {
	top: calc(var(--menu-topbar-height) + var(--menu-mainbar-height) + var(--menu-dropdown-gap));
	right: calc(2vw);
	left: calc(2vw);
	width: auto;
	height: auto;
	max-height: calc(100vh - var(--menu-topbar-height) - var(--menu-mainbar-height) - var(--menu-dropdown-gap) - 24px);
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 16px;
	background-color: #fff;
	box-shadow: 0 16px 48px rgba(22, 37, 62, 0.14);
	overflow: hidden auto;
	z-index: 1040;
}

.theme2027 .offcanvas-backdrop {
	top: calc(var(--menu-topbar-height) + var(--menu-mainbar-height));
	z-index: 1035;
}

.theme2027 .desktopMenu .catMenuDesktop.offcanvas:not(.catMenuDesktop--2027) .offcanvas-body {
	padding: 32px calc(2vw);
	background-color: #fff;
}

.theme2027 .desktopMenu .catMenuDesktop.offcanvas .typeMenuContainer {
	margin: 0;
	padding: 0;
}

/* 2027 MEGA MENU PANEL (shared shell) ****************************************/

.theme2027 .desktopMenu .catMenuDesktop--2027.offcanvas.offcanvas-top {
	top: 163px;
	left: 0;
	right: 0;
	width: 1278px;
	max-width: calc(100vw - 32px);
	height: 372px;
	min-height: 372px;
	max-height: 372px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
	border-top: 1px solid #eee;
	border-radius: 16px;
	background-color: #fff;
	box-shadow: 0 16px 48px rgba(22, 37, 62, 0.14);
	overflow: hidden;
	z-index: 1040;
}

.theme2027 .desktopMenu .catMenuDesktop--2027 .offcanvas-body {
	box-sizing: border-box;
	height: 100%;
	padding: 48px 80px;
	overflow: hidden auto;
	background-color: #fff;
}

.theme2027 .typeMenuContainer--2027 {
	display: flex;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.theme2027 .megaMenu2027 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	height: 100%;
}

.theme2027 .megaMenu2027__panel,
.theme2027 .megaMenu2027--trends .megaMenu2027__main,
.theme2027 .megaMenu2027--trends .megaMenu2027__aside {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1 1 0;
	min-width: 0;
	height: 100%;
}

.theme2027 .megaMenu2027__panel + .megaMenu2027__panel,
.theme2027 .megaMenu2027--trends .megaMenu2027__aside {
	padding-left: 48px;
}

.theme2027 .megaMenu2027__panel + .megaMenu2027__panel::before,
.theme2027 .megaMenu2027--trends .megaMenu2027__aside::before,
.theme2027 .megaMenu2027__listHost::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #eee;
}

.theme2027 .megaMenu2027__panel + .megaMenu2027__panel::before,
.theme2027 .megaMenu2027--trends .megaMenu2027__aside::before {
	left: 0;
}

.theme2027 .megaMenu2027__listHost {
	position: relative;
	flex: 1;
	min-height: 0;
}

.theme2027 .megaMenu2027__listHost::before {
	left: calc(50% - 0.5px);
}

.theme2027 .megaMenu2027__title {
	margin: 0 0 24px;
	padding: 0;
	font-family: 'Catamaran', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--site-blue);
	text-transform: none;
}

.theme2027 .megaMenu2027__list {
	margin: 0;
	padding: 0;
	list-style: none;
	columns: 2;
	column-gap: 48px;
}

.theme2027 .megaMenu2027__list li {
	margin: 0 0 16px;
	padding: 0;
	line-height: 24px;
	break-inside: avoid;
}

.theme2027 .megaMenu2027__list li:last-child {
	margin-bottom: 0;
}

.theme2027 .megaMenu2027__list a {
	display: inline-block;
	width: 100%;
	border: 0;
	font-family: 'Catamaran', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: var(--site-blue);
	text-decoration: none;
	text-transform: none;
}

.theme2027 .megaMenu2027__list a:hover,
.theme2027 .megaMenu2027__list a:focus {
	color: var(--site-orange);
	text-decoration: underline;
	text-underline-offset: 4px;
}

/* Trends / Collections menu – 2 link columns + text aside */
.theme2027 .megaMenu2027--trends {
	justify-content: flex-start;
	gap: 0;
}

.theme2027 .megaMenu2027--trends .megaMenu2027__main {
	flex: 1 1 0;
	min-width: 0;
}

.theme2027 .megaMenu2027--trends .megaMenu2027__aside {
	flex: 1 1 0;
	min-width: 0;
}

.theme2027 .megaMenu2027__title--spacer {
	visibility: hidden;
}

.theme2027 .megaMenu2027__text,
.theme2027 .megaMenu2027__text p {
	margin: 0;
	font-family: 'Catamaran', sans-serif;
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
	line-height: 24px;
	letter-spacing: 0;
	color: var(--site-blue);
}

.theme2027 .megaMenu2027__text p + p {
	margin-top: 16px;
}

/* About menu – 3 single-column panels */
.theme2027 .megaMenu2027--about {
	justify-content: flex-start;
	gap: 0;
}

.theme2027 .megaMenu2027--about .megaMenu2027__list {
	columns: 1;
}

.theme2027 .megaMenu2027--about .megaMenu2027__list a.linkElement {
	display: inline-block;
	width: 100%;
	border: 0;
	font-family: 'Catamaran', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: var(--site-blue);
	text-decoration: none;
	text-transform: none;
}

.theme2027 .megaMenu2027--about .megaMenu2027__list a.linkElement:hover,
.theme2027 .megaMenu2027--about .megaMenu2027__list a.linkElement:focus {
	color: var(--site-orange);
	text-decoration: underline;
	text-underline-offset: 4px;
}

@media (max-width: 1439px) {
	.theme2027 .desktopMenu .catMenuDesktop--2027.offcanvas.offcanvas-top {
		top: calc(var(--menu-topbar-height) + var(--menu-mainbar-height) + var(--menu-dropdown-gap));
		left: 0;
		right: 0;
		width: calc(100vw - 32px);
		max-width: 1278px;
		margin-left: auto;
		margin-right: auto;
		height: 372px;
		min-height: 372px;
		max-height: 372px;
	}
}

/* Active nav item when mega menu is open */
.theme2027 #navBar.navbar--2027.menu-open .desktopMenu--2027 > ul.desktopCategories--2027 {
	display: flex !important;
}

.theme2027 #navBar.navbar--2027.menu-open .desktopMenu--2027 ul.desktopCategories--2027 li.active a,
.theme2027 #navBar.navbar--2027.menu-open .desktopMenu--2027 ul.desktopCategories--2027 li.active .menuMainBar__blogLink {
	color: var(--site-orange);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.theme2027 #navBar.navbar--2027.menu-open .desktopMenu--2027 ul.desktopCategories--2027 li.active svg.bi {
	fill: var(--site-orange);
	transform: rotate(180deg);
}

.theme2027 #navBar.navbar--2027.menu-open .menuMainBar--2027 {
	background-color: #fff;
}

.theme2027 #navBar.navbar--2027.menu-open[data-state="scrolled"] {
	box-shadow: none;
}

@media (min-width: 1200px) {
	.theme2027 .desktopMenu .catMenuDesktop.offcanvas.offcanvas-top:not(.catMenuDesktop--2027) {
		right: calc(2vw);
		left: calc(2vw);
	}
}

/* 2027 MOBILE MENU ***********************************************************/

.theme2027 #navBar.navbar--2027 .mobileMenu2027__toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-left: auto;
	padding: 0;
	border: 0;
	color: var(--site-blue);
	background: transparent;
}

.theme2027 #navBar.navbar--2027 .mobileMenu2027__toggle:hover,
.theme2027 #navBar.navbar--2027 .mobileMenu2027__toggle:focus {
	color: var(--site-orange);
	box-shadow: none;
}

.theme2027 .mobileMenu2027.offcanvas {
	--bs-offcanvas-width: 100vw;
	width: var(--bs-offcanvas-width);
	max-width: var(--bs-offcanvas-width);
	border: 0;
	background: #fff;
	color: var(--site-blue);
	overflow: hidden;
}

.theme2027 .mobileMenu2027 .offcanvas-body {
	overflow-y: auto;
}

.theme2027 .mobileMenu2027__topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	min-height: 34px;
	padding: 5px 14px 5px 18px;
	background: var(--site-blue);
	color: #fff;
}

.theme2027 .mobileMenu2027__feefo {
	flex: 1 1 auto;
	min-width: 0;
}

.theme2027 .mobileMenu2027__feefo .menuTopBar__feefo {
	display: inline-flex;
	max-width: 100%;
	color: #fff;
}

.theme2027 .mobileMenu2027__feefo .menuTopBar__feefoImage {
	width: 159px;
	height: 30px;
}

.theme2027 .mobileMenu2027__utilities {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 8px;
}

.theme2027 .mobileMenu2027__utility,
.theme2027 .mobileLanguageSelector2027__current {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #fff;
	text-decoration: none;
}

.theme2027 .mobileMenu2027__utility img,
.theme2027 .mobileLanguageSelector2027__current svg {
	display: block;
	width: 24px;
	height: 24px;
}

.theme2027 .mobileLanguageSelector2027 {
	position: relative;
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
}

.theme2027 .mobileLanguageSelector2027__toggle {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.theme2027 .mobileLanguageSelector2027__menu {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	z-index: 1080;
	display: flex;
	flex-direction: column;
	min-width: 82px;
	padding: 6px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(22, 37, 62, 0.18);
}

.theme2027 .mobileLanguageSelector2027__toggle:not(:checked) ~ .mobileLanguageSelector2027__menu {
	display: none;
}

.theme2027 .mobileLanguageSelector2027__option {
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 7px 8px;
	border-radius: 7px;
	color: var(--site-blue);
	font-family: 'Catamaran', sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.theme2027 #navBar.navbar--2027 .menuTopBar--2027 .mobileLanguageSelector2027__option,
.theme2027 .mobileMenu2027 .mobileLanguageSelector2027__option {
	color: var(--site-blue);
}

.theme2027 .mobileLanguageSelector2027__option:hover,
.theme2027 .mobileLanguageSelector2027__option:focus,
.theme2027 .mobileLanguageSelector2027__option.is-active {
	background: #f2efe6;
	color: var(--site-blue);
	text-decoration: none;
}

.theme2027 .mobileLanguageSelector2027__flag,
.theme2027 .mobileLanguageSelector2027__flag svg {
	display: block;
	width: 18px;
	height: 18px;
}

.theme2027 .mobileMenu2027__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 86px;
	padding: 16px 22px 14px 18px;
	border-bottom: 1px solid #d7d7d2;
	background: #fff;
}

.theme2027 .mobileMenu2027__title {
	margin: 0;
	line-height: 0;
}

.theme2027 .mobileMenu2027__brand {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

.theme2027 .mobileMenu2027__brand img {
	display: block;
	width: 164px;
	height: auto;
	max-width: 100%;
}

.theme2027 .mobileMenu2027__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--site-blue);
}

.theme2027 .mobileMenu2027__close:hover,
.theme2027 .mobileMenu2027__close:focus {
	color: var(--site-orange);
}

.mobileMenu2027__search,
.theme2027 .mobileMenu2027__search {
	background: #f2efe6;
	border-bottom: 1px solid #e7e2d8;
}

.mobileMenu2027.is-submenu .mobileMenu2027__search,
.theme2027 .mobileMenu2027.is-submenu .mobileMenu2027__search {
	display: none;
}

.mobileMenu2027__searchForm,
.theme2027 .mobileMenu2027__searchForm {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	min-height: 50px;
	margin: 0;
	padding: 0 20px;
	color: var(--site-blue);
	font-family: 'Catamaran', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	text-decoration: none;
}

.mobileMenu2027__searchInput,
.theme2027 .mobileMenu2027__searchInput {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
	height: auto;
	padding: 0;
	border: 0 !important;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--site-blue);
	font: inherit;
	outline: 0;
}

.theme2027 .desktopSearchBar2027 .desktopSearchBar2027__input {
	border-bottom: 2px solid var(--site-blue) !important;
}

.mobileMenu2027__searchInput::placeholder,
.theme2027 .mobileMenu2027__searchInput::placeholder {
	color: var(--site-blue);
	opacity: 1;
}

.mobileMenu2027__searchButton,
.theme2027 .mobileMenu2027__searchButton {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	padding: 0;
	border: 0 !important;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--site-blue);
	cursor: pointer;
	line-height: 0;
}

.theme2027 .desktopSearchBar2027 .desktopSearchBar2027__button {
	gap: 12px;
	height: 58px;
	min-width: 150px;
	padding: 0 30px;
	border-radius: 999px !important;
	background: var(--site-blue) !important;
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1;
	text-transform: uppercase;
}

.theme2027 .desktopSearchBar2027 .desktopSearchBar2027__button:hover,
.theme2027 .desktopSearchBar2027 .desktopSearchBar2027__button:focus {
	background: var(--site-orange) !important;
	color: #fff;
}

body.theme2027 #textSearchSuggest {
	box-sizing: border-box;
	width: min(500px, calc(100vw - 48px));
	max-height: min(430px, calc(100vh - 180px));
	padding: 8px;
	border: 1px solid #e7e2d8;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(22, 37, 62, 0.16);
	color: var(--site-blue);
	font-family: 'Catamaran', sans-serif;
	overflow-y: auto;
	z-index: 1100;
}

body.theme2027 #textSearchSuggest::-webkit-scrollbar {
	width: 6px;
}

body.theme2027 #textSearchSuggest::-webkit-scrollbar-track {
	background: transparent;
}

body.theme2027 #textSearchSuggest::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: #d8d0c2;
}

body.theme2027 #textSearchSuggest ul,
body.theme2027 #textSearchSuggest ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.theme2027 #textSearchSuggest ul li.heading {
	position: sticky;
	top: -8px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: -8px -8px 4px;
	padding: 10px 10px 9px 14px;
	border-bottom: 1px solid #ece6dc;
	background: #f2efe6;
	color: var(--site-blue);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.1;
}

body.theme2027 #textSearchSuggest button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	float: none;
	width: 28px;
	height: 28px;
	margin-left: 10px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 1px 4px rgba(22, 37, 62, 0.12);
	color: var(--site-blue);
	font-size: 16px;
	line-height: 1;
}

body.theme2027 #textSearchSuggest ul li a {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 8px;
	border-radius: 10px;
	color: var(--site-blue);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.25;
	text-decoration: none;
	transition: background-color 0.16s ease, color 0.16s ease;
}

body.theme2027 #textSearchSuggest ul li a:hover,
body.theme2027 #textSearchSuggest ul li a:focus {
	background: #f8f5ee;
	color: var(--site-orange);
	text-decoration: none;
}

body.theme2027 #textSearchSuggest ul li a div.textSearchResultTitle {
	float: none;
	flex: 1 1 auto;
	width: auto;
	min-width: 0;
	overflow: visible;
}

body.theme2027 #textSearchSuggest ul li a div.textSearchResultInfo {
	float: none;
	flex: 0 0 auto;
	width: auto;
	padding-left: 0;
	color: #6f6a61;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.25;
	text-align: right;
	white-space: nowrap;
}

.theme2027 .mobileMenu2027__body {
	box-sizing: border-box;
	padding: 0 18px 48px;
	background: #fff;
}

.theme2027 .mobileMenu2027__panel[hidden] {
	display: none !important;
}

.theme2027 .mobileMenu2027__nav {
	display: flex;
	flex-direction: column;
}

.theme2027 .mobileMenu2027__navButton {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	width: 100%;
	min-height: 64px;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #d7d7d2;
	background: transparent;
	color: var(--site-blue);
	font-family: 'Catamaran', sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.15;
	text-align: left;
	text-decoration: none;
}

.theme2027 .mobileMenu2027__navButton:hover,
.theme2027 .mobileMenu2027__navButton:focus {
	color: var(--site-orange);
	text-decoration: none;
}

.theme2027 .mobileMenu2027__wishlist {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 50px;
	padding: 0 0 17px;
	border-bottom: 1px solid #d7d7d2;
	width: 100%;
	color: var(--site-blue);
	font-family: 'Catamaran', sans-serif;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.theme2027 .mobileMenu2027__wishlist:hover,
.theme2027 .mobileMenu2027__wishlist:focus {
	color: var(--site-orange);
	text-decoration: none;
}

.theme2027 .mobileMenu2027__back {
	margin: 28px 0 18px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--site-blue);
	font-family: 'Catamaran', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.theme2027 .mobileMenu2027__section {
	border-bottom: 1px solid #d7d7d2;
}

.theme2027 .mobileMenu2027__section summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 64px;
	color: var(--site-blue);
	font-family: 'Catamaran', sans-serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.15;
	list-style: none;
	cursor: pointer;
}

.theme2027 .mobileMenu2027__section summary::-webkit-details-marker {
	display: none;
}

.theme2027 .mobileMenu2027__section summary::after {
	content: '+';
	flex: 0 0 auto;
	color: var(--site-blue);
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
}

.theme2027 .mobileMenu2027__section[open] summary {
	min-height: 54px;
	color: var(--site-orange);
}

.theme2027 .mobileMenu2027__section[open] summary::after {
	content: '-';
	color: var(--site-orange);
}

.theme2027 .mobileMenu2027__links {
	margin: 0;
	padding: 0 0 18px;
	list-style: none;
}

.theme2027 .mobileMenu2027__links li {
	margin: 0 0 11px;
	padding: 0;
	line-height: 1.25;
}

.theme2027 .mobileMenu2027__links li:last-child {
	margin-bottom: 0;
}

.theme2027 .mobileMenu2027__links a,
.theme2027 .mobileMenu2027__links a.linkElement {
	display: inline-block;
	color: var(--site-blue);
	font-family: 'Catamaran', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.25;
	text-decoration: none;
	text-transform: none;
}

.theme2027 .mobileMenu2027__links a:hover,
.theme2027 .mobileMenu2027__links a:focus,
.theme2027 .mobileMenu2027__links a.linkElement:hover,
.theme2027 .mobileMenu2027__links a.linkElement:focus {
	color: var(--site-orange);
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 767.98px) {
	.theme2027 {
		--menu-topbar-height: 40px;
		--menu-mainbar-height: 72px;
	}

	.theme2027 #navBar.navbar--2027 .menuTopBar--2027 {
		position: relative;
		z-index: 2;
		gap: 8px;
		min-height: var(--menu-topbar-height);
		padding: 5px 14px 5px 18px;
		overflow: visible;
	}

	.theme2027 #navBar.navbar--2027 .menuTopBar__promo {
		display: none;
	}

	.theme2027 #navBar.navbar--2027 .menuTopBar__reviews {
		flex: 0 1 auto;
		min-width: 0;
	}

	.theme2027 #navBar.navbar--2027 .menuTopBar__feefoImage {
		width: 159px;
		height: 30px;
	}

	.theme2027 #navBar.navbar--2027 .menuTopBar__utilities {
		gap: 8px;
		margin-left: auto;
	}

	.theme2027 #navBar.navbar--2027 .menuTopBar__utilities--desktop {
		display: none;
	}

	.theme2027 #navBar.navbar--2027 .menuTopBar__utilities--mobile {
		position: relative;
		z-index: 3;
		display: flex;
		overflow: visible;
	}

	.theme2027 #navBar.navbar--2027 .menuTopBar__utilities--mobile .mobileLanguageSelector2027__menu {
		position: fixed;
		top: var(--menu-topbar-height);
		right: 14px;
		z-index: 20;
	}

	.theme2027 #navBar.navbar--2027 .menuTopBar__mobileUtility,
	.theme2027 #navBar.navbar--2027 .mobileLanguageSelector2027__current {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 24px;
		height: 24px;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: transparent;
		color: #fff;
		opacity: 1;
	}

	.theme2027 #navBar.navbar--2027 .menuTopBar__mobileUtility img,
	.theme2027 #navBar.navbar--2027 .mobileLanguageSelector2027__current svg {
		display: block;
		width: 24px;
		height: 24px;
	}

	.theme2027 #navBar.navbar--2027 .menuMainBar--2027 {
		position: relative;
		z-index: 1;
		height: var(--menu-mainbar-height);
		min-height: var(--menu-mainbar-height);
		max-height: var(--menu-mainbar-height);
		padding-right: 18px;
		padding-left: 18px;
	}

	.theme2027 #navBar.navbar--2027 .navbar-brand--2027 img {
		height: 34px;
		max-height: 34px;
	}

	.theme2027 .mobileMenu2027.offcanvas {
		margin-left: 0;
	}
}

@media (max-width: 374.98px) {
	.theme2027 .mobileMenu2027.offcanvas {
		--bs-offcanvas-width: 100vw;
		margin-left: 0;
	}

	.theme2027 .mobileMenu2027__navButton,
	.theme2027 .mobileMenu2027__section summary {
		font-size: 22px;
	}
}
