/* Header Scheme B + cart drawer */
:root {
	--th-nav-bg: #edd0aa;
	--th-nav-text: #3a2c22;
	--th-nav-muted: #6a5648;
	--th-nav-accent: #a85f45;
	--th-nav-surface: #fff8f1;
	--th-action-size: 2.65rem;
	--th-action-icon: 1.25rem;
	--th-action-gap: 0.45rem;
}

/*
 * Site-wide: keep nav in normal flow above page content / images.
 * (Theme "transparent header" overlays content — disabled via body_class.)
 */
body #qodef-page-header {
	position: relative !important;
	top: 0 !important;
	left: auto !important;
	right: auto !important;
	width: 100% !important;
	margin: 0 !important;
	transform: none !important;
	background-color: var(--th-nav-bg) !important;
}

body #qodef-page-outer,
body #qodef-page-inner {
	margin-top: 0 !important;
}

/* Sticky-on-scroll: pin to top of viewport (notice sits below nav in flow) */
body.taitussi-has-notice #qodef-page-header.qodef-header-sticky,
body.taitussi-has-notice #qodef-page-header.qodef--sticky,
body.taitussi-has-notice.qodef-header--sticky-display #qodef-page-header {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	z-index: 100050;
}

body.qodef-header--centered #qodef-page-header,
body.qodef-header--centered #qodef-page-header-inner {
	height: auto !important;
}

body.qodef-header--centered #qodef-page-header-inner {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 0.75rem 1rem !important;
	width: min(100% - 1.5rem, 1680px) !important;
	max-width: none !important;
	margin: 0 auto !important;
	padding: 0.55rem 0 !important;
	box-sizing: border-box !important;
}

body.qodef-header--centered #qodef-page-header-inner > .qodef-header-logo-link {
	order: 1 !important;
	flex: 0 1 auto !important;
	position: relative !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	transform: none !important;
	margin: 0 !important;
	height: auto !important;
	max-height: 116px !important;
	padding: 0 !important;
	z-index: 1;
	min-width: 0 !important;
}

body.qodef-header--centered #qodef-page-header-inner > .qodef-header-logo-link img {
	height: clamp(64px, 8vw, 116px) !important;
	width: auto !important;
	max-width: min(360px, 28vw) !important;
	object-fit: contain;
}

body.qodef-header--centered .qodef-centered-header-wrapper {
	order: 2 !important;
	flex: 1 1 auto !important;
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 1rem !important;
	width: auto !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

body.qodef-header--centered .qodef-header-navigation {
	flex: 1 1 auto !important;
	display: flex !important;
	justify-content: center !important;
	margin: 0 !important;
	float: none !important;
	width: auto !important;
	min-width: 0 !important;
	overflow: visible !important;
}

body.qodef-header--centered .qodef-header-navigation .menu {
	display: flex !important;
	flex-wrap: nowrap !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 0.15rem !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	white-space: nowrap !important;
	max-width: 100% !important;
}

body.qodef-header--centered .qodef-header-navigation .menu > li {
	float: none !important;
	margin: 0 !important;
	flex: 0 0 auto !important;
	position: relative !important;
}

/* Home is shown again (was hidden when categories filled the bar) */
body.qodef-header--centered .qodef-header-navigation .menu > li.menu-item-3919 {
	display: list-item !important;
}

body.qodef-header--centered .qodef-header-navigation .menu > li > a {
	display: inline-flex !important;
	align-items: center !important;
	padding: 0.4rem clamp(0.45rem, 0.85vw, 0.85rem) !important;
	font-size: clamp(0.95rem, 1.15vw, 1.35rem) !important;
	font-weight: 700 !important;
	letter-spacing: 0.03em !important;
	text-transform: uppercase !important;
	color: var(--th-nav-text) !important;
	line-height: 1.15 !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	border-radius: 999px;
	transition: color 0.2s ease, background 0.2s ease;
}

body.qodef-header--centered .qodef-header-navigation .menu > li > a:hover,
body.qodef-header--centered .qodef-header-navigation .menu > li > a:focus,
body.qodef-header--centered .qodef-header-navigation .menu > li.current-menu-item > a,
body.qodef-header--centered .qodef-header-navigation .menu > li.current_page_item > a,
body.qodef-header--centered .qodef-header-navigation .menu > li.taitussi-nav-menu.is-open > a {
	color: var(--th-nav-accent) !important;
	background: rgba(168, 95, 69, 0.1);
}

/* Menu dropdown — Cakes / Breads / Croissants / Snacks */
body.qodef-header--centered .taitussi-nav-menu > .taitussi-nav-menu__dropdown,
body.qodef-header--centered .taitussi-nav-menu > .sub-menu {
	display: none !important;
	position: absolute !important;
	top: calc(100% + 0.35rem) !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	min-width: 11.5rem !important;
	margin: 0 !important;
	padding: 0.45rem !important;
	list-style: none !important;
	background: #fff8f1 !important;
	border: 1px solid rgba(90, 60, 40, 0.14) !important;
	border-radius: 14px !important;
	box-shadow: 0 12px 28px rgba(70, 40, 20, 0.12) !important;
	z-index: 100060 !important;
	white-space: nowrap !important;
}

/*
 * Hover bridge: top offset leaves a dead zone between the Menu label and the
 * absolutely positioned submenu. A parent ::after (shown while open) keeps
 * :hover on the li while the pointer crosses that gap.
 */
body.qodef-header--centered .taitussi-nav-menu::after {
	content: "";
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 0.5rem;
	z-index: 100059;
}

body.qodef-header--centered .taitussi-nav-menu:hover::after,
body.qodef-header--centered .taitussi-nav-menu:focus-within::after,
body.qodef-header--centered .taitussi-nav-menu.is-open::after {
	display: block;
}

body.qodef-header--centered .taitussi-nav-menu > .taitussi-nav-menu__dropdown::before,
body.qodef-header--centered .taitussi-nav-menu > .sub-menu::before {
	content: "";
	position: absolute;
	top: -0.45rem;
	right: 0;
	left: 0;
	height: 0.45rem;
}

body.qodef-header--centered .taitussi-nav-menu:hover > .taitussi-nav-menu__dropdown,
body.qodef-header--centered .taitussi-nav-menu:focus-within > .taitussi-nav-menu__dropdown,
body.qodef-header--centered .taitussi-nav-menu.is-open > .taitussi-nav-menu__dropdown,
body.qodef-header--centered .taitussi-nav-menu:hover > .sub-menu,
body.qodef-header--centered .taitussi-nav-menu:focus-within > .sub-menu,
body.qodef-header--centered .taitussi-nav-menu.is-open > .sub-menu {
	display: block !important;
}

body.qodef-header--centered .taitussi-nav-menu .sub-menu > li,
body.qodef-header--centered .taitussi-nav-menu .taitussi-nav-menu__dropdown > li {
	display: block !important;
	float: none !important;
	margin: 0 !important;
	width: 100% !important;
}

body.qodef-header--centered .taitussi-nav-menu .sub-menu > li > a,
body.qodef-header--centered .taitussi-nav-menu .taitussi-nav-menu__dropdown > li > a {
	display: flex !important;
	align-items: center !important;
	width: 100% !important;
	padding: 0.65rem 0.9rem !important;
	border-radius: 10px !important;
	font-size: 0.95rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.04em !important;
	text-transform: uppercase !important;
	color: var(--th-nav-text) !important;
	background: transparent !important;
	box-sizing: border-box !important;
}

body.qodef-header--centered .taitussi-nav-menu .sub-menu > li > a:hover,
body.qodef-header--centered .taitussi-nav-menu .taitussi-nav-menu__dropdown > li > a:hover {
	background: rgba(168, 95, 69, 0.1) !important;
	color: var(--th-nav-accent) !important;
}

body.qodef-header--centered .qodef-widget-holder,
#qodef-page-mobile-header-inner .qodef-widget-holder {
	flex: 0 0 auto !important;
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	justify-content: flex-end !important;
	gap: var(--th-action-gap) !important;
	min-height: var(--th-action-size) !important;
	margin: 0 !important;
	float: none !important;
	width: auto !important;
	min-width: 0 !important;
	position: relative !important;
	z-index: 2 !important;
}

