/**
 * Simply Luxury Search Ecosystem & Navigation
 * Front-end presentation only; no theme files are replaced.
 */

.slx-discovery,
.slx-site-arrows {
	--slx-night: #010b14;
	--slx-navy: #061b2c;
	--slx-navy-soft: #0a2438;
	--slx-cream: #f4ede3;
	--slx-cream-muted: #cfc5b8;
	--slx-gold: #bd9146;
	--slx-gold-bright: #d1aa63;
	--slx-gold-deep: #8e6428;
	--slx-border: rgba(189, 145, 70, 0.48);
	--slx-line: rgba(244, 237, 227, 0.14);
	--slx-shadow: 0 24px 68px rgba(0, 0, 0, 0.32);
}

.slx-discovery {
	box-sizing: border-box !important;
	position: relative;
	isolation: isolate;
	display: block !important;
	grid-column: 1 / -1 !important;
	flex: 1 0 100% !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 0 clamp(2rem, 4vw, 4.5rem) !important;
	padding: clamp(1.25rem, 2.3vw, 2.15rem) !important;
	border: 1px solid var(--slx-border) !important;
	border-radius: 0 !important;
	background:
		radial-gradient(circle at 92% 6%, rgba(189, 145, 70, 0.13), transparent 29%),
		linear-gradient(135deg, rgba(8, 31, 49, 0.98), rgba(1, 11, 20, 0.99)) !important;
	box-shadow: var(--slx-shadow) !important;
	color: var(--slx-cream) !important;
	font-family: inherit !important;
	text-align: left !important;
	overflow: visible !important;
}

.slx-discovery::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0.45rem;
	border: 1px solid rgba(189, 145, 70, 0.16);
	pointer-events: none;
}

.slx-discovery *,
.slx-discovery *::before,
.slx-discovery *::after {
	box-sizing: border-box;
}

.slx-discovery__header {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.75fr);
	gap: clamp(1rem, 3vw, 3rem);
	align-items: end;
	margin: 0 0 clamp(1.2rem, 2vw, 1.75rem) !important;
	padding: 0 0 clamp(1rem, 1.8vw, 1.45rem) !important;
	border-bottom: 1px solid var(--slx-line);
}

.slx-discovery__eyebrow {
	margin: 0 0 0.42rem !important;
	padding: 0 !important;
	color: var(--slx-gold-bright) !important;
	font-family: inherit !important;
	font-size: clamp(0.64rem, 0.72vw, 0.76rem) !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	letter-spacing: 0.19em !important;
	text-transform: uppercase !important;
}

.slx-discovery__title {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
	color: var(--slx-cream) !important;
	font-family: inherit !important;
	font-size: clamp(1.75rem, 2.4vw, 2.85rem) !important;
	font-weight: 400 !important;
	line-height: 1.05 !important;
	letter-spacing: -0.015em !important;
	text-transform: none !important;
}

.slx-discovery__description {
	max-width: 40rem;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--slx-cream-muted) !important;
	font-family: inherit !important;
	font-size: clamp(0.87rem, 0.95vw, 1rem) !important;
	font-weight: 400 !important;
	line-height: 1.55 !important;
	letter-spacing: 0 !important;
	text-align: right;
	text-transform: none !important;
}

.slx-discovery__layout {
	display: grid !important;
	grid-template-columns: minmax(0, 1.55fr) minmax(18rem, 0.78fr);
	gap: clamp(1rem, 2vw, 1.5rem);
	align-items: start;
}

