/**
 * Modern Header Override — OPC070174-1
 * ------------------------------------------------
 * Bu dosya mevcut header HTML yapısını bozmadan
 * yalnızca görünümü modernleştirir.
 *
 * Geri alma: header.tpl içindeki header-modern.css
 * satırını yorum satırı yapın veya bu dosyayı silin.
 * ------------------------------------------------
 */

:root {
	--hh-blue: #1e5fbf;
	--hh-blue-deep: #1455a9;
	--hh-blue-soft: #408de4;
	--hh-yellow: #ffd200;
	--hh-yellow-hover: #f0c400;
	--hh-ink: #1b1b1b;
	--hh-muted: #5c6570;
	--hh-line: rgba(27, 27, 27, 0.08);
	--hh-surface: #ffffff;
	--hh-top: #f4f6f8;
	--hh-radius: 10px;
	--hh-radius-pill: 999px;
	--hh-shadow: 0 8px 24px rgba(20, 40, 80, 0.08);
	--hh-shadow-soft: 0 2px 10px rgba(20, 40, 80, 0.06);
	--hh-transition: 0.22s ease;
}

/* ========== TOP BAR ========== */
#top {
	min-height: 44px;
	padding: 0;
	background:
		linear-gradient(90deg, rgba(255, 210, 0, 0.12) 0%, transparent 28%),
		linear-gradient(180deg, #1a2332 0%, #152033 100%);
	border-bottom: 0;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
}

#top .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 44px;
	padding: 6px 15px;
}

#top .customer-service-div {
	float: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	flex: 1 1 auto;
	min-width: 0;
}

#top .customer-service-div.pull-left {
	float: none;
}

#top .customer-service-div > div {
	float: none;
	display: inline-flex;
	align-items: center;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.62);
	letter-spacing: 0.01em;
	line-height: 1.2;
}

#top .customer-service-div > div > span {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
}

#top .customer-service-div a {
	text-decoration: none;
	display: inline-flex;
	align-items: center;
}

#top .customer-service-div .background {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	padding: 5px 10px 5px 8px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.01em;
	box-shadow: none;
	transition: background var(--hh-transition), border-color var(--hh-transition), color var(--hh-transition), transform var(--hh-transition);
}

#top .customer-service-div .background::before {
	font-family: FontAwesome;
	font-weight: normal;
	font-size: 12px;
	line-height: 1;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--hh-yellow);
	color: var(--hh-ink);
	flex: 0 0 auto;
}

#top .customer-service-div > div:nth-child(1) .background::before {
	content: "\f095";
}

#top .customer-service-div > div:nth-child(2) .background::before {
	content: "\f232";
	background: #25d366;
	color: #fff;
}

#top .customer-service-div > div:nth-child(3) .background::before {
	content: "\f0e0";
}

#top .customer-service-div a:hover .background {
	background: rgba(255, 210, 0, 0.16);
	border-color: rgba(255, 210, 0, 0.45);
	color: #fff;
	transform: translateY(-1px);
}

#top .nav.pull-right.lang,
#top #top-links.nav.pull-right {
	float: none;
	display: flex;
	align-items: center;
	gap: 8px;
	padding-top: 0;
	margin: 0 0 0 auto;
	flex: 0 0 auto;
}

#top .nav.pull-left {
	padding-top: 0;
}

#top .lang > .pull-left,
#top #form-language,
#top #currency,
#top #form-currency {
	float: none !important;
	margin: 0;
}

#top #form-language,
#top #currency {
	display: flex;
	align-items: center;
}

#top #form-language ul,
#top #currency ul,
#top #form-currency ul {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	margin: 0;
	padding: 3px;
	list-style: none;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
}

#top #form-language li,
#top #currency li,
#top #form-currency li {
	float: none !important;
	list-style: none !important;
	margin: 0;
	padding: 0;
}

#top #form-language .btn,
#top #form-currency .btn,
#top #currency .btn,
#top .currency-select,
#top .language-select {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 28px;
	padding: 0 8px !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: transparent !important;
	color: rgba(255, 255, 255, 0.72) !important;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	box-shadow: none !important;
	opacity: 1 !important;
	transition: background var(--hh-transition), color var(--hh-transition), transform var(--hh-transition);
}