body.qodef-header--centered .qodef-widget-holder > *,
#qodef-page-mobile-header-inner .qodef-widget-holder > * {
	flex: 0 0 auto !important;
	align-self: center !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	position: relative !important;
	top: auto !important;
	transform: none !important;
}

body.qodef-header--centered .qodef-widget-holder .widget,
#qodef-page-mobile-header-inner .qodef-widget-holder .widget {
	display: flex !important;
	align-items: center !important;
	align-self: center !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	line-height: 1 !important;
	vertical-align: middle !important;
}

body.qodef-header--centered .qodef-widget-holder .qodef-woo-dropdown-cart,
body.qodef-header--centered .qodef-widget-holder .qodef-login-opener-widget,
body.qodef-header--centered .qodef-widget-holder .qodef-logged-in-user,
body.qodef-header--centered .qodef-widget-holder .qodef-side-area-opener,
body.qodef-header--centered .qodef-widget-holder a.qodef-opener-icon,
#qodef-page-mobile-header-inner .qodef-widget-holder .qodef-woo-dropdown-cart,
#qodef-page-mobile-header-inner .qodef-widget-holder a.qodef-opener-icon {
	display: inline-flex !important;
	align-items: center !important;
	align-self: center !important;
	margin: 0 !important;
	padding: 0 !important;
	vertical-align: middle !important;
}

#qodef-page-mobile-header-inner {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 0.5rem 0.75rem !important;
	width: min(100% - 1.25rem, 1400px) !important;
	margin: 0 auto !important;
	padding: 0.45rem 0 !important;
	box-sizing: border-box !important;
}

#qodef-page-mobile-header-inner.taitussi-mobile-actions-ready {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	align-items: center !important;
	column-gap: 0.65rem !important;
}

#qodef-page-mobile-header-inner.taitussi-mobile-actions-ready .qodef-mobile-header-logo-link {
	display: flex !important;
	align-items: center !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

#qodef-page-mobile-header-inner.taitussi-mobile-actions-ready .qodef-mobile-header-logo-link img {
	display: block !important;
	width: auto !important;
	max-width: min(100%, 13rem) !important;
	height: auto !important;
	max-height: 3rem !important;
	margin: 0 !important;
	object-fit: contain !important;
	object-position: left center !important;
}

#qodef-page-mobile-header-inner .taitussi-mobile-actions {
	display: inline-grid !important;
	grid-auto-flow: column !important;
	grid-auto-columns: var(--th-action-size) !important;
	align-items: center !important;
	justify-items: center !important;
	gap: 0.65rem !important;
	width: max-content !important;
	min-width: max-content !important;
	height: var(--th-action-size) !important;
}

/* Wishlist / cart / MENU — shared circle size */
body.qodef-header--centered .taitussi-wish-link,
#qodef-page-mobile-header .taitussi-wish-link {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: var(--th-action-size) !important;
	height: var(--th-action-size) !important;
	border: 1.5px solid transparent;
	border-radius: 50%;
	box-sizing: border-box !important;
	color: var(--th-nav-text) !important;
	background: rgba(255, 248, 241, 0.72);
	text-decoration: none !important;
	flex: 0 0 auto;
	transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

