/* itempazar Site Header ? design.md */

header.ip-site-header {
	font-family: 'Inter', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	z-index: 100;
}

/* ?? Top Bar ?? */
header.ip-site-header .ip-top-bar,
header.ip-site-header .header-top {
	background: linear-gradient(90deg, #07090e 0%, #090c12 50%, #07090e 100%) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.03) !important;
	position: relative;
	overflow: hidden;
	line-height: 36px !important;
	height: auto !important;
	min-height: 36px;
	backdrop-filter: none !important;
	color: #6b7280 !important;
}

header.ip-site-header .ip-top-bar::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, transparent 0%, rgba(255, 122, 26, 0.04) 50%, transparent 100%);
	pointer-events: none;
	z-index: 0;
}

header.ip-site-header .ip-top-bar .ip-top-inner {
	position: relative;
	z-index: 1;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 36px;
}

header.ip-site-header .header-slick {
	flex: 1;
	min-width: 0;
}

header.ip-site-header .header-slick a,
header.ip-site-header .header-slick span a {
	color: #8b9099 !important;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.2s ease;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

header.ip-site-header .header-slick a:hover {
	color: #e4e4e7 !important;
}

header.ip-site-header .ip-top-links {
	display: none;
	align-items: center;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
	float: none !important;
}

@media (min-width: 1024px) {
	header.ip-site-header .ip-top-links {
		display: flex;
	}
}

header.ip-site-header .ip-top-links li {
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	background: transparent !important;
	line-height: 1;
}

header.ip-site-header .ip-top-links li a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #8b9099 !important;
	font-size: 13px;
	font-weight: 500;
	padding: 6px 10px;
	border-radius: 8px;
	transition: color 0.2s ease, background 0.2s ease;
	text-decoration: none;
	line-height: 1.4;
}

header.ip-site-header .ip-top-links li a:hover {
	color: #e4e4e7 !important;
	background: rgba(255, 255, 255, 0.04);
}

header.ip-site-header .ip-top-links li a i {
	font-size: 12px;
	opacity: 0.8;
}

header.ip-site-header .ip-top-links li.discord a:hover {
	color: #5865F2 !important;
}

header.ip-site-header .ip-top-mobile-actions {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-left: auto;
}

@media (min-width: 1024px) {
	header.ip-site-header .ip-top-mobile-actions {
		display: none;
	}
}

header.ip-site-header .ip-top-mobile-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	color: #9ca3af !important;
	border-radius: 8px;
	position: relative;
	transition: color 0.2s ease, background 0.2s ease;
}

header.ip-site-header .ip-top-mobile-actions a:hover {
	color: #f0f4ff !important;
	background: rgba(255, 255, 255, 0.05);
}

/* ?? Sticky glass chrome (main + nav) ?? */
header.ip-site-header .ip-sticky-chrome {
	position: sticky;
	top: 0;
	z-index: 100;
	isolation: isolate;
	overflow: visible;
}