#top #form-language .btn:hover,
#top #form-currency .btn:hover,
#top #currency .btn:hover,
#top .currency-select:hover,
#top .language-select:hover {
	background: rgba(255, 255, 255, 0.12) !important;
	color: #fff !important;
}

#top #form-language .aktif,
#top #form-currency .aktif,
#top #currency .aktif,
#top .currency-select.aktif,
#top .language-select.aktif {
	background: var(--hh-yellow) !important;
	color: var(--hh-ink) !important;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
}

#top #form-language .pasif,
#top #form-currency .pasif,
#top #currency .pasif {
	opacity: 0.7 !important;
}

#top .lang img {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
	object-fit: cover;
}

#top #top-links {
	padding-top: 0;
}

#top #top-links .list-inline {
	margin: 0;
}

@media (max-width: 991px) {
	#top .container {
		gap: 10px;
	}

	#top .customer-service-div {
		gap: 6px;
	}

	#top .customer-service-div > div > span {
		font-size: 0;
	}

	#top .customer-service-div .background {
		font-size: 11px;
		padding: 4px 8px 4px 6px;
	}
}

/* ========== MAIN HEADER ========== */
/* Header menünün ÜSTÜNDE — arama input + sonuçlar menüye gömülmesin */
header {
	background: var(--hh-surface);
	position: relative;
	z-index: 80;
	box-shadow: var(--hh-shadow-soft);
}

/* Arama / hızlı arama karartmaları header UI'nin ALTINDA kalmalı */
#backgroundPopupSearch,
.backgroundLayer {
	z-index: 70 !important;
}

/* Arama açıkken SAYFA kaymasın — sadece sonuç listesi kayar */
html.livesearch-open {
	overflow: hidden !important;
	height: 100% !important;
}

body.livesearch-open {
	overflow: hidden !important;
	position: fixed !important;
	width: 100% !important;
	left: 0 !important;
	right: 0 !important;
	height: 100% !important;
	touch-action: none;
}

body.livesearch-open #backgroundPopupSearch {
	display: block !important;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: auto;
	touch-action: none;
	overscroll-behavior: none;
}

/* Sonuç paneli ve iç scroll alanı sayfa kilidinden muaf */
body.livesearch-open #search.active,
body.livesearch-open #search.active * {
	touch-action: manipulation;
}

body.livesearch-open #search .livesearch-panel-body {
	touch-action: pan-y !important;
	overscroll-behavior: contain;
	pointer-events: auto;
}

/* Orijinal stylesheet'teki aşırı z-index'i ez */
.hizli-urun-ara {
	z-index: 1 !important;
}

.main-menu > ul > li {
	z-index: 1 !important;
}

.hizli-urun-ara.hizli-active {
	z-index: 3 !important;
}