body.qodef-header--centered .taitussi-wish-link:hover,
body.qodef-header--centered .taitussi-wish-link:focus,
#qodef-page-mobile-header .taitussi-wish-link:hover,
#qodef-page-mobile-header .taitussi-wish-link:focus {
	color: #c45c5c !important;
	background: rgba(196, 92, 92, 0.1);
}

body.qodef-header--centered .taitussi-wish-link__icon,
#qodef-page-mobile-header .taitussi-wish-link__icon {
	display: block;
	width: var(--th-action-icon) !important;
	height: var(--th-action-icon) !important;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linejoin: round;
}

body.page-id-12 .taitussi-wish-link .taitussi-wish-link__icon {
	fill: currentColor;
	stroke: currentColor;
	color: #c45c5c;
}

@media (max-width: 1200px) {
	body.qodef-header--centered .qodef-widget-holder,
	#qodef-page-mobile-header-inner .qodef-widget-holder {
		display: inline-grid !important;
		grid-auto-flow: column !important;
		grid-auto-columns: var(--th-action-size) !important;
		align-items: center !important;
		justify-items: center !important;
		height: var(--th-action-size) !important;
	}

	body.qodef-header--centered .qodef-widget-holder > *,
	#qodef-page-mobile-header-inner .qodef-widget-holder > * {
		grid-row: 1 !important;
		justify-self: center !important;
	}
}

/* Account hidden when compact header uses MENU circle (side panel has login) */
@media (max-width: 1200px) {
	body.qodef-header--centered #swissdelight_membership_login_opener-2 {
		display: none !important;
	}
}

/* Account — logged-out opener matches action button height */
body.qodef-header--centered #swissdelight_membership_login_opener-2 {
	display: flex !important;
	align-items: center !important;
	align-self: center !important;
}

body.qodef-header--centered .qodef-login-opener {
	display: inline-flex !important;
	align-items: center !important;
	gap: 0.4rem !important;
	height: var(--th-action-size) !important;
	padding: 0 0.75rem 0 0.35rem !important;
	border-radius: 999px;
	background: rgba(255, 248, 241, 0.72);
	color: var(--th-nav-text) !important;
	text-decoration: none !important;
	font-size: 0.78rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.04em !important;
	text-transform: uppercase !important;
	box-sizing: border-box !important;
}

body.qodef-header--centered .qodef-login-opener .qodef-login-opener-text {
	font-size: inherit !important;
}

body.qodef-header--centered .qodef-login-opener .qodef-login-opener-text::before {
	content: none;
}

body.qodef-header--centered .qodef-login-opener .qodef-m-svg-icon {
	display: none !important;
}