.slx-discovery-form,
.slx-global-form {
	display: block !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.slx-discovery-search {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto auto;
	gap: 0.58rem;
	align-items: stretch;
	min-width: 0;
	margin: 0 !important;
}

.slx-discovery-search__field {
	position: relative;
	display: flex !important;
	align-items: center;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
}

.slx-discovery-search__icon {
	position: absolute;
	z-index: 2;
	left: 1rem;
	width: 1.15rem;
	height: 1.15rem;
	fill: none;
	stroke: var(--slx-gold-bright);
	stroke-width: 1.55;
	stroke-linecap: round;
	pointer-events: none;
}

.slx-discovery input[type="search"],
.slx-discovery select {
	box-sizing: border-box !important;
	width: 100% !important;
	min-width: 0 !important;
	min-height: 3.35rem !important;
	margin: 0 !important;
	border: 1px solid rgba(189, 145, 70, 0.48) !important;
	border-radius: 0 !important;
	outline: 0 !important;
	background: rgba(2, 15, 25, 0.82) !important;
	box-shadow: none !important;
	color: var(--slx-cream) !important;
	font-family: inherit !important;
	font-size: 0.93rem !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.slx-discovery input[type="search"] {
	display: block !important;
	padding: 0.82rem 1rem 0.82rem 3rem !important;
}

.slx-discovery input[type="search"]::-webkit-search-cancel-button {
	filter: invert(1) opacity(0.72);
}

.slx-discovery input[type="search"]::placeholder {
	color: rgba(244, 237, 227, 0.56) !important;
	opacity: 1 !important;
}

.slx-discovery input[type="search"]:focus,
.slx-discovery select:focus {
	border-color: var(--slx-gold-bright) !important;
	background: rgba(6, 27, 44, 0.98) !important;
	box-shadow: 0 0 0 3px rgba(189, 145, 70, 0.14) !important;
}

.slx-button {
	box-sizing: border-box !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 3.35rem !important;
	margin: 0 !important;
	padding: 0.8rem 1.25rem !important;
	border: 1px solid var(--slx-gold) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-family: inherit !important;
	font-size: 0.71rem !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	letter-spacing: 0.14em !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	white-space: nowrap;
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.slx-button--primary,
.slx-button--compact {
	background: var(--slx-gold) !important;
	color: var(--slx-night) !important;
}

.slx-button--primary:hover,
.slx-button--primary:focus-visible,
.slx-button--compact:hover,
.slx-button--compact:focus-visible {
	border-color: var(--slx-gold-bright) !important;
	background: var(--slx-gold-bright) !important;
	color: var(--slx-night) !important;
	transform: translateY(-1px);
	outline: 0 !important;
}

.slx-button--ghost {
	background: transparent !important;
	color: var(--slx-gold-bright) !important;
}

.slx-button--ghost:hover,
.slx-button--ghost:focus-visible {
	background: rgba(189, 145, 70, 0.1) !important;
	color: var(--slx-cream) !important;
	outline: 0 !important;
}

.slx-button--compact {
	min-height: 3.05rem !important;
	align-self: end;
	padding-inline: 1rem !important;
}

.slx-filter-row,
.slx-global-filters {
	display: grid !important;
	grid-template-columns: minmax(10rem, 1fr) minmax(8rem, 0.75fr) auto;
	gap: 0.58rem;
	align-items: end;
	margin: 0.85rem 0 0 !important;
}

.slx-global-filters {
	grid-template-columns: minmax(12rem, 1.2fr) minmax(8rem, 0.65fr) minmax(10rem, 0.8fr) auto;
}

.slx-discovery-browse {
	display: grid !important;
	grid-template-columns: 1fr;
	gap: 0.85rem;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
}

.slx-field-label {
	display: block !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--slx-gold-bright) !important;
	font-family: inherit !important;
	font-size: 0.66rem !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	letter-spacing: 0.14em !important;
	text-transform: uppercase !important;
}

.slx-field-label > span:first-child {
	display: block;
	margin: 0 0 0.42rem;
}

.slx-select-wrap {
	position: relative;
	display: block !important;
	min-width: 0;
}

.slx-select-wrap select {
	display: block !important;
	min-height: 3.05rem !important;
	padding: 0.75rem 2.85rem 0.75rem 0.9rem !important;
	color: var(--slx-cream) !important;
	font-size: 0.86rem !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	cursor: pointer;
}

.slx-select-wrap--large select {
	min-height: 3.35rem !important;
}

.slx-select-wrap > svg {
	position: absolute;
	top: 50%;
	right: 0.9rem;
	width: 1rem;
	height: 1rem;
	transform: translateY(-50%);
	fill: none;
	stroke: var(--slx-gold-bright);
	stroke-width: 1.55;
	stroke-linecap: round;
	stroke-linejoin: round;
	pointer-events: none;
}

.slx-discovery__status {
	margin: 1rem 0 0 !important;
	padding: 0.9rem 0 0 !important;
	border-top: 1px solid var(--slx-line);
	color: rgba(244, 237, 227, 0.68) !important;
	font-family: inherit !important;
	font-size: 0.76rem !important;
	font-weight: 400 !important;
	line-height: 1.45 !important;
	letter-spacing: 0.02em !important;
	text-transform: none !important;
}

.slx-discovery--global .slx-global-form {
	display: block !important;
}

.slx-screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.slx-search-tools-fallback[hidden] {
	display: none !important;
}

/* Sitewide contextual arrows. */
.slx-site-arrows {
	position: fixed;
	inset: 0;
	z-index: 9990;
	pointer-events: none;
}

.slx-site-arrow {
	position: fixed;
	top: 52%;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 3.15rem;
	height: 3.15rem;
	margin: 0 !important;
	padding: 0 !important;
	transform: translateY(-50%);
	border: 1px solid var(--slx-border) !important;
	border-radius: 999px !important;
	background: rgba(1, 11, 20, 0.9) !important;
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.38) !important;
	color: var(--slx-gold-bright) !important;
	text-decoration: none !important;
	cursor: pointer;
	pointer-events: auto;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	transition: transform 170ms ease, box-shadow 170ms ease, background-color 170ms ease, color 170ms ease;
}

.slx-site-arrow--previous {
	left: clamp(0.55rem, 1.15vw, 1.3rem);
}

.slx-site-arrow--next {
	right: clamp(0.55rem, 1.15vw, 1.3rem);
}

.slx-site-arrow svg {
	width: 1.35rem;
	height: 1.35rem;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.45;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.slx-site-arrow:hover,
.slx-site-arrow:focus-visible {
	transform: translateY(-50%) scale(1.07);
	border-color: var(--slx-gold-bright) !important;
	background: var(--slx-gold) !important;
	box-shadow: 0 14px 42px rgba(0, 0, 0, 0.48) !important;
	color: var(--slx-night) !important;
	outline: 0 !important;
}

.slx-site-arrow::after {
	content: attr(data-slx-tip);
	position: absolute;
	top: 50%;
	width: max-content;
	max-width: min(24rem, 62vw);
	padding: 0.58rem 0.72rem;
	transform: translateY(-50%);
	border: 1px solid rgba(189, 145, 70, 0.42);
	background: rgba(1, 11, 20, 0.96);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
	color: var(--slx-cream);
	font-family: inherit;
	font-size: 0.69rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.04em;
	text-transform: none;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 150ms ease, visibility 150ms ease, transform 150ms ease;
}

.slx-site-arrow--previous::after {
	left: calc(100% + 0.7rem);
	transform: translate(-0.35rem, -50%);
	text-align: left;
}

.slx-site-arrow--next::after {
	right: calc(100% + 0.7rem);
	transform: translate(0.35rem, -50%);
	text-align: right;
}

.slx-site-arrow:hover::after,
.slx-site-arrow:focus-visible::after {
	opacity: 1;
	visibility: visible;
	transform: translate(0, -50%);
}

@media (max-width: 980px) {
	.slx-discovery__header,
	.slx-discovery__layout {
		grid-template-columns: 1fr;
	}

	.slx-discovery__description {
		max-width: none;
		text-align: left;
	}

	.slx-global-filters {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.slx-global-filters .slx-button--compact {
		width: 100%;
	}
}

@media (max-width: 680px) {
	.slx-discovery {
		margin-bottom: 2.25rem !important;
		padding: 1.1rem !important;
	}

	.slx-discovery::before {
		inset: 0.34rem;
	}

	.slx-discovery-search {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.slx-discovery-search .slx-button--ghost {
		grid-column: 1 / -1;
		min-height: 2.8rem !important;
	}

	.slx-filter-row,
	.slx-global-filters {
		grid-template-columns: 1fr;
	}

	.slx-button--compact {
		width: 100%;
	}

	.slx-site-arrow {
		top: auto;
		bottom: max(0.9rem, env(safe-area-inset-bottom));
		width: 2.85rem;
		height: 2.85rem;
		transform: none;
	}

	.slx-site-arrow--previous {
		left: max(0.75rem, env(safe-area-inset-left));
	}

	.slx-site-arrow--next {
		right: max(0.75rem, env(safe-area-inset-right));
	}

	.slx-site-arrow:hover,
	.slx-site-arrow:focus-visible {
		transform: scale(1.05);
	}

	.slx-site-arrow::after {
		display: none;
	}
}

@media (max-width: 420px) {
	.slx-discovery-search {
		grid-template-columns: 1fr;
	}

	.slx-discovery-search .slx-button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.slx-discovery *,
	.slx-site-arrow,
	.slx-site-arrow::after {
		transition: none !important;
		scroll-behavior: auto !important;
	}
}

@media print {
	.slx-discovery,
	.slx-site-arrows,
	.slx-search-tools-fallback {
		display: none !important;
	}
}

.slx-discovery select option {
	background: #061b2c;
	color: #f4ede3;
}