@media (min-width: 768px) {
	.header.container {
		height: auto !important;
		min-height: 92px;
		padding: 16px 15px !important;
		position: relative;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		gap: 24px;
		float: none;
		width: 100%;
		max-width: 1170px;
	}

	.header.container:before,
	.header.container:after {
		display: none !important;
		content: none !important;
	}

	.header-logo {
		float: none;
		flex: 0 0 auto;
		display: flex;
		align-items: center;
	}

	#logo {
		margin: 0;
		height: auto;
		padding: 0;
		display: block;
	}

	#logo a {
		display: block;
		line-height: 0;
		transition: opacity var(--hh-transition), transform var(--hh-transition);
	}

	#logo a:hover {
		opacity: 0.92;
		transform: translateY(-1px);
	}

	#logo svg {
		width: 210px;
		height: auto;
		max-width: 100%;
	}

	.header-search {
		float: none !important;
		position: relative !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		width: auto !important;
		flex: 1 1 auto;
		display: block !important;
		max-width: 680px;
		min-width: 0;
		margin: 0 auto;
		padding: 0 !important;
		z-index: 5;
		overflow: visible;
	}

	/* Profesyonel arama kutusu */
	#search {
		margin: 0;
		position: relative;
		border: 1px solid #d8dee8 !important;
		border-radius: 14px;
		background: #fff;
		overflow: visible;
		display: flex !important;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: stretch;
		width: 100%;
		box-shadow: 0 1px 2px rgba(20, 40, 80, 0.04), 0 4px 14px rgba(20, 40, 80, 0.05);
		transition: border-color var(--hh-transition), box-shadow var(--hh-transition), transform var(--hh-transition);
	}

	#search:hover {
		border-color: #c5cedc !important;
		box-shadow: 0 2px 6px rgba(20, 40, 80, 0.06), 0 8px 20px rgba(20, 40, 80, 0.07);
	}

	#search:focus-within,
	#search.active {
		border-color: var(--hh-blue-soft) !important;
		background: #fff;
		box-shadow: 0 0 0 3px rgba(64, 141, 228, 0.16), 0 8px 24px rgba(20, 85, 169, 0.1);
	}

	#search.active {
		z-index: 10;
		position: relative;
	}

	#search > .form-control,
	#search > input.input-lg {
		float: none !important;
		flex: 1 1 auto !important;
		width: auto !important;
		max-width: none !important;
		height: 50px !important;
		margin: 0;
		padding: 12px 8px 12px 20px;
		min-width: 0;
		border: 0 !important;
		border-radius: 14px 0 0 14px !important;
		background: transparent !important;
		box-shadow: none !important;
		font-size: 15px;
		font-weight: 500;
		letter-spacing: 0.01em;
		color: var(--hh-ink);
		position: relative;
		z-index: 2;
	}

	#search .input-group-btn {
		float: none !important;
		display: flex !important;
		flex: 0 0 auto;
		width: auto !important;
		align-items: center;
		padding: 5px 5px 5px 0;
		position: relative;
		z-index: 2;
	}

	#search .input-lg::placeholder {
		color: #94a0b0;
		font-weight: 400;
	}

	#search input {
		border: none !important;
	}

	#search .btn-lg {
		height: 40px;
		min-width: 48px;
		padding: 0 18px;
		border: 0;
		border-radius: 10px !important;
		background: linear-gradient(180deg, #ffe14a 0%, var(--hh-yellow) 100%) !important;
		color: var(--hh-ink);
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
		transition: background var(--hh-transition), box-shadow var(--hh-transition), transform var(--hh-transition);
		position: relative;
		z-index: 2;
	}

	#search .btn-lg:hover,
	#search button.btn-lg:hover {
		background: linear-gradient(180deg, #ffd84a 0%, var(--hh-yellow-hover) 100%) !important;
		box-shadow: 0 2px 8px rgba(255, 210, 0, 0.45);
		transform: translateY(-1px);
	}

	#search .fa-search {
		color: var(--hh-ink);
		font-size: 15px;
	}

	/* AJAX livesearch — menünün üstünde, profesyonel panel */
	#search #livesearch_search_results {
		position: absolute !important;
		left: 0;
		right: 0;
		width: 100% !important;
		min-width: 0 !important;
		top: calc(100% + 8px);
		margin: 0;
		padding: 0;
		height: min(520px, 70vh) !important;
		max-height: min(520px, 70vh) !important;
		border: 1px solid #e4e9f0;
		border-radius: 14px;
		background: #fff;
		box-shadow: 0 16px 40px rgba(15, 35, 70, 0.16);
		z-index: 20;
		flex: none !important;
		overflow: hidden !important;
		flex-direction: column;
	}

	#search.active #livesearch_search_results {
		display: flex !important;
	}

	#search .livesearch-panel-head {
		flex: 0 0 auto;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		padding: 8px 10px 4px;
		background: #fff;
		border-bottom: 1px solid #eef1f5;
		z-index: 2;
	}

	#search .livesearch-panel-body {
		flex: 1 1 auto !important;
		min-height: 0 !important;
		height: auto !important;
		max-height: none !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
		touch-action: pan-y;
	}

	#search .livesearch-panel-foot {
		flex: 0 0 auto;
		background: #fafbfc;
		border-top: 1px solid #eef1f5;
		z-index: 2;
	}

	#search .livesearch-panel-foot:empty {
		display: none;
	}

	#search #livesearch_search_results_ul {
		margin: 0;
		padding: 0;
		overflow: visible !important;
		height: auto !important;
		max-height: none !important;
	}

	#search #livesearch_search_results li {
		height: auto;
		min-height: 84px;
		padding: 12px 16px;
		margin: 0;
		border: 0;
		border-radius: 0;
		gap: 14px;
		align-items: center;
		transition: background 0.15s ease;
	}

	#search #livesearch_search_results li + li {
		border-top: 1px solid #eef1f5;
		padding-top: 12px;
	}

	#search #livesearch_search_results li:hover,
	#search #livesearch_search_results li.highlighted {
		background: #f5f8fc;
	}

	#search #livesearch_search_results a {
		color: #1f2a37;
		font-weight: 600;
		font-size: 13px;
	}

	#search #livesearch_search_results a:hover {
		color: var(--hh-blue);
	}

	#search #livesearch_search_results .desc {
		width: auto;
		flex: 1 1 auto;
		min-width: 0;
		color: #6b7785;
		font-size: 12px;
		line-height: 1.35;
	}

	#search #livesearch_search_results #fiyat {
		color: #1a9b6c;
		font-size: 15px;
		font-weight: 700;
		padding: 0;
		white-space: nowrap;
		line-height: 1.2;
	}

	#search #livesearch_search_results img#shadow {
		height: 52px;
		width: auto;
		margin: 0;
		border-radius: 8px;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
		object-fit: contain;
	}

	/* Aksiyon alanı: fiyat + sepete ekle + paylaş */
	#search #livesearch_search_results li > .left:last-of-type,
	#search #livesearch_search_results li > .left:nth-last-child(2) {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: center;
		gap: 8px;
		flex: 0 0 auto;
		min-width: 148px;
	}

	#search #livesearch_search_results .cart {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 6px;
		width: 100%;
		max-width: 160px;
	}

	#search #livesearch_search_results .buttonem,
	#search #livesearch_search_results a.buttonem {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		gap: 6px;
		width: 100%;
		height: 34px;
		margin: 0;
		padding: 0 12px !important;
		border: 0 !important;
		border-radius: 9px !important;
		background-color: #1f9d6e !important;
		background-image: linear-gradient(180deg, #2eb890 0%, #1f9d6e 100%) !important;
		color: #fff !important;
		font-size: 12px !important;
		font-weight: 700 !important;
		line-height: 1 !important;
		text-decoration: none !important;
		text-shadow: none !important;
		box-shadow: 0 1px 3px rgba(31, 157, 110, 0.35);
		transition: background-color 0.18s ease, background-image 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
		white-space: nowrap;
	}

	#search #livesearch_search_results .buttonem::before,
	#search #livesearch_search_results a.buttonem::before {
		content: "\f07a";
		font-family: FontAwesome;
		font-size: 12px;
		font-weight: normal;
		line-height: 1;
		color: #fff;
	}

	#search #livesearch_search_results .buttonem:hover,
	#search #livesearch_search_results a.buttonem:hover {
		background-color: #28b07e !important;
		background-image: linear-gradient(180deg, #34c79d 0%, #28b07e 100%) !important;
		color: #fff !important;
		box-shadow: 0 4px 12px rgba(31, 157, 110, 0.4);
		transform: translateY(-1px);
	}

	#search #livesearch_search_results .share-wrapper {
		position: relative;
		width: 100%;
	}

	#search #livesearch_search_results .share-btn {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		gap: 6px;
		width: 100%;
		height: 34px;
		margin: 0;
		padding: 0 12px;
		border: 1px solid #d7e0ea;
		border-radius: 9px;
		background: #fff;
		color: #1f2a37;
		font-size: 12px;
		font-weight: 700;
		line-height: 1;
		cursor: pointer;
		box-shadow: 0 1px 2px rgba(20, 40, 80, 0.04);
		transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
	}

	#search #livesearch_search_results .share-btn:hover {
		background: #f0f7ff;
		border-color: #a8c7ea;
		color: var(--hh-blue);
		box-shadow: 0 2px 8px rgba(64, 141, 228, 0.15);
	}

	#search #livesearch_search_results .share-btn .fa {
		color: #25d366;
		font-size: 13px;
	}

	#search #livesearch_search_results .price-modal {
		top: auto;
		bottom: calc(100% + 6px);
		left: 0;
		right: 0;
		min-width: 0;
		width: 100%;
		padding: 6px;
		border: 1px solid #e4e9f0;
		border-radius: 10px;
		box-shadow: 0 10px 28px rgba(15, 35, 70, 0.16);
		z-index: 30;
	}

	#search #livesearch_search_results .price-modal button {
		margin: 3px 0;
		padding: 9px 10px;
		border-radius: 8px;
		background: #f4f7fb;
		color: #1f2a37;
		font-size: 12px;
		font-weight: 600;
		text-align: left;
		transition: background 0.15s ease, color 0.15s ease;
	}

	#search #livesearch_search_results .price-modal button:hover {
		background: #e8f1fb;
		color: var(--hh-blue);
	}

	#search #more_response {
		margin: 0 !important;
		padding: 12px 14px !important;
		height: auto !important;
		text-align: center;
		background: transparent;
		border-radius: 0;
		border-top: 0;
	}

	#search #more_response a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 180px;
		padding: 10px 18px;
		border-radius: 10px;
		background: linear-gradient(180deg, #4a97e8 0%, var(--hh-blue) 100%);
		color: #fff !important;
		font-weight: 700;
		font-size: 13px;
		text-decoration: none !important;
		box-shadow: 0 2px 8px rgba(30, 95, 191, 0.25);
		transition: transform 0.18s ease, box-shadow 0.18s ease;
	}

	#search #more_response a:hover {
		text-decoration: none !important;
		transform: translateY(-1px);
		box-shadow: 0 4px 14px rgba(30, 95, 191, 0.35);
	}

	/* Kapatma — üst bar içinde sabit */
	#search #kapat_ac {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		float: none !important;
		align-self: auto;
		z-index: 5 !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 36px !important;
		height: 36px !important;
		margin: 0;
		padding: 0;
		border: 1px solid #e1e7ef;
		border-radius: 50%;
		background: #fff !important;
		background-image: none !important;
		box-shadow: 0 4px 14px rgba(15, 35, 70, 0.12);
		cursor: pointer;
		flex: 0 0 auto;
		transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
	}

	#search #kapat_ac::before {
		content: "";
		width: 12px;
		height: 12px;
		background:
			linear-gradient(#5c6570, #5c6570) center/12px 2px no-repeat,
			linear-gradient(#5c6570, #5c6570) center/2px 12px no-repeat;
		transform: rotate(45deg);
		transition: background 0.18s ease;
	}

	#search #kapat_ac:hover {
		background: #fff5f5 !important;
		border-color: #f0b4b4;
		box-shadow: 0 6px 16px rgba(200, 60, 60, 0.18);
		transform: scale(1.05);
	}

	#search #kapat_ac:hover::before {
		background:
			linear-gradient(#d64545, #d64545) center/12px 2px no-repeat,
			linear-gradient(#d64545, #d64545) center/2px 12px no-repeat;
	}

	#search #kapat_ac:active {
		transform: scale(0.96);
	}

	.header.container > .row {
		float: none;
		margin: 0;
		width: auto;
		flex: 0 0 auto;
	}

	.header.container > .row > .container {
		width: auto;
		padding: 0;
		margin: 0;
	}

	.header-right {
		float: none !important;
		position: static !important;
		top: auto !important;
		right: auto !important;
		width: auto !important;
		display: flex;
		align-items: center;
		flex: 0 0 auto;
	}

	.list-pack {
		float: none;
		display: flex;
		align-items: center;
		gap: 8px;
		margin: 0;
		padding: 0;
	}

	.list-pack li {
		list-style: none;
		display: block;
		margin: 0;
	}

	.list-pack li a {
		display: inline-flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		min-width: 78px;
		padding: 8px 10px;
		border-radius: 12px;
		color: var(--hh-ink);
		font-size: 11px;
		font-weight: 600;
		line-height: 1.25;
		text-align: center;
		text-decoration: none;
		background: transparent;
		transition: background var(--hh-transition), color var(--hh-transition), transform var(--hh-transition);
	}

	.list-pack li a:hover {
		color: var(--hh-blue);
		background: rgba(64, 141, 228, 0.1);
		transform: translateY(-1px);
	}

	.list-pack .dda {
		width: 22px;
		height: 22px;
		margin: 0 0 4px;
	}
}