header.ip-site-header .ip-sticky-chrome-glass {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background: rgba(16, 16, 18, 0.78);
	backdrop-filter: saturate(140%) blur(20px);
	-webkit-backdrop-filter: saturate(140%) blur(20px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

header.ip-site-header .ip-sticky-chrome-orb {
	position: absolute;
	border-radius: 9999px;
	pointer-events: none;
	z-index: 0;
	filter: blur(40px);
	opacity: 0.55;
}

header.ip-site-header .ip-sticky-chrome-orb--a {
	width: 220px;
	height: 220px;
	top: -120px;
	right: 8%;
	background: rgba(255, 122, 26, 0.08);
}

header.ip-site-header .ip-sticky-chrome-orb--b {
	width: 160px;
	height: 160px;
	bottom: -80px;
	left: 42%;
	background: rgba(255, 255, 255, 0.03);
}

header.ip-site-header .ip-sticky-chrome > .header-main,
header.ip-site-header .ip-sticky-chrome > .menubar {
	position: relative;
}

header.ip-site-header .ip-sticky-chrome > .header-main,
header.ip-site-header .ip-main-header,
header.ip-site-header .header-main:not(.header-main-search) {
	position: relative !important;
	top: auto;
	z-index: 40 !important;
	height: auto !important;
	background: transparent !important;
	backdrop-filter: none !important;
	border-bottom: none !important;
}

header.ip-site-header .ip-sticky-chrome > .menubar,
header.ip-site-header nav.menubar.ip-menubar {
	z-index: 10 !important;
}

header.ip-site-header .ip-sticky-chrome > .full-category-list-area {
	position: fixed !important;
	z-index: 240 !important;
}

header.ip-site-header .ip-main-header-inner {
	background: transparent !important;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

header.ip-site-header .header-main:has(.searchBoxPanel.active),
header.ip-site-header .header-main:has(.search-api-panel.active),
header.ip-site-header .header-main:has(.customer-links.active),
header.ip-site-header .header-main:has(.customer-links .menu.visible) {
	z-index: 60 !important;
}

header.ip-site-header .ip-main-row {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 64px;
	height: 64px;
}

@media (min-width: 640px) {
	header.ip-site-header .ip-main-row {
		gap: 16px;
	}
}

@media (min-width: 1024px) {
	header.ip-site-header .ip-main-row {
		gap: 24px;
		min-height: 70px;
		height: 70px;
	}
}

/* Logo */
header.ip-site-header .headerLogoClass {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 8px;
	position: relative;
	max-width: none !important;
	width: auto !important;
	padding: 0 !important;
}

header.ip-site-header .logo-link {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	line-height: 1;
}

header.ip-site-header img.headerLogo {
	display: block !important;
	height: 36px !important;
	width: auto !important;
	max-width: 160px;
	margin: 0 !important;
	object-fit: contain;
}

@media (min-width: 1024px) {
	header.ip-site-header img.headerLogo {
		height: 40px !important;
		max-width: 176px;
	}
}

header.ip-site-header button.searchButtonMobile {
	display: none;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.06) !important;
	border-radius: 10px !important;
	background: rgba(255, 255, 255, 0.04) !important;
	color: #f0f4ff !important;
	font-size: 16px !important;
	position: static !important;
	padding: 0 !important;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease;
}

header.ip-site-header button.searchButtonMobile:hover {
	background: rgba(255, 255, 255, 0.08) !important;
	border-color: rgba(255, 255, 255, 0.12) !important;
}

@media (max-width: 767px) {
	header.ip-site-header .ip-main-row {
		justify-content: space-between;
		position: relative;
	}

	header.ip-site-header .headerLogoClass button.searchButtonMobile {
		display: flex !important;
		position: absolute !important;
		left: 0 !important;
		top: 50% !important;
		transform: translateY(-50%) !important;
		z-index: 6;
		margin: 0 !important;
	}

	header.ip-site-header .headerLogoClass {
		flex: 1 1 auto !important;
		max-width: none !important;
		width: 100% !important;
		justify-content: center !important;
		padding-left: 48px;
		padding-right: 48px;
		box-sizing: border-box;
	}

	header.ip-site-header img.headerLogo {
		position: static !important;
		left: auto !important;
		transform: none !important;
		margin: 0 !important;
		height: 34px !important;
	}

	header.ip-site-header .headerUserClass {
		flex: 0 0 auto !important;
		max-width: none !important;
		width: auto !important;
		position: relative;
		z-index: 6;
	}

	header.ip-site-header .customer-links {
		width: auto !important;
		min-width: 0;
	}

	header.ip-site-header .header-main,
	header.ip-site-header .ip-main-header {
		background: transparent !important;
	}

	header.ip-site-header .ip-top-mobile-actions .floating.ui.label {
		position: absolute;
		top: 0;
		right: 0;
		width: 14px;
		height: 14px;
		font-size: 9px;
		padding: 0 !important;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 9999px;
		background: #FF4655 !important;
		color: #fff !important;
	}
}

/* Search */
header.ip-site-header .headerSearchClass {
	flex: 1 1 auto;
	min-width: 0;
	position: relative;
	max-width: 640px;
	margin: 0 auto;
	padding: 0 !important;
}

@media (max-width: 767px) {
	header.ip-site-header .header-main:not(.header-main-search) .headerSearchClass {
		display: none !important;
	}
}

header.ip-site-header .search-bar {
	display: flex !important;
	align-items: center;
	margin: 0 !important;
	background: #0e1219 !important;
	border: 1px solid rgba(255, 255, 255, 0.06) !important;
	border-radius: 10px !important;
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	height: 42px;
}

header.ip-site-header .search-bar:focus-within {
	border-color: rgba(255, 122, 26, 0.5) !important;
	box-shadow: 0 0 0 3px rgba(255, 122, 26, 0.08);
}

header.ip-site-header .search-bar .input-group-field,
header.ip-site-header .header-search__input {
	flex: 1;
	width: 100% !important;
	background: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	color: #f0f4ff !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
	padding: 10px 14px !important;
	outline: none !important;
	box-shadow: none !important;
}

header.ip-site-header .search-bar .input-group-field::placeholder {
	color: #6b7280 !important;
}

header.ip-site-header .search-bar .icon-search {
	flex: 0 0 44px;
	width: 44px !important;
	height: 100% !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	background: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	color: #9ca3af !important;
	padding: 0 !important;
	cursor: pointer;
	transition: color 0.2s ease, background 0.2s ease;
}

header.ip-site-header .search-bar .icon-search:hover {
	color: #FF7A1A !important;
	background: rgba(255, 122, 26, 0.08) !important;
}

header.ip-site-header .search-bar .icon-search svg {
	width: 18px !important;
	height: 18px !important;
	fill: currentColor !important;
	stroke: none !important;
}

header.ip-site-header .search-api-panel,
header.ip-site-header .searchBoxPanel {
	background: #111620 !important;
	border: 1px solid rgba(255, 255, 255, 0.06) !important;
	border-radius: 12px !important;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5) !important;
	margin-top: 8px;
	overflow: hidden;
}

/* User panel */
header.ip-site-header .headerUserClass {
	flex: 0 0 auto;
	display: flex !important;
	align-items: center;
	justify-content: flex-end;
	max-width: none !important;
	width: auto !important;
	padding: 0 !important;
}

header.ip-site-header .headerUserClass,
header.ip-site-header .user-panel-links {
	position: relative;
	z-index: 50;
}

header.ip-site-header .user-panel-links {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0 !important;
	height: 44px;
}

header.ip-site-header a.btn.btn-message-page {
	width: 40px !important;
	height: 40px !important;
	line-height: 1 !important;
	padding: 0 !important;
	border-radius: 10px !important;
	background: rgba(255, 255, 255, 0.04) !important;
	border: 1px solid rgba(255, 255, 255, 0.06) !important;
	color: #9ca3af !important;
	filter: none !important;
	text-shadow: none !important;
	transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

header.ip-site-header a.btn.btn-message-page:hover {
	color: #f0f4ff !important;
	background: rgba(255, 255, 255, 0.08) !important;
	border-color: rgba(255, 255, 255, 0.12) !important;
}

header.ip-site-header a.btn.btn-message-page svg {
	width: 18px !important;
	height: 18px !important;
	fill: currentColor !important;
	stroke: none !important;
}

header.ip-site-header a.btn.btn-message-page .floating.ui.label {
	padding: 0 !important;
	top: -2px !important;
	right: -2px !important;
	left: auto !important;
	width: 16px !important;
	height: 16px !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	border-radius: 9999px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	background: #FF4655 !important;
	color: #fff !important;
	text-shadow: none !important;
	box-shadow: 0 0 0 2px #0e1219;
}

header.ip-site-header .customer-links,
header.ip-site-header .customer-links.ui.dropdown {
	display: inline-flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	justify-content: flex-start !important;
	width: auto !important;
	max-width: none !important;
	height: 44px !important;
	min-height: 44px !important;
	margin: 0 0 0 4px !important;
	padding: 4px 10px 4px 4px !important;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	background: rgba(255, 255, 255, 0.03);
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease;
	gap: 8px;
	line-height: 1 !important;
	vertical-align: middle;
	position: relative;
	z-index: 50;
	box-sizing: border-box;
}

header.ip-site-header .customer-links:hover {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.1);
}

header.ip-site-header .customer-links > .icon-user,
header.ip-site-header .customer-links > .user-text,
header.ip-site-header .customer-links > .user-caret-down {
	display: flex !important;
	align-items: center;
	flex-shrink: 0;
	float: none !important;
	position: static !important;
}

header.ip-site-header .customer-links .icon-user {
	margin: 0 !important;
	width: 36px !important;
	height: 36px !important;
	border-radius: 9999px;
	overflow: hidden;
	justify-content: center;
	background: rgba(255, 122, 26, 0.12);
}

header.ip-site-header .customer-links .icon-user img.userAvatar {
	width: 36px !important;
	height: 36px !important;
	border-radius: 9999px !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	object-fit: cover;
	display: block !important;
}

header.ip-site-header .customer-links .icon-user svg {
	width: 18px !important;
	height: 18px !important;
	fill: #FF7A1A !important;
	stroke: none !important;
}

header.ip-site-header .customer-links .user-text {
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	max-width: 120px;
}

@media (max-width: 1023px) {
	header.ip-site-header .customer-links .user-text,
	header.ip-site-header .customer-links .user-caret-down {
		display: none !important;
	}

	header.ip-site-header .customer-links,
	header.ip-site-header .customer-links.ui.dropdown {
		padding: 4px !important;
		width: 44px !important;
		justify-content: center !important;
	}
}

@media (min-width: 1024px) {
	header.ip-site-header .customer-links .user-text {
		display: flex !important;
	}

	header.ip-site-header .customer-links .user-caret-down {
		display: flex !important;
	}
}

header.ip-site-header .customer-links .user-text .text-top,
header.ip-site-header .customer-links .user-text .text-bottom {
	display: block;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

header.ip-site-header .customer-links .user-text .text-top span,
header.ip-site-header .customer-links .user-text .acc-links span {
	color: #e4e4e7 !important;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
}

header.ip-site-header .customer-links .user-text .text-bottom span,
header.ip-site-header .customer-links .user-text .acc-title span {
	color: #8b9099 !important;
	font-size: 12px;
	font-weight: 500;
}

header.ip-site-header .customer-links .user-caret-down {
	padding: 0 !important;
	color: #8b9099 !important;
	font-size: 11px;
	margin-left: 2px;
}

header.ip-site-header .customer-links > .menu,
header.ip-site-header .customer-links > .menu.ip-user-menu,
header.ip-site-header .customer-links > .menu.visible,
header.ip-site-header .customer-links > .menu.transition {
	position: absolute !important;
	top: calc(100% + 10px) !important;
	right: 0 !important;
	left: auto !important;
	bottom: auto !important;
	margin: 0 !important;
	transform: none !important;
	-webkit-transform: none !important;
	z-index: 500 !important;
}

/* User dropdown ? premium redesign */
header.ip-site-header .customer-links .menu.ip-user-menu,
header.ip-site-header .customer-links .menu {
	background: rgba(18, 18, 20, 0.97) !important;
	backdrop-filter: saturate(140%) blur(20px);
	-webkit-backdrop-filter: saturate(140%) blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	border-radius: 16px !important;
	box-shadow: 0 20px 56px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.03) inset !important;
	padding: 10px !important;
	min-width: 280px !important;
	max-width: min(320px, 92vw) !important;
	max-height: min(90dvh, calc(100vh - 96px)) !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	z-index: 500 !important;
	scrollbar-width: thin;
	scrollbar-color: #2a2a2e transparent;
}

header.ip-site-header .customer-links .menu.ip-user-menu::before {
	content: "";
	position: absolute;
	top: -40px;
	right: -20px;
	width: 120px;
	height: 120px;
	border-radius: 9999px;
	background: rgba(255, 122, 26, 0.08);
	filter: blur(28px);
	pointer-events: none;
}

header.ip-site-header .customer-links .menu .item {
	border-bottom: none !important;
	padding: 0 !important;
	border-radius: 10px !important;
	margin: 1px 0;
	background: transparent !important;
	position: relative;
	z-index: 1;
}

header.ip-site-header .customer-links .menu .item:hover {
	background: rgba(255, 255, 255, 0.05) !important;
}

header.ip-site-header .customer-links .menu a {
	color: #d4d4d8 !important;
	font-size: 13px !important;
	font-weight: 500;
	padding: 10px 12px !important;
	border-radius: 10px;
	display: flex !important;
	align-items: center;
	gap: 12px;
	transition: color 0.15s ease, background 0.15s ease;
	text-decoration: none !important;
}

header.ip-site-header .customer-links .menu a:hover {
	color: #fafafa !important;
}

header.ip-site-header .customer-links .menu .item i {
	margin: 0 !important;
	width: auto;
	text-align: center;
	color: inherit;
	font-size: 13px;
}

header.ip-site-header .ip-user-menu__icon {
	width: 32px;
	height: 32px;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.06);
	color: #a1a1aa;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

header.ip-site-header .customer-links .menu .item:hover .ip-user-menu__icon {
	background: rgba(255, 255, 255, 0.08);
	color: #e4e4e7;
	border-color: rgba(255, 255, 255, 0.1);
}

header.ip-site-header .ip-user-menu__icon--orange {
	background: rgba(255, 122, 26, 0.12) !important;
	border-color: rgba(255, 122, 26, 0.22) !important;
	color: #FF7A1A !important;
}

header.ip-site-header .ip-user-menu__icon--danger {
	background: rgba(255, 70, 85, 0.1) !important;
	border-color: rgba(255, 70, 85, 0.2) !important;
	color: #FF4655 !important;
}

header.ip-site-header .ip-user-menu__label {
	flex: 1;
	min-width: 0;
	line-height: 1.3;
}

header.ip-site-header .ip-user-menu__chip {
	font-size: 11px;
	font-weight: 700;
	padding: 3px 8px;
	border-radius: 9999px;
	background: rgba(255, 122, 26, 0.15);
	color: #FF7A1A;
	letter-spacing: 0.02em;
}

header.ip-site-header .ip-user-menu__divider {
	height: 1px;
	margin: 8px 4px;
	background: rgba(255, 255, 255, 0.06);
	pointer-events: none;
}

/* Profile head */
header.ip-site-header .customer-links .menu .item.ip-user-menu__head {
	pointer-events: auto;
	margin-bottom: 6px;
	background: rgba(255, 255, 255, 0.03) !important;
	border: 1px solid rgba(255, 255, 255, 0.06) !important;
	border-radius: 12px !important;
	padding: 0 !important;
}

header.ip-site-header .customer-links .menu .item.ip-user-menu__head:hover {
	background: rgba(255, 255, 255, 0.06) !important;
}

header.ip-site-header .ip-user-menu__profile {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 12px !important;
	text-decoration: none !important;
	color: inherit !important;
	border-radius: 12px;
	box-sizing: border-box;
}

header.ip-site-header .ip-user-menu__profile img {
	width: 44px !important;
	height: 44px !important;
	border-radius: 9999px !important;
	object-fit: cover;
	border: 1px solid rgba(255, 255, 255, 0.12) !important;
	flex-shrink: 0;
}

header.ip-site-header .ip-user-menu__meta {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
	flex: 1 1 auto;
}

header.ip-site-header .ip-user-menu__name {
	font-size: 14px;
	font-weight: 700;
	color: #f5f5f5;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: Outfit, Inter, sans-serif;
}

header.ip-site-header .ip-user-menu__go {
	margin-left: auto !important;
	color: #8b9099 !important;
	font-size: 11px !important;
	flex-shrink: 0;
	transition: color 0.15s ease, transform 0.15s ease;
}

header.ip-site-header .customer-links .menu .item.ip-user-menu__head:hover .ip-user-menu__go {
	color: #FF7A1A !important;
	transform: translateX(2px);
}

header.ip-site-header .ip-user-menu__balance {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	font-size: 12px;
	font-weight: 700;
	color: #d4d4d8;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
	padding: 3px 8px;
	border-radius: 9999px;
	font-family: Outfit, Inter, sans-serif;
}

header.ip-site-header .customer-links .menu .item.guvenilirItem {
	background: rgba(255, 122, 26, 0.08) !important;
	border: 1px solid rgba(255, 122, 26, 0.22) !important;
	margin: 2px 0 6px !important;
}

header.ip-site-header .customer-links .menu .item.guvenilirItem a {
	color: #FF7A1A !important;
	padding-block: 10px !important;
}

header.ip-site-header .customer-links .menu .item.guvenilirItem:hover {
	background: rgba(255, 122, 26, 0.14) !important;
}

header.ip-site-header .customer-links .menu .item.guvenilirItem .ip-user-menu__icon {
	background: rgba(255, 122, 26, 0.15);
	border-color: rgba(255, 122, 26, 0.25);
	color: #FF7A1A;
}

header.ip-site-header .customer-links .menu .item.ip-user-menu__logout a,
header.ip-site-header .customer-links .menu a.cikisYapBtn {
	color: #FF4655 !important;
}

header.ip-site-header .customer-links .menu .item.ip-user-menu__logout:hover {
	background: rgba(255, 70, 85, 0.08) !important;
}

header.ip-site-header .label-block-balance {
	display: inline-flex;
	align-items: center;
	margin: 0;
	background: rgba(245, 158, 11, 0.15);
	color: #f59e0b;
	font-size: 11px;
	font-weight: 700;
	padding: 3px 8px;
	border-radius: 9999px;
	margin-left: auto;
}

/* Guest login CTA ? sade, men? butonu gibi */
header.ip-site-header .customer-links.ip-guest-auth {
	padding: 4px 12px 4px 4px !important;
	gap: 8px;
	background: rgba(255, 255, 255, 0.04) !important;
	border: 1px solid rgba(255, 255, 255, 0.06) !important;
}

header.ip-site-header .customer-links.ip-guest-auth:hover {
	background: rgba(255, 255, 255, 0.08) !important;
	border-color: rgba(255, 255, 255, 0.12) !important;
}

header.ip-site-header .customer-links.ip-guest-auth .icon-user {
	background: transparent !important;
}

header.ip-site-header .customer-links.ip-guest-auth .icon-user svg {
	fill: #d4d4d8 !important;
}

/* Category panel under sticky chrome */
header.ip-site-header .full-category-list-area {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	max-height: none;
	background: transparent !important;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	border-bottom: none;
	z-index: 240;
	display: none;
	overflow: hidden;
	box-shadow: none;
}

header.ip-site-header .full-category-list-area.active {
	display: block !important;
}

header.ip-site-header .full-category-list-area .ip-cat-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

header.ip-site-header .full-category-list-area > .ip-cat-inner,
header.ip-site-header .full-category-list-area > .container {
	position: absolute;
	left: 50%;
	top: max(72px, 8vh);
	transform: translateX(-50%);
	max-width: min(1440px, calc(100vw - 24px)) !important;
	width: calc(100% - 24px);
	margin: 0 !important;
	padding: 18px 16px 20px !important;
	max-height: min(78vh, 720px);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	background: rgba(16, 16, 18, 0.97) !important;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 18px;
	box-shadow: 0 28px 64px rgba(0, 0, 0, 0.55);
	backdrop-filter: saturate(140%) blur(20px);
	-webkit-backdrop-filter: saturate(140%) blur(20px);
	z-index: 1;
}

@media (min-width: 640px) {
	header.ip-site-header .full-category-list-area > .ip-cat-inner,
	header.ip-site-header .full-category-list-area > .container {
		padding: 20px 22px 22px !important;
		width: calc(100% - 40px);
	}
}

@media (min-width: 1024px) {
	header.ip-site-header .full-category-list-area > .ip-cat-inner,
	header.ip-site-header .full-category-list-area > .container {
		padding: 22px 28px 24px !important;
		top: max(88px, 10vh);
	}
}

header.ip-site-header .big-menu-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px 16px;
	margin: 0 0 16px !important;
	flex-wrap: wrap;
	flex: 0 0 auto;
	position: relative;
	z-index: 2;
}

