/**
 * [tb_site_header] — Header completo: logo, búsqueda, nav y utilidades
 */

.tb-site-header {
	position: relative;
	z-index: 100020;
	width: 100%;
	color: #ffffff;
}

.tb-site-header__inner {
	display: grid !important;
	grid-template-columns: auto 1fr auto !important;
	align-items: center;
	gap: 8px;
	width: 100%;
	padding: 10px 10px 10px 8px;
}

/* Ocultar slots de escritorio por defecto (mobile-first) */

.tb-site-header__search--desktop,
.tb-site-header__center,
.tb-site-header__nav,
.tb-site-header__bar--desktop,
.tb-site-header__locale--desktop,
.tb-site-header__desktop-end {
	display: none !important;
	visibility: hidden !important;
	position: absolute !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	pointer-events: none !important;
}

.tb-site-header--mobile-view .tb-site-header__search--desktop,
.tb-site-header--mobile-view .tb-site-header__center,
.tb-site-header--mobile-view .tb-site-header__nav,
.tb-site-header--mobile-view .tb-site-header__bar--desktop,
.tb-site-header--mobile-view .tb-site-header__locale--desktop,
.tb-site-header--mobile-view .tb-site-header__desktop-end {
	display: none !important;
	visibility: hidden !important;
	position: absolute !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	pointer-events: none !important;
}

.tb-site-header--mobile-view .tb-site-header__mobile-actions {
	display: inline-flex !important;
}

.tb-site-header--desktop-view .tb-site-header__mobile-actions {
	display: none !important;
}

/* —— Logo —— */

.tb-site-header__logo {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	min-width: 0;
	color: #ffffff !important;
	text-decoration: none !important;
}

.tb-site-header__logo-img {
	display: block;
	width: auto;
	max-width: 118px;
	height: auto;
	max-height: 34px;
	object-fit: contain;
}