body.qodef-header--centered .qodef-login-opener::before {
	content: "";
	width: calc(var(--th-action-size) - 0.45rem);
	height: calc(var(--th-action-size) - 0.45rem);
	flex: 0 0 auto;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='8' r='3.25' stroke='black' stroke-width='1.8'/%3E%3Cpath d='M5.5 19.2c1.4-3.1 3.6-4.7 6.5-4.7s5.1 1.6 6.5 4.7' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='8' r='3.25' stroke='black' stroke-width='1.8'/%3E%3Cpath d='M5.5 19.2c1.4-3.1 3.6-4.7 6.5-4.7s5.1 1.6 6.5 4.7' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.qodef-header--centered .qodef-login-opener:hover,
body.qodef-header--centered .qodef-login-opener:focus {
	background: rgba(168, 95, 69, 0.12);
	color: var(--th-nav-accent) !important;
}

/* Logged-in avatar + name — same height as wish / cart */
body.qodef-header--centered .qodef-logged-in-user .qodef-m-user {
	display: inline-flex !important;
	align-items: center !important;
	gap: 0.4rem !important;
	height: var(--th-action-size) !important;
	max-height: var(--th-action-size) !important;
}

body.qodef-header--centered .qodef-logged-in-user .qodef-m-user-image {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: var(--th-action-size) !important;
	height: var(--th-action-size) !important;
	line-height: 0 !important;
	flex: 0 0 auto !important;
}

body.qodef-header--centered .qodef-logged-in-user .qodef-m-user-image img,
body.qodef-header--centered .qodef-logged-in-user .qodef-m-user-image .avatar {
	width: var(--th-action-size) !important;
	height: var(--th-action-size) !important;
	max-width: var(--th-action-size) !important;
	border-radius: 50% !important;
	object-fit: cover !important;
	box-sizing: border-box !important;
}

body.qodef-header--centered .qodef-logged-in-user .qodef-m-user-name {
	font-size: 0.78rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.04em !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
	color: var(--th-nav-text) !important;
}

/* Account dropdown — match the primary Menu dropdown */
body.qodef-header--centered .qodef-logged-in-user {
	position: relative !important;
}

body.qodef-header--centered .qodef-logged-in-user .qodef-m-navigation-items {
	top: calc(100% + 0.45rem) !important;
	right: 0 !important;
	left: auto !important;
	width: auto !important;
	min-width: 12rem !important;
	margin: 0 !important;
	padding: 0.45rem !important;
	list-style: none !important;
	background: #fff8f1 !important;
	border: 1px solid rgba(90, 60, 40, 0.14) !important;
	border-radius: 14px !important;
	box-shadow: 0 12px 28px rgba(70, 40, 20, 0.12) !important;
	box-sizing: border-box !important;
	z-index: 100060 !important;
}

body.qodef-header--centered .qodef-logged-in-user .qodef-m-navigation-items::before {
	content: "";
	position: absolute;
	top: -0.5rem;
	right: 0;
	left: 0;
	height: 0.5rem;
}

body.qodef-header--centered .qodef-logged-in-user .qodef-m-navigation-item {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.qodef-header--centered .qodef-logged-in-user .qodef-m-navigation-item + .qodef-m-navigation-item {
	margin-top: 0.15rem !important;
}

body.qodef-header--centered .qodef-logged-in-user .qodef-m-navigation-item .qodef-e-link {
	display: flex !important;
	align-items: center !important;
	width: 100% !important;
	min-height: 2.55rem !important;
	padding: 0.6rem 0.85rem !important;
	border-radius: 10px !important;
	background: transparent !important;
	color: var(--th-nav-text) !important;
	font-size: 0.82rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.06em !important;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	box-sizing: border-box !important;
	transition: color 0.2s ease, background 0.2s ease;
}

body.qodef-header--centered .qodef-logged-in-user .qodef-m-navigation-item .qodef-e-icon {
	display: none !important;
}

body.qodef-header--centered .qodef-logged-in-user .qodef-m-navigation-item .qodef-e-link:hover,
body.qodef-header--centered .qodef-logged-in-user .qodef-m-navigation-item .qodef-e-link:focus {
	background: rgba(168, 95, 69, 0.1) !important;
	color: var(--th-nav-accent) !important;
}

body.qodef-header--centered .qodef-logged-in-user .taitussi-account-menu-link .qodef-e-link {
	background: rgba(168, 95, 69, 0.07) !important;
	color: var(--th-nav-accent) !important;
}

/* Hide desktop hamburger by default; show at mid widths with matched size */
body.qodef-header--centered #swissdelight_core_side_area_opener-2 {
	display: none !important;
	align-items: center !important;
}

/* MENU / side-area opener — same circle as wish / cart / avatar */
body.qodef-header--centered #swissdelight_core_side_area_opener-2 a.qodef-opener-icon,
body.qodef-header--centered #swissdelight_core_side_area_opener-2 .qodef-side-area-opener,
body.qodef-header--centered a.qodef-side-area-opener.qodef-opener-icon,
#qodef-page-mobile-header a.qodef-mobile-header-opener,
#qodef-page-mobile-header .qodef-opener-icon.qodef-source--predefined {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: var(--th-action-size) !important;
	height: var(--th-action-size) !important;
	min-width: var(--th-action-size) !important;
	min-height: var(--th-action-size) !important;
	max-width: var(--th-action-size) !important;
	max-height: var(--th-action-size) !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 1.5px solid rgba(58, 44, 34, 0.28) !important;
	border-radius: 50% !important;
	box-sizing: border-box !important;
	background: rgba(255, 248, 241, 0.72) !important;
	color: var(--th-nav-text) !important;
	font-size: 0.58rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.05em !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	overflow: hidden !important;
	flex: 0 0 auto !important;
}

/* Theme predefined MENU circle is 69px — force down to action size */
body.qodef-header--centered .qodef-opener-icon.qodef-source--predefined .qodef-m-text,
#qodef-page-mobile-header .qodef-opener-icon.qodef-source--predefined .qodef-m-text {
	width: 100% !important;
	height: 100% !important;
	min-width: 0 !important;
	min-height: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	line-height: var(--th-action-size) !important;
	font-size: 0.58rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.05em !important;
	background: transparent !important;
	color: inherit !important;
}

/* SVG hamburger → compact MENU label */
body.qodef-header--centered #swissdelight_core_side_area_opener-2 .qodef-m-icon,
body.qodef-header--centered #swissdelight_core_side_area_opener-2 svg,
#qodef-page-mobile-header .qodef-mobile-header-opener .qodef-m-icon,
#qodef-page-mobile-header .qodef-mobile-header-opener svg,
#qodef-page-mobile-header .qodef-opener-icon.qodef-source--predefined .qodef-m-text {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}

body.qodef-header--centered #swissdelight_core_side_area_opener-2 a.qodef-side-area-opener,
#qodef-page-mobile-header a.qodef-mobile-header-opener {
	font-size: 0 !important;
	line-height: 0 !important;
}

.taitussi-menu-label {
	display: block !important;
	font-size: 0.58rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.05em !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
	color: inherit !important;
	pointer-events: none !important;
}

body.qodef-header--centered #swissdelight_core_side_area_opener-2 a.qodef-side-area-opener.qodef-source--svg-path::after {
	content: none !important;
}

body.qodef-header--centered #swissdelight_core_side_area_opener-2 a:hover,
body.qodef-header--centered #swissdelight_core_side_area_opener-2 .qodef-side-area-opener:hover,
body.qodef-header--centered a.qodef-side-area-opener:hover,
#qodef-page-mobile-header a.qodef-mobile-header-opener:hover {
	background: rgba(168, 95, 69, 0.12) !important;
	border-color: var(--th-nav-accent) !important;
	color: var(--th-nav-accent) !important;
}

/* Cart opener — same circle as wish / MENU */
body.qodef-header--centered .qodef-woo-dropdown-cart .qodef-m-opener {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0 !important;
	width: var(--th-action-size) !important;
	height: var(--th-action-size) !important;
	min-width: var(--th-action-size) !important;
	padding: 0 !important;
	border: 1.5px solid transparent;
	border-radius: 50% !important;
	box-sizing: border-box !important;
	color: var(--th-nav-text) !important;
	font-size: 0.72rem !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	background: rgba(255, 248, 241, 0.72);
	transition: background 0.2s ease, color 0.2s ease;
	position: relative;
	flex: 0 0 auto;
}