header.ip-site-header .ip-cat-heading {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

header.ip-site-header .ip-cat-eyebrow {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #FF7A1A;
}

header.ip-site-header .big-menu-header span.header {
	font-family: Outfit, Inter, sans-serif;
	font-size: 20px !important;
	font-weight: 800 !important;
	color: #f5f5f5 !important;
	line-height: 1.2 !important;
	text-shadow: none !important;
	letter-spacing: -0.02em;
}

header.ip-site-header .ip-cat-search {
	position: relative;
	flex: 1 1 220px;
	max-width: 320px;
	margin-left: auto;
}

header.ip-site-header .ip-cat-search > i {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: #8b9099;
	font-size: 12px;
	pointer-events: none;
}

header.ip-site-header .big-menu-header input.input-group-search {
	height: 40px !important;
	width: 100% !important;
	min-width: 0 !important;
	background: rgba(255, 255, 255, 0.04) !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	border-radius: 10px !important;
	padding: 0 14px 0 34px !important;
	color: #f5f5f5 !important;
	font-size: 13px !important;
	outline: none !important;
	transition: border-color 0.2s ease, background 0.2s ease;
}

header.ip-site-header .big-menu-header input.input-group-search:focus {
	border-color: rgba(255, 122, 26, 0.45) !important;
	background: rgba(255, 122, 26, 0.06) !important;
}

header.ip-site-header .big-menu-header input.input-group-search::placeholder {
	color: #6b7280;
}

header.ip-site-header .ip-cat-close {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
	color: #c4c4c8;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	flex: 0 0 auto;
	position: relative;
	z-index: 3;
	pointer-events: auto;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

header.ip-site-header .ip-cat-close:hover {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	border-color: rgba(255, 255, 255, 0.14);
}

header.ip-site-header .category-list-flex {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px !important;
	margin: 0 !important;
	padding: 0 2px 4px !important;
	max-height: none;
	overflow: auto;
	flex: 1 1 auto;
	min-height: 0;
	scrollbar-width: thin;
	scrollbar-color: #2a2a2e transparent;
}

@media (min-width: 640px) {
	header.ip-site-header .category-list-flex {
		grid-template-columns: repeat(5, 1fr);
		gap: 12px !important;
	}
}

@media (min-width: 1024px) {
	header.ip-site-header .category-list-flex {
		grid-template-columns: repeat(7, 1fr);
	}
}

@media (min-width: 1280px) {
	header.ip-site-header .category-list-flex {
		grid-template-columns: repeat(8, 1fr);
		gap: 14px !important;
	}
}

header.ip-site-header .category-list-flex .CategoryDiv {
	flex-basis: auto !important;
	width: auto !important;
	min-width: 0;
}

header.ip-site-header .category-list-flex .CategoryBox,
header.ip-site-header .category-list-flex a.CategoryBox {
	display: flex !important;
	flex-direction: column;
	height: 100%;
	background: rgba(255, 255, 255, 0.03) !important;
	border: 1px solid rgba(255, 255, 255, 0.06) !important;
	border-radius: 14px !important;
	overflow: hidden;
	text-decoration: none !important;
	color: inherit !important;
	transition: border-color 0.18s ease, transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

header.ip-site-header .category-list-flex .CategoryDiv:hover .CategoryBox,
header.ip-site-header .category-list-flex a.CategoryBox:hover {
	border-color: rgba(255, 122, 26, 0.4) !important;
	background: rgba(255, 122, 26, 0.08) !important;
	transform: translateY(-3px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

header.ip-site-header .category-list-flex .PostImage {
	padding: 0 !important;
	background: transparent !important;
	display: block;
	position: relative;
	overflow: hidden;
	aspect-ratio: 1 / 1;
}

header.ip-site-header .category-list-flex .CategoryBox .PostImage img {
	width: 100% !important;
	height: 100% !important;
	aspect-ratio: auto;
	object-fit: cover !important;
	border-radius: 0 !important;
	display: block;
	transition: filter 0.2s ease, transform 0.25s ease;
}

header.ip-site-header .category-list-flex .CategoryDiv:hover img {
	filter: brightness(1.08);
	transform: scale(1.05);
}

header.ip-site-header .category-list-flex .PostTitle {
	display: block;
	padding: 10px 10px 12px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
	color: #e4e4e7;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

header.ip-site-header .category-list-flex .CategoryDiv:hover .PostTitle {
	color: #ffffff;
}

header.ip-site-header .category-list-flex .sr-only {
	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;
}

header.ip-site-header .search-not-found-list {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 48px 16px !important;
	color: #9ca3af;
	text-shadow: none !important;
	flex: 1 1 auto;
}

header.ip-site-header .search-not-found-list svg {
	width: 48px !important;
	height: 48px !important;
	margin-bottom: 16px !important;
	color: #6b7280 !important;
	filter: none !important;
	opacity: 0.7;
}

header.ip-site-header .search-not-found-list .ip-empty-icon {
	width: 56px;
	height: 56px;
	border-radius: 9999px;
	background: rgba(255, 255, 255, 0.05);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	color: #6b7280;
}

header.ip-site-header .search-not-found-list span.text {
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #f0f4ff;
	margin-bottom: 4px;
}

header.ip-site-header .search-not-found-list span.description {
	font-size: 14px;
	color: #6b7280;
}



/* ?? Mobile search modal ?? */
header.ip-site-header #searchModal {
	display: none !important;
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100%;
	background: rgba(11, 14, 20, 0.92) !important;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	z-index: 500;
	align-items: flex-start;
	justify-content: center;
	padding: 16px;
}

header.ip-site-header #searchModal.active {
	display: flex !important;
}

header.ip-site-header #searchModal .search-info {
	display: none;
}

header.ip-site-header #searchModal .header-main-search {
	width: 100%;
	max-width: 640px;
	margin-top: 48px;
	background: transparent !important;
	height: auto !important;
	backdrop-filter: none !important;
	border: none !important;
	position: relative;
}

header.ip-site-header #searchModal .headerSearchClass {
	display: flex !important;
	flex-direction: column;
	width: 100%;
	gap: 12px;
	background: transparent !important;
}

header.ip-site-header #searchModal .ip-search-close {
	align-self: flex-end;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.06);
	color: #9ca3af;
	cursor: pointer;
	transition: color 0.2s ease, background 0.2s ease;
}

header.ip-site-header #searchModal .ip-search-close:hover {
	color: #f0f4ff;
	background: rgba(255, 255, 255, 0.1);
}

/* Autofill */
header.ip-site-header input:-webkit-autofill,
header.ip-site-header input:-webkit-autofill:hover,
header.ip-site-header input:-webkit-autofill:focus,
header.ip-site-header input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 1000px #0e1219 inset !important;
	-webkit-text-fill-color: #e2e8f0 !important;
	transition: background-color 5000s ease-in-out 0s;
}

/* Scrollbar inside category / search */
header.ip-site-header .category-list-flex::-webkit-scrollbar,
header.ip-site-header .search-api-panel::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

header.ip-site-header .category-list-flex::-webkit-scrollbar-track,
header.ip-site-header .search-api-panel::-webkit-scrollbar-track {
	background: transparent;
}

header.ip-site-header .category-list-flex::-webkit-scrollbar-thumb,
header.ip-site-header .search-api-panel::-webkit-scrollbar-thumb {
	background: #2a3347;
	border-radius: 99px;
}

@media (max-width: 1024px) {
	header.ip-site-header .header-top-menu-mobile-left,
	header.ip-site-header .header-slick {
		display: block !important;
		flex: 1;
		min-width: 0;
	}

	header.ip-site-header .ip-top-inner {
		gap: 8px;
	}
}

@media (prefers-reduced-motion: reduce) {
	header.ip-site-header *,
	header.ip-site-header *::before,
	header.ip-site-header *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

/* ???????????????????????????????????????????
   Menubar ? n?tr gri ton + yeniden tasar?m
   ??????????????????????????????????????????? */

header.ip-site-header nav.menubar.ip-menubar,
nav.menubar.ip-menubar {
	height: auto !important;
	min-height: 58px;
	background: transparent !important;
	backdrop-filter: none !important;
	border-bottom: none !important;
	position: relative !important;
	z-index: 10 !important;
	overflow: visible !important;
}

header.ip-site-header nav.menubar.ip-menubar::before,
nav.menubar.ip-menubar::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.06), transparent);
	pointer-events: none;
}

header.ip-site-header .ip-nav-inner,
nav.menubar.ip-menubar .ip-nav-inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 8px 0;
	position: relative;
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 58px;
	min-width: 0;
	overflow: visible;
}