/* Mobile quick buttons in header */
.header .search-button,
.header .account-button,
.header .whatsapp-button {
	border-radius: 10px;
	transition: transform var(--hh-transition), opacity var(--hh-transition);
}

.header .search-button:active,
.header .account-button:active,
.header .whatsapp-button:active {
	transform: scale(0.96);
}

/* ========== NAVIGATION ========== */
.nav-inner-cms {
	background: linear-gradient(180deg, var(--hh-blue-soft) 0%, var(--hh-blue) 100%);
	box-shadow: 0 4px 16px rgba(20, 85, 169, 0.22);
	position: relative;
	/* Menü header'ın ALTINDA — arama input/sonuçları menünün üstünde kalsın */
	z-index: 60;
	overflow: visible;
}

.header-bottom {
	position: relative;
	overflow: visible;
}

.main-menu.container {
	background: transparent !important;
	height: 54px;
	margin: 0 auto 24px !important;
	padding: 0 15px !important;
	max-width: 1170px;
	position: relative;
	overflow: visible;
}

.main-menu > ul.main-navigation {
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
	height: 54px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-menu > ul > li {
	float: none;
	position: relative;
	z-index: 20;
	display: flex;
	align-items: stretch;
}

.main-menu > ul > li.level0 > a,
.nav-responsive span {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 14px;
	margin: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	border-radius: 0;
	transition: background var(--hh-transition), color var(--hh-transition);
}

.main-menu > ul > li.level0:hover > a,
.main-menu > ul > li.level0 > a:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.main-menu > ul > li.level0 > a::after {
	content: "";
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 0;
	height: 3px;
	border-radius: 3px 3px 0 0;
	background: var(--hh-yellow);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform var(--hh-transition);
}

.main-menu > ul > li.level0:hover > a::after {
	transform: scaleX(1);
}

/* Hızlı ürün ara */
.hizli-urun-ara {
	background: var(--hh-blue-deep) !important;
	width: auto !important;
	min-width: 168px;
	line-height: normal !important;
	font-size: 13px !important;
	border-radius: 0;
	box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.08);
	position: relative;
	overflow: visible;
	z-index: 1 !important;
}

.hizli-urun-ara.hizli-active {
	z-index: 2 !important;
}

li.hizli-urun-ara a#main-url {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 100%;
	height: 100%;
	padding: 0 18px 0 16px !important;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	transition: background var(--hh-transition);
}

.hizli-urun-ara:hover,
.hizli-urun-ara.hizli-active {
	background: #0f4a96 !important;
}

.hizli-urun-ara .ddaf.down-white {
	top: 0;
	left: 0;
	margin: 0;
}

/* Başlangıçta kapalı — tıklanınca (.hizli-active) açılır */
.hizli-urun-content {
	display: none !important;
	visibility: hidden;
	opacity: 0;
	padding: 20px 24px !important;
	width: 1170px !important;
	max-width: calc(100vw - 30px);
	min-height: 125px;
	left: 0 !important;
	top: 100% !important;
	position: absolute !important;
	z-index: 200;
	background: rgba(30, 55, 100, 0.97) !important;
	border-radius: 0 0 14px 14px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
	box-sizing: border-box;
}

.hizli-urun-ara.hizli-active .hizli-urun-content {
	display: block !important;
	visibility: visible;
	opacity: 1;
}

.hizli-urun-content .dda-close {
	display: block !important;
	cursor: pointer;
	z-index: 2;
}

.hizli-urun-content .parts {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hizli-urun-content .parts > li {
	opacity: 0.4;
	display: block;
	float: none;
	width: 33.333%;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 0 12px;
	box-sizing: border-box;
	position: relative;
}

.hizli-urun-content .parts > li.part-hover,
.hizli-urun-content .parts > li.part-active {
	opacity: 1 !important;
}

.hizli-urun-content .parts li .printer-item {
	background: #fff;
	border-radius: 10px;
	padding: 0 10px;
	height: 40px;
	display: block;
	width: 100%;
	line-height: 40px;
	position: relative;
	color: #000;
	box-sizing: border-box;
	transition: border-color var(--hh-transition), box-shadow var(--hh-transition);
	cursor: pointer;
}

.hizli-urun-content .printer-item-list {
	display: none;
	border-radius: 10px;
	background: #fff;
	width: 1075px;
	max-width: calc(100vw - 60px);
	position: absolute;
	margin-top: 8px;
	height: 300px;
	overflow: auto;
	overflow-x: hidden;
	left: 12px;
	z-index: 210;
	animation: none !important;
	-webkit-animation: none !important;
}

.hizli-urun-content .printer-item-list.item-show {
	display: block;
}

.hizli-urun-content .parts li:nth-child(2) .printer-item-list,
.hizli-urun-content .parts li:nth-child(3) .printer-item-list {
	left: 12px;
	right: auto;
}

.printer-item-active {
	border: 3px solid #00d480 !important;
	box-shadow: 0 0 0 3px rgba(0, 212, 128, 0.15);
}

/* Cart / account in nav */
.sepet-right {
	float: none !important;
	margin-left: auto;
	height: 54px;
	padding-left: 10px;
	display: flex;
	align-items: center;
}

.main-menu > ul > li.sepet-right + li.sepet-right,
.main-menu > ul > li.sepet-right ~ li.sepet-right {
	margin-left: 0;
}

li.sepet-right:before {
	content: "";
	width: 1px;
	height: 28px;
	background: rgba(255, 255, 255, 0.22);
	display: inline-block;
	position: relative;
	top: 0;
	margin-right: 10px;
}

.sepet-right a.user-link {
	display: inline-flex;
	align-items: center;
	height: 100%;
	padding: 0 8px;
	top: 0;
	font-size: 12px;
	border-radius: 8px;
	transition: background var(--hh-transition);
}

.sepet-right a.user-link:hover {
	background: rgba(255, 255, 255, 0.1);
}

.sepet-right .title {
	top: 0;
	padding-left: 8px;
	line-height: 1.2;
}

.dda-user {
	top: 0;
	left: 0;
	width: 26px;
	height: 26px;
}

#cart {
	float: none;
	margin: 0;
}

#cart > .btn {
	height: 54px;
	width: auto;
	min-width: 54px;
	padding: 0 12px;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	float: none;
	border-radius: 0;
	background: transparent;
	transition: background var(--hh-transition);
}

#cart > .btn:hover,
#cart.open > .btn {
	background: rgba(255, 255, 255, 0.1);
}

#cart .cart-icon-content {
	top: 0;
}

#cart .cart-text {
	top: 0;
	float: none;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
}

#cart-total {
	right: 4px;
	top: 6px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 11px;
	background: var(--hh-yellow);
	color: var(--hh-ink);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.myaccount {
	display: flex;
	align-items: center;
	height: 54px;
	margin-left: 4px;
}

.myaccount > a.dropdown-toggle {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	height: 36px;
	padding: 0 12px !important;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.1);
	font-size: 12px !important;
	text-transform: none !important;
	letter-spacing: 0;
	transition: background var(--hh-transition);
}

.myaccount > a.dropdown-toggle:hover,
.myaccount.open > a.dropdown-toggle {
	background: rgba(255, 255, 255, 0.18);
}

.myaccount .dropdown-menu {
	left: auto;
	right: 0;
	margin-top: 6px;
	padding: 8px 0;
	border: 0;
	border-radius: 12px;
	background: #fff;
	box-shadow: var(--hh-shadow);
	min-width: 180px;
}