body.qodef-header--centered .qodef-woo-dropdown-cart .qodef-m-opener-label {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
}

body.qodef-header--centered .qodef-woo-dropdown-cart .qodef-m-opener-count {
	position: absolute !important;
	top: -0.15rem !important;
	right: -0.15rem !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 1.05rem !important;
	height: 1.05rem !important;
	padding: 0 0.2rem !important;
	border-radius: 999px !important;
	background: var(--th-nav-accent) !important;
	color: #fffaf4 !important;
	font-size: 0.62rem !important;
	line-height: 1 !important;
	gap: 0 !important;
}

body.qodef-header--centered .qodef-woo-dropdown-cart .qodef-m-opener-count .qodef-m-svg-icon {
	display: none !important;
}

body.qodef-header--centered .qodef-woo-dropdown-cart .qodef-m-opener::before {
	content: "";
	width: var(--th-action-icon);
	height: var(--th-action-icon);
	flex: 0 0 auto;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3.5 6.5h2.1l1.2 11.2a1.6 1.6 0 0 0 1.6 1.4h8.3a1.6 1.6 0 0 0 1.6-1.35L19.5 8H7' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='10' cy='20.2' r='1.15' fill='black'/%3E%3Ccircle cx='16.2' cy='20.2' r='1.15' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3.5 6.5h2.1l1.2 11.2a1.6 1.6 0 0 0 1.6 1.4h8.3a1.6 1.6 0 0 0 1.6-1.35L19.5 8H7' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='10' cy='20.2' r='1.15' fill='black'/%3E%3Ccircle cx='16.2' cy='20.2' r='1.15' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.qodef-header--centered .qodef-woo-dropdown-cart .qodef-m-opener:hover,
body.qodef-header--centered .qodef-woo-dropdown-cart .qodef-m-opener:focus {
	background: rgba(168, 95, 69, 0.12);
	color: var(--th-nav-accent) !important;
}

/* Cart slide-out drawer — no screen dimming */
.taitussi-cart-overlay {
	position: fixed;
	inset: 0;
	background: transparent;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.28s ease, visibility 0.28s ease;
	z-index: 100000;
}

body.taitussi-cart-open .taitussi-cart-overlay {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

/* Lift header stacking context above overlay so drawer clicks work */
body.taitussi-cart-open #qodef-page-header,
body.taitussi-cart-open #qodef-page-mobile-header {
	z-index: 100010 !important;
	position: relative;
}

body.qodef-header--centered .qodef-woo-dropdown-cart .qodef-m-dropdown,
body .qodef-woo-dropdown-cart .qodef-m-dropdown {
	position: fixed !important;
	top: 0 !important;
	right: 0 !important;
	left: auto !important;
	bottom: 0 !important;
	width: min(100vw - 1rem, 30vw) !important;
	max-width: 640px !important;
	min-width: min(100vw - 1rem, 480px) !important;
	height: 100vh !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #fff !important;
	border: 0 !important;
	border-left: 1px solid #e8e4de !important;
	border-radius: 0 !important;
	box-shadow: -10px 0 28px rgba(40, 24, 14, 0.08) !important;
	transform: translateX(105%) !important;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: none !important;
	transition: transform 0.32s ease !important;
	z-index: 100020 !important;
	overflow: hidden !important;
	display: flex !important;
	flex-direction: column !important;
}

body.taitussi-cart-open .qodef-woo-dropdown-cart .qodef-m-dropdown {
	transform: translateX(0) !important;
	pointer-events: auto !important;
}

body.taitussi-cart-open {
	overflow: hidden;
}

.taitussi-cart-drawer-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin: 0;
	padding: 1.45rem 1.6rem;
	border-bottom: 1px solid #ece7e0;
	flex: 0 0 auto;
	width: 100%;
	box-sizing: border-box;
}

.taitussi-cart-drawer-head__title {
	margin: 0;
	font-size: 1.45rem;
	font-weight: 700;
	color: #1f1a16;
	letter-spacing: 0;
}

.taitussi-cart-drawer-close {
	width: 2rem;
	height: 2rem;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #1f1a16;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
}