header.ip-site-header nav.menubar ul.nav-menu-list,
nav.menubar.ip-menubar ul.nav-menu-list {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 6px;
	padding: 0 !important;
	margin: 0 !important;
	list-style: none;
	flex: 1 1 auto;
	min-width: 0;
	overflow: visible;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

@media (max-width: 991px) {
	header.ip-site-header nav.menubar ul.nav-menu-list,
	nav.menubar.ip-menubar ul.nav-menu-list {
		overflow-x: auto;
		overflow-y: hidden;
	}
}

header.ip-site-header nav.menubar ul.nav-menu-list::-webkit-scrollbar,
nav.menubar.ip-menubar ul.nav-menu-list::-webkit-scrollbar {
	display: none;
}

header.ip-site-header nav.menubar ul.nav-menu-list li,
nav.menubar.ip-menubar ul.nav-menu-list li {
	float: none !important;
	position: relative;
	border-bottom: none !important;
	flex: 0 0 auto;
}

/* soft pill menu items */
header.ip-site-header nav.menubar ul.nav-menu-list li:not(.big-header-menu) > a,
header.ip-site-header nav.menubar ul.nav-menu-list li:not(.big-header-menu) > span,
nav.menubar.ip-menubar ul.nav-menu-list li:not(.big-header-menu) > a,
nav.menubar.ip-menubar ul.nav-menu-list li:not(.big-header-menu) > span {
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
	line-height: 1.2 !important;
	min-height: 40px;
	padding: 9px 14px !important;
	color: #c8cdd6 !important;
	font-size: 13px !important;
	font-weight: 500;
	border-radius: 10px !important;
	text-transform: none !important;
	text-decoration: none;
	white-space: nowrap;
	background: transparent !important;
	border: 1px solid transparent !important;
	box-shadow: none !important;
	position: relative;
	transition: color 0.16s ease, background 0.16s ease, border-color 0.16s ease;
	cursor: pointer;
}

header.ip-site-header nav.menubar ul.nav-menu-list li:not(.big-header-menu) > a::after,
header.ip-site-header nav.menubar ul.nav-menu-list li:not(.big-header-menu) > span::after,
nav.menubar.ip-menubar ul.nav-menu-list li:not(.big-header-menu) > a::after,
nav.menubar.ip-menubar ul.nav-menu-list li:not(.big-header-menu) > span::after {
	display: none !important;
	content: none !important;
}

header.ip-site-header nav.menubar ul.nav-menu-list li:not(.big-header-menu) > a:hover,
header.ip-site-header nav.menubar ul.nav-menu-list li:not(.big-header-menu) > span:hover,
header.ip-site-header nav.menubar ul.nav-menu-list li:not(.big-header-menu):hover > a,
header.ip-site-header nav.menubar ul.nav-menu-list li:not(.big-header-menu):hover > span,
nav.menubar.ip-menubar ul.nav-menu-list li:not(.big-header-menu) > a:hover,
nav.menubar.ip-menubar ul.nav-menu-list li:not(.big-header-menu) > span:hover {
	color: #f8fafc !important;
	background: rgba(255, 255, 255, 0.06) !important;
	border-color: rgba(255, 255, 255, 0.08) !important;
}

header.ip-site-header nav.menubar ul.nav-menu-list li.active:not(.big-header-menu) > a,
header.ip-site-header nav.menubar ul.nav-menu-list li.active:not(.big-header-menu) > span,
nav.menubar.ip-menubar ul.nav-menu-list li.active:not(.big-header-menu) > a {
	color: #ffffff !important;
	font-weight: 600;
	background: rgba(255, 122, 26, 0.12) !important;
	border-color: rgba(255, 122, 26, 0.28) !important;
	box-shadow: none !important;
}

header.ip-site-header nav.menubar ul.nav-menu-list li.active:not(.big-header-menu) > a::after,
header.ip-site-header nav.menubar ul.nav-menu-list li.active:not(.big-header-menu) > span::after,
nav.menubar.ip-menubar ul.nav-menu-list li.active:not(.big-header-menu) > a::after {
	display: none !important;
}

header.ip-site-header nav.menubar ul.nav-menu-list li:not(.big-header-menu) > a i,
header.ip-site-header nav.menubar ul.nav-menu-list li:not(.big-header-menu) > span i,
nav.menubar.ip-menubar ul.nav-menu-list li:not(.big-header-menu) > a i,
nav.menubar.ip-menubar ul.nav-menu-list li:not(.big-header-menu) > span i {
	font-size: 12px;
	color: #9aa0ab;
	transition: color 0.16s ease;
}

header.ip-site-header nav.menubar ul.nav-menu-list li:not(.big-header-menu) > a:hover i,
header.ip-site-header nav.menubar ul.nav-menu-list li:not(.big-header-menu) > span:hover i,
header.ip-site-header nav.menubar ul.nav-menu-list li.active:not(.big-header-menu) > a i,
nav.menubar.ip-menubar ul.nav-menu-list li:not(.big-header-menu) > a:hover i,
nav.menubar.ip-menubar ul.nav-menu-list li.active:not(.big-header-menu) > a i {
	color: #FF7A1A;
}

header.ip-site-header nav.menubar ul.nav-menu-list li a:not(.dropdown-item) img,
nav.menubar.ip-menubar ul.nav-menu-list li a:not(.dropdown-item) img {
	width: 17px !important;
	height: 17px !important;
	margin: 0 !important;
	object-fit: contain;
	border-radius: 4px;
	opacity: 1;
	filter: none;
}

header.ip-site-header nav.menubar ul.nav-menu-list li a:not(.dropdown-item):hover img,
nav.menubar.ip-menubar ul.nav-menu-list li.active > a:not(.dropdown-item) img {
	filter: none;
	opacity: 1;
}

header.ip-site-header .MenuSpanDiv,
nav.menubar.ip-menubar .MenuSpanDiv {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

header.ip-site-header .MenuSpanDiv .ip-nav-chevron,
nav.menubar.ip-menubar .MenuSpanDiv .ip-nav-chevron {
	font-size: 10px !important;
	color: #8b919c !important;
	margin-left: 2px;
	transition: color 0.16s ease;
}

header.ip-site-header nav.menubar ul.nav-menu-list li:not(.big-header-menu):hover .ip-nav-chevron,
nav.menubar.ip-menubar ul.nav-menu-list li:not(.big-header-menu):hover .ip-nav-chevron {
	color: #d1d5db !important;
}

/* Kategoriler ? soft orange outline chip */
header.ip-site-header nav.menubar ul.nav-menu-list li.big-header-menu > span,
header.ip-site-header nav.menubar ul.nav-menu-list li.big-header-menu > a,
nav.menubar.ip-menubar ul.nav-menu-list li.big-header-menu > span,
nav.menubar.ip-menubar ul.nav-menu-list li.big-header-menu > a {
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
	line-height: 1.2 !important;
	min-height: 40px !important;
	padding: 9px 16px !important;
	margin: 0 6px 0 0 !important;
	color: #FF9A4F !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	letter-spacing: 0.01em;
	text-transform: none !important;
	text-decoration: none !important;
	white-space: nowrap;
	background: rgba(255, 122, 26, 0.1) !important;
	border: 1px solid rgba(255, 122, 26, 0.35) !important;
	border-radius: 10px !important;
	box-shadow: none !important;
	position: relative;
	cursor: pointer;
	transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease !important;
}

header.ip-site-header nav.menubar ul.nav-menu-list li.big-header-menu > span::after,
header.ip-site-header nav.menubar ul.nav-menu-list li.big-header-menu > a::after,
nav.menubar.ip-menubar ul.nav-menu-list li.big-header-menu > span::after,
nav.menubar.ip-menubar ul.nav-menu-list li.big-header-menu > a::after {
	display: none !important;
	content: none !important;
}

header.ip-site-header nav.menubar ul.nav-menu-list li.big-header-menu.is-open > span,
header.ip-site-header nav.menubar ul.nav-menu-list li.big-header-menu.is-open > a,
nav.menubar.ip-menubar ul.nav-menu-list li.big-header-menu.is-open > span,
nav.menubar.ip-menubar ul.nav-menu-list li.big-header-menu.is-open > a,
header.ip-site-header nav.menubar ul.nav-menu-list li.big-header-menu > span:hover,
header.ip-site-header nav.menubar ul.nav-menu-list li.big-header-menu > a:hover,
nav.menubar.ip-menubar ul.nav-menu-list li.big-header-menu > span:hover,
nav.menubar.ip-menubar ul.nav-menu-list li.big-header-menu > a:hover {
	color: #ffffff !important;
	background: #FF7A1A !important;
	border-color: #FF7A1A !important;
	filter: none;
	box-shadow: 0 4px 14px rgba(255, 122, 26, 0.3) !important;
}

header.ip-site-header nav.menubar ul.nav-menu-list li.big-header-menu > span i,
header.ip-site-header nav.menubar ul.nav-menu-list li.big-header-menu > a i,
nav.menubar.ip-menubar ul.nav-menu-list li.big-header-menu > span i,
nav.menubar.ip-menubar ul.nav-menu-list li.big-header-menu > a i {
	color: inherit !important;
	font-size: 12px;
}

header.ip-site-header nav.menubar ul.nav-menu-list li.big-header-menu.hidden-not-pc::after,
nav.menubar.ip-menubar ul.nav-menu-list li.big-header-menu.hidden-not-pc::after {
	content: "";
	position: absolute;
	right: -4px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background: rgba(255, 255, 255, 0.1);
	box-shadow: none;
	filter: none;
}

/* Balance ? n?tr gri */
header.ip-site-header .div-price-box,
nav.menubar.ip-menubar .div-price-box {
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
	min-height: 34px;
	padding: 0 12px !important;
	border-radius: 8px !important;
	background: rgba(255, 255, 255, 0.04) !important;
	border: 1px solid rgba(255, 255, 255, 0.09) !important;
	color: #d4d4d8 !important;
	font-size: 13px !important;
	font-weight: 600;
	font-family: Outfit, Inter, sans-serif;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	margin: 4px 0;
}

header.ip-site-header .div-price-box:hover,
nav.menubar.ip-menubar .div-price-box:hover {
	background: rgba(255, 255, 255, 0.07) !important;
	border-color: rgba(255, 255, 255, 0.14) !important;
	color: #fafafa !important;
}

header.ip-site-header .div-price-box i,
nav.menubar.ip-menubar .div-price-box i {
	color: #8b9099 !important;
}

header.ip-site-header .div-price-box .down-icon-user,
nav.menubar.ip-menubar .div-price-box .down-icon-user {
	margin: 0 !important;
	font-size: 10px;
	opacity: 0.7;
}

header.ip-site-header .ip-nav-balance .menu,
nav.menubar.ip-menubar .ip-nav-balance .menu {
	background: #141414 !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	border-radius: 10px !important;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.55) !important;
	padding: 6px !important;
	min-width: 200px;
	z-index: 200 !important;
}

header.ip-site-header .ip-nav-balance .menu .item a,
nav.menubar.ip-menubar .ip-nav-balance .menu .item a {
	color: #b0b0b5 !important;
	padding: 10px 12px !important;
	border-radius: 8px;
	min-height: auto;
	background: transparent !important;
}

header.ip-site-header .ip-nav-balance .menu .item a::after,
nav.menubar.ip-menubar .ip-nav-balance .menu .item a::after {
	display: none !important;
}

header.ip-site-header .ip-nav-balance .menu .item a:hover,
nav.menubar.ip-menubar .ip-nav-balance .menu .item a:hover {
	background: rgba(255, 255, 255, 0.06) !important;
	color: #f5f5f5 !important;
}

/* CTA + Balance actions (right side, outside scroll) */
header.ip-site-header .ip-nav-actions,
nav.menubar.ip-menubar .ip-nav-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 0 0 auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
	padding: 0;
}

header.ip-site-header .ip-nav-actions .ip-add-post-btn,
nav.menubar.ip-menubar .ip-nav-actions .ip-add-post-btn {
	position: relative;
	overflow: hidden;
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
	background: #FF7A1A !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	font-weight: 700 !important;
	font-size: 12px !important;
	font-family: Outfit, Inter, sans-serif;
	text-transform: uppercase !important;
	letter-spacing: 0.04em;
	border: 1px solid transparent !important;
	border-radius: 10px !important;
	box-shadow: 0 6px 16px rgba(255, 122, 26, 0.2) !important;
	padding: 10px 16px !important;
	min-height: 40px !important;
	margin: 0 !important;
	text-decoration: none !important;
	white-space: nowrap;
	line-height: 1 !important;
}

header.ip-site-header .ip-nav-actions .ip-add-post-btn:hover {
	background: #e0650f !important;
	color: #ffffff !important;
}

header.ip-site-header .ip-nav-actions .ip-add-post-btn i {
	color: #ffffff !important;
	opacity: 1 !important;
	font-size: 12px;
}

header.ip-site-header .ip-nav-actions .ip-add-post-btn::after,
header.ip-site-header .ip-nav-actions .ip-add-post-btn::before {
	display: none !important;
}

/* Balance dropdown */
header.ip-site-header .ip-balance-dropdown.ui.dropdown,
nav.menubar.ip-menubar .ip-balance-dropdown.ui.dropdown {
	display: inline-flex !important;
	align-items: center;
	position: relative !important;
	width: auto !important;
	min-width: 0 !important;
	float: none !important;
	z-index: 30;
}

header.ip-site-header .ip-balance-dropdown .div-price-box,
nav.menubar.ip-menubar .ip-balance-dropdown .div-price-box {
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
	min-height: 40px;
	padding: 0 14px !important;
	border-radius: 10px !important;
	background: rgba(255, 255, 255, 0.04) !important;
	border: 1px solid rgba(255, 255, 255, 0.09) !important;
	color: #d4d4d8 !important;
	font-size: 13px !important;
	font-weight: 600;
	font-family: Outfit, Inter, sans-serif;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	margin: 0;
	box-sizing: border-box !important;
	white-space: nowrap;
	line-height: 1;
}

header.ip-site-header .ip-balance-dropdown .div-price-box:hover,
nav.menubar.ip-menubar .ip-balance-dropdown .div-price-box:hover {
	background: rgba(255, 255, 255, 0.07) !important;
	border-color: rgba(255, 255, 255, 0.14) !important;
	color: #fafafa !important;
}

header.ip-site-header .ip-balance-dropdown .div-price-box i {
	color: #8b9099 !important;
	font-size: 12px;
}

header.ip-site-header .ip-balance-dropdown .div-price-box .down-icon-user {
	margin: 0 !important;
	font-size: 10px;
	opacity: 0.7;
}

header.ip-site-header .ip-balance-dropdown > .menu,
header.ip-site-header .ip-balance-dropdown > .menu.ip-balance-menu,
nav.menubar.ip-menubar .ip-balance-dropdown > .menu {
	position: absolute !important;
	top: calc(100% + 10px) !important;
	right: 0 !important;
	left: auto !important;
	bottom: auto !important;
	min-width: 260px !important;
	width: 260px !important;
	margin: 0 !important;
	padding: 10px !important;
	background: rgba(18, 18, 20, 0.97) !important;
	backdrop-filter: saturate(140%) blur(20px);
	-webkit-backdrop-filter: saturate(140%) blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	border-radius: 16px !important;
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.03) inset !important;
	z-index: 450 !important;
	overflow: hidden !important;
	transform: none !important;
}