.tb-site-header__logo--text {
	align-items: baseline;
	gap: 0;
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.tb-site-header__logo-text-main {
	font-family: Montserrat, system-ui, sans-serif;
	font-weight: 700;
}

.tb-site-header__logo-text-script {
	font-family: "Brush Script MT", "Segoe Script", cursive;
	font-size: 1.05em;
	font-weight: 400;
	font-style: normal;
	transform: translateY(1px);
}

/* —— Búsqueda —— */

.tb-site-header__search {
	min-width: 0;
}

.tb-site-header__search--desktop {
	flex: 1 1 auto;
	max-width: 640px;
}

.tb-site-header__search--mobile {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
	pointer-events: none;
}

.tb-site-header__search .tb-destination-search {
	width: 100%;
	max-width: none;
	margin: 0;
}

.tb-site-header__search .tb-destination-search__status {
	display: none;
}

.tb-site-header__search--desktop .tb-destination-search--compact,
.tb-site-header__search--desktop .tb-destination-search--hero {
	width: 100%;
}

/* Escritorio: barra con geo (estilo hero) */
@media (min-width: 1025px) {
	.tb-site-header--has-search .tb-site-header__search--desktop {
		display: block !important;
		position: static !important;
		width: 100% !important;
		min-width: 0 !important;
		max-width: 520px !important;
		height: auto !important;
		visibility: visible !important;
		overflow: visible !important;
		pointer-events: auto !important;
		flex: 1 1 240px;
		align-self: center;
	}

	.tb-site-header__search--desktop .tb-destination-search,
	.tb-site-header__search--desktop .tb-destination-search--compact {
		width: 100%;
		max-width: 100%;
	}

	.tb-site-header__search--desktop .tb-destination-search__shell {
		display: grid !important;
		grid-template-columns: 44px minmax(140px, 1fr) auto !important;
		grid-template-rows: 1fr !important;
		align-items: center !important;
		padding: 6px 6px 6px 4px;
		border-radius: 999px;
		min-height: 52px;
		width: 100%;
		box-shadow: 0 4px 28px rgba(0, 0, 0, 0.14);
	}

	.tb-site-header__search--desktop .tb-destination-search__icon {
		grid-column: 1 !important;
		grid-row: 1 !important;
		position: static !important;
		transform: none !important;
		--tb-search-icon-col: 44px;
		width: 44px !important;
		min-height: 44px;
		height: auto;
	}

	.tb-site-header__search--desktop .tb-destination-search__icon svg {
		width: 22px;
		height: 22px;
	}

	.tb-site-header__search--desktop .tb-destination-search__input {
		grid-column: 2 !important;
		grid-row: 1 !important;
		padding: 12px 10px !important;
		font-size: 1rem !important;
		min-height: 44px;
		min-width: 0 !important;
		line-height: 1.35 !important;
		text-overflow: clip !important;
		overflow: visible !important;
	}

	.tb-site-header__search--desktop .tb-destination-search--compact .tb-destination-search__input {
		text-overflow: clip !important;
		overflow: visible !important;
	}

	.tb-site-header__search--desktop .tb-destination-search__input::placeholder {
		opacity: 1;
		color: var(--tb-search-muted, #6b6b6b) !important;
	}

	.tb-site-header__search--desktop .tb-destination-search__geo {
		display: inline-flex !important;
		grid-column: 3 !important;
		grid-row: 1 !important;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
		gap: 8px;
		margin: 0 2px 0 4px;
		padding: 12px 20px !important;
		font-size: 0.9375rem !important;
		font-weight: 600 !important;
		line-height: 1.2 !important;
		white-space: nowrap;
		border-radius: 999px !important;
	}

	.tb-site-header__search--desktop .tb-destination-search--compact.tb-site-header__destination-search .tb-destination-search__geo {
		display: inline-flex !important;
	}

	.tb-site-header__search--desktop .tb-destination-search__geo-icon svg {
		width: 18px;
		height: 18px;
	}
}

@media (min-width: 1025px) and (max-width: 1399px) {
	.tb-site-header--has-search .tb-site-header__inner {
		gap: 10px;
		padding: 14px 16px;
	}

	.tb-site-header--has-search .tb-site-header__center {
		flex: 1 1 auto;
		min-width: 0;
		max-width: none;
		gap: 14px;
	}

	.tb-site-header--has-search .tb-site-header__search--desktop {
		flex: 1 1 auto;
		min-width: 200px;
		max-width: min(480px, 52vw) !important;
	}

	.tb-site-header--has-search .tb-site-header__center > .tb-site-header__nav--desktop {
		gap: 12px;
	}

	.tb-site-header--has-search .tb-site-header__utilities-end {
		gap: 14px;
	}

	.tb-site-header--has-search .tb-site-header__pill,
	.tb-site-header--has-search .tb-site-header__nav-link {
		font-size: 14px;
	}
}

@media (min-width: 1025px) and (max-width: 1180px) {
	.tb-site-header--has-search .tb-site-header__search--desktop .tb-destination-search__geo-label {
		display: none;
	}

	.tb-site-header--has-search .tb-site-header__search--desktop .tb-destination-search__geo {
		padding: 12px 14px !important;
	}

	.tb-site-header--has-search .tb-site-header__pill-label {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.tb-site-header--has-search .tb-site-header__nav-label {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.tb-site-header--has-search .tb-site-header__center > .tb-site-header__nav--desktop {
		gap: 8px;
	}

	.tb-site-header--has-search .tb-site-header__utilities-end {
		gap: 12px;
	}
}

/* —— Nav + utilidades (bloque derecho en escritorio) —— */

.tb-site-header__desktop-end {
	display: none;
	align-items: center;
	flex-shrink: 0;
}

.tb-site-header__nav {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-shrink: 0;
}

.tb-site-header__nav-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 0;
	color: #ffffff !important;
	text-decoration: none !important;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
	transition: opacity 0.2s ease;
}

.tb-site-header__nav-link:hover,
.tb-site-header__nav-link:focus-visible {
	opacity: 0.88;
	color: #ffffff !important;
}

.tb-site-header__nav-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.tb-site-header__nav-icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

/* —— Desktop utilities —— */

.tb-site-header__bar--desktop {
	align-items: center;
	justify-content: flex-end;
	flex-shrink: 0;
	min-height: 44px;
	margin-left: 0;
}

.tb-site-header__utilities-end {
	display: flex;
	align-items: center;
	gap: 28px;
}

.tb-site-header__pill {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	position: relative;
	padding: 6px 0;
	border: 0;
	border-radius: 0;
	background: transparent !important;
	color: #ffffff !important;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
	transition: opacity 0.2s ease;
}

.tb-site-header__pill--icon-only {
	padding: 4px 0;
}

.tb-site-header__pill:hover,
.tb-site-header__pill:focus-visible {
	opacity: 0.88;
	background: transparent !important;
	color: #ffffff !important;
}

.tb-site-header__pill-icon {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
}

.tb-site-header__pill-icon svg {
	display: block;
	width: 20px;
	height: 20px;
}

.tb-site-header__pill--cart .tb-site-header__pill-icon svg {
	width: 26px;
	height: 26px;
}

.tb-site-header__cart-count {
	position: absolute;
	top: -8px;
	right: -8px;
	min-width: 20px;
	height: 20px;
	padding: 0 6px;
	border-radius: 999px;
	background: #f5b942;
	color: #1f2937;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
}

.tb-site-header__pill--cart .tb-site-header__cart-count,
.tb-site-header__mobile-cart .tb-site-header__cart-count {
	top: -6px;
	right: -8px;
}

.tb-site-header__cart-count[hidden] {
	display: none !important;
}

/* —— Locale picker —— */

.tb-site-header__locale-root {
	position: absolute;
	width: 0;
	height: 0;
	overflow: visible;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.tb-site-header__locale--desktop {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
}

.tb-site-header__locale--desktop .tb-locale-picker__desktop {
	display: inline-flex !important;
	align-items: center;
}

.tb-site-header__dropdown-locale .tb-locale-picker__mobile {
	display: block !important;
}

.tb-site-header__locale--desktop .tb-locale-picker__desktop,
.tb-site-header__dropdown-locale .tb-locale-picker__mobile {
	clip: auto;
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	white-space: normal;
}

.tb-site-header__locale--desktop .tb-locale-picker {
	color: #ffffff;
}

.tb-site-header__locale--desktop .tb-locale-picker__trigger {
	display: inline-flex !important;
	align-items: center !important;
	gap: 10px;
	padding: 6px 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	transform: none;
	transition: opacity 0.2s ease;
}

.tb-site-header__locale--desktop .tb-locale-picker__trigger-icon svg {
	width: 20px;
	height: 20px;
}

.tb-site-header__locale--desktop .tb-locale-picker__trigger::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-left: 2px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
	opacity: 0.9;
}

.tb-site-header__locale--desktop .tb-locale-picker__trigger:hover,
.tb-site-header__locale--desktop .tb-locale-picker__trigger:focus-visible {
	opacity: 0.88;
	background: transparent !important;
}

.tb-site-header__dropdown-locale .tb-locale-picker {
	color: #1f2937;
}

/* —— Mobile bar —— */

.tb-site-header__mobile-actions {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	flex-shrink: 0;
}

.tb-site-header__search-toggle,
.tb-site-header__menu-toggle {
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	min-width: 44px;
	min-height: 44px;
	margin: 0;
	padding: 0 !important;
	border: 1px solid rgba(255, 255, 255, 0.88) !important;
	border-radius: 50% !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff;
	font: inherit;
	line-height: 1;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.tb-site-header__search-toggle:hover,
.tb-site-header__search-toggle:focus-visible,
.tb-site-header__menu-toggle:hover,
.tb-site-header__menu-toggle:focus-visible {
	opacity: 0.88;
	background: transparent !important;
	background-color: transparent !important;
	color: #ffffff !important;
}

.tb-site-header__search-toggle-icon,
.tb-site-header__menu-toggle-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: inherit;
}

.tb-site-header__search-toggle-icon svg,
.tb-site-header__menu-toggle-icon svg {
	display: block;
	width: 22px;
	height: 22px;
}

.tb-site-header__mobile-menu {
	position: relative;
	flex-shrink: 0;
}

.tb-site-header__mobile-cart {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0 !important;
	border-radius: 0;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff;
	text-decoration: none !important;
}

.tb-site-header__mobile-cart-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: inherit;
}

.tb-site-header__mobile-cart-icon svg {
	display: block;
	width: 26px;
	height: 26px;
}

/* —— Mobile dropdown (fixed, ancho completo del viewport) —— */

.tb-site-header__overlay {
	position: fixed;
	inset: 0;
	z-index: 100190;
	background: rgba(15, 23, 42, 0.35);
	opacity: 0;
	transition: opacity 0.2s ease;
	pointer-events: none;
}

.tb-site-header__overlay.is-open {
	opacity: 1;
	pointer-events: auto;
}

.tb-site-header__dropdown {
	position: fixed;
	left: 12px;
	right: 12px;
	z-index: 100200;
	width: auto;
	max-width: none;
	margin-top: 0;
	pointer-events: none;
	visibility: hidden;
}

.tb-site-header__dropdown:not([hidden]) {
	visibility: visible;
}

.tb-site-header.is-menu-open {
	z-index: 100200;
}

.tb-site-header__dropdown.is-open {
	pointer-events: auto;
}

.tb-site-header__dropdown-panel {
	background: #ffffff;
	color: #1f2937;
	border-radius: 12px;
	box-shadow: 0 16px 48px rgba(15, 23, 42, 0.22);
	overflow: hidden;
	opacity: 0;
	transform: translateY(-8px);
	transition: opacity 0.24s ease, transform 0.24s ease;
	max-height: min(72vh, 560px);
	display: flex;
	flex-direction: column;
	width: 100%;
}

.tb-site-header__dropdown.is-open .tb-site-header__dropdown-panel {
	opacity: 1;
	transform: translateY(0);
}

.tb-site-header__dropdown-top {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 10px 12px;
	background: #111827;
	flex-shrink: 0;
}

.tb-site-header__dropdown-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent !important;
	color: #ffffff !important;
	cursor: pointer;
}

.tb-site-header__dropdown-nav {
	flex: 1;
	min-height: 0;
	overflow: auto;
	padding: 4px 20px 20px;
	-webkit-overflow-scrolling: touch;
}

.tb-site-header__dropdown-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tb-site-header__dropdown-link {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
	padding: 16px 0;
	border-bottom: 1px solid #e5e7eb;
	color: #1f2937 !important;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
}

.tb-site-header__dropdown-list li:last-child .tb-site-header__dropdown-link {
	border-bottom: 0;
}

.tb-site-header__dropdown-icon {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid #d1d5db;
	border-radius: 50%;
	color: #1f2937;
}

.tb-site-header__dropdown-icon svg {
	width: 20px;
	height: 20px;
}

.tb-site-header__dropdown-label {
	flex: 1;
	min-width: 0;
	overflow: visible;
	white-space: normal;
}

.tb-site-header__dropdown-chevron {
	display: inline-flex;
	flex-shrink: 0;
	color: #9ca3af;
}

.tb-site-header__dropdown-section {
	margin-top: 4px;
	padding-top: 4px;
	border-top: 1px solid #e5e7eb;
}

.tb-site-header__dropdown-locale {
	margin-top: 4px;
}

.tb-site-header__dropdown-locale .tb-locale-picker {
	width: 100%;
	color: #1f2937;
}

.tb-site-header__dropdown-locale .tb-locale-picker__mobile-row {
	padding-left: 0;
	padding-right: 0;
}

.tb-site-header__dropdown-list--secondary {
	margin-top: 4px;
	padding-top: 4px;
	border-top: 1px solid #e5e7eb;
}

html.tb-site-header-menu-open {
	overflow: hidden;
}

html.tb-locale-picker-open [data-tb-locale-modal],
html.tb-locale-picker-open [data-tb-locale-overlay],
html.tb-locale-picker-open [data-tb-locale-sheet] {
	z-index: 100250 !important;
}

/* —— Desktop breakpoint —— */

@media (min-width: 1025px) {
	.tb-site-header__inner {
		display: flex !important;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-start;
		gap: 20px;
		padding: 14px 24px;
		min-height: 72px;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	.tb-site-header--has-search .tb-site-header__inner {
		display: flex !important;
		flex-wrap: nowrap;
		align-items: center !important;
		justify-content: flex-start;
		gap: clamp(10px, 1.2vw, 18px);
		padding: 14px 20px;
		min-height: 72px;
		width: 100%;
		max-width: 100%;
		overflow: visible;
	}

	.tb-site-header--has-search .tb-site-header__logo {
		position: relative;
		z-index: 2;
		flex: 0 0 auto;
		align-self: center !important;
	}

	.tb-site-header--has-search .tb-site-header__center {
		display: flex !important;
		align-items: center !important;
		align-self: center !important;
		position: static !important;
		left: auto !important;
		top: auto !important;
		transform: none !important;
		z-index: 1;
		flex: 1 1 auto;
		min-width: 0;
		max-width: none;
		width: auto;
		gap: clamp(12px, 1.5vw, 24px);
		visibility: visible !important;
		overflow: visible !important;
		pointer-events: auto;
	}

	.tb-site-header--has-search .tb-site-header__search--desktop {
		flex: 1 1 auto;
		width: auto !important;
		min-width: 200px !important;
		max-width: min(480px, 50vw) !important;
		align-self: center !important;
	}

	.tb-site-header--has-search .tb-site-header__center > .tb-site-header__nav--desktop {
		flex: 0 0 auto;
		align-self: center !important;
		align-items: center !important;
		display: flex !important;
		gap: clamp(12px, 1.5vw, 24px);
		white-space: nowrap;
		overflow: visible !important;
		margin: 0;
		padding: 0;
	}

	.tb-site-header--has-search .tb-site-header__nav-link,
	.tb-site-header--has-search .tb-site-header__nav-label {
		flex-shrink: 0;
		overflow: visible !important;
		text-overflow: clip !important;
		max-width: none !important;
	}

	.tb-site-header--has-search .tb-site-header__desktop-end {
		display: flex !important;
		align-items: center !important;
		align-self: center !important;
		flex: 0 0 auto;
		flex-shrink: 0;
		gap: 0;
		margin-left: auto;
		z-index: 2;
	}

	.tb-site-header--has-search .tb-site-header__bar--desktop {
		flex: 0 0 auto;
		display: flex !important;
		align-items: center !important;
		align-self: center !important;
	}

	.tb-site-header--home.tb-site-header--has-search .tb-site-header__desktop-end {
		display: flex !important;
	}

	.tb-site-header--home.tb-site-header--has-search .tb-site-header__center > .tb-site-header__nav--desktop,
	.tb-site-header--home.tb-site-header--has-search .tb-site-header__nav {
		position: static !important;
		left: auto !important;
		top: auto !important;
		transform: none !important;
		width: auto !important;
		margin: 0 !important;
	}

	.tb-site-header__search--mobile,
	.tb-site-header__mobile-actions {
		display: none !important;
	}

	.tb-site-header__logo {
		flex: 0 0 auto;
	}

	.tb-site-header__logo-img {
		max-width: 132px;
		max-height: 38px;
	}

	.tb-site-header__desktop-end {
		display: flex !important;
		align-items: center;
		gap: 32px;
		margin-left: auto;
		flex: 0 0 auto;
		flex-shrink: 0;
		position: static !important;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		overflow: visible !important;
		pointer-events: auto !important;
	}

	.tb-site-header__nav {
		flex: 0 0 auto;
		display: flex !important;
	}

	.tb-site-header__bar--desktop {
		flex: 0 0 auto;
		margin-left: 0;
		display: flex !important;
	}

	.tb-site-header--home .tb-site-header__inner {
		display: flex !important;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-start;
		position: relative;
		gap: 0;
		padding: 16px 24px;
		min-height: 72px;
	}

	.tb-site-header--home .tb-site-header__desktop-end {
		display: contents !important;
	}

	.tb-site-header--home .tb-site-header__logo {
		position: relative;
		z-index: 2;
		flex: 0 0 auto;
	}

	.tb-site-header--home .tb-site-header__nav {
		position: absolute !important;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 1;
		display: flex !important;
		align-items: center;
		justify-content: center;
		gap: 24px;
		width: max-content;
		margin: 0;
		pointer-events: auto;
	}

	.tb-site-header--home .tb-site-header__bar--desktop {
		position: relative;
		z-index: 2;
		flex: 0 0 auto;
		margin-left: auto;
		display: flex !important;
	}

	.tb-site-header--home .tb-site-header__nav-link {
		align-items: center;
	}

	.tb-site-header--home .tb-site-header__nav-label {
		line-height: 1;
	}

	.tb-site-header--home .tb-site-header__logo-img {
		max-width: 140px;
		max-height: 40px;
	}

	.tb-site-header__nav,
	.tb-site-header__bar--desktop {
		display: flex !important;
		position: static !important;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		overflow: visible !important;
		pointer-events: auto !important;
	}

	.tb-site-header--no-search .tb-site-header__search--desktop {
		display: none !important;
		visibility: hidden !important;
		position: absolute !important;
		width: 0 !important;
		height: 0 !important;
		overflow: hidden !important;
		pointer-events: none !important;
	}

	.tb-site-header--no-search:not(.tb-site-header--home) .tb-site-header__desktop-end {
		margin-left: auto;
	}

	.tb-site-header__locale--desktop {
		display: inline-flex !important;
		position: static !important;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		overflow: visible !important;
		pointer-events: auto !important;
	}

	.tb-site-header__dropdown,
	.tb-site-header__overlay {
		display: none !important;
	}
}

@media (max-width: 1024px) {
	.tb-site-header__inner {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		align-items: center;
		padding: 10px 10px 10px 8px;
		gap: 12px;
		min-height: 56px;
	}

	.tb-site-header__logo {
		min-width: 0;
		justify-self: start;
	}

	.tb-site-header__logo-img {
		display: block;
		max-width: 132px;
		max-height: 36px;
		width: auto;
		height: auto;
	}

	.tb-site-header__mobile-actions {
		display: inline-flex !important;
		align-items: center;
		justify-content: flex-end;
		gap: 6px;
		flex-shrink: 0;
		justify-self: end;
	}

	.tb-site-header__search-toggle,
	.tb-site-header__menu-toggle {
		width: 42px;
		height: 42px;
		min-width: 42px;
		min-height: 42px;
	}

	.tb-site-header__search-toggle-icon svg,
	.tb-site-header__menu-toggle-icon svg {
		width: 20px;
		height: 20px;
	}

	.tb-site-header__mobile-cart {
		width: 42px;
		height: 42px;
	}

	.tb-site-header__mobile-menu {
		margin-left: 6px;
	}

	.tb-site-header__mobile-cart-icon svg {
		width: 24px;
		height: 24px;
	}

	.tb-site-header__search--desktop,
	.tb-site-header__center,
	.tb-site-header__nav,
	.tb-site-header__bar--desktop,
	.tb-site-header__locale--desktop,
	.tb-site-header__desktop-end {
		display: none !important;
		visibility: hidden !important;
		position: absolute !important;
		width: 0 !important;
		height: 0 !important;
		overflow: hidden !important;
		pointer-events: none !important;
	}

	.tb-site-header__mobile-actions {
		display: inline-flex !important;
	}
}

@media (max-width: 380px) {
	.tb-site-header__inner {
		padding: 8px 8px 8px 6px;
		gap: 8px;
	}

	.tb-site-header__logo-img {
		max-width: 118px;
		max-height: 32px;
	}

	.tb-site-header__mobile-actions {
		gap: 4px;
	}

	.tb-site-header__search-toggle,
	.tb-site-header__menu-toggle,
	.tb-site-header__mobile-cart {
		width: 40px;
		height: 40px;
		min-width: 40px;
		min-height: 40px;
	}
}

/* Elementor: shortcode a ancho completo en Theme Builder header */

.elementor-location-header .elementor-section:has(.tb-site-header) > .elementor-container {
	max-width: 100% !important;
	width: 100% !important;
}

.elementor-location-header .elementor-section:has(.tb-site-header) .elementor-column,
.elementor-location-header .elementor-column:has(.tb-site-header),
.elementor-location-header .elementor-widget-shortcode:has(.tb-site-header) {
	width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 100% !important;
	box-sizing: border-box;
}

.elementor-location-header .elementor-widget-shortcode:has(.tb-site-header) > .elementor-widget-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
}

.elementor-location-header .tb-site-header {
	position: relative;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.elementor-location-header .tb-site-header__inner {
	width: 100%;
	max-width: 100%;
}

.elementor-location-header .elementor-widget-shortcode:has(.tb-site-header) .tb-site-header__search-toggle,
.elementor-location-header .elementor-widget-shortcode:has(.tb-site-header) .tb-site-header__menu-toggle,
.elementor-location-header .elementor-widget-shortcode:has(.tb-site-header) .tb-site-header__mobile-cart {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
}

@media (min-width: 1025px) {
	.elementor-location-header .tb-site-header .tb-site-header__inner {
		display: flex !important;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-start;
		gap: 20px 24px;
		padding: 14px 24px;
		min-height: 72px;
		width: 100%;
		max-width: 100%;
	}

	.elementor-location-header .tb-site-header.tb-site-header--has-search .tb-site-header__inner {
		display: flex !important;
		flex-wrap: nowrap;
		align-items: center !important;
		justify-content: flex-start;
		gap: clamp(10px, 1.2vw, 18px);
		min-height: 72px;
		padding: 14px 20px;
		overflow: visible;
	}

	.elementor-location-header .tb-site-header.tb-site-header--has-search .tb-site-header__logo {
		position: relative;
		z-index: 2;
		flex-shrink: 0;
		align-self: center !important;
	}

	.elementor-location-header .tb-site-header.tb-site-header--has-search .tb-site-header__center {
		display: flex !important;
		align-items: center !important;
		align-self: center !important;
		position: static !important;
		left: auto !important;
		top: auto !important;
		transform: none !important;
		flex: 1 1 auto;
		min-width: 0;
		max-width: none;
		width: auto;
		gap: clamp(12px, 1.5vw, 24px);
		z-index: 1;
		overflow: visible !important;
	}

	.elementor-location-header .tb-site-header.tb-site-header--has-search .tb-site-header__search--desktop {
		display: block !important;
		position: static !important;
		flex: 1 1 auto;
		width: auto !important;
		min-width: 200px !important;
		max-width: min(480px, 50vw) !important;
		height: auto !important;
		visibility: visible !important;
		overflow: visible !important;
		pointer-events: auto !important;
	}

	.elementor-location-header .tb-site-header.tb-site-header--has-search .tb-site-header__center > .tb-site-header__nav--desktop {
		display: flex !important;
		position: static !important;
		align-items: center !important;
		align-self: center !important;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		overflow: visible !important;
		pointer-events: auto !important;
		flex: 0 0 auto;
		white-space: nowrap;
	}

	.elementor-location-header .tb-site-header.tb-site-header--has-search .tb-site-header__desktop-end {
		display: flex !important;
		align-items: center !important;
		align-self: center !important;
		flex: 0 0 auto;
		flex-shrink: 0;
		margin-left: auto;
		z-index: 2;
	}

	.elementor-location-header .tb-site-header.tb-site-header--home.tb-site-header--has-search .tb-site-header__desktop-end {
		display: flex !important;
	}

	.elementor-location-header .tb-site-header.tb-site-header--home.tb-site-header--has-search .tb-site-header__center > .tb-site-header__nav--desktop,
	.elementor-location-header .tb-site-header.tb-site-header--home.tb-site-header--has-search .tb-site-header__nav {
		position: static !important;
		left: auto !important;
		top: auto !important;
		transform: none !important;
	}

	.elementor-location-header .tb-site-header .tb-site-header__desktop-end {
		display: flex !important;
		align-items: center;
		gap: 32px;
		margin-left: auto;
		flex-shrink: 0;
	}

	.elementor-location-header .tb-site-header.tb-site-header--home .tb-site-header__inner {
		display: flex !important;
		position: relative;
		justify-content: flex-start;
		padding: 16px 24px;
		min-height: 72px;
	}

	.elementor-location-header .tb-site-header.tb-site-header--home .tb-site-header__desktop-end {
		display: contents !important;
	}

	.elementor-location-header .tb-site-header.tb-site-header--home .tb-site-header__nav {
		position: absolute !important;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.elementor-location-header .tb-site-header.tb-site-header--home .tb-site-header__bar--desktop {
		margin-left: auto;
	}
}

@media (max-width: 1024px) {
	.elementor-location-header .tb-site-header .tb-site-header__inner {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		align-items: center;
		gap: 12px;
		padding: 10px 10px 10px 8px;
	}

	.elementor-location-header .tb-site-header .tb-site-header__search--desktop,
	.elementor-location-header .tb-site-header .tb-site-header__center,
	.elementor-location-header .tb-site-header .tb-site-header__nav,
	.elementor-location-header .tb-site-header .tb-site-header__bar--desktop,
	.elementor-location-header .tb-site-header .tb-site-header__desktop-end {
		display: none !important;
		visibility: hidden !important;
		position: absolute !important;
		width: 0 !important;
		height: 0 !important;
		overflow: hidden !important;
		pointer-events: none !important;
	}

	.elementor-location-header .tb-site-header .tb-site-header__mobile-actions {
		display: inline-flex !important;
	}
}

/* Nav blanco sobre header transparente (anular color de enlaces Elementor) */

.tb-site-header:not(.tb-site-header--solid) .tb-site-header__nav-link,
.tb-site-header:not(.tb-site-header--solid) .tb-site-header__pill,
.tb-site-header:not(.tb-site-header--solid) .tb-site-header__nav-icon,
.elementor-location-header .tb-site-header:not(.tb-site-header--solid) .tb-site-header__nav-link,
.elementor-location-header .tb-site-header:not(.tb-site-header--solid) .tb-site-header__pill {
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff;
}

.elementor-location-header .tb-site-header:not(.tb-site-header--solid) .tb-site-header__nav-icon,
.elementor-location-header .tb-site-header:not(.tb-site-header--solid) .tb-site-header__pill-icon {
	color: #ffffff;
}

/* Header sobre fondos claros (páginas internas) */

.tb-site-header--solid,
.elementor-location-header .tb-site-header--solid {
	color: #1f2937;
}

.tb-site-header--solid .tb-site-header__logo,
.tb-site-header--solid .tb-site-header__nav-link,
.tb-site-header--solid .tb-site-header__pill,
.tb-site-header--solid .tb-site-header__menu-toggle,
.tb-site-header--solid .tb-site-header__mobile-cart,
.tb-site-header--solid .tb-site-header__search-toggle {
	color: #1f2937 !important;
}

.tb-site-header--solid .tb-site-header__menu-toggle,
.tb-site-header--solid .tb-site-header__search-toggle {
	border-color: rgba(31, 41, 55, 0.25) !important;
}

.tb-site-header--solid .tb-site-header__locale--desktop .tb-locale-picker__trigger {
	color: #1f2937 !important;
	-webkit-text-fill-color: #1f2937;
}

.tb-site-header--solid .tb-site-header__locale--desktop .tb-locale-picker__trigger-icon {
	color: #1f2937;
}