/* Basket body layout */
.qodef-woo-dropdown-cart .qodef-m-dropdown-inner,
.qodef-woo-dropdown-cart .taitussi-basket .qodef-m-dropdown-inner {
	position: relative !important;
	display: flex !important;
	flex-direction: column !important;
	flex: 1 1 auto !important;
	align-self: stretch !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 1.35rem 1.6rem 1.6rem !important;
	overflow: auto !important;
	box-sizing: border-box !important;
	box-shadow: none !important;
	background: transparent !important;
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
	flex: 1 1 auto;
	width: 100% !important;
	max-width: none !important;
	display: block !important;
	box-sizing: border-box !important;
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-item {
	display: grid !important;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 1.15rem;
	align-items: start;
	width: 100% !important;
	max-width: none !important;
	margin: 0 0 1.45rem !important;
	padding: 0 0 1.45rem !important;
	border-bottom: 1px solid #f0ebe4;
	position: relative;
	box-sizing: border-box !important;
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-item:last-child {
	border-bottom: 0;
	margin-bottom: 0.35rem !important;
	padding-bottom: 0.35rem !important;
}

.qodef-woo-dropdown-cart .qodef-e-image {
	position: relative;
	width: 112px;
	height: 112px;
}

.qodef-woo-dropdown-cart .qodef-e-image img {
	width: 112px !important;
	height: 112px !important;
	object-fit: cover !important;
	border-radius: 6px;
}

.qodef-woo-dropdown-cart .qodef-e-content {
	padding-right: 1.75rem !important;
	position: relative;
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	display: block !important;
	box-sizing: border-box !important;
}

.qodef-woo-dropdown-cart .qodef-e-title,
.qodef-woo-dropdown-cart .qodef-e-title a {
	margin: 0 !important;
	font-size: 1.2rem !important;
	font-weight: 600 !important;
	line-height: 1.4 !important;
	color: #1f1a16 !important;
	text-decoration: none !important;
	text-transform: none !important;
	word-break: break-word;
}

.qodef-woo-dropdown-cart .qodef-e-price {
	margin: 0.5rem 0 0.75rem !important;
	font-size: 1.2rem !important;
	font-weight: 700 !important;
	color: #1f1a16 !important;
}

.qodef-woo-dropdown-cart .qodef-e-remove {
	position: absolute !important;
	top: -2px !important;
	right: 0 !important;
	left: auto !important;
	z-index: 5 !important;
	width: 1.5rem !important;
	height: 1.5rem !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 999px !important;
	background: #f3f1ee !important;
	color: #6b635c !important;
	font-size: 14px !important;
	line-height: 1 !important;
	text-decoration: none !important;
	pointer-events: auto !important;
	cursor: pointer !important;
}

.qodef-woo-dropdown-cart .qodef-e-remove:hover {
	background: #e8e2db !important;
	color: #1f1a16 !important;
}

.taitussi-qty {
	display: inline-flex;
	align-items: stretch;
	border: 1px solid #d9d2c8;
	border-radius: 4px;
	overflow: hidden;
	width: fit-content;
	margin-top: 0.2rem;
	min-height: 2.4rem;
}

.taitussi-qty__btn {
	width: 2.4rem;
	border: 0;
	background: #fff;
	color: #1f1a16;
	font-size: 1.15rem;
	line-height: 1;
	cursor: pointer;
}

.taitussi-qty__value {
	min-width: 2.4rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #d9d2c8;
	border-right: 1px solid #d9d2c8;
	font-size: 1.05rem;
	font-weight: 600;
	color: #1f1a16;
	background: #fff;
}

.qodef-woo-dropdown-cart .qodef-m-order-details {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 1rem;
	width: 100% !important;
	max-width: none !important;
	margin: auto 0 0 !important;
	padding: 1.1rem 0 0.4rem !important;
	border-top: 1px solid #ece7e0;
	box-sizing: border-box !important;
}

.qodef-woo-dropdown-cart .qodef-m-order-label,
.qodef-woo-dropdown-cart .qodef-m-order-amount {
	margin: 0 !important;
	font-size: 1.25rem !important;
	font-weight: 700 !important;
	color: #1f1a16 !important;
}

.taitussi-basket-note {
	margin: 0 0 1.15rem !important;
	width: 100% !important;
	font-size: 0.98rem !important;
	line-height: 1.45 !important;
	color: #7a726a !important;
	box-sizing: border-box;
}

body.taitussi-cart-open .qodef-woo-dropdown-cart .qodef-m-action {
	position: relative !important;
	z-index: 10001 !important;
	pointer-events: auto !important;
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
}

body.taitussi-cart-open .qodef-woo-dropdown-cart .qodef-m-action-link,
body.taitussi-cart-open .qodef-woo-dropdown-cart .qodef-m-checkout,
.taitussi-basket-checkout {
	pointer-events: auto !important;
	cursor: pointer !important;
	position: relative !important;
	z-index: 10002 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-height: 3.35rem !important;
	margin: 0 !important;
	padding: 0.95rem 1.1rem !important;
	border: 0 !important;
	border-radius: 4px !important;
	background: #9a8b5c !important;
	color: #fff !important;
	font-size: 1.12rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.02em;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: none !important;
}

.taitussi-basket-checkout:hover {
	background: #887a50 !important;
	color: #fff !important;
}

.taitussi-continue-shopping {
	display: block;
	margin: 0.95rem 0 0;
	text-align: center;
	color: #6f7f8f !important;
	font-size: 1.05rem;
	text-decoration: none !important;
}

.taitussi-continue-shopping:hover {
	color: #4d5d6c !important;
	text-decoration: underline !important;
}

/* No discount / coupon UI in the drawer */
.qodef-woo-dropdown-cart .coupon,
.qodef-woo-dropdown-cart .woocommerce-form-coupon,
.qodef-woo-dropdown-cart [class*="discount"],
.qodef-woo-dropdown-cart [class*="gift-card"] {
	display: none !important;
}

.taitussi-is-loading {
	opacity: 0.55;
	pointer-events: none;
}


body.qodef-header--centered #qodef-page-header {
	background-color: var(--th-nav-bg) !important;
}

#wpadminbar {
	z-index: 100200 !important;
}

body.admin-bar #qodef-page-header,
body.admin-bar #qodef-page-mobile-header {
	z-index: 100 !important;
}

/* Cart open must beat the admin-bar rule above, or the overlay (z 100000)
   swallows every click/hover inside the drawer for logged-in admins. */
body.admin-bar.taitussi-cart-open #qodef-page-header,
body.admin-bar.taitussi-cart-open #qodef-page-mobile-header {
	z-index: 100010 !important;
	position: relative;
}

/* Login modal Remember me — clickable native checkbox everywhere */
.qodef-m-links-remember-me {
	position: relative;
	z-index: 10;
	display: inline-flex !important;
	align-items: center;
	gap: 0.4rem;
	cursor: pointer;
	pointer-events: auto !important;
}

.qodef-m-links-remember-me input[type="checkbox"] {
	appearance: auto;
	-webkit-appearance: checkbox;
	width: 1.05rem;
	height: 1.05rem;
	margin: 0;
	opacity: 1;
	position: static;
	pointer-events: auto !important;
	cursor: pointer;
}

.qodef-m-links-remember-me label {
	margin: 0;
	cursor: pointer;
	pointer-events: auto !important;
}

/* Desktop membership Login / Register modal */
@media (min-width: 901px) {
	#qodef-membership-login-modal .qodef-membership-login-modal-overlay {
		background: rgba(43, 33, 24, 0.48) !important;
		opacity: 1 !important;
		backdrop-filter: blur(3px);
		-webkit-backdrop-filter: blur(3px);
	}

	#qodef-membership-login-modal .qodef-membership-login-modal-content {
		width: min(34rem, calc(100vw - 3rem)) !important;
		border: 1px solid rgba(90, 60, 40, 0.15) !important;
		border-radius: 24px !important;
		background: #fff8f1 !important;
		box-shadow: 0 24px 65px rgba(45, 28, 18, 0.24) !important;
		overflow: hidden !important;
	}

	#qodef-membership-login-modal .qodef-membership-login-modal-navigation {
		margin: 0 0 1.6rem !important;
		padding: 0 !important;
		background: #f3e4d6 !important;
		border-bottom: 1px solid rgba(90, 60, 40, 0.12);
	}

	#qodef-membership-login-modal .qodef-membership-login-modal-navigation > li {
		margin: 0 !important;
		background: transparent !important;
	}

	#qodef-membership-login-modal .qodef-membership-login-modal-navigation > li.ui-tabs-active {
		background: #fff8f1 !important;
	}

	#qodef-membership-login-modal .qodef-membership-login-modal-navigation .qodef-e-link {
		padding: 1.05rem 0.75rem !important;
		color: #7a6354 !important;
		font-size: 0.78rem !important;
		font-weight: 750 !important;
		letter-spacing: 0.12em !important;
		text-decoration: none !important;
	}

	#qodef-membership-login-modal .qodef-membership-login-modal-navigation > li.ui-tabs-active .qodef-e-link,
	#qodef-membership-login-modal .qodef-membership-login-modal-navigation .qodef-e-link:hover {
		color: #a85f45 !important;
	}

	#qodef-membership-login-modal form {
		padding: 0.3rem 3rem 2.5rem !important;
	}

	#qodef-membership-login-modal form .qodef-m-fields {
		display: grid;
		gap: 0.8rem;
	}

	#qodef-membership-login-modal form input[type="text"],
	#qodef-membership-login-modal form input[type="email"],
	#qodef-membership-login-modal form input[type="password"] {
		width: 100% !important;
		min-height: 3rem !important;
		margin: 0 !important;
		padding: 0.75rem 0.9rem !important;
		border: 1px solid rgba(90, 60, 40, 0.17) !important;
		border-radius: 12px !important;
		background: #fffdf9 !important;
		color: #2b2118 !important;
		font-size: 0.88rem !important;
		box-sizing: border-box !important;
		transition: border-color 0.2s ease, box-shadow 0.2s ease;
	}

	#qodef-membership-login-modal form input[type="text"]:focus,
	#qodef-membership-login-modal form input[type="email"]:focus,
	#qodef-membership-login-modal form input[type="password"]:focus {
		border-color: #a85f45 !important;
		outline: 0 !important;
		box-shadow: 0 0 0 3px rgba(168, 95, 69, 0.11) !important;
	}

	#qodef-membership-login-modal form input::placeholder {
		color: #766458 !important;
		opacity: 1;
	}

	#qodef-membership-login-modal .qodef-m-links {
		margin-top: 0.8rem;
	}

	#qodef-membership-login-modal .qodef-m-links-remember-me {
		color: #6a5648;
		font-size: 0.78rem;
	}

	#qodef-membership-login-modal .qodef-m-links-remember-me input[type="checkbox"] {
		accent-color: #a29460;
	}

	#qodef-membership-login-modal .qodef-m-action {
		gap: 1rem;
		margin-top: 1.35rem !important;
	}

	#qodef-membership-login-modal .qodef-m-links-reset-password {
		color: #80685a !important;
		font-size: 0.78rem !important;
	}

	#qodef-membership-login-modal .qodef-m-links-reset-password:hover {
		color: #a85f45 !important;
	}

	#qodef-membership-login-modal .qodef-m-action-button {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		min-width: 9rem !important;
		min-height: 2.8rem !important;
		padding: 0.65rem 1.5rem !important;
		border: 0 !important;
		border-radius: 999px !important;
		background: #a29460 !important;
		color: #fff !important;
		font-size: 0.76rem !important;
		font-weight: 800 !important;
		letter-spacing: 0.1em !important;
		box-shadow: 0 8px 20px rgba(92, 68, 39, 0.13) !important;
	}

	#qodef-membership-login-modal .qodef-m-action-button:hover,
	#qodef-membership-login-modal .qodef-m-action-button:focus {
		background: #b8842f !important;
		color: #fff !important;
	}

	#qodef-membership-login-modal .qodef-m-response {
		margin-top: 1rem !important;
		padding: 0.65rem 0.8rem;
		border-radius: 10px;
		background: rgba(168, 95, 69, 0.08);
		line-height: 1.4 !important;
	}
}

/* Side panel (MENU) — primary navigation injected by header.js */
.taitussi-side-nav {
	width: 100%;
	margin: 1.4rem 0 1.6rem;
}

.taitussi-side-nav ul {
	display: grid;
	gap: 0.35rem;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.taitussi-side-nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.7rem;
	padding: 0.4rem 1.4rem;
	color: #4a3a2e !important;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none !important;
	border-radius: 999px;
	transition: background 160ms ease, color 160ms ease;
}