header.ip-site-header .ip-balance-dropdown > .menu.ip-balance-menu::before {
	content: "";
	position: absolute;
	top: -36px;
	right: -16px;
	width: 100px;
	height: 100px;
	border-radius: 9999px;
	background: rgba(255, 122, 26, 0.1);
	filter: blur(28px);
	pointer-events: none;
}

header.ip-site-header .ip-balance-dropdown > .menu .item:not(.ip-balance-menu__head) {
	border: none !important;
	padding: 0 !important;
	margin: 2px 0 !important;
	border-radius: 12px !important;
	background: transparent !important;
	position: relative;
	z-index: 1;
}

header.ip-site-header .ip-balance-dropdown > .menu .item:not(.ip-balance-menu__head):hover {
	background: rgba(255, 255, 255, 0.05) !important;
}

header.ip-site-header .ui.dropdown.ip-balance-dropdown > .menu > .item.ip-balance-menu__head,
header.ip-site-header .ip-balance-dropdown > .menu.ip-balance-menu > .item.ip-balance-menu__head {
	pointer-events: none !important;
	display: block !important;
	margin: 0 0 8px !important;
	padding: 14px 14px 12px !important;
	min-height: 0 !important;
	height: auto !important;
	background: rgba(255, 255, 255, 0.04) !important;
	border: 1px solid rgba(255, 255, 255, 0.07) !important;
	border-radius: 12px !important;
	box-sizing: border-box !important;
}

header.ip-site-header .ip-balance-dropdown > .menu .item.ip-balance-menu__head:hover {
	background: rgba(255, 255, 255, 0.04) !important;
}

header.ip-site-header .ip-balance-menu__head-inner {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 0;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}

header.ip-site-header .ip-balance-menu__eyebrow {
	display: block;
	font-size: 11px;
	font-weight: 600;
	color: #8b9099;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	line-height: 1.3;
}

header.ip-site-header .ip-balance-menu__amount {
	display: block;
	font-family: Outfit, Inter, sans-serif;
	font-size: 20px;
	font-weight: 800;
	color: #f5f5f5;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

header.ip-site-header .ip-balance-dropdown > .menu .item a {
	display: flex !important;
	align-items: center;
	gap: 12px;
	padding: 11px 12px !important;
	color: #d4d4d8 !important;
	font-size: 13px !important;
	font-weight: 500;
	text-decoration: none !important;
	min-height: auto !important;
	background: transparent !important;
	border: none !important;
	border-radius: 12px !important;
	line-height: 1.3 !important;
}

header.ip-site-header .ip-balance-dropdown > .menu .item a::after {
	display: none !important;
}

header.ip-site-header .ip-balance-dropdown > .menu .item a:hover {
	color: #fafafa !important;
}

header.ip-site-header .ip-balance-menu__icon {
	width: 36px;
	height: 36px;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.07);
	color: #a1a1aa;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

header.ip-site-header .ip-balance-menu__icon i {
	font-size: 14px;
	color: inherit !important;
}

header.ip-site-header .ip-balance-menu__icon--orange {
	background: rgba(255, 122, 26, 0.12) !important;
	border-color: rgba(255, 122, 26, 0.25) !important;
	color: #FF7A1A !important;
}

header.ip-site-header .ip-balance-dropdown > .menu .item:hover .ip-balance-menu__icon {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.12);
	color: #e4e4e7;
}

header.ip-site-header .ip-balance-dropdown > .menu .item:hover .ip-balance-menu__icon--orange {
	background: rgba(255, 122, 26, 0.18) !important;
	color: #FF8F3E !important;
}

header.ip-site-header .ip-balance-menu__text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

header.ip-site-header .ip-balance-menu__title {
	font-size: 13px;
	font-weight: 600;
	color: #f0f0f0;
	line-height: 1.2;
}

header.ip-site-header .ip-balance-menu__desc {
	font-size: 12px;
	font-weight: 500;
	color: #8b9099;
	line-height: 1.3;
}

header.ip-site-header .ip-balance-dropdown > .menu.visible,
header.ip-site-header .ip-balance-dropdown > .menu.animating,
header.ip-site-header .ip-balance-dropdown > .menu.transition.visible,
nav.menubar.ip-menubar .ip-balance-dropdown > .menu.visible {
	display: block !important;
}

header.ip-site-header .ip-balance-dropdown.active,
nav.menubar.ip-menubar .ip-balance-dropdown.active {
	z-index: 40;
}

/* Mega dropdown ? charcoal; li.dropdown static so menu escapes nav clip */
header.ip-site-header nav.menubar ul.nav-menu-list li.dropdown,
nav.menubar.ip-menubar ul.nav-menu-list li.dropdown {
	position: static !important;
}

header.ip-site-header nav.menubar ul.nav-menu-list li.dropdown.show,
nav.menubar.ip-menubar ul.nav-menu-list li.dropdown.show {
	z-index: 220;
}

header.ip-site-header nav.menubar ul.nav-menu-list li.dropdown > .dropdown-toggle,
nav.menubar.ip-menubar ul.nav-menu-list li.dropdown > .dropdown-toggle {
	cursor: pointer;
}

header.ip-site-header nav.menubar ul.nav-menu-list li.dropdown > .dropdown-toggle::after,
nav.menubar.ip-menubar ul.nav-menu-list li.dropdown > .dropdown-toggle::after {
	display: none !important;
}

header.ip-site-header nav.menubar ul.nav-menu-list li.dropdown.show > .dropdown-toggle,
nav.menubar.ip-menubar ul.nav-menu-list li.dropdown.show > .dropdown-toggle {
	color: #ffffff !important;
	background: rgba(255, 122, 26, 0.12) !important;
	border-color: rgba(255, 122, 26, 0.28) !important;
}

header.ip-site-header nav.menubar ul.nav-menu-list li.dropdown.show > .dropdown-toggle i,
nav.menubar.ip-menubar ul.nav-menu-list li.dropdown.show > .dropdown-toggle i {
	color: #FF7A1A;
}

header.ip-site-header .dropdown-menu.dropdown-big-menu-with-image,
nav.menubar.ip-menubar .dropdown-menu.dropdown-big-menu-with-image {
	display: none;
	position: absolute !important;
	float: none !important;
	top: calc(100% + 6px) !important;
	left: 16px !important;
	right: 16px !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	margin: 0 !important;
	transform: none !important;
	will-change: auto;
	z-index: 220 !important;
}

header.ip-site-header .dropdown-menu.dropdown-big-menu-with-image.show,
nav.menubar.ip-menubar .dropdown-menu.dropdown-big-menu-with-image.show {
	display: flex !important;
	flex-wrap: wrap !important;
	flex-direction: row !important;
	justify-content: flex-start !important;
	align-content: flex-start;
	background: rgba(18, 18, 20, 0.97) !important;
	backdrop-filter: saturate(140%) blur(20px);
	-webkit-backdrop-filter: saturate(140%) blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	border-radius: 14px !important;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6) !important;
	filter: none !important;
	padding: 14px !important;
	gap: 8px !important;
	top: calc(100% + 6px) !important;
	left: 16px !important;
	right: 16px !important;
	z-index: 220 !important;
}

@media (min-width: 640px) {
	header.ip-site-header .dropdown-menu.dropdown-big-menu-with-image,
	header.ip-site-header .dropdown-menu.dropdown-big-menu-with-image.show,
	nav.menubar.ip-menubar .dropdown-menu.dropdown-big-menu-with-image,
	nav.menubar.ip-menubar .dropdown-menu.dropdown-big-menu-with-image.show {
		left: 24px !important;
		right: 24px !important;
	}
}

@media (min-width: 1024px) {
	header.ip-site-header .dropdown-menu.dropdown-big-menu-with-image,
	header.ip-site-header .dropdown-menu.dropdown-big-menu-with-image.show,
	nav.menubar.ip-menubar .dropdown-menu.dropdown-big-menu-with-image,
	nav.menubar.ip-menubar .dropdown-menu.dropdown-big-menu-with-image.show {
		left: 32px !important;
		right: 32px !important;
	}
}