.myaccount .dropdown-menu > li > a {
	color: var(--hh-ink) !important;
	padding: 8px 16px;
	font-size: 13px;
	transition: background var(--hh-transition), color var(--hh-transition);
}

.myaccount .dropdown-menu > li > a:hover {
	background: rgba(64, 141, 228, 0.1) !important;
	color: var(--hh-blue) !important;
}

/* ========== RESPONSIVE ========== */
@media (min-width: 768px) and (max-width: 1199px) {
	.header.container {
		max-width: 970px;
		gap: 14px;
	}

	#logo svg {
		width: 180px;
	}

	.list-pack li a {
		min-width: 70px;
		padding: 6px 8px;
		font-size: 10px;
	}

	.main-menu > ul > li.level0 > a {
		padding: 0 10px;
		font-size: 12px;
	}

	.hizli-urun-ara {
		min-width: 150px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.header.container {
		max-width: 750px;
		flex-wrap: wrap;
		min-height: 0;
		gap: 12px;
	}

	.header-logo {
		order: 1;
	}

	.header.container > .row {
		order: 2;
		margin-left: auto;
	}

	.header-search {
		order: 3;
		flex: 1 1 100%;
		max-width: none;
		width: 100% !important;
	}

	#logo svg {
		width: 160px;
	}

	.main-menu.container {
		margin-bottom: 16px !important;
	}
}

@media (max-width: 767px) {
	.nav-inner-cms {
		box-shadow: none;
	}

	.main-menu.container {
		height: auto;
		margin-bottom: 12px !important;
	}
}