.taitussi-side-nav a:hover,
.taitussi-side-nav a:focus {
	background: rgba(168, 95, 69, 0.12);
	color: #a85f45 !important;
}

.taitussi-side-nav a.taitussi-side-nav__account {
	background: #a29460;
	color: #fff !important;
}

.taitussi-side-nav a.taitussi-side-nav__account:hover,
.taitussi-side-nav a.taitussi-side-nav__account:focus {
	background: #b8842f;
	color: #fff !important;
}

/* Mid widths + browser zoom: shrink before elements collide */
@media (max-width: 1400px) {
	body.qodef-header--centered #qodef-page-header-inner > .qodef-header-logo-link img {
		height: clamp(56px, 7vw, 96px) !important;
		max-width: min(280px, 22vw) !important;
	}

	body.qodef-header--centered .qodef-header-navigation .menu > li > a {
		padding: 0.35rem 0.45rem !important;
		font-size: clamp(0.88rem, 1vw, 1.15rem) !important;
	}

	body.qodef-header--centered .qodef-login-opener {
		height: var(--th-action-size) !important;
		padding: 0 0.65rem 0 0.3rem !important;
		font-size: 0.72rem !important;
	}
}

@media (max-width: 1200px) {
	body.qodef-header--centered #qodef-page-header-inner {
		gap: 0.5rem 0.65rem !important;
	}

	/* Compact top nav (Home / Menu / About / Contact) still fits */
	body.qodef-header--centered #qodef-page-header-inner > .qodef-header-logo-link img {
		height: 72px !important;
		max-width: 220px !important;
	}

	body.qodef-header--centered #swissdelight_core_side_area_opener-2 {
		display: flex !important;
	}

	body.qodef-header--centered .qodef-logged-in-user .qodef-m-user-name,
	body.qodef-header--centered .qodef-login-opener .qodef-login-opener-text {
		display: none !important;
	}

	body.qodef-header--centered #swissdelight_membership_login_opener-2 {
		display: none !important;
	}

	body.qodef-header--centered .qodef-login-opener {
		width: var(--th-action-size) !important;
		min-width: var(--th-action-size) !important;
		padding: 0 !important;
		justify-content: center !important;
	}
}

@media (max-width: 1100px) {
	body.qodef-header--centered .qodef-header-navigation .menu > li > a {
		padding: 0.35rem 0.45rem !important;
		font-size: 1.05rem !important;
	}
}

@media (max-width: 1024px) {
	body.qodef-header--centered #swissdelight_core_side_area_opener-2 {
		display: flex !important;
	}
}

@media (max-width: 900px) {
	body.qodef-header--centered #qodef-page-header-inner {
		width: min(100% - 1.25rem, 1400px) !important;
	}

	body.qodef-header--centered .qodef-header-navigation {
		display: none !important;
	}

	body.qodef-header--centered #swissdelight_core_side_area_opener-2 {
		display: flex !important;
	}

	body.qodef-header--centered #qodef-page-header-inner > .qodef-header-logo-link img {
		height: 64px !important;
		max-width: 180px !important;
	}

	body.qodef-header--centered .taitussi-wish-link,
	#qodef-page-mobile-header .taitussi-wish-link,
	body.qodef-header--centered .qodef-woo-dropdown-cart .qodef-m-opener,
	body.qodef-header--centered #swissdelight_core_side_area_opener-2 a,
	body.qodef-header--centered a.qodef-side-area-opener,
	#qodef-page-mobile-header a.qodef-mobile-header-opener,
	body.qodef-header--centered .qodef-opener-icon.qodef-source--predefined .qodef-m-text,
	#qodef-page-mobile-header .qodef-opener-icon.qodef-source--predefined .qodef-m-text {
		width: 2.45rem !important;
		height: 2.45rem !important;
		min-width: 2.45rem !important;
		min-height: 2.45rem !important;
		max-width: 2.45rem !important;
		max-height: 2.45rem !important;
		line-height: 2.45rem !important;
	}
}

/* ---- Guest checkout gate (register prompt) ---- */

.taitussi-auth-gate {
	position: fixed;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 1.25rem;
	background: rgba(24, 16, 12, 0.66);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	z-index: 100300;
}

body.taitussi-auth-open .taitussi-auth-gate {
	display: flex;
}

body.taitussi-auth-open {
	overflow: hidden;
}

.taitussi-auth-gate__card {
	position: relative;
	width: min(92vw, 26rem);
	padding: 2.2rem 1.9rem 2rem;
	text-align: center;
	background: #fdf6ee;
	border: 1px solid rgba(178, 132, 108, 0.35);
	border-radius: 22px;
	box-shadow: 0 24px 60px rgba(60, 34, 20, 0.35);
	animation: taitussi-auth-pop 0.22s ease-out;
}

@keyframes taitussi-auth-pop {
	from {
		opacity: 0;
		transform: translateY(10px) scale(0.97);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.taitussi-auth-gate__close {
	position: absolute;
	top: 0.55rem;
	right: 0.7rem;
	width: 2rem;
	height: 2rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: #9a7b68;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
}

.taitussi-auth-gate__close:hover {
	color: #3b2a20;
}

.taitussi-auth-gate__title {
	margin: 0 0 0.6rem;
	color: #3b2a20;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.taitussi-auth-gate__text {
	margin: 0 0 1.4rem;
	color: #7a6355;
	font-size: 0.92rem;
	line-height: 1.55;
}

.taitussi-auth-gate__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1.6rem;
	background: #c99a6e;
	color: #fff !important;
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	border-radius: 999px;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease;
}

.taitussi-auth-gate__cta:hover {
	background: #b98354;
	transform: translateY(-1px);
}

