.ohs-hero {
	position: relative;
	--ohs-bg-next: none;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 24px;
	min-height: min(760px, 100vh);
	padding: 48px 32px;
	box-sizing: border-box;
	color: var(--Foundation-Grey-G0, #fff);
}

.ohs-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--ohs-bg-next);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 650ms ease;
	pointer-events: none;
	z-index: 0;
}

.ohs-hero.is-bg-fading::after {
	opacity: 1;
}

.ohs-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.22));
	background: linear-gradient(180deg,
			color-mix(in srgb, var(--Foundation-Grey-G900, #1e1e1e) 86%, transparent),
			color-mix(in srgb, var(--Foundation-Grey-G900, #1e1e1e) 35%, transparent));
	pointer-events: none;
	z-index: 1;
}

.ohs-hero>* {
	position: relative;
	z-index: 2;
}

.ohs-dots {
	position: absolute;
	right: 24px;
	left: auto;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 3;
}

.ohs-dot {
	width: 12px;
	height: 12px !important;
	border-radius: 9999px;
	border: 1px solid color-mix(in srgb, var(--Foundation-Grey-G0, #ffffff6b) 45%, transparent);
	background: rgba(255, 255, 255, 0.35);
	background: color-mix(in srgb,
			var(--Foundation-Grey-G0, #fff) 38%,
			transparent);
	padding: 0;
	cursor: pointer;
	box-shadow: 0 8px 22px color-mix(in srgb, var(--Foundation-Grey-G900, #1e1e1e) 45%, transparent);
}

.ohs-dot.is-active {
	background: var(--Foundation-Orange-Q300-2, #be1622);
}

.ohs-center {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
	z-index: 10;
}

.ohs-title {
	color: rgba(255, 255, 255, 1);
	margin: 0;
	font-weight: 800;
	font-size: clamp(34px, 4.6vw, 64px);
	line-height: 1.05;
	letter-spacing: -0.02em;
}

.ohs-desc {
	margin: 0;
	font-size: clamp(16px, 1.4vw, 20px);
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.82);
	color: color-mix(in srgb, var(--Foundation-Grey-G0, #fff) 82%, transparent);
}

.ohs-search-wrap {
	width: min(560px, 100%);
}

.ohs-search-wrap form {
	width: 100%;
	display: flex;
	gap: 10px;
	align-items: center;
	flex-wrap: nowrap;
	background: var(--Foundation-Grey-G0, #fff);
	border-radius: 9999px;
	padding: 10px 12px 10px 18px;
	box-sizing: border-box;
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
	box-shadow: 0 14px 40px color-mix(in srgb, var(--Foundation-Grey-G900, #1e1e1e) 45%, transparent);
}

.ohs-search-wrap input[type="search"],
.ohs-search-wrap input[type="text"] {
	flex: 1 1 auto;
	min-width: 0;
	box-sizing: border-box;
	border: 0;
	outline: none;
	background: transparent;
	color: var(--Foundation-Grey-G900, #1e1e1e);
	font-size: 16px;
}

.ohs-search-wrap button,
.ohs-search-wrap input[type="submit"] {
	flex: 0 0 auto;
	border: 0;
	background: transparent;
	color: var(--Foundation-Orange-Q300-2, #d33d04);
	padding: 6px 10px;
	cursor: pointer;
}

.ohs-search-wrap form:focus-within {
	box-shadow: 0 18px 52px rgba(0, 0, 0, 0.32);
	box-shadow: 0 18px 52px color-mix(in srgb, var(--Foundation-Grey-G900, #1e1e1e) 55%, transparent);
}

.ohs-bottom {
	display: flex;
	justify-content: flex-start;
}

.ohs-bottom-right {
	margin: 0 auto;
	/* width: min(980px, 100%); */
	display: flex;
	flex-direction: column;
	gap: 14px;
	align-items: stretch;
	min-width: 0;
}

.ohs-bottom-text {
	text-align: left;
	font-weight: 800;
	font-size: 22px;
	letter-spacing: -0.01em;
}

.ohs-cards-wrap {
	position: relative;
	width: 100%;
}

.ohs-cards-arrow {
	display: flex;
	justify-content: center;
	align-items: center;

	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 56px !important;
	height: 56px !important;
	border-radius: 9999px !important;
	border: 1px solid color-mix(in srgb, var(--Foundation-Grey-G0, #ffffff6b) 45%, transparent);
	background-color: #be1621cb !important;
	color: var(--Foundation-Grey-G0, #fff);
	cursor: pointer;
	z-index: 4;
	line-height: 1;
	font-size: 42px;
}

.ohs-cards-arrow--prev {
	left: 0;
}

.ohs-cards-arrow--next {
	right: 0;
}

.ohs-cards-arrow:hover {
	background: color-mix(in srgb,
			var(--Foundation-Orange-Q300-2, #be1622) 35%,
			transparent);
}

.ohs-cards {
	display: flex;
	gap: 14px;
	overflow-x: auto;
	scroll-snap-type: x proximity;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	padding-bottom: 4px;
	padding-left: 0;
	padding-right: 0;
	scroll-padding-left: 0;
	scroll-padding-right: 0;
	box-sizing: border-box;
	cursor: grab;
	touch-action: auto;
	-ms-overflow-style: none;
	/* IE/Edge Legacy */
	scrollbar-width: none;
	/* Firefox */
}

.ohs-cards::-webkit-scrollbar {
	display: none;
	/* Chrome/Safari */
}

.ohs-cards.is-dragging,
.ohs-cards.is-releasing {
	cursor: grabbing;
	user-select: none;
	scroll-snap-type: none;
	scroll-behavior: auto;
}

.ohs-card {
	position: relative;
	display: block;
	text-decoration: none;
	flex: 0 0 260px;
	aspect-ratio: 1 / 1;
	scroll-snap-align: center;
	border-radius: 14px;
	overflow: hidden;
	transform: translateZ(0);
}

.ohs-card:first-child {
	scroll-snap-align: start;
}

.ohs-card:last-child {
	scroll-snap-align: end;
}

.ohs-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
	background: linear-gradient(180deg,
			transparent,
			color-mix(in srgb, var(--Foundation-Grey-G900, #1e1e1e) 70%, transparent));
	/* pointer-events: none; */
	opacity: 0.95;
}

.ohs-card-img img {
	transition: transform 0.22s ease;
	will-change: transform;
}

.ohs-card:hover .ohs-card-img img {
	transform: scale(1.05);
}

.ohs-card-img {
	height: 100%;
}

.ohs-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.ohs-card-title {
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 14px;
	z-index: 2;
	font-weight: 900;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--Foundation-Grey-G0, #fff);
	font-size: 25px;
}

/* @media (max-width: 768px) {
	.ohs-hero {
		padding: 28px 16px;
		min-height: 620px;
	}
	.ohs-dots {
		right: 14px;
	}
	.ohs-search-wrap form {
		padding: 10px 10px 10px 16px;
	}
	.ohs-card {
		flex-basis: 80%;
	}
	.ohs-cards {
		padding-left: 0;
		padding-right: 0;
	}
	.ohs-cards-arrow {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ohs-hero::after {
		transition: none;
	}
} */

/* ========================================
   LIVE SEARCH DROPDOWN
   ======================================== */
.ohs-live-search-dropdown {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 8px;
	min-width: min(800px, 100vw);
	width: 100%;
	background: var(--Foundation-Grey-G0, #fff);
	border-radius: 14px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	z-index: 100;
	max-height: 420px;
	overflow-y: auto;
}

.ohs-live-search-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.ohs-live-search-item:last-child {
	border-bottom: none;
}

.ohs-live-search-item a {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 12px 16px;
	text-decoration: none;
	color: var(--Foundation-Grey-G900, #1e1e1e);
	transition: background 0.15s ease;
}

.ohs-live-search-item a:hover,
.ohs-live-search-item.is-selected a {
	background: rgba(0, 0, 0, 0.04);
}

.ohs-live-search-thumb {
	width: 50px;
	height: 50px;
	border-radius: 8px;
	object-fit: contain;
	flex-shrink: 0;
	background: #f0f0f0;
}

.ohs-live-search-thumb--empty {
	background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
}

.ohs-live-search-info {
	flex: 1;
	min-width: 0;
}

.ohs-live-search-title {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.3;
	color: var(--Foundation-Grey-G900, #1e1e1e);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ohs-live-search-price {
	font-size: 13px;
	color: var(--Foundation-Orange-Q300-2, #be1622);
	font-weight: 600;
	margin-top: 2px;
}

.ohs-live-search-price del {
	color: #999;
	font-weight: 400;
	margin-right: 6px;
}

.ohs-live-search-price ins {
	text-decoration: none;
}

.ohs-live-search-loading,
.ohs-live-search-empty {
	padding: 24px 16px;
	text-align: center;
	color: #666;
	font-size: 14px;
}

.ohs-live-search-footer {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	background: #fafafa;
}

.ohs-live-search-footer a {
	display: block;
	padding: 14px 16px;
	text-align: center;
	color: var(--Foundation-Orange-Q300-2, #be1622);
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	transition: background 0.15s ease;
}

.ohs-live-search-footer a:hover {
	background: rgba(0, 0, 0, 0.04);
}

/* Search overlay specific adjustments */
.search-overlay-form .ohs-live-search-dropdown {
	background: rgba(255, 255, 255, 0.98);
	backdrop-filter: blur(10px);
}