/* Ajax Live Search */

.als-wrap {
	--als-bg: #ffffff;
	--als-border: #e2e5ea;
	--als-text: #1a1d23;
	--als-muted: #6b7280;
	--als-accent: #0f766e;
	--als-accent-soft: #ecfdf8;
	--als-btn-text: #ffffff;
	--als-icon: #1a1d23;
	--als-icon-bg: #ffffff;
	--als-input-bg: #f8fafb;
	--als-shadow: 0 12px 40px rgba(15, 23, 42, 0.12);
	--als-radius: 12px;
	position: relative;
	display: inline-flex;
	align-items: center;
	font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
	z-index: 50;
}

.als-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.als-icon-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid var(--als-border);
	border-radius: 999px;
	background: var(--als-icon-bg);
	color: var(--als-icon);
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.als-icon-btn:hover,
.als-wrap.als-is-open .als-icon-btn {
	background: var(--als-accent);
	border-color: var(--als-accent);
	color: var(--als-btn-text);
}

.als-icon-btn:focus-visible {
	outline: 2px solid var(--als-accent);
	outline-offset: 2px;
}

.als-panel {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	width: min(420px, calc(100vw - 24px));
	background: var(--als-bg);
	border: 1px solid var(--als-border);
	border-radius: var(--als-radius);
	box-shadow: var(--als-shadow);
	padding: 12px;
	animation: als-fade-in 0.18s ease;
}

@media (min-width: 992px) {
	.als-wrap[data-style="input"] .als-icon-btn {
		display: none !important;
	}

	.als-wrap[data-open="always"] {
		display: block;
		width: 100%;
		max-width: 540px;
		margin: 0 auto;
	}

	.section-search-wrapper,
	.section-search-inner,
	.blog-search-wrapper,
	.blog-search-inner,
	.featured-products-section,
	.featured-products-top-section,
	.blog-section,
	.page-banner-section {
		overflow: visible !important;
	}

	.section-search-wrapper .als-wrap,
	.blog-search-wrapper .als-wrap {
		margin: 0 auto !important;
		position: relative !important;
		display: block !important;
		width: 100% !important;
	}

	.section-search-inner .als-panel,
	.blog-search-inner .als-panel {
		position: relative !important;
		width: 100% !important;
		display: block !important;
	}

	.section-search-inner .als-suggestions,
	.blog-search-inner .als-suggestions {
		position: absolute !important;
		top: calc(100% + 8px) !important;
		left: 0 !important;
		right: 0 !important;
		z-index: 999999 !important;
		background: #ffffff !important;
		box-shadow: 0 14px 36px rgba(15, 23, 42, 0.18) !important;
		border: 1px solid #e2e5ea !important;
		border-radius: 14px !important;
		overflow-y: auto !important;
	}

	.als-wrap[data-open="always"] .als-panel,
	.als-wrap[data-style="input"] .als-panel {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		box-shadow: none;
		padding: 0;
		border: none;
		animation: none;
		display: block !important;
	}
}

@media (max-width: 991px) {
	.header-middle-wrapper,
	.header-right-section,
	.woo-header-search,
	.logo-container > .container.desktop-visible {
		display: none !important;
	}

	.mobile-visible {
		display: block !important;
	}

	.mobile-header-row {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		width: 100% !important;
		padding: 8px 0 !important;
	}

	.mobile-logo-box img {
		max-height: 36px !important;
		width: auto !important;
	}

	.mobile-logo-box {
		flex: 1 1 auto !important;
		min-width: 0 !important;
		max-width: calc(100% - 150px) !important;
		overflow: hidden !important;
	}

	.mobile-header-controls {
		display: flex !important;
		align-items: center !important;
		justify-content: flex-end !important;
		flex: 0 0 auto !important;
		flex-wrap: nowrap !important;
		gap: 8px !important;
		margin-left: auto !important;
		position: static !important;
	}

	/* Keep search icon locked in the controls cluster (same size/align as cart + menu) */
	.mobile-search-btn-wrap {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		flex: 0 0 42px !important;
		width: 42px !important;
		height: 42px !important;
		margin: 0 !important;
		padding: 0 !important;
		position: static !important;
		overflow: visible !important;
	}

	.mobile-search-btn-wrap .als-wrap {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		flex: 0 0 42px !important;
		width: 42px !important;
		height: 42px !important;
		margin: 0 !important;
		padding: 0 !important;
		position: static !important;
		z-index: auto !important;
		vertical-align: middle !important;
	}

	.mobile-search-btn-wrap .als-icon-btn,
	.mobile-header-controls .als-icon-btn {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		flex: 0 0 42px !important;
		width: 42px !important;
		height: 42px !important;
		border-radius: 12px !important;
		border: 1.5px solid var(--theme-primary-color, var(--als-accent, #00c9a7)) !important;
		background: #ffffff !important;
		color: var(--theme-primary-color, var(--als-accent, #00c9a7)) !important;
		padding: 0 !important;
		margin: 0 !important;
		position: static !important;
		visibility: visible !important;
		pointer-events: auto !important;
		transform: none !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
	}

	.mobile-cart-link {
		position: relative !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 42px !important;
		height: 42px !important;
		border-radius: 12px !important;
		border: 1px solid var(--als-border, #e2e5ea) !important;
		background: #ffffff !important;
		color: var(--als-icon, #1a1d23) !important;
		text-decoration: none !important;
	}

	.mobile-cart-link svg {
		width: 20px !important;
		height: 20px !important;
		fill: none !important;
		stroke: currentColor !important;
	}

	.mobile-cart-link .header-cart-count {
		position: absolute !important;
		top: -4px !important;
		right: -4px !important;
		background: var(--theme-primary-color, var(--als-accent, #00c9a7)) !important;
		color: #ffffff !important;
		font-size: 11px !important;
		font-weight: 700 !important;
		width: 18px !important;
		height: 18px !important;
		border-radius: 50% !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		
	}

	.navigtaion-toggle-wrapper .open-btn {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
		width: 42px !important;
		height: 42px !important;
		border-radius: 12px !important;
		border: 1px solid var(--als-border, #e2e5ea) !important;
		background: #ffffff !important;
		padding: 0 !important;
		cursor: pointer !important;
	}

	.navigtaion-toggle-wrapper .open-btn .icon-bar {
		display: block !important;
		width: 18px !important;
		height: 2px !important;
		background-color: var(--als-icon, #1a1d23) !important;
		border-radius: 2px !important;
		margin: 2px 0 !important;
	}

	.logo-container {
		padding: 6px 0 !important;
		margin: 0 !important;
	}

	.mobile-visible.header-bar {
		padding: 0 !important;
		margin: 0 !important;
	}

	.mobile-header-row {
		padding: 4px 0 !important;
		margin: 0 !important;
	}

	.mobile-header-bar,
	.mobile-header-row,
	.mobile-header-controls,
	.mobile-search-btn-wrap {
		transform: none !important;
		perspective: none !important;
		contain: none !important;
	}

	.mobile-logo-box img,
	.mobile-logo-box .navbar-brand {
		max-height: 38px !important;
		width: auto !important;
		display: inline-block !important;
	}

	.als-panel {
		display: none;
	}

	/*
	 * Mobile open search stack (fixed, not sticky):
	 * .page-wrapper { overflow:hidden } breaks position:sticky, so pin header with fixed.
	 * 1) Header bar fixed at top
	 * 2) Search panel fixed directly under header
	 */
	body.als-search-open {
		--als-header-height: 56px;
	}

	body.als-search-open .logo-container {
		padding-top: 0 !important;
	}

	body.als-search-open .mobile-visible.header-bar {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		z-index: 10000030 !important;
		background: #ffffff !important;
		transform: none !important;
		box-shadow: 0 1px 0 #e2e5ea;
		padding: 6px 0 !important;
		margin: 0 !important;
	}

	/* Reserve space so page content doesn't jump under the fixed header */
	body.als-search-open .logo-container::before {
		content: "" !important;
		display: block !important;
		height: var(--als-header-height, 56px) !important;
		width: 100% !important;
	}

	/* Only elevate stacking while open — do not change icon layout/position */
	body.als-search-open .mobile-search-btn-wrap .als-wrap.als-is-open {
		z-index: 10000031 !important;
		position: relative !important;
		width: 42px !important;
		height: 42px !important;
	}

	.mobile-header-controls .als-wrap.als-is-open .als-panel,
	.mobile-header-row .als-wrap.als-is-open .als-panel,
	body.als-search-open .mobile-header-controls .als-wrap.als-is-open .als-panel,
	body.als-search-open .mobile-header-row .als-wrap.als-is-open .als-panel {
		display: block !important;
		position: fixed !important;
		top: var(--als-header-height, 56px) !important;
		left: 0 !important;
		right: 0 !important;
		width: 100vw !important;
		min-width: 100vw !important;
		max-width: 100vw !important;
		margin: 0 !important;
		transform: none !important;
		/* Below fixed header so it cannot cover logo/icons */
		z-index: 10000020 !important;
		background: #ffffff !important;
		padding: 16px 20px 20px 20px !important;
		border-radius: 0 0 16px 16px !important;
		box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12) !important;
		border-top: 1px solid #e2e5ea !important;
		border-bottom: 1px solid #e2e5ea !important;
		animation: als-slide-down 0.2s ease-out !important;
		box-sizing: border-box !important;
		max-height: calc(100vh - var(--als-header-height, 56px)) !important;
		overflow-y: auto !important;
		/* Reset header-control typography so titles/prices render like desktop */
		font-size: 15px !important;
		line-height: 1.4 !important;
		color: #1a1d23 !important;
		letter-spacing: normal !important;
		text-transform: none !important;
	}

	.mobile-header-controls .als-wrap.als-is-open .als-suggestions,
	.mobile-header-row .als-wrap.als-is-open .als-suggestions,
	body.als-search-open .als-wrap.als-is-open .als-suggestions {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		font-size: 15px !important;
		line-height: 1.4 !important;
		color: #1a1d23 !important;
	}

	.mobile-header-controls .als-wrap.als-is-open .als-item,
	.mobile-header-row .als-wrap.als-is-open .als-item,
	body.als-search-open .als-wrap.als-is-open .als-item {
		display: flex !important;
		align-items: center !important;
		gap: 12px !important;
		width: 100% !important;
		color: #1a1d23 !important;
		font-size: 15px !important;
		line-height: 1.35 !important;
		text-decoration: none !important;
	}

	.mobile-header-controls .als-wrap.als-is-open .als-item-body,
	.mobile-header-row .als-wrap.als-is-open .als-item-body,
	body.als-search-open .als-wrap.als-is-open .als-item-body {
		display: flex !important;
		flex: 1 1 auto !important;
		flex-direction: column !important;
		gap: 2px !important;
		min-width: 0 !important;
		width: auto !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	.mobile-header-controls .als-wrap.als-is-open .als-item-title,
	.mobile-header-row .als-wrap.als-is-open .als-item-title,
	body.als-search-open .als-wrap.als-is-open .als-item-title {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		font-size: 14px !important;
		font-weight: 600 !important;
		line-height: 1.35 !important;
		color: #1a1d23 !important;
		white-space: nowrap !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
	}

	.mobile-header-controls .als-wrap.als-is-open .als-item-sub,
	.mobile-header-row .als-wrap.als-is-open .als-item-sub,
	body.als-search-open .als-wrap.als-is-open .als-item-sub {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		font-size: 12px !important;
		font-weight: 400 !important;
		line-height: 1.35 !important;
		color: #6b7280 !important;
		white-space: nowrap !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
	}

	body.als-search-open .is-search-icon,
	body.als-search-open .dgwt-wcas-search-icon,
	body.als-search-open .dgwt-wcas-ico-magnifier,
	body.als-search-open .searchicon {
		visibility: hidden !important;
		pointer-events: none !important;
		z-index: 0 !important;
	}

	/* Hide search icon button on mobile for page section inputs & always display full input panel in center */
	.section-search-inner .als-icon-btn,
	.blog-search-inner .als-icon-btn,
	.als-wrap[data-style="input"] .als-icon-btn,
	.als-wrap[data-open="always"] .als-icon-btn {
		display: none !important;
	}

	.section-search-inner .als-panel,
	.blog-search-inner .als-panel,
	.als-wrap[data-style="input"] .als-panel,
	.als-wrap[data-open="always"] .als-panel,
	.section-search-inner .als-wrap.als-is-open .als-panel,
	.blog-search-inner .als-wrap.als-is-open .als-panel,
	.als-wrap[data-style="input"].als-is-open .als-panel,
	.als-wrap[data-open="always"].als-is-open .als-panel {
		display: block !important;
		position: relative !important;
		top: auto !important;
	
		width: 100% !important;
		min-width: 100% !important;
		max-width: 100% !important;
		margin: 0 auto !important;
		box-shadow: none !important;
		padding: 0 !important;
		border: none !important;
		background: transparent !important;
		animation: none !important;
	}

	.section-search-inner .als-wrap,
	.blog-search-inner .als-wrap {
		width: 100% !important;
		max-width: 540px !important;
		margin: 0 auto !important;
		display: block !important;
	}

	.section-search-inner .als-form,
	.blog-search-inner .als-form,
	.als-wrap[data-style="input"] .als-form,
	.als-wrap[data-open="always"] .als-form {
		display: flex !important;
		flex-direction: row !important;
		align-items: center !important;
		gap: 8px !important;
		width: 100% !important;
	}

	@keyframes als-slide-down {
		from {
			opacity: 0;
			transform: translateY(-6px);
		}
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}

	.als-wrap.als-is-open .als-form {
		display: flex !important;
		flex-direction: column !important;
		gap: 12px !important;
		width: 100% !important;
		max-width: 540px !important;
		margin: 0 auto !important;
	}

	.als-wrap.als-is-open .als-field {
		width: 100% !important;
		height: 50px !important;
		border-radius: 30px !important;
		border: 2px solid var(--theme-primary-color, var(--als-accent, #00c9a7)) !important;
		background: #ffffff !important;
		padding: 0 16px !important;
		display: flex !important;
		align-items: center !important;
		box-sizing: border-box !important;
	}

	.als-wrap.als-is-open .als-field .als-field-icon {
		color: #64748b !important;
		margin-right: 8px !important;
		display: flex !important;
		align-items: center !important;
	}

	.als-wrap.als-is-open .als-input {
		width: 100% !important;
		height: 100% !important;
		border: none !important;
		background: transparent !important;
		font-size: 16px !important;
		outline: none !important;
		color: #1a1d23 !important;
		padding: 0 !important;
	}

	.als-wrap.als-is-open .als-submit {
		width: 100% !important;
		height: 50px !important;
		border-radius: 30px !important;
		background: var(--theme-primary-color, var(--als-accent, #00c9a7)) !important;
		color: #ffffff !important;
		font-size: 16px !important;
		font-weight: 700 !important;
		border: none !important;
		cursor: pointer !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		box-shadow: 0 4px 14px rgba(0, 201, 167, 0.25) !important;
	}

	.als-wrap.als-is-open .als-suggestions {
		max-height: calc(65vh - 120px) !important;
		overflow-y: auto !important;
		margin-top: 14px !important;
		border-radius: 16px !important;
		background: #ffffff !important;
		border: 1px solid #e2e5ea !important;
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
	}
}

@keyframes als-fade-in {
	from {
		opacity: 0;
		transform: translateY(-6px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.als-form {
	display: flex;
	gap: 8px;
	align-items: stretch;
}

.als-field {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0 12px;
	min-height: 44px;
	border: 1px solid var(--als-border);
	border-radius: 10px;
	background: var(--als-input-bg);
	transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.als-field:focus-within {
	background: var(--als-bg);
	border-color: var(--als-accent);
	box-shadow: 0 0 0 3px var(--als-accent-soft);
}

.als-field-icon {
	display: flex;
	color: var(--als-muted);
	flex-shrink: 0;
}

.als-input {
	flex: 1;
	width: 100%;
	border: 0;
	background: transparent;
	outline: none;
	font-size: 15px;
	line-height: 1.4;
	color: var(--als-text);
	padding: 10px 0;
	appearance: none;
	-webkit-appearance: none;
}

.als-input::-webkit-search-cancel-button {
	display: none;
}

.als-clear {
	border: 0;
	background: transparent;
	color: var(--als-muted);
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	padding: 0 2px;
}

.als-clear:hover {
	color: var(--als-text);
}

.als-submit {
	border: 0;
	border-radius: 10px;
	background: var(--als-accent);
	color: var(--als-btn-text);
	font-size: 14px;
	font-weight: 600;
	padding: 0 16px;
	cursor: pointer;
	white-space: nowrap;
	transition: filter 0.15s ease;
}

.als-submit:hover {
	filter: brightness(0.95);
}

.als-suggestions {
	margin-top: 10px;
	max-height: min(60vh, 420px);
	overflow-y: auto;
	border: 1px solid var(--als-border);
	border-radius: 10px;
	background: var(--als-bg);
}

.als-wrap[data-open="always"] .als-suggestions,
.als-wrap[data-style="input"] .als-suggestions {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 60;
	margin-top: 8px;
	box-shadow: var(--als-shadow);
}

.als-section + .als-section {
	border-top: 1px solid var(--als-border);
}

.als-section-title {
	padding: 10px 14px 6px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--als-muted);
}

.als-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 14px;
	text-decoration: none;
	color: inherit;
	transition: background 0.12s ease;
}

.als-item:hover,
.als-item:focus-visible {
	background: var(--als-accent-soft);
	outline: none;
}

.als-item-media {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	overflow: hidden;
	background: #f1f5f9;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.als-item-placeholder {
	color: #94a3b8;
	display: flex;
}

.als-item-body {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.als-item-title {
	font-size: 14px;
	font-weight: 600;
	color: var(--als-text);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.als-item-sub {
	font-size: 12px;
	color: var(--als-muted);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.als-view-all {
	display: block !important;
	position: sticky !important;
	bottom: 0 !important;
	padding: 14px 16px !important;
	text-align: center !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
	color: var(--als-accent, #00c9a7) !important;
	background: #ffffff !important;
	text-decoration: none !important;
	border-top: 1px solid var(--als-border, #e2e5ea) !important;
	z-index: 10 !important;
	transition: background 0.15s ease, color 0.15s ease !important;
}

.als-view-all:hover {
	background: var(--als-accent-soft, #ecfdf8) !important;
	color: var(--als-accent, #00c9a7) !important;
}

.als-loading,
.als-empty,
.als-hint {
	padding: 18px 14px;
	text-align: center;
	font-size: 13px;
	color: var(--als-muted);
}

.als-loading::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 8px;
	border: 2px solid #cbd5e1;
	border-top-color: var(--als-accent);
	border-radius: 50%;
	animation: als-spin 0.7s linear infinite;
}

@keyframes als-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 480px) {
	.als-panel {
		right: 50%;
		transform: translateX(50%);
		width: min(100vw - 16px, 420px);
	}

	.als-submit {
		padding: 0 12px;
	}
}

/* Full Search Page (search.php) Styles */
.als-search-page-wrap {
	margin-top: 30px;
	margin-bottom: 50px;
}

.als-search-page-section {
	margin-bottom: 40px;
}

.als-search-section-header {
	background-color: var(--theme-primary-color, var(--als-accent, #00c9a7));
	color: #ffffff;
	border-radius: 20px;
	padding: 16px 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}

.als-search-section-title {
	font-size: 32px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
	line-height: 1.2;
}

.als-search-badge {
	background: rgba(255, 255, 255, 0.28);
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	padding: 4px 16px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
}

.als-search-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	width: 100%;
	box-sizing: border-box;
}

.als-search-card {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 16px 22px;
	background: #ffffff;
	border: 1px solid var(--als-border, #e2e5ea);
	border-radius: 18px;
	text-decoration: none !important;
	color: inherit !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
	width: 100%;
	box-sizing: border-box;
}

.als-search-card:hover {
	border-color: var(--theme-primary-color, var(--als-accent, #00c9a7));
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
	transform: translateY(-2px);
}

.als-search-card-media {
	width: 64px;
	height: 64px;
	border-radius: 12px;
	overflow: hidden;
	background: #f8fafb;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

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

.als-search-card-icon {
	color: #64748b;
	display: flex;
	align-items: center;
	justify-content: center;
}

.als-search-card-body {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 3px;
	overflow: hidden;
}

.als-search-card-title {
	font-size: 16px;
	font-weight: 700;
	color: #1a1d23;
	line-height: 1.35;
	margin: 0;
	word-break: break-word;
	overflow-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.als-search-card-subtitle {
	font-size: 13px;
	color: #6b7280;
	margin: 0;
	word-break: break-word;
}

.als-search-card-price {
	font-size: 13px;
	color: #6b7280;
	margin: 0;
	font-weight: 500;
}

.als-search-card-arrow {
	color: #1a1d23;
	flex-shrink: 0;
	margin-left: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.2s ease, color 0.2s ease;
}

.als-search-card:hover .als-search-card-arrow {
	transform: translateX(4px);
	color: var(--theme-primary-color, var(--als-accent, #00c9a7));
}

@media (max-width: 991px) {
	.als-search-page-wrap {
		margin-top: 15px !important;
		margin-bottom: 30px !important;
	}

	.als-search-page-wrap .container {
		padding-left: 16px !important;
		padding-right: 16px !important;
		box-sizing: border-box !important;
	}

	.als-search-page-section {
		margin-bottom: 24px !important;
	}

	.als-search-section-header {
		padding: 12px 18px !important;
		border-radius: 16px !important;
		margin-bottom: 16px !important;
	}

	.als-search-section-title {
		font-size: 22px !important;
	}

	.als-search-card-grid {
		grid-template-columns: 1fr !important;
		gap: 12px !important;
	}

	.als-search-card {
		padding: 12px 16px !important;
		border-radius: 16px !important;
	}
}

@media (max-width: 768px) {
	.als-search-card-grid {
		grid-template-columns: 1fr;
	}

	.als-search-section-header {
		padding: 12px 18px;
		border-radius: 16px;
	}

	.als-search-section-title {
		font-size: 22px;
	}
}