header.ip-site-header .dropdown-menu.dropdown-big-menu-with-image.show a.dropdown-item,
nav.menubar.ip-menubar .dropdown-menu.dropdown-big-menu-with-image.show a.dropdown-item {
	width: calc(10% - 8px) !important;
	min-width: 88px;
	background: rgba(255, 255, 255, 0.03) !important;
	border: 1px solid rgba(255, 255, 255, 0.06) !important;
	border-radius: 10px !important;
	padding: 8px !important;
	transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

header.ip-site-header .dropdown-menu.dropdown-big-menu-with-image.show a.dropdown-item::after,
nav.menubar.ip-menubar .dropdown-menu.dropdown-big-menu-with-image.show a.dropdown-item::after {
	display: none !important;
}

header.ip-site-header .dropdown-menu.dropdown-big-menu-with-image.show a.dropdown-item:hover,
nav.menubar.ip-menubar .dropdown-menu.dropdown-big-menu-with-image.show a.dropdown-item:hover {
	background: rgba(255, 255, 255, 0.06) !important;
	border-color: rgba(255, 255, 255, 0.14) !important;
	transform: translateY(-2px);
}

header.ip-site-header .dropdown-big-menu-with-image .dropdown-item img,
header.ip-site-header .dropdown-menu.dropdown-big-menu-with-image .dropdown-item img,
nav.menubar.ip-menubar .dropdown-big-menu-with-image .dropdown-item img,
nav.menubar.ip-menubar .dropdown-menu.dropdown-big-menu-with-image .dropdown-item img {
	width: 100% !important;
	height: 110px !important;
	max-width: 100% !important;
	object-fit: cover !important;
	object-position: center !important;
	border-radius: 8px !important;
	border: 1px solid rgba(255, 255, 255, 0.05) !important;
	display: block !important;
	margin: 0 auto !important;
}

header.ip-site-header .dropdown-menu.dropdown-big-menu-with-image.show a.dropdown-item span,
nav.menubar.ip-menubar .dropdown-menu.dropdown-big-menu-with-image.show a.dropdown-item span {
	color: #a1a1aa !important;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.3 !important;
	margin-top: 8px;
	padding: 0 2px;
}

header.ip-site-header .dropdown-menu.dropdown-big-menu-with-image.show a.dropdown-item:hover span,
nav.menubar.ip-menubar .dropdown-menu.dropdown-big-menu-with-image.show a.dropdown-item:hover span {
	color: #f5f5f5 !important;
}

/* Mobile drawer */
header.ip-site-header .mobileNavMenu,
nav.menubar.ip-menubar .mobileNavMenu {
	display: none;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 16px 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	margin-bottom: 0;
}

header.ip-site-header .ip-mobile-nav-title {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

header.ip-site-header .ip-mobile-nav-eyebrow {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #FF7A1A;
}

header.ip-site-header .ip-mobile-nav-heading {
	font-family: Outfit, Inter, sans-serif;
	font-size: 20px;
	font-weight: 800;
	color: #f5f5f5;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

header.ip-site-header .mobileNavMenu .headerLogo,
nav.menubar.ip-menubar .mobileNavMenu .headerLogo {
	display: none !important;
}

header.ip-site-header .ip-nav-close,
nav.menubar.ip-menubar .ip-nav-close {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: #d4d4d8;
	cursor: pointer;
	flex: 0 0 auto;
	margin-left: auto;
	position: relative !important;
	left: auto !important;
	right: 0 !important;
	top: auto !important;
	transform: none !important;
}

header.ip-site-header .ip-mobile-quick,
header.ip-site-header .ip-mobile-account,
header.ip-site-header .ip-mobile-search,
header.ip-site-header .ip-mobile-nav-divider {
	display: none;
}

section.tablet-info-bar.ip-tablet-bar {
	background: rgba(16, 16, 18, 0.9) !important;
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	gap: 4px;
}

section.tablet-info-bar.ip-tablet-bar a {
	color: #8b9099 !important;
	font-size: 13px;
	font-weight: 500;
	padding: 8px 12px;
	border-radius: 8px;
	transition: color 0.2s ease, background 0.2s ease;
	text-decoration: none;
}

section.tablet-info-bar.ip-tablet-bar a:hover {
	color: #e4e4e7 !important;
	background: rgba(255, 255, 255, 0.05);
}

@media only screen and (max-width: 767px) {
	header.ip-site-header nav.menubar.ip-menubar,
	nav.menubar.ip-menubar {
		position: fixed !important;
		left: -100% !important;
		top: 0 !important;
		right: auto !important;
		display: flex !important;
		flex-direction: column;
		width: 100% !important;
		max-width: 100% !important;
		height: 100% !important;
		height: 100dvh !important;
		max-height: 100% !important;
		max-height: 100dvh !important;
		margin: 0 !important;
		padding: 0 !important;
		background: rgba(12, 12, 14, 0.99) !important;
		backdrop-filter: saturate(140%) blur(24px) !important;
		-webkit-backdrop-filter: saturate(140%) blur(24px) !important;
		border-right: none !important;
		box-shadow: none;
		z-index: 500 !important;
		transition: left 0.3s cubic-bezier(0.16, 1, 0.3, 1);
		/* base rule: overflow:visible !important — override for drawer scroll */
		overflow-x: hidden !important;
		overflow-y: auto !important;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
	}

	header.ip-site-header nav.menubar.ip-menubar.active,
	nav.menubar.ip-menubar.active {
		left: 0 !important;
		padding-block: 0 !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
	}

	header.ip-site-header .mobileNavMenu,
	nav.menubar.ip-menubar .mobileNavMenu {
		display: flex !important;
		padding: 16px 16px 14px !important;
		flex: 0 0 auto;
		position: sticky;
		top: 0;
		z-index: 2;
		background: rgba(12, 12, 14, 0.99);
	}

	header.ip-site-header .ip-nav-inner,
	nav.menubar.ip-menubar .ip-nav-inner {
		padding: 12px 16px 28px !important;
		flex: 1 1 auto;
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
		max-width: none !important;
		width: 100% !important;
		min-height: 0;
		overflow: visible;
	}

	header.ip-site-header .ip-mobile-account {
		display: block !important;
		order: -4;
		width: 100%;
	}

	header.ip-site-header .ip-mobile-account__user {
		display: flex;
		align-items: center;
		gap: 12px;
		width: 100%;
		padding: 12px 14px;
		border-radius: 14px;
		border: 1px solid rgba(255, 255, 255, 0.1);
		background: linear-gradient(135deg, rgba(255, 122, 26, 0.12), rgba(255, 255, 255, 0.04));
		color: #f5f5f5;
		text-align: left;
		cursor: pointer;
		transition: background 0.15s ease, border-color 0.15s ease;
	}

	header.ip-site-header .ip-mobile-account__user:hover,
	header.ip-site-header .ip-mobile-account__user:active {
		background: linear-gradient(135deg, rgba(255, 122, 26, 0.18), rgba(255, 255, 255, 0.07));
		border-color: rgba(255, 122, 26, 0.35);
	}

	header.ip-site-header .ip-mobile-account__avatar {
		width: 48px;
		height: 48px;
		border-radius: 12px;
		object-fit: cover;
		flex: 0 0 auto;
		border: 1px solid rgba(255, 255, 255, 0.12);
		background: rgba(0, 0, 0, 0.25);
	}

	header.ip-site-header .ip-mobile-account__meta {
		display: flex;
		flex-direction: column;
		gap: 2px;
		min-width: 0;
		flex: 1 1 auto;
	}

	header.ip-site-header .ip-mobile-account__name {
		font-family: Outfit, Inter, sans-serif;
		font-size: 16px;
		font-weight: 700;
		color: #fff;
		letter-spacing: -0.02em;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	header.ip-site-header .ip-mobile-account__balance {
		font-size: 13px;
		font-weight: 600;
		color: #FF7A1A;
	}

	header.ip-site-header .ip-mobile-account__action {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		flex: 0 0 auto;
		padding: 7px 10px;
		border-radius: 9px;
		background: rgba(255, 255, 255, 0.06);
		border: 1px solid rgba(255, 255, 255, 0.08);
		color: #d4d4d8;
		font-size: 12px;
		font-weight: 700;
	}

	header.ip-site-header .ip-mobile-account__action i {
		font-size: 10px;
		color: #FF7A1A;
	}

	header.ip-site-header .ip-mobile-account__guest {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		width: 100%;
	}

	header.ip-site-header .ip-mobile-account__login,
	header.ip-site-header .ip-mobile-account__register {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 48px;
		padding: 12px 14px;
		border-radius: 12px;
		font-size: 15px;
		font-weight: 700;
		text-decoration: none !important;
		cursor: pointer;
		transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
		box-sizing: border-box;
	}

	header.ip-site-header .ip-mobile-account__login {
		border: 1px solid rgba(255, 122, 26, 0.45);
		background: #FF7A1A;
		color: #111 !important;
	}

	header.ip-site-header .ip-mobile-account__login:hover,
	header.ip-site-header .ip-mobile-account__login:active {
		background: #ff8d38;
		border-color: #ff8d38;
		color: #111 !important;
	}

	header.ip-site-header .ip-mobile-account__register {
		border: 1px solid rgba(255, 255, 255, 0.12);
		background: rgba(255, 255, 255, 0.05);
		color: #f0f0f0 !important;
	}

	header.ip-site-header .ip-mobile-account__register:hover,
	header.ip-site-header .ip-mobile-account__register:active {
		background: rgba(255, 255, 255, 0.09);
		border-color: rgba(255, 255, 255, 0.2);
		color: #fff !important;
	}

	header.ip-site-header .ip-mobile-search {
		display: block !important;
		order: -3;
		width: 100%;
	}

	header.ip-site-header .ip-mobile-search__field {
		display: flex !important;
		align-items: center;
		gap: 12px;
		width: 100%;
		height: 50px;
		padding: 0 14px;
		border: 1px solid rgba(148, 163, 184, 0.18) !important;
		border-radius: 14px !important;
		background: linear-gradient(180deg, #1a1d24 0%, #14171d 100%) !important;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 1px 2px rgba(0, 0, 0, 0.2);
		color: #9ca3af;
		font-family: Inter, Outfit, sans-serif;
		font-size: 14px;
		font-weight: 500;
		text-align: left;
		cursor: text;
		transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
		box-sizing: border-box;
		margin: 0 !important;
	}

	header.ip-site-header .ip-mobile-search__icon {
		flex: 0 0 auto;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 32px;
		height: 32px;
		border-radius: 9px;
		background: rgba(148, 163, 184, 0.1);
		border: 1px solid rgba(148, 163, 184, 0.12);
		color: #94a3b8;
		transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	}

	header.ip-site-header .ip-mobile-search__icon i {
		font-size: 13px;
		color: inherit;
		line-height: 1;
	}

	header.ip-site-header .ip-mobile-search__placeholder {
		flex: 1 1 auto;
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		color: #8b939e;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: -0.01em;
		pointer-events: none;
	}

	header.ip-site-header .ip-mobile-search__field:hover,
	header.ip-site-header .ip-mobile-search__field:focus-visible {
		border-color: rgba(148, 163, 184, 0.32) !important;
		background: linear-gradient(180deg, #1e222a 0%, #171a21 100%) !important;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 0 0 3px rgba(148, 163, 184, 0.08);
		outline: none;
	}

	header.ip-site-header .ip-mobile-search__field:hover .ip-mobile-search__icon,
	header.ip-site-header .ip-mobile-search__field:focus-visible .ip-mobile-search__icon {
		background: rgba(148, 163, 184, 0.16);
		border-color: rgba(148, 163, 184, 0.22);
		color: #cbd5e1;
	}

	header.ip-site-header .ip-mobile-search__field:hover .ip-mobile-search__placeholder,
	header.ip-site-header .ip-mobile-search__field:focus-visible .ip-mobile-search__placeholder {
		color: #a8b0bb;
	}

	header.ip-site-header .ip-mobile-quick {
		display: grid !important;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		order: -2;
		width: 100%;
	}

	header.ip-site-header .ip-mobile-quick__btn {
		position: relative;
		display: flex !important;
		align-items: center;
		justify-content: center;
		gap: 10px;
		min-height: 52px;
		padding: 12px 14px;
		border-radius: 12px;
		background: rgba(255, 255, 255, 0.04);
		border: 1px solid rgba(255, 255, 255, 0.08);
		color: #f0f0f0 !important;
		text-decoration: none !important;
		font-size: 15px;
		font-weight: 600;
		transition: background 0.15s ease, border-color 0.15s ease;
	}

	header.ip-site-header .ip-mobile-quick__btn:hover,
	header.ip-site-header .ip-mobile-quick__btn:active {
		background: rgba(255, 255, 255, 0.08);
		border-color: rgba(255, 255, 255, 0.14);
		color: #fff !important;
	}

	header.ip-site-header .ip-mobile-quick__btn i {
		font-size: 16px;
		color: #FF7A1A;
	}

	header.ip-site-header .ip-mobile-quick__badge {
		position: absolute;
		top: 8px;
		right: 10px;
		min-width: 18px;
		height: 18px;
		padding: 0 5px;
		border-radius: 9999px;
		background: #ef4444;
		color: #fff;
		font-size: 11px;
		font-weight: 700;
		line-height: 18px;
		text-align: center;
	}

	header.ip-site-header nav.menubar ul.nav-menu-list,
	nav.menubar.ip-menubar ul.nav-menu-list {
		flex-direction: column;
		align-items: stretch;
		gap: 4px;
		padding: 0 !important;
		overflow: visible;
		flex: none;
		width: 100% !important;
		max-width: none !important;
		order: 1;
	}

	header.ip-site-header .ip-nav-actions,
	nav.menubar.ip-menubar .ip-nav-actions {
		width: 100%;
		margin: 0 !important;
		flex-direction: column;
		align-items: stretch;
		order: -1;
		gap: 10px;
	}

	header.ip-site-header .ip-mobile-nav-divider {
		display: flex !important;
		align-items: center;
		gap: 12px;
		order: 0;
		width: 100%;
		margin: 6px 0 2px;
		padding: 0 2px;
	}

	header.ip-site-header .ip-mobile-nav-divider__line {
		flex: 1 1 auto;
		height: 1px;
		border: 0;
		background: rgba(148, 163, 184, 0.22);
	}

	header.ip-site-header .ip-mobile-nav-divider__line:first-child {
		background: linear-gradient(90deg, transparent, rgba(148, 163, 184, 0.28));
	}

	header.ip-site-header .ip-mobile-nav-divider__line:last-child {
		background: linear-gradient(90deg, rgba(148, 163, 184, 0.28), transparent);
	}

	header.ip-site-header .ip-mobile-nav-divider__label {
		flex: 0 0 auto;
		font-size: 11px;
		font-weight: 700;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		color: #6b7280;
		line-height: 1;
	}

	header.ip-site-header .ip-nav-actions .ip-add-post-btn,
	header.ip-site-header .ip-balance-dropdown,
	header.ip-site-header .ip-balance-dropdown .div-price-box {
		width: 100% !important;
		justify-content: center !important;
		min-height: 48px !important;
		font-size: 14px !important;
	}

	header.ip-site-header .ip-balance-dropdown > .menu {
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		min-width: 0 !important;
	}

	header.ip-site-header nav.menubar ul.nav-menu-list li,
	nav.menubar.ip-menubar ul.nav-menu-list li {
		width: 100% !important;
		max-width: none !important;
	}

	header.ip-site-header nav.menubar ul.nav-menu-list li a,
	header.ip-site-header nav.menubar ul.nav-menu-list li > span,
	nav.menubar.ip-menubar ul.nav-menu-list li a,
	nav.menubar.ip-menubar ul.nav-menu-list li > span {
		width: 100% !important;
		min-height: 52px !important;
		padding: 14px 16px !important;
		border-radius: 12px !important;
		justify-content: flex-start !important;
		font-size: 16px !important;
		font-weight: 600 !important;
		gap: 12px !important;
		box-sizing: border-box;
	}

	header.ip-site-header nav.menubar ul.nav-menu-list li:not(.big-header-menu) > a i,
	header.ip-site-header nav.menubar ul.nav-menu-list li:not(.big-header-menu) > span i,
	nav.menubar.ip-menubar ul.nav-menu-list li:not(.big-header-menu) > a i,
	nav.menubar.ip-menubar ul.nav-menu-list li:not(.big-header-menu) > span i {
		font-size: 15px !important;
		width: 22px;
		text-align: center;
	}

	header.ip-site-header nav.menubar ul.nav-menu-list li a:not(.dropdown-item) img,
	nav.menubar.ip-menubar ul.nav-menu-list li a:not(.dropdown-item) img {
		width: 22px !important;
		height: 22px !important;
	}

	header.ip-site-header nav.menubar ul.nav-menu-list li a::after,
	header.ip-site-header nav.menubar ul.nav-menu-list li > span::after,
	nav.menubar.ip-menubar ul.nav-menu-list li a::after,
	nav.menubar.ip-menubar ul.nav-menu-list li > span::after {
		display: none !important;
	}

	header.ip-site-header nav.menubar ul.nav-menu-list li.active > a,
	nav.menubar.ip-menubar ul.nav-menu-list li.active > a {
		background: rgba(255, 255, 255, 0.06) !important;
		color: #f5f5f5 !important;
	}

	header.ip-site-header nav.menubar li.big-header-menu > span,
	header.ip-site-header nav.menubar li.big-header-menu > a,
	nav.menubar.ip-menubar li.big-header-menu > span,
	nav.menubar.ip-menubar li.big-header-menu > a {
		margin: 0 0 8px !important;
		width: 100% !important;
		justify-content: flex-start !important;
		min-height: 52px !important;
		font-size: 16px !important;
		padding: 14px 16px !important;
	}

	header.ip-site-header nav.menubar li.big-header-menu.hidden-not-pc::after,
	nav.menubar.ip-menubar li.big-header-menu.hidden-not-pc::after {
		display: none;
	}

	header.ip-site-header li.ip-nav-cta,
	nav.menubar.ip-menubar li.ip-nav-cta,
	header.ip-site-header li.ip-nav-balance,
	nav.menubar.ip-menubar li.ip-nav-balance {
		margin-left: 0 !important;
		order: -1;
	}

	header.ip-site-header .ip-add-post-btn,
	nav.menubar.ip-menubar .ip-add-post-btn,
	header.ip-site-header li.ip-nav-cta > a {
		justify-content: center;
		width: 100%;
		margin: 0 0 8px !important;
	}

	header.ip-site-header .ip-sticky-chrome-orb {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	header.ip-site-header .ip-add-post-btn::before,
	nav.menubar.ip-menubar .ip-add-post-btn::before {
		display: none;
	}
}

/* ===========================================
   Semantic UI / Bootstrap conflict overrides
   =========================================== */

/* Bootstrap .btn reset inside header */
header.ip-site-header .btn,
header.ip-site-header a.btn {
	box-shadow: none !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	font-weight: inherit;
	line-height: 1 !important;
	vertical-align: middle;
}

header.ip-site-header a.btn.btn-message-page {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	float: none !important;
	margin: 0 !important;
	background-image: none !important;
	box-sizing: border-box !important;
}

header.ip-site-header a.btn.btn-message-page:focus,
header.ip-site-header a.btn.btn-message-page:active,
header.ip-site-header a.btn.btn-message-page:hover {
	outline: none !important;
	box-shadow: none !important;
}

/* Bootstrap .row / .col inside search modal */
header.ip-site-header #searchModal .row {
	display: block !important;
	margin: 0 !important;
	width: 100% !important;
	flex-wrap: nowrap !important;
}

header.ip-site-header #searchModal [class*="col-"] {
	float: none !important;
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
	flex: none !important;
}

/* Semantic dropdown core */
header.ip-site-header .ui.dropdown {
	display: inline-flex !important;
	position: relative !important;
	text-align: left !important;
	min-width: 0 !important;
	width: auto !important;
	max-width: none !important;
	float: none !important;
}

header.ip-site-header .ui.dropdown > .dropdown.icon {
	display: none !important;
}

header.ip-site-header .customer-links.ui.dropdown > .text {
	display: none !important;
}

/* Semantic menu ? absolute, off-flow */
header.ip-site-header .ui.dropdown > .menu,
header.ip-site-header .customer-links > .menu,
header.ip-site-header .ip-nav-balance .ui.dropdown > .menu {
	position: absolute !important;
	top: calc(100% + 8px) !important;
	right: 0 !important;
	left: auto !important;
	min-width: 240px !important;
	width: max-content !important;
	max-width: min(320px, 90vw) !important;
	margin: 0 !important;
	padding: 6px !important;
	background: #141414 !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	border-radius: 12px !important;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.55) !important;
	z-index: 500 !important;
	overflow: hidden !important;
	box-sizing: border-box !important;
}

header.ip-site-header .customer-links > .menu.ip-user-menu {
	top: calc(100% + 10px) !important;
	min-width: 280px !important;
	padding: 10px !important;
	border-radius: 16px !important;
	max-height: min(90dvh, calc(100vh - 96px)) !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
}

header.ip-site-header .ui.dropdown > .menu:not(.visible):not(.animating),
header.ip-site-header .customer-links > .menu:not(.visible):not(.animating):not(.transition) {
	display: none !important;
}

header.ip-site-header .ui.dropdown > .menu.visible,
header.ip-site-header .ui.dropdown > .menu.animating,
header.ip-site-header .customer-links > .menu.transition.visible,
header.ip-site-header .customer-links > .menu.visible {
	display: block !important;
}

header.ip-site-header .ui.dropdown .menu > .item:not(.ip-user-menu__head):not(.ip-balance-menu__head),
header.ip-site-header .customer-links .menu .item:not(.ip-user-menu__head):not(.ip-balance-menu__head) {
	display: block !important;
	border: none !important;
	border-radius: 8px !important;
	padding: 0 !important;
	margin: 1px 0 !important;
	background: transparent !important;
	color: #b0b0b5 !important;
	min-height: 0 !important;
	line-height: 1.3 !important;
	float: none !important;
}

header.ip-site-header .ui.dropdown .menu > .item:hover,
header.ip-site-header .customer-links .menu .item:hover {
	background: rgba(255, 255, 255, 0.06) !important;
	color: #f5f5f5 !important;
}

header.ip-site-header .ui.dropdown .menu > .item > a,
header.ip-site-header .customer-links .menu .item a {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	padding: 10px 12px !important;
	color: inherit !important;
	text-decoration: none !important;
	white-space: nowrap;
}

/* Balance menu ? global Semantic padding:0 override'?n? ez */
header.ip-site-header .ui.dropdown.ip-balance-dropdown > .menu.ip-balance-menu,
header.ip-site-header .ip-balance-dropdown > .menu.ip-balance-menu {
	padding: 10px !important;
	min-width: 260px !important;
	width: 260px !important;
	border-radius: 16px !important;
}

header.ip-site-header .ui.dropdown.ip-balance-dropdown > .menu.ip-balance-menu > .item.ip-balance-menu__head {
	display: block !important;
	pointer-events: none !important;
	margin: 0 0 8px !important;
	padding: 14px !important;
	background: rgba(255, 255, 255, 0.04) !important;
	border: 1px solid rgba(255, 255, 255, 0.07) !important;
	border-radius: 12px !important;
	box-sizing: border-box !important;
	color: #f5f5f5 !important;
}

header.ip-site-header .ui.dropdown.ip-balance-dropdown > .menu.ip-balance-menu > .item.ip-balance-menu__head:hover {
	background: rgba(255, 255, 255, 0.04) !important;
}

/* User menu head ? global padding:0 override'?n? ez */
header.ip-site-header .customer-links.ui.dropdown > .menu.ip-user-menu,
header.ip-site-header .customer-links > .menu.ip-user-menu {
	padding: 10px !important;
	max-height: min(90dvh, calc(100vh - 96px)) !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
}

header.ip-site-header .customer-links.ui.dropdown > .menu.ip-user-menu > .item.ip-user-menu__head,
header.ip-site-header .customer-links .menu.ip-user-menu > .item.ip-user-menu__head {
	display: block !important;
	pointer-events: auto !important;
	margin: 0 0 8px !important;
	padding: 0 !important;
	background: rgba(255, 255, 255, 0.04) !important;
	border: 1px solid rgba(255, 255, 255, 0.07) !important;
	border-radius: 12px !important;
	box-sizing: border-box !important;
	color: #f5f5f5 !important;
	min-height: 0 !important;
}

header.ip-site-header .customer-links.ui.dropdown > .menu.ip-user-menu > .item.ip-user-menu__head:hover,
header.ip-site-header .customer-links .menu.ip-user-menu > .item.ip-user-menu__head:hover {
	background: rgba(255, 255, 255, 0.07) !important;
}

header.ip-site-header .customer-links .menu.ip-user-menu > .item.ip-user-menu__head > a.ip-user-menu__profile {
	display: flex !important;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 12px !important;
	margin: 0 !important;
	text-decoration: none !important;
	color: inherit !important;
	white-space: normal !important;
	box-sizing: border-box;
}

header.ip-site-header .ip-user-menu__profile {
	display: flex !important;
	align-items: center;
	gap: 12px;
	width: 100%;
	box-sizing: border-box;
}

header.ip-site-header .ip-balance-menu__head-inner {
	display: flex !important;
	flex-direction: column;
	gap: 6px;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}

header.ip-site-header .ip-balance-menu__eyebrow {
	display: block;
	font-size: 11px;
	font-weight: 600;
	color: #8b9099 !important;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	line-height: 1.3;
}

header.ip-site-header .ip-balance-menu__amount {
	display: block;
	font-family: Outfit, Inter, sans-serif;
	font-size: 20px;
	font-weight: 800;
	color: #f5f5f5 !important;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

/* Semantic floating label badge */
header.ip-site-header .floating.ui.label {
	position: absolute !important;
	z-index: 2 !important;
	transform: none !important;
	margin: 0 !important;
	white-space: nowrap;
}

/* Global svg rule from style.css breaks icons */
header.ip-site-header .btn-message-page svg,
header.ip-site-header .icon-search svg,
header.ip-site-header .icon-user svg {
	width: 18px !important;
	height: 18px !important;
	max-width: 18px;
	max-height: 18px;
}

header.ip-site-header .icon-search {
	box-shadow: none !important;
	outline: none !important;
}

header.ip-site-header .search-bar .input-group-field,
header.ip-site-header .search-bar input[type="search"] {
	box-shadow: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	height: auto !important;
	min-height: 0 !important;
}

/* Bootstrap float utilities in nav */
header.ip-site-header .float-right,
nav.menubar.ip-menubar .float-right {
	float: none !important;
}

header.ip-site-header li.ip-nav-cta,
nav.menubar.ip-menubar li.ip-nav-cta {
	margin-left: auto !important;
}

header.ip-site-header .ip-nav-actions {
	margin-left: auto !important;
}

header.ip-site-header li.ip-nav-balance,
nav.menubar.ip-menubar li.ip-nav-balance {
	float: none !important;
}

header.ip-site-header .ip-nav-balance .ui.dropdown,
header.ip-site-header .ip-balance-dropdown.ui.dropdown {
	display: inline-flex !important;
	width: auto !important;
}

header.ip-site-header .div-price-box {
	box-sizing: border-box !important;
}

/* Bootstrap dropdown-menu defaults */
header.ip-site-header .dropdown-menu {
	float: none !important;
	min-width: 0;
}

header.ip-site-header .dropdown-menu.dropdown-big-menu-with-image {
	display: none;
}

header.ip-site-header .dropdown-menu.dropdown-big-menu-with-image.show {
	display: flex !important;
}

header.ip-site-header .dropdown-item {
	white-space: normal !important;
	clear: none !important;
	font-weight: 500;
}

/* Mega menu items ? kill bootstrap hover blue */
header.ip-site-header .dropdown-item:focus,
header.ip-site-header .dropdown-item:hover {
	color: inherit;
	background-color: transparent;
}

/* Mobile / tablet media-style overrides */
@media (max-width: 767px) {
	header.ip-site-header .customer-links,
	header.ip-site-header .customer-links.ui.dropdown {
		width: 44px !important;
		height: 44px !important;
		min-height: 44px !important;
		margin: 0 !important;
		padding: 4px !important;
		justify-content: center !important;
	}

	header.ip-site-header .customer-links.ip-guest-auth {
		width: 40px !important;
		height: 40px !important;
		min-height: 40px !important;
		padding: 0 !important;
		border-radius: 10px !important;
		background: rgba(255, 255, 255, 0.04) !important;
		border: 1px solid rgba(255, 255, 255, 0.06) !important;
		box-shadow: none !important;
	}

	header.ip-site-header .customer-links.ip-guest-auth:hover,
	header.ip-site-header .customer-links.ip-guest-auth:active {
		background: rgba(255, 255, 255, 0.08) !important;
		border-color: rgba(255, 255, 255, 0.12) !important;
	}

	header.ip-site-header .customer-links.ip-guest-auth .icon-user {
		width: 100% !important;
		height: 100% !important;
		border-radius: 10px !important;
		background: transparent !important;
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
	}

	header.ip-site-header .customer-links.ip-guest-auth .icon-user svg {
		width: 18px !important;
		height: 18px !important;
		fill: #e5e7eb !important;
	}

	header.ip-site-header .headerLogoClass,
	header.ip-site-header .headerUserClass {
		flex: 0 0 auto !important;
		max-width: none !important;
		width: auto !important;
		float: none !important;
	}

	header.ip-site-header .headerLogoClass {
		flex: 1 1 auto !important;
		justify-content: center !important;
	}

	header.ip-site-header img.headerLogo {
		position: static !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		transform: none !important;
		margin: 0 !important;
		height: 34px !important;
	}

	header.ip-site-header .header-slick {
		display: block !important;
	}

	header.ip-site-header .user-panel-links {
		position: static !important;
		right: auto !important;
		margin: 0 !important;
		height: 44px !important;
	}

	header.ip-site-header .user-panel-links .user-text,
	header.ip-site-header .customer-links .user-text,
	header.ip-site-header .customer-links .user-caret-down {
		display: none !important;
	}

	header.ip-site-header .customer-links .icon-user {
		margin: 0 !important;
	}

	header.ip-site-header .header-main,
	header.ip-site-header .ip-main-header,
	header.ip-site-header .ip-main-header-inner {
		background: transparent !important;
		background-image: none !important;
	}

	header.ip-site-header .headerUserClass .user-panel-links a.btn.btn-message-page {
		display: none !important;
	}

	header.ip-site-header .headerLogoClass button.searchButtonMobile {
		position: absolute !important;
		left: 0 !important;
		top: 50% !important;
		transform: translateY(-50%) !important;
		width: 40px !important;
		height: 40px !important;
		font-size: 16px !important;
		margin: 0 !important;
	}

	header.ip-site-header .mobileNavMenu .ip-nav-close.searchButtonMobile {
		position: relative !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		transform: none !important;
		margin-left: auto !important;
		display: inline-flex !important;
	}

	header.ip-site-header .ip-main-row {
		display: flex !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		position: relative !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	header.ip-site-header .headerUserClass .user-panel-links a.btn.btn-message-page {
		display: none !important;
	}

	header.ip-site-header .customer-links .user-text {
		display: none !important;
	}

	header.ip-site-header .customer-links .user-caret-down {
		display: none !important;
	}

	header.ip-site-header .customer-links,
	header.ip-site-header .customer-links.ui.dropdown {
		width: 44px !important;
		padding: 4px !important;
		justify-content: center !important;
	}
}

/* Prevent Semantic border !important bleed on our bordered chips */
header.ip-site-header .customer-links.ui.dropdown,
header.ip-site-header .div-price-box,
header.ip-site-header a.btn.btn-message-page,
header.ip-site-header .search-bar,
header.ip-site-header li.big-header-menu > span,
header.ip-site-header li.big-header-menu > a {
	border-style: solid !important;
	border-width: 1px !important;
}

/* ?? Breadcrumb (navigationBar) ? header ile uyumlu ?? */
section.navigationBar {
    background: rgb(21 22 26 / 74%) !important;
	backdrop-filter: saturate(140%) blur(16px) !important;
	-webkit-backdrop-filter: saturate(140%) blur(16px) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
	padding: 12px 0 !important;
	color: #9ca3af !important;
	font-family: Inter, sans-serif;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

section.navigationBar .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

section.navigationBar ol {
	display: flex !important;
	align-items: center;
	flex-wrap: nowrap;
	gap: 8px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	color: #6b7280;
}

section.navigationBar ol li {
	display: inline-flex !important;
	align-items: center;
	padding: 0 !important;
	margin: 0 !important;
	max-width: 280px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

section.navigationBar ol li a {
	color: #9ca3af !important;
	text-decoration: none !important;
	transition: color 0.15s ease;
}

section.navigationBar ol li a:hover,
section.navigationBar ol li a:focus {
	color: #FF7A1A !important;
}

section.navigationBar ol li a span {
	color: inherit !important;
}

section.navigationBar ol li > span[itemprop="name"],
section.navigationBar ol li:last-child > span {
	color: #d4d4d8 !important;
	font-weight: 600;
}

section.navigationBar span.advert-views {
	color: #8b9099 !important;
	font-size: 12px;
	font-weight: 500;
}

@media (max-width: 768px) {
	section.navigationBar {
		padding: 10px 0 !important;
	}

	section.navigationBar ol {
		gap: 6px;
		font-size: 12px;
	}

	section.navigationBar ol li {
		max-width: 180px;
	}
}

/* Kategoriler paneli a??kken sayfa kaymas?n? engelle */
body.ip-cat-menu-open {
	position: fixed !important;
	left: 0;
	right: 0;
	width: 100%;
	overflow: hidden !important;
}
