.turhan-site-header{
	position: sticky;
	top: 0;
	z-index: 1000;
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 0 !important;
	background: var(--turhan-white);
	border-bottom: 1px solid var(--border-red-soft);
	box-shadow: 0 10px 28px rgba(17,24,39,0.08);
	font-family: var(--font-heading);
	box-sizing: border-box;
}

.turhan-header-container{
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 32px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.turhan-header-main{
	min-height: 92px;
	display: grid;
	grid-template-columns: 210px minmax(300px, 540px) 300px;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.turhan-header-brand{
	display: inline-flex;
	align-items: center;
	min-width: 0;
}

.turhan-header-logo{
	display: block;
	width: auto;
	height: 66px;
	max-width: 190px;
	object-fit: contain;
}

.turhan-header-site-name{
	display: inline-flex;
	align-items: center;
	color: var(--brand-primary);
	font-family: var(--font-heading);
	font-size: 22px;
	font-weight: 900;
	line-height: 1.1;
}

.turhan-site-header img.turhan-header-logo{
	width: auto !important;
	height: 66px !important;
	max-width: 190px !important;
	max-height: 66px !important;
	object-fit: contain !important;
}

.turhan-header-nav{
	display: flex;
	justify-content: center;
	min-width: 0;
	width: 100%;
	margin: 0;
	border-top: 1px solid var(--turhan-border);
	background: var(--turhan-off-white);
	padding: 0 32px;
	box-sizing: border-box;
}

.turhan-header-nav-inner{
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
}

.turhan-header-nav-inner ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 34px;
	flex-wrap: wrap;
	min-height: 48px;
}

.turhan-header-nav-inner li{
	margin: 0;
	padding: 0;
}

.turhan-header-nav-inner li::marker{
	content: none;
}

.turhan-header-nav-inner a{
	color: var(--text);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .1px;
	text-decoration: none;
	transition: color .2s ease, transform .2s ease;
}

.turhan-header-nav-inner a:hover,
.turhan-header-nav-inner .current-menu-item > a,
.turhan-header-nav-inner .current_page_item > a{
	color: var(--brand-primary);
}

.turhan-header-actions{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	min-width: 0;
}

.turhan-header-language{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	max-width: 86px;
	height: 40px;
	padding: 0 6px;
	border: 1px solid rgba(153,8,8,.16);
	border-radius: 999px;
	background: var(--turhan-off-white);
	color: var(--text);
	font-family: var(--font-heading);
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	box-shadow: 0 8px 20px rgba(17,24,39,.05);
	box-sizing: border-box;
	overflow: visible;
	flex: 0 0 86px;
}

.turhan-header-language select,
.turhan-header-language .gt_selector{
	width: 100% !important;
	max-width: 100% !important;
	height: 34px !important;
	min-height: 34px !important;
	padding: 0 24px 0 10px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background-color: transparent !important;
	color: var(--text) !important;
	font-family: var(--font-heading) !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	box-shadow: none !important;
	outline: none !important;
	cursor: pointer;
}

.turhan-header-language .gt_switcher,
.turhan-header-language .gt_container,
.turhan-header-language .gtranslate_wrapper,
.turhan-header-language .goog-te-gadget{
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 4px !important;
	width: auto !important;
	max-width: 100% !important;
	margin: 0 !important;
	font-family: var(--font-heading) !important;
	font-size: 12px !important;
	line-height: 1 !important;
}

.turhan-header-language .glink{
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 30px !important;
	height: 30px !important;
	padding: 0 !important;
	border: 1px solid transparent !important;
	border-radius: 999px !important;
	background: transparent !important;
	line-height: 1 !important;
	transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.turhan-header-language .glink:hover,
.turhan-header-language .glink.gt-current-lang{
	border-color: rgba(153,8,8,.18) !important;
	background: var(--turhan-white) !important;
	transform: translateY(-1px);
}

.turhan-header-language .gt_switcher .gt_selected,
.turhan-header-language .gt_switcher .gt_selected a{
	border: 0 !important;
	background: transparent !important;
	color: var(--text) !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
}

.turhan-header-language img{
	max-width: 22px !important;
	height: 22px !important;
	margin: 0 !important;
	border-radius: 50%;
	display: block !important;
}

.turhan-header-search{
	width: 100%;
	min-width: 0;
	justify-self: center;
}

.turhan-header-search form,
.turhan-header-search .dgwt-wcas-search-wrapp{
	margin: 0;
	max-width: 100%;
}

.turhan-header-search .dgwt-wcas-search-wrapp{
	min-width: 0;
	width: 100%;
}

.turhan-header-search .dgwt-wcas-sf-wrapp{
	background: transparent !important;
	padding: 0 !important;
}

.turhan-header-search input[type="search"],
.turhan-header-search .dgwt-wcas-search-input{
	border-radius: 999px !important;
	border: 1px solid rgba(153,8,8,.24) !important;
	background: var(--turhan-white) !important;
	color: var(--text) !important;
	min-height: 48px;
	padding-left: 22px !important;
	padding-right: 64px !important;
	font-size: 15px !important;
	box-shadow: 0 8px 22px rgba(17,24,39,.08) !important;
}

.turhan-header-search input[type="search"]::placeholder,
.turhan-header-search .dgwt-wcas-search-input::placeholder{
	color: var(--text-muted) !important;
}

.turhan-header-search input[type="search"]:focus,
.turhan-header-search .dgwt-wcas-search-input:focus{
	border-color: var(--brand-primary) !important;
	box-shadow: 0 0 0 3px rgba(153,8,8,0.12), 0 10px 26px rgba(17,24,39,.10) !important;
}

.turhan-header-search .dgwt-wcas-search-submit,
.turhan-header-search button[type="submit"]{
	width: 48px !important;
	height: 48px !important;
	min-height: 48px !important;
	border: 0 !important;
	border-radius: 0 999px 999px 0 !important;
	background: var(--brand-primary) !important;
	color: var(--turhan-white) !important;
	box-shadow: none !important;
	transition: background-color .2s ease, transform .2s ease !important;
}

.turhan-header-search .dgwt-wcas-search-submit:hover,
.turhan-header-search button[type="submit"]:hover{
	background: var(--brand-primary-hover) !important;
	transform: none !important;
}

.turhan-header-search .dgwt-wcas-search-submit::before,
.turhan-header-search button[type="submit"]::before{
	display: none !important;
}

.turhan-header-search .dgwt-wcas-search-submit svg,
.turhan-header-search .dgwt-wcas-search-submit path,
.turhan-header-search button[type="submit"] svg,
.turhan-header-search button[type="submit"] path{
	fill: currentColor !important;
	color: currentColor !important;
}

.turhan-header-search .dgwt-wcas-ico-magnifier{
	width: 18px !important;
	height: 18px !important;
}

.turhan-header-actions .turhan-header-icon,
.turhan-header-actions .custom-cart-icon {
	position: relative;
	cursor: pointer;
	color: var(--text);
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 0;
	border-radius: 50%;
	text-decoration: none;
	transition: background-color .25s ease, color .25s ease, transform .15s ease;
	z-index: 20;
	flex: 0 0 44px;
	font-size: 25px;
}

.turhan-header-actions .turhan-header-icon:hover,
.turhan-header-actions .custom-cart-icon:hover {
	background: rgba(153,8,8,0.08);
	color: var(--brand-primary);
	transform: translateY(-1px);
}

.turhan-header-actions .custom-cart-icon .cart-svg {
	font-size: 24px;
	line-height: 1;
}

.turhan-header-actions .custom-cart-icon .cart-count {
	position: absolute;
	top: 2px;
	right: 0;
	background: var(--brand-primary);
	color: var(--turhan-white);
	font-size: 12px;
	font-weight: 800;
	padding: 2px 6px;
	border-radius: 999px;
	min-width: 18px;
	text-align: center;
	line-height: 1.2;
	box-shadow: 0 0 0 2px var(--turhan-white);
}

.turhan-header-actions .custom-cart-icon .cart-count:empty,
.turhan-header-actions .custom-cart-icon .cart-count[data-count="0"] {
	display: none;
}

@media (max-width: 1024px){
	.turhan-header-main{
		grid-template-columns: 170px minmax(220px, 1fr) minmax(260px, auto);
		gap: 18px;
	}

	.turhan-header-nav{
		justify-content: flex-start;
		overflow-x: auto;
	}

	.turhan-header-nav-inner ul{
		justify-content: flex-start;
		flex-wrap: nowrap;
		gap: 18px;
		min-width: max-content;
	}

	.turhan-header-logo{
		height: 58px;
	}

	.turhan-site-header img.turhan-header-logo{
		height: 58px !important;
		max-width: 170px !important;
		max-height: 58px !important;
	}
}

@media (max-width: 767px){
	.turhan-header-container{
		padding: 0 16px;
	}

	.turhan-header-main{
		grid-template-columns: minmax(120px, 1fr) auto;
		gap: 14px 18px;
		min-height: auto;
		padding: 14px 0 12px;
	}

	.turhan-header-search{
		grid-column: 1 / -1;
		grid-row: 2;
		width: 100%;
		min-width: 0;
	}

	.turhan-header-actions{
		gap: 8px;
		justify-self: end;
		justify-content: flex-end;
	}

	.turhan-header-language{
		max-width: 82px;
		flex-basis: 82px;
	}

	.turhan-header-nav{
		padding: 0 16px;
	}
}

@media (max-width: 640px){
	.turhan-header-container{
		padding: 0 14px;
	}

	.turhan-header-main{
		gap: 12px;
		padding: 12px 0;
	}

	.turhan-header-logo{
		height: 50px;
		max-width: 148px;
	}

	.turhan-site-header img.turhan-header-logo{
		height: 50px !important;
		max-width: 148px !important;
		max-height: 50px !important;
	}

	.turhan-header-actions{
		gap: 4px;
	}

	.turhan-header-language{
		max-width: 74px;
		flex-basis: 74px;
		height: 36px;
		padding: 0 4px;
	}

	.turhan-header-language select,
	.turhan-header-language .gt_selector{
		height: 30px !important;
		min-height: 30px !important;
		font-size: 11px !important;
	}

	.turhan-header-language .glink{
		width: 27px !important;
		height: 27px !important;
	}

	.turhan-header-language img{
		max-width: 20px !important;
		height: 20px !important;
	}

	.turhan-header-actions .turhan-header-icon,
	.turhan-header-actions .custom-cart-icon{
		width: 38px;
		height: 38px;
		flex-basis: 38px;
		font-size: 21px;
	}

	.turhan-header-actions .custom-cart-icon .cart-svg{
		font-size: 21px;
	}

	.turhan-header-nav{
		padding: 0 14px;
	}

	.turhan-header-nav-inner a{
		font-size: 13px;
		white-space: nowrap;
	}
}

@media (max-width: 420px){
	.turhan-header-container{
		padding: 0 10px;
	}

	.turhan-header-main{
		grid-template-columns: minmax(94px, 1fr) auto;
		gap: 10px;
		padding: 10px 0;
	}

	.turhan-header-logo,
	.turhan-site-header img.turhan-header-logo{
		height: 44px !important;
		max-width: 128px !important;
		max-height: 44px !important;
	}

	.turhan-header-actions{
		gap: 3px;
	}

	.turhan-header-actions .turhan-header-icon,
	.turhan-header-actions .custom-cart-icon{
		width: 34px;
		height: 34px;
		flex-basis: 34px;
		font-size: 18px;
	}

	.turhan-header-actions .custom-cart-icon .cart-svg{
		font-size: 18px;
	}

	.turhan-header-actions .custom-cart-icon .cart-count{
		top: -2px;
		right: -3px;
		font-size: 10px;
		min-width: 16px;
		padding: 2px 5px;
	}

	.turhan-header-language{
		max-width: 62px;
		flex-basis: 62px;
		height: 32px;
		padding: 0 3px;
	}

	.turhan-header-language .gtranslate_wrapper{
		gap: 2px !important;
	}

	.turhan-header-language .glink{
		width: 25px !important;
		height: 25px !important;
	}

	.turhan-header-language img{
		max-width: 18px !important;
		height: 18px !important;
	}

	.turhan-header-search input[type="search"],
	.turhan-header-search .dgwt-wcas-search-input{
		min-height: 44px;
		padding-left: 16px !important;
		padding-right: 52px !important;
		font-size: 14px !important;
	}

	.turhan-header-search .dgwt-wcas-search-submit,
	.turhan-header-search button[type="submit"]{
		width: 44px !important;
		height: 44px !important;
		min-height: 44px !important;
	}
}

@media (max-width: 420px){
	.turhan-header-container{
		padding: 0 12px;
	}

	.turhan-header-main{
		grid-template-columns: minmax(104px, 1fr) auto;
		gap: 10px;
	}

	.turhan-site-header img.turhan-header-logo{
		height: 40px !important;
		max-width: 120px !important;
		max-height: 40px !important;
	}

	.turhan-header-actions{
		gap: 6px;
	}

	.turhan-header-actions .turhan-header-icon,
	.turhan-header-actions .custom-cart-icon{
		width: 36px;
		height: 36px;
		flex-basis: 36px;
		font-size: 19px;
	}

	.turhan-header-search .dgwt-wcas-search-submit,
	.turhan-header-search button[type="submit"]{
		width: 44px !important;
		min-width: 44px !important;
	}
}
