/*
Theme Name: Ecomall Child
Theme URI: https://www.brosur.com.tr/
Description: Child theme for Ecomall — safe customizations for brosur.com.tr (no parent hacks).
Author: Bileşen Matbaa
Template: ecomall
Version: 1.20.4
Text Domain: ecomall-child
*/

/* ------------------------------------------------------------------
   Global typography: slightly smaller scale (user feedback)
   Overrides theme + Redux dynamic vars.
------------------------------------------------------------------ */
:root {
	--ts-body-font-size: 14px !important;
	--ts-menu-font-size: 14px !important;
	--ts-v-menu-font-size: 14px !important;
	--ts-btn-font-size: 13px !important;
	--ts-btn-ipad-font-size: 12px !important;
	--ts-pr-font-weight: 400 !important;

	--ts-h1-font-size: 40px !important;
	--ts-h2-font-size: 30px !important;
	--ts-h3-font-size: 26px !important;
	--ts-h4-font-size: 21px !important;
	--ts-h5-font-size: 18px !important;
	--ts-h6-font-size: 16px !important;
}

/* ------------------------------------------------------------------
   Keep homepage products/blogs visible if slider JS fails to clear
   the theme's temporary .loading state (opacity:0 / visibility:hidden).
------------------------------------------------------------------ */
.ts-product .content-wrapper.loading,
.ts-blogs-wrapper.loading .content-wrapper,
.ts-product-category-wrapper .content-wrapper.loading,
.related-posts.loading .content-wrapper,
.footer-container.loading {
	height: auto !important;
	min-height: 0 !important;
	overflow: visible !important;
	background: transparent !important;
}

.ts-product .content-wrapper.loading > *,
.ts-blogs-wrapper.loading .content-wrapper > *,
.ts-blogs.loading .content-wrapper > *,
.ts-product-category-wrapper .content-wrapper.loading > *,
.related-posts.loading .content-wrapper > *,
.footer-container.loading > * {
	visibility: visible !important;
	opacity: 1 !important;
}

.ts-product .content-wrapper.loading:after,
.ts-blogs-wrapper.loading .content-wrapper:after,
.footer-container.loading:after {
	display: none !important;
	content: none !important;
}

@media only screen and (max-width: 1279px) {
	:root {
		--ts-h1-font-size: 32px !important;
		--ts-h2-font-size: 26px !important;
		--ts-h3-font-size: 22px !important;
		--ts-h4-font-size: 18px !important;
		--ts-h5-font-size: 16px !important;
		--ts-h6-font-size: 15px !important;
	}
}

@media only screen and (max-width: 767px) {
	:root {
		--ts-body-font-size: 14px !important;
		--ts-h1-font-size: 26px !important;
		--ts-h2-font-size: 22px !important;
		--ts-h3-font-size: 18px !important;
		--ts-h4-font-size: 16px !important;
		--ts-h5-font-size: 15px !important;
		--ts-h6-font-size: 14px !important;
	}
}

/* Header above page content (slider was z-index:2 + negative margin) */
.ts-header {
	position: relative;
	z-index: 100;
}

#group-icon-header.ts-floating-sidebar,
#group-icon-header.ts-floating-sidebar.active {
	z-index: 100000 !important;
}

/* ------------------------------------------------------------------
   Mobile hamburger — vertical accordion (not drill-down panel)
------------------------------------------------------------------ */
@media only screen and (max-width: 991px) {
	#group-icon-header .mobile-menu-wrapper.ts-menu nav.mobile-menu {
		width: 100% !important;
		display: block !important;
		float: none !important;
	}

	#group-icon-header .menu-main-mobile {
		padding: 4px 12px 20px !important;
		box-sizing: border-box;
	}

	#group-icon-header .mobile-menu-wrapper nav > ul.menu,
	#group-icon-header .mobile-menu-wrapper nav > ul.ux-mobile-accordion {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		list-style: none !important;
	}

	#group-icon-header .mobile-menu-wrapper nav > ul > li {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: wrap !important;
		align-items: center !important;
		width: 100% !important;
		max-width: 100% !important;
		float: none !important;
		margin: 0 !important;
		padding: 0 !important;
		border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
		position: relative !important;
		min-height: 52px;
		gap: 0 !important;
		overflow: hidden;
	}

	#group-icon-header .mobile-menu-wrapper nav > ul > li > a {
		flex: 1 1 auto !important;
		order: 1;
		display: flex !important;
		align-items: center !important;
		width: auto !important;
		min-width: 0 !important;
		max-width: calc(100% - 48px) !important;
		min-height: 48px !important;
		padding: 15px 8px 15px 16px !important;
		font-family: var(--ts-menu-font-family), Poppins, sans-serif !important;
		font-size: 15px !important;
		font-weight: 600 !important;
		line-height: 1.35 !important;
		color: #1a2332 !important;
		text-decoration: none !important;
		white-space: normal !important;
	}

	/* Chevron: compact square beside label — kill theme full-width fixed "back" bar */
	#group-icon-header .mobile-menu-wrapper span.ts-menu-drop-icon,
	#group-icon-header .mobile-menu-wrapper span.ts-menu-drop-icon.active,
	#group-icon-header.no-tab .mobile-menu-wrapper li.active .ts-menu-drop-icon.active,
	#group-icon-header .mobile-menu-wrapper nav > ul > li > .ts-menu-drop-icon,
	#group-icon-header .mobile-menu-wrapper nav > ul > li > .ts-menu-drop-icon.active,
	#group-icon-header .mobile-menu-wrapper li.active > .ts-menu-drop-icon,
	#group-icon-header .mobile-menu-wrapper li.active > .ts-menu-drop-icon.active,
	#group-icon-header .mobile-menu-wrapper li.ux-open > .ts-menu-drop-icon,
	#group-icon-header .mobile-menu-wrapper li.ux-open > .ts-menu-drop-icon.active,
	#group-icon-header .mobile-menu-wrapper li .ts-menu-drop-icon.active {
		flex: 0 0 48px !important;
		order: 2;
		box-sizing: border-box !important;
		width: 48px !important;
		min-width: 48px !important;
		max-width: 48px !important;
		height: 48px !important;
		min-height: 48px !important;
		margin: 0 0 0 auto !important;
		padding: 0 !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		align-self: center !important;
		position: relative !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
		inset: auto !important;
		float: none !important;
		text-align: center !important;
		color: #64748b !important;
		cursor: pointer;
		z-index: 2 !important;
		background: transparent !important;
		transform: none !important;
		vertical-align: middle !important;
	}

	#group-icon-header .mobile-menu-wrapper span.ts-menu-drop-icon:after,
	#group-icon-header .mobile-menu-wrapper span.ts-menu-drop-icon.active:after {
		display: inline-block !important;
		line-height: 1 !important;
		vertical-align: middle !important;
		margin: 0 !important;
	}

	#group-icon-header .mobile-menu-wrapper nav > ul > li.active > a,
	#group-icon-header .mobile-menu-wrapper nav > ul > li.ux-open > a {
		color: var(--ts-primary-color, #0068c8) !important;
	}

	#group-icon-header .mobile-menu-wrapper nav > ul > li.active > .ts-menu-drop-icon,
	#group-icon-header .mobile-menu-wrapper nav > ul > li.ux-open > .ts-menu-drop-icon,
	#group-icon-header .mobile-menu-wrapper nav > ul > li.active > .ts-menu-drop-icon.active,
	#group-icon-header .mobile-menu-wrapper nav > ul > li.ux-open > .ts-menu-drop-icon.active {
		color: var(--ts-primary-color, #0068c8) !important;
	}

	/* Expand children under parent — indented, no slide panel */
	#group-icon-header .mobile-menu-wrapper ul.sub-menu,
	#group-icon-header .mobile-menu-wrapper nav > ul > li > ul.sub-menu {
		position: static !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
		order: 3;
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		max-height: none !important;
		margin: 0 !important;
		padding: 10px 16px 14px 20px !important;
		display: none !important;
		overflow: visible !important;
		flex: 1 0 100% !important;
		background: #f3f6fa !important;
		border-radius: 0 0 10px 10px;
		box-shadow: none !important;
		z-index: auto !important;
		transform: none !important;
		animation: none !important;
		-webkit-animation: none !important;
		box-sizing: border-box !important;
	}

	#group-icon-header .mobile-menu-wrapper li.active > ul.sub-menu,
	#group-icon-header .mobile-menu-wrapper li.ux-open > ul.sub-menu,
	#group-icon-header .mobile-menu-wrapper li.active > .ts-menu-drop-icon + ul.sub-menu,
	#group-icon-header .mobile-menu-wrapper li.ux-open > .ts-menu-drop-icon + ul.sub-menu {
		display: block !important;
	}

	#group-icon-header .mobile-menu-wrapper ul.sub-menu > li.menu-item {
		display: block !important;
		width: 100% !important;
		float: none !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		min-height: 0 !important;
		gap: 0 !important;
		overflow: visible !important;
	}

	#group-icon-header .mobile-menu-wrapper ul.sub-menu > li > a {
		display: block !important;
		padding: 12px 14px 12px 16px !important;
		margin: 0 0 2px !important;
		font-size: 14px !important;
		font-weight: 500 !important;
		line-height: 1.4 !important;
		color: #334155 !important;
		border-radius: 8px;
		border-bottom: 0 !important;
		text-indent: 0 !important;
		max-width: none !important;
	}

	#group-icon-header .mobile-menu-wrapper ul.sub-menu > li > a .menu-label {
		display: inline-block !important;
		padding-left: 0 !important;
		margin-left: 0 !important;
		text-indent: 0 !important;
	}

	#group-icon-header .mobile-menu-wrapper ul.sub-menu > li > a:hover,
	#group-icon-header .mobile-menu-wrapper ul.sub-menu > li > a:focus-visible {
		color: var(--ts-primary-color, #0068c8) !important;
		background: rgba(0, 104, 200, 0.06);
	}

	/* Kill theme drill-down chrome that causes layout jump */
	#group-icon-header .menu-title,
	#group-icon-header.not-first-level .menu-title {
		display: none !important;
		height: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
		overflow: hidden !important;
	}

	#group-icon-header.not-first-level .mobile-menu-wrapper {
		overflow-y: auto !important;
		margin-bottom: 0 !important;
	}

	#group-icon-header .mobile-menu-wrapper {
		transform: none !important;
	}
}

/* Homepage category grid (.rk-grid via [kategori_cek]) */
.elementor-1023 .elementor-element-99422fd,
.elementor-1023 .elementor-element-99422fd:not(.elementor-motion-effects-element-type-background),
.elementor-1023 .elementor-element-99422fd > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	--margin-bottom: 0px !important;
	margin-bottom: 0 !important;
	background-color: rgba(245, 245, 245, 1) !important;
	--z-index: 0 !important;
	z-index: 0 !important;
}

.elementor-1023 .elementor-element-3f203d2 {
	--margin-top: 40px !important;
	--margin-bottom: 40px !important;
	margin-top: 40px !important;
	margin-bottom: 40px !important;
	padding: 12px 16px 14px !important;
	max-width: 1410px;
	background: #f3f6fa !important;
	border-radius: 12px;
}

.elementor-1023 .elementor-element-4f76491 > .elementor-widget-container {
	padding: 0 !important;
}

.elementor-1023 .elementor-element-4f76491 > .elementor-widget-container > p:empty,
.elementor-1023 .elementor-element-4f76491 > .elementor-widget-container > p:has(> .ux-rk-section),
.elementor-1023 .elementor-element-4f76491 > .elementor-widget-container > p:has(> .rk-grid) {
	margin: 0 !important;
}

/* Pull the promo banner row up under categories */
.elementor-1023 .elementor-element-daaa3c4 {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}

.ux-rk-section {
	margin: 0;
}

.ux-rk-section__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 14px;
	padding: 0 2px 12px;
	border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.ux-rk-section__lead {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding-left: 14px;
}

.ux-rk-section__lead::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	bottom: 2px;
	width: 3px;
	border-radius: 2px;
	background: var(--ts-primary-color, #0068c8);
}

.ux-rk-section__eyebrow {
	display: block;
	margin: 0;
	font-family: var(--ts-menu-font-family), Poppins, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--ts-primary-color, #0068c8);
}

.ux-rk-section__title {
	margin: 0 !important;
	padding: 0 !important;
	font-family: var(--ts-menu-font-family), Poppins, sans-serif !important;
	font-size: 24px !important;
	font-weight: 700 !important;
	letter-spacing: -0.02em !important;
	line-height: 1.15 !important;
	color: #1a2332 !important;
	text-transform: none !important;
}

.ux-rk-section__note {
	margin: 0 0 2px;
	font-family: var(--ts-menu-font-family), Poppins, sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #64748b;
	white-space: nowrap;
}

.rk-grid {
	display: grid !important;
	gap: 10px !important;
	margin: 0 !important;
	width: 100% !important;
}

.rk-item {
	text-align: center !important;
	text-decoration: none !important;
	color: inherit !important;
	display: flex !important;
	flex-direction: column !important;
	min-width: 0 !important;
}

.rk-img-box {
	background: #fff !important;
	border-radius: 10px !important;
	padding: 8px !important;
	margin-bottom: 6px !important;
	aspect-ratio: 1 / 1 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	border: 1px solid rgba(15, 23, 42, 0.07) !important;
	overflow: hidden !important;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04) !important;
	transition: border-color 0.18s ease, box-shadow 0.18s ease,
		transform 0.18s ease !important;
}

.rk-img-box img {
	max-width: 100% !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	transition: transform 0.22s ease !important;
}

.rk-title {
	display: block !important;
	margin: 0 !important;
	padding: 0 1px 2px !important;
	font-family: var(--ts-menu-font-family), Poppins, sans-serif !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	letter-spacing: 0.005em !important;
	line-height: 1.25 !important;
	color: #1a2332 !important;
	transition: color 0.15s ease !important;
}

.rk-item:hover .rk-img-box,
.rk-item:focus-visible .rk-img-box {
	border-color: var(--ts-primary-color, #0068c8) !important;
	box-shadow: 0 6px 16px rgba(0, 104, 200, 0.14) !important;
	transform: translateY(-2px) !important;
}

.rk-item:hover .rk-img-box img,
.rk-item:focus-visible .rk-img-box img {
	transform: scale(1.05) !important;
}

.rk-item:hover .rk-title,
.rk-item:focus-visible .rk-title {
	color: var(--ts-primary-color, #0068c8) !important;
}

@media (max-width: 1023px) {
	.elementor-1023 .elementor-element-99422fd {
		--margin-bottom: 0px !important;
		margin-bottom: 0 !important;
	}

	.elementor-1023 .elementor-element-3f203d2 {
		--margin-top: 32px !important;
		--margin-bottom: 32px !important;
		margin-top: 32px !important;
		margin-bottom: 32px !important;
		padding: 14px 14px 16px !important;
		border-radius: 12px;
	}

	.ux-rk-section__title {
		font-size: 22px !important;
	}

	.ux-rk-section__note {
		display: none;
	}

	.rk-grid {
		gap: 8px !important;
	}

	.rk-title {
		font-size: 12px !important;
	}

	.rk-img-box {
		padding: 6px !important;
		margin-bottom: 5px !important;
	}
}

@media (max-width: 767px) {
	.elementor-1023 .elementor-element-99422fd {
		--margin-top: 0px !important;
		margin-top: 0 !important;
		--margin-bottom: 0px !important;
		margin-bottom: 0 !important;
		--z-index: 0 !important;
		z-index: 0 !important;
	}

	.elementor-1023 .elementor-element-3f203d2 {
		--margin-top: 28px !important;
		--margin-bottom: 28px !important;
		margin-top: 28px !important;
		margin-bottom: 28px !important;
		padding: 12px 10px 14px !important;
		border-radius: 10px;
	}

	.ux-rk-section__head {
		margin-bottom: 12px;
		padding-bottom: 10px;
	}

	.ux-rk-section__title {
		font-size: 20px !important;
	}

	.rk-grid {
		gap: 8px !important;
	}

	.rk-title {
		font-size: 11.5px !important;
	}
}

/* Elementor section titles that ignore theme heading vars */
.elementor-1023 .elementor-heading-title.elementor-size-default {
	font-size: clamp(1.15rem, 1.6vw, 1.55rem);
}

/* Header top bar: brand-aligned utility strip (was generic near-black).
   Must target .ts-header — Redux dynamic CSS sets vars there and beats :root. */
:root,
.ts-header {
	--ts-hd-top-bg: #00529e !important;
	--ts-hd-top-color: #ffffff !important;
	--ts-hd-top-border: #004887 !important;
	--ts-hd-top-link-hover: #fcc904 !important;
}

.ts-header .header-top {
	background-color: #00529e !important;
	background-color: var(--ts-hd-top-bg) !important;
	color: #ffffff !important;
	color: var(--ts-hd-top-color) !important;
	border-color: #004887 !important;
	border-color: var(--ts-hd-top-border) !important;
	font-size: 12.5px;
	letter-spacing: 0.015em;
}

.ts-header .header-top > .container {
	padding-top: 0;
	padding-bottom: 0;
	min-height: 38px;
}

/* Utility nav: quiet strip, not a second main menu */
.ts-header .header-top .top-header-menu ul.menu {
	gap: 0;
	align-items: center;
}

.ts-header .header-top .top-header-menu ul.menu > li {
	font-size: inherit;
	font-weight: 500;
	line-height: 1;
	display: inline-flex;
	align-items: center;
}

/* Soft pipe separators between items */
.ts-header .header-top .top-header-menu ul.menu > li + li::before {
	content: "|";
	display: inline-block;
	margin: 0 2px;
	padding: 0 8px;
	color: rgba(255, 255, 255, 0.32);
	font-weight: 300;
	font-size: 11px;
	line-height: 1;
	pointer-events: none;
	speak: never;
	user-select: none;
}

/* Hide theme FA / tb-icon ::before (we use SVG instead) */
.ts-header .header-top nav > ul.menu > li.fas:before,
.ts-header .header-top nav > ul.menu > li[class*="fa-"]:before,
.ts-header .header-top nav > ul.menu > li[class*="tb-icon-"]:before {
	content: none !important;
	display: none !important;
	margin: 0 !important;
}

.ts-header .header-top .top-header-menu ul.menu > li > a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 11px;
	border-radius: 6px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	transition: color 0.18s ease, background-color 0.18s ease;
}

.ts-header .header-top .top-header-menu ul.menu > li > a:hover,
.ts-header .header-top .top-header-menu ul.menu > li:hover > a,
.ts-header .header-top .top-header-menu ul.menu > li.current-menu-item > a {
	color: #fcc904 !important;
	color: var(--ts-hd-top-link-hover) !important;
	background-color: rgba(255, 255, 255, 0.08);
}

.ts-header .header-top .top-header-menu ul.menu > li > a svg {
	width: 14px;
	height: 14px;
	flex: 0 0 auto;
}

.ts-header .header-top .top-header-menu ul.menu > li > a:hover svg,
.ts-header .header-top .top-header-menu ul.menu > li.current-menu-item > a svg {
	opacity: 1;
}

.ts-header .header-top .ux-top-label {
	white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
	.ts-header .header-top .top-header-menu ul.menu > li > a,
	.ts-header .header-top .ux-top-ico {
		transition: none;
	}
}


/* ------------------------------------------------------------------
   "Günün Ürünü" — light-blue brand CTA with soft pulse + flash blink
   (design only; label removed via theme option)
------------------------------------------------------------------ */
@keyframes ux-deal-pulse {
	0%, 100% {
		box-shadow: 0 2px 8px rgba(0, 104, 200, 0.12), 0 0 0 0 rgba(0, 104, 200, 0.35);
	}
	50% {
		box-shadow: 0 4px 14px rgba(0, 104, 200, 0.22), 0 0 0 7px rgba(0, 104, 200, 0);
	}
}

@keyframes ux-deal-flash {
	0%, 72%, 100% {
		opacity: 1;
		transform: scale(1);
	}
	80% {
		opacity: 0.35;
		transform: scale(0.92);
	}
	88% {
		opacity: 1;
		transform: scale(1.12);
	}
}

.ts-header .today-deal {
	border: 0 !important;
	padding: 0 !important;
	margin-left: 8px !important;
}

.ts-header .today-deal a {
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	padding: 9px 15px !important;
	border-radius: 999px !important;
	background: linear-gradient(180deg, #eaf4ff 0%, #d8ebff 100%) !important;
	border: 1px solid #b3d7f7 !important;
	color: #00427e !important;
	line-height: 1 !important;
	animation: ux-deal-pulse 2.6s ease-in-out infinite;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.ts-header .today-deal a:hover {
	animation: none !important;
	transform: translateY(-2px) scale(1.03) !important;
	background: linear-gradient(180deg, #0068c8 0%, #00529e 100%) !important;
	border-color: #00427e !important;
	box-shadow: 0 8px 20px rgba(0, 82, 158, 0.35) !important;
}

.ts-header .today-deal a:hover .text {
	color: #ffffff !important;
}

.ts-header .today-deal a:hover .text::before {
	color: #fcc904 !important;
	animation: none;
}

.ts-header .today-deal a:focus-visible {
	outline: 2px solid var(--ts-primary-color, #0068c8);
	outline-offset: 3px;
}

.ts-header .today-deal a .text {
	display: inline-flex !important;
	align-items: center;
	gap: 7px;
	font-family: var(--ts-menu-font-family), Poppins, sans-serif !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	letter-spacing: 0.01em !important;
	color: #00427e !important;
	white-space: nowrap;
	transition: color 0.18s ease;
}

/* Flash icon blinks periodically — the "attention" moment */
.ts-header .today-deal a .text::before {
	content: "\e9e7"; /* tb-icon flash */
	font-family: "tb-icon" !important;
	font-weight: normal;
	font-size: 15px;
	line-height: 1;
	color: var(--ts-primary-color, #0068c8);
	animation: ux-deal-flash 3s ease-in-out infinite;
	transition: color 0.18s ease;
}

/* Label removed via option; keep it hidden if cache re-renders old HTML */
.ts-header .today-deal a .label {
	display: none !important;
}

.ts-header .is-sticky .today-deal a {
	background: linear-gradient(180deg, #eaf4ff 0%, #d8ebff 100%) !important;
}

@media (prefers-reduced-motion: reduce) {
	.ts-header .today-deal a,
	.ts-header .today-deal a .text::before {
		animation: none !important;
	}
	.ts-header .today-deal a:hover {
		transform: none !important;
	}
}

/* ------------------------------------------------------------------
   Hero slides nav (#193e34f)
   One proportional cluster: ‹ · · ━ · · · ›
   Arrows are measured against the dots via JS (ux-nav-aligned).
------------------------------------------------------------------ */
.elementor-element-193e34f .elementor-swiper,
.elementor-element-193e34f .swiper {
	position: relative !important;
	--ux-nav-gap: 10px;
	--ux-nav-bottom: 16px;
	--ux-arrow: 20px;
}

.elementor-element-193e34f .elementor-swiper-button {
	position: absolute !important;
	top: auto !important;
	bottom: var(--ux-nav-bottom) !important;
	z-index: 22 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: var(--ux-arrow) !important;
	height: var(--ux-arrow) !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	color: #ffffff !important;
	opacity: 1 !important;
	visibility: visible !important;
	cursor: pointer !important;
	line-height: 1 !important;
	pointer-events: auto !important;
	transition: color 0.15s ease !important;
}

.elementor-element-193e34f .elementor-swiper-button:hover,
.elementor-element-193e34f .elementor-swiper-button:focus-visible {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: var(--ts-primary-color, #0068c8) !important;
	opacity: 1 !important;
}

.elementor-element-193e34f .elementor-swiper-button:focus-visible {
	outline: 2px solid #ffffff !important;
	outline-offset: 2px !important;
}

.elementor-element-193e34f .elementor-swiper-button i,
.elementor-element-193e34f .elementor-swiper-button svg {
	width: 14px !important;
	height: 14px !important;
	font-size: 14px !important;
	fill: currentColor !important;
	color: inherit !important;
	pointer-events: none !important;
	filter: drop-shadow(0 0 1.2px rgba(0, 0, 0, 0.95))
		drop-shadow(0 0 1.2px rgba(0, 0, 0, 0.95))
		drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
}

/* Fallback before JS measures — symmetric around center */
.elementor-element-193e34f .elementor-swiper-button-prev {
	left: 50% !important;
	right: auto !important;
	transform: translateX(calc(-50% - 72px - var(--ux-nav-gap))) !important;
}

.elementor-element-193e34f .elementor-swiper-button-next {
	left: 50% !important;
	right: auto !important;
	transform: translateX(calc(-50% + 72px + var(--ux-nav-gap))) !important;
}

/* After JS: pixel-perfect flush to dots, equal gap both sides */
.elementor-element-193e34f .elementor-swiper-button.ux-nav-aligned {
	transform: none !important;
	bottom: auto !important;
}

.elementor-element-193e34f .swiper-pagination {
	position: absolute !important;
	bottom: calc(var(--ux-nav-bottom) + 6px) !important;
	left: 50% !important;
	right: auto !important;
	width: auto !important;
	height: 8px !important;
	transform: translateX(-50%) !important;
	z-index: 21 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	line-height: 0 !important;
	text-align: center !important;
	pointer-events: auto !important;
}

.elementor-element-193e34f .swiper-pagination-bullet {
	display: block !important;
	width: 8px !important;
	height: 8px !important;
	margin: 0 !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, 0.75) !important;
	box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.22) !important;
	opacity: 1 !important;
	transform: none !important;
	cursor: pointer !important;
	pointer-events: auto !important;
	flex: 0 0 auto !important;
	transition: width 0.2s ease, background-color 0.15s ease !important;
}

.elementor-element-193e34f .swiper-pagination-bullet:hover {
	background: #ffffff !important;
}

.elementor-element-193e34f .swiper-pagination-bullet.swiper-pagination-bullet-active,
.elementor-element-193e34f .swiper-pagination-bullet-active {
	width: 22px !important;
	height: 8px !important;
	background: var(--ts-primary-color, #0068c8) !important;
	box-shadow: 0 2px 8px rgba(0, 104, 200, 0.45) !important;
	opacity: 1 !important;
	transform: none !important;
}

@media (max-width: 767px) {
	.elementor-element-193e34f .elementor-swiper,
	.elementor-element-193e34f .swiper {
		--ux-nav-gap: 8px;
		--ux-nav-bottom: 12px;
		--ux-arrow: 18px;
	}

	.elementor-element-193e34f .elementor-swiper-button i,
	.elementor-element-193e34f .elementor-swiper-button svg {
		width: 12px !important;
		height: 12px !important;
		font-size: 12px !important;
	}

	.elementor-element-193e34f .elementor-swiper-button-prev {
		transform: translateX(calc(-50% - 64px - var(--ux-nav-gap))) !important;
	}

	.elementor-element-193e34f .elementor-swiper-button-next {
		transform: translateX(calc(-50% + 64px + var(--ux-nav-gap))) !important;
	}
}

/* ------------------------------------------------------------------
   Primary main menu (header-bottom) — corporate polish, structure intact
------------------------------------------------------------------ */
.ts-header .header-bottom {
	--ux-nav: #1a2332;
	--ux-nav-muted: #64748b;
	--ux-nav-line: rgba(15, 23, 42, 0.1);
	--ux-nav-accent: var(--ts-primary-color, #0068c8);
}

.ts-header .header-bottom .ts-menu .main-menu > ul.menu {
	align-items: stretch;
	gap: 0 !important;
}

.ts-header .header-bottom .ts-menu .main-menu > ul.menu > li {
	display: flex;
	align-items: center;
	position: relative;
}

/* Full-width hover line under entire item (label + chevron + spacing) */
.ts-header .header-bottom .ts-menu .main-menu > ul.menu > li::after {
	content: "";
	position: absolute;
	left: 8px;
	right: 8px;
	bottom: 0;
	height: 2px;
	background: transparent;
	border-radius: 1px;
	pointer-events: none;
	transition: background-color 0.18s ease;
}

.ts-header .header-bottom .ts-menu .main-menu > ul.menu > li:first-child::after {
	left: 0;
}

.ts-header .header-bottom .ts-menu .main-menu > ul.menu > li > a {
	display: inline-flex !important;
	align-items: center;
	gap: 7px;
	padding: 14px 8px 14px 24px !important;
	font-family: var(--ts-menu-font-family), Poppins, sans-serif !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	letter-spacing: 0.015em !important;
	line-height: 1.2 !important;
	color: var(--ux-nav) !important;
	text-transform: none !important;
	transition: color 0.18s ease, background-color 0.18s ease;
}

.ts-header .header-bottom .ts-menu .main-menu > ul.menu > li:first-child > a {
	padding-left: 8px !important;
}

/* Chevron needs air on both sides */
.ts-header .header-bottom .ts-menu .main-menu > ul.menu > li > .ts-menu-drop-icon {
	margin-left: 4px !important;
	margin-right: 24px !important;
}

/* Soft divider between items — sits centered in the whitespace */
.ts-header .header-bottom .ts-menu .main-menu > ul.menu > li + li > a {
	border-left: 1px solid var(--ux-nav-line);
}

.ts-header .header-bottom .ts-menu .main-menu > ul.menu > li:hover > a,
.ts-header .header-bottom .ts-menu .main-menu > ul.menu > li:focus-within > a,
.ts-header .header-bottom .ts-menu .main-menu > ul.menu > li.current-menu-item > a,
.ts-header .header-bottom .ts-menu .main-menu > ul.menu > li.current-menu-ancestor > a {
	color: var(--ux-nav-accent) !important;
	background-color: transparent !important;
}

.ts-header .header-bottom .ts-menu .main-menu > ul.menu > li:hover::after,
.ts-header .header-bottom .ts-menu .main-menu > ul.menu > li:focus-within::after,
.ts-header .header-bottom .ts-menu .main-menu > ul.menu > li.current-menu-item::after,
.ts-header .header-bottom .ts-menu .main-menu > ul.menu > li.current-menu-ancestor::after {
	background: var(--ux-nav-accent);
}

.ts-header .header-bottom .ts-menu .main-menu > ul.menu > li > a:focus-visible {
	outline: 2px solid var(--ux-nav-accent);
	outline-offset: 2px;
	border-radius: 4px;
}

/* Dropdown chevron — quieter, turns brand blue on hover */
.ts-header .header-bottom .ts-menu .main-menu > ul.menu > li.parent > a:after,
.ts-header .header-bottom .ts-menu .main-menu > ul.menu > li > .ts-menu-drop-icon:after {
	color: var(--ux-nav-muted);
	opacity: 0.75;
	transition: color 0.18s ease, opacity 0.18s ease;
}

.ts-header .header-bottom .ts-menu .main-menu > ul.menu > li:hover > a:after,
.ts-header .header-bottom .ts-menu .main-menu > ul.menu > li:hover > .ts-menu-drop-icon:after,
.ts-header .header-bottom .ts-menu .main-menu > ul.menu > li.current-menu-item > a:after,
.ts-header .header-bottom .ts-menu .main-menu > ul.menu > li.current-menu-ancestor > a:after {
	color: var(--ux-nav-accent);
	opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
	.ts-header .header-bottom .ts-menu .main-menu > ul.menu > li > a,
	.ts-header .header-bottom .ts-menu .main-menu > ul.menu > li.parent > a:after {
		transition: none;
	}
}

/* ------------------------------------------------------------------
   Header middle: fixed 120px, vertically centered row (desktop+)
------------------------------------------------------------------ */
@media (min-width: 768px) {
	.ts-header .header-middle {
		height: 120px;
		min-height: 120px;
		--ts-logo-width: 172px;
	}

	.ts-header .header-middle > .container {
		height: 100%;
		min-height: 120px;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		gap: 24px !important;
		align-items: center !important;
		display: flex !important;
	}

	.ts-header .header-middle .header-left,
	.ts-header .header-middle .header-center,
	.ts-header .header-middle .header-right {
		display: flex;
		align-items: center;
	}

	.ts-header .header-middle .header-center {
		justify-content: flex-end;
	}

	.ts-header .header-middle .header-center > * {
		width: auto !important;
		max-width: 100%;
	}

	/* Fixed 500px width, pinned right */
	.ts-header .header-middle .ts-search-by-category {
		width: 500px !important;
		max-width: 500px !important;
		min-width: 0;
		margin-left: auto;
		flex: 0 0 500px;
	}

	.ts-header .header-middle .ts-search-by-category form {
		border-width: 1px !important;
		border-radius: 8px !important;
	}

	.ts-header .header-middle .ts-search-by-category .select-category {
		width: 150px !important;
		min-width: 150px !important;
		max-width: 150px !important;
		flex: 0 0 150px !important;
		padding: 7px 32px 7px 14px !important;
		font-size: 13px !important;
		line-height: 1.3 !important;
		white-space: nowrap !important;
		background-position: calc(100% - 12px) 50% !important;
	}

	.ts-header .header-middle .ts-search-by-category .select-category + .search-table:before {
		height: calc(100% - 12px) !important;
	}

	.ts-header .header-middle .ts-search-by-category .search-table .search-field input[type="text"] {
		padding: 7px 14px !important;
		font-size: 13px !important;
		line-height: 1.3 !important;
		height: auto !important;
		min-height: 0 !important;
	}

	.ts-header .header-middle .ts-search-by-category .search-table .search-button input[type^="submit"] {
		padding: 9px 18px !important;
		font-size: 12px !important;
		letter-spacing: 0.04em !important;
		line-height: 1.2 !important;
		min-height: 0 !important;
		height: auto !important;
	}

	.ts-header .header-middle .logo-wrapper img,
	.ts-header .header-middle .logo img,
	.ts-header .header-middle .logo-wrapper .normal-logo {
		max-height: 76px !important;
		width: auto !important;
		height: auto !important;
		max-width: 172px !important;
	}
}

@media (min-width: 768px) {
	/* ------------------------------------------------------------------
	   Header-right utility cluster — design only (links/dropdowns untouched)
	   One rhythm: icon well + label + value, soft dividers, shared type.
	------------------------------------------------------------------ */
	.ts-header .header-middle .header-right {
		--ux-util-label: #6b7280;
		--ux-util-value: #111827;
		--ux-util-accent: var(--ts-primary-color, #0068c8);
		--ux-util-well: #f3f6fa;
		--ux-util-well-hover: #e8f1fb;
		gap: 0 !important;
		align-items: center;
	}

	.ts-header .header-middle .header-right > .hotline,
	.ts-header .header-middle .header-right > .my-account-wrapper,
	.ts-header .header-middle .header-right > .shopping-cart-wrapper {
		position: relative;
		display: flex;
		align-items: center;
		margin: 0;
		padding: 0 14px;
	}

	.ts-header .header-middle .header-right > .hotline {
		padding-left: 4px;
	}

	.ts-header .header-middle .header-right > .shopping-cart-wrapper {
		padding-right: 4px;
	}

	.ts-header .header-middle .header-right > .my-account-wrapper::before,
	.ts-header .header-middle .header-right > .shopping-cart-wrapper::before {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 1px;
		height: 28px;
		background: rgba(15, 23, 42, 0.1);
		pointer-events: none;
	}

	.ts-header .header-middle .header-right .hotline > a,
	.ts-header .header-middle .header-right .my-account-wrapper .account-control > a,
	.ts-header .header-middle .header-right .shopping-cart-wrapper .cart-control {
		display: inline-flex !important;
		align-items: center !important;
		gap: 10px !important;
		padding: 8px 10px !important;
		margin: 0 !important;
		min-height: 44px;
		border-radius: 10px;
		line-height: 1.15 !important;
		letter-spacing: 0 !important;
		color: var(--ux-util-value) !important;
		text-decoration: none !important;
		transition: background-color 0.18s ease, color 0.18s ease;
	}

	.ts-header .header-middle .header-right .hotline > a:hover,
	.ts-header .header-middle .header-right .my-account-wrapper .account-control > a:hover,
	.ts-header .header-middle .header-right .shopping-cart-wrapper .cart-control:hover {
		background-color: var(--ux-util-well);
		color: var(--ux-util-accent) !important;
	}

	.ts-header .header-middle .header-right .hotline > a:focus-visible,
	.ts-header .header-middle .header-right .my-account-wrapper .account-control > a:focus-visible,
	.ts-header .header-middle .header-right .shopping-cart-wrapper .cart-control:focus-visible {
		outline: 2px solid var(--ux-util-accent);
		outline-offset: 2px;
	}

	/* Icon wells — equal visual weight */
	.ts-header .header-middle .header-right .hotline > a:before,
	.ts-header .header-middle .header-right .ts-tiny-account-wrapper .account-control > a:before,
	.ts-header .header-middle .header-right .shopping-cart-wrapper .cart-control .ic-cart:before {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		width: 36px !important;
		height: 36px !important;
		min-width: 36px;
		margin: 0 !important;
		padding: 0 !important;
		border-radius: 9px;
		background: var(--ux-util-well);
		font-size: 18px !important;
		line-height: 36px !important;
		color: #1f2937 !important;
		transition: background-color 0.18s ease, color 0.18s ease;
	}

	.ts-header .header-middle .header-right .hotline > a:hover:before,
	.ts-header .header-middle .header-right .my-account-wrapper .account-control > a:hover:before,
	.ts-header .header-middle .header-right .shopping-cart-wrapper .cart-control:hover .ic-cart:before {
		background: var(--ux-util-well-hover);
		color: var(--ux-util-accent) !important;
	}

	.ts-header .header-middle .header-right .shopping-cart-wrapper .cart-control .ic-cart {
		min-width: 36px !important;
		width: 36px;
		height: 36px;
		position: relative;
		top: 0 !important;
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
	}

	/* Text stacks */
	.ts-header .header-middle .header-right .hotline > a > span,
	.ts-header .header-middle .header-right .my-account-wrapper .account-control > a > span,
	.ts-header .header-middle .header-right .shopping-cart-wrapper .cart-control .cart-total {
		display: flex !important;
		flex-direction: column !important;
		align-items: flex-start !important;
		justify-content: center;
		gap: 2px !important;
		font-family: var(--ts-menu-font-family), Poppins, sans-serif !important;
		font-size: 13px !important;
		font-weight: 600 !important;
		font-style: normal !important;
		line-height: 1.2 !important;
		letter-spacing: 0 !important;
		text-transform: none !important;
		color: var(--ux-util-value) !important;
	}

	.ts-header .header-middle .header-right .hotline > a .label,
	.ts-header .header-middle .header-right .my-account-wrapper .account-control > a .label,
	.ts-header .header-middle .header-right .shopping-cart-wrapper .cart-control .cart-total .label {
		font-family: inherit !important;
		font-size: 11px !important;
		font-weight: 500 !important;
		line-height: 1.2 !important;
		letter-spacing: 0.01em !important;
		text-transform: none !important;
		color: var(--ux-util-label) !important;
	}

	/* Phone stays brand accent (primary CTA in the cluster) */
	.ts-header .header-middle .header-right .hotline > a .number {
		font-size: 13px !important;
		font-weight: 600 !important;
		color: var(--ux-util-accent) !important;
		letter-spacing: 0.01em !important;
		white-space: nowrap;
	}

	/* Giriş Yap / kullanıcı adı — same blue as phone number */
	.ts-header .header-middle .header-right .my-account-wrapper .account-control > a > span > span:not(.label) {
		font-size: 13px !important;
		font-weight: 600 !important;
		color: var(--ux-util-accent) !important;
		letter-spacing: 0.01em !important;
	}

	.ts-header .header-middle .header-right .shopping-cart-wrapper .cart-control .cart-total .amount,
	.ts-header .header-middle .header-right .shopping-cart-wrapper .cart-control .cart-total .woocommerce-Price-amount {
		font-size: 13px !important;
		font-weight: 600 !important;
		color: var(--ux-util-value) !important;
	}

	/* Cart badge — tighter, aligned to icon well */
	.ts-header .header-middle .header-right .shopping-cart-wrapper .cart-control .cart-number {
		top: 4px !important;
		left: 34px !important;
		right: auto !important;
		width: 16px !important;
		height: 16px !important;
		font-size: 10px !important;
		font-weight: 600 !important;
		line-height: 16px !important;
		border: 2px solid #fff;
		box-shadow: 0 1px 2px rgba(15, 23, 42, 0.12);
		z-index: 2;
	}

	/* Hide sticky-menu toggle clutter in this composed cluster */
	.ts-header .header-middle .header-right .icon-menu-sticky-header {
		margin-left: 6px;
	}

}

@media (prefers-reduced-motion: reduce) {
	.ts-header .header-middle .header-right .hotline > a,
	.ts-header .header-middle .header-right .my-account-wrapper .account-control > a,
	.ts-header .header-middle .header-right .shopping-cart-wrapper .cart-control,
	.ts-header .header-middle .header-right .hotline > a:before,
	.ts-header .header-middle .header-right .ts-tiny-account-wrapper .account-control > a:before,
	.ts-header .header-middle .header-right .shopping-cart-wrapper .cart-control .ic-cart:before {
		transition: none;
	}
}

@media only screen and (max-width: 1279px) and (min-width: 768px) {
	.ts-header .header-middle {
		height: auto;
		min-height: 96px;
	}

	.ts-header .header-middle > .container {
		min-height: 96px;
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}

	.ts-header .header-middle .logo-wrapper img,
	.ts-header .header-middle .logo img {
		max-height: 60px !important;
		max-width: 140px !important;
	}
}

@media only screen and (max-width: 1100px) and (min-width: 768px) {
	.ts-header .header-middle .ts-search-by-category {
		width: 100% !important;
		max-width: 100% !important;
		flex: 1 1 auto !important;
		min-width: 0;
	}
}

@media only screen and (max-width: 767px) {
	/* Restore theme mobile header: logo + icons + hamburger; hide desktop search row */
	.ts-header .header-middle {
		height: auto !important;
		min-height: 0 !important;
	}

	.ts-header .header-middle > .container {
		height: auto !important;
		min-height: 0 !important;
		padding-top: 14px !important;
		padding-bottom: 14px !important;
		gap: 12px !important;
		align-items: center !important;
		display: flex !important;
		flex-wrap: nowrap !important;
	}

	.ts-header .header-middle .header-center {
		display: none !important;
	}

	.ts-header .header-middle .header-left,
	.ts-header .header-middle .header-right {
		display: flex !important;
		align-items: center;
	}

	.ts-header .header-middle .header-left {
		flex: 1 1 auto;
		min-width: 0;
	}

	.ts-header .header-middle .header-right {
		flex: 0 0 auto;
		margin-left: auto;
		gap: 0 !important;
	}

	.ts-header .header-middle .header-right > .hotline {
		display: none !important;
	}

	.ts-header .header-middle .header-right > .my-account-wrapper,
	.ts-header .header-middle .header-right > .shopping-cart-wrapper {
		padding: 0 4px !important;
	}

	.ts-header .header-middle .header-right > .my-account-wrapper::before,
	.ts-header .header-middle .header-right > .shopping-cart-wrapper::before {
		display: none !important;
		content: none !important;
	}

	.ts-header .header-middle .header-right .my-account-wrapper .account-control > a,
	.ts-header .header-middle .header-right .shopping-cart-wrapper .cart-control {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center;
		gap: 0 !important;
		padding: 6px !important;
		min-height: 40px;
		min-width: 40px;
		border-radius: 8px;
		background: transparent !important;
	}

	.ts-header .header-middle .header-right .my-account-wrapper .account-control > a > span,
	.ts-header .header-middle .header-right .shopping-cart-wrapper .cart-control .cart-total {
		display: none !important;
	}

	.ts-header .header-middle .header-right .ts-tiny-account-wrapper .account-control > a:before,
	.ts-header .header-middle .header-right .shopping-cart-wrapper .cart-control .ic-cart:before {
		width: 28px !important;
		height: 28px !important;
		min-width: 28px;
		border-radius: 8px;
		font-size: 18px !important;
		line-height: 28px !important;
		background: transparent !important;
	}

	.ts-header .header-middle .header-right .shopping-cart-wrapper .cart-control .ic-cart {
		min-width: 28px !important;
		width: 28px;
		height: 28px;
		top: 0 !important;
	}

	.ts-header .header-middle .header-right .shopping-cart-wrapper .cart-control .cart-number {
		top: 0 !important;
		left: 22px !important;
	}

	.ts-header .header-middle .logo-wrapper img,
	.ts-header .header-middle .logo img,
	.ts-header .header-middle .logo-wrapper .normal-logo {
		max-height: 40px !important;
		max-width: 120px !important;
	}

	.ts-header .header-middle .ts-mobile-icon-toggle {
		display: flex !important;
		align-items: center;
		justify-content: center;
		order: 10;
		margin-left: 4px;
	}
}

/* Skip link: visible on keyboard focus only */
.ux-skip-link.screen-reader-text:focus {
	clip: auto !important;
	clip-path: none !important;
	height: auto;
	width: auto;
	margin: 0;
	padding: 12px 16px;
	position: fixed;
	left: 12px;
	top: 12px;
	z-index: 100000;
	background: #0068c8;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

#main {
	scroll-margin-top: 12px;
}

/* Footer columns — hard fallback if Elementor post-7368.css is missing/stale */
@media (min-width: 768px) {
	.elementor-7368 .elementor-element-a8cb60e {
		--flex-direction: row !important;
		flex-direction: row !important;
	}

	.elementor-7368 .elementor-element-2d7e884,
	.elementor-7368 .elementor-element-d588daa,
	.elementor-7368 .elementor-element-9e1856c,
	.elementor-7368 .elementor-element-f1eecb7 {
		--width: 25% !important;
		width: var(--width) !important;
		max-width: var(--width) !important;
	}

	.elementor-7368 .elementor-element-e185ca3 {
		--flex-direction: row !important;
		flex-direction: row !important;
		--justify-content: space-between !important;
		--align-items: center !important;
	}
}

@media (max-width: 767px) {
	.elementor-7368 .elementor-element-2d7e884,
	.elementor-7368 .elementor-element-d588daa,
	.elementor-7368 .elementor-element-9e1856c,
	.elementor-7368 .elementor-element-f1eecb7 {
		--width: 100% !important;
		width: 100% !important;
		max-width: 100% !important;
	}
}

/* ------------------------------------------------------------------
   Homepage SEO accordion (section 7112d22) — brand-aligned FAQ layout
------------------------------------------------------------------ */
.elementor-1023 .elementor-element-7112d22 {
	--ux-acc-accent: var(--ts-primary-color, #0068c8);
	--ux-acc-ink: #1a2332;
	--ux-acc-muted: #475569;
	--ux-acc-line: rgba(15, 23, 42, 0.1);
	--ux-acc-well: #ffffff;
	background-color: #f3f6fa !important;
}

.elementor-1023 .elementor-element-7112d22 > .e-con-inner {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	gap: 20px !important;
}

/* Section heading — matches homepage category section language */
.elementor-1023 .brosur-seo-heading > .elementor-widget-container {
	position: relative;
	padding-left: 14px;
}

.elementor-1023 .brosur-seo-heading > .elementor-widget-container::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	bottom: 2px;
	width: 3px;
	border-radius: 2px;
	background: var(--ts-primary-color, #0068c8);
}

.elementor-1023 .brosur-seo-heading > .elementor-widget-container::after {
	content: "Rehber";
	display: block;
	margin: 0 0 6px;
	font-family: var(--ts-menu-font-family), Poppins, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--ts-primary-color, #0068c8);
}

/* Move eyebrow above title via flex order */
.elementor-1023 .brosur-seo-heading > .elementor-widget-container {
	display: flex;
	flex-direction: column;
}

.elementor-1023 .brosur-seo-heading > .elementor-widget-container::after {
	order: -1;
}

.elementor-1023 .brosur-seo-heading .elementor-heading-title {
	margin: 0 !important;
	padding: 0 !important;
	font-family: var(--ts-menu-font-family), Poppins, sans-serif !important;
	font-size: clamp(1.35rem, 2vw, 1.75rem) !important;
	font-weight: 700 !important;
	letter-spacing: -0.02em !important;
	line-height: 1.2 !important;
	color: #1a2332 !important;
	text-transform: none !important;
}

.elementor-1023 .brosur-seo-intro > .elementor-widget-container,
.elementor-1023 .elementor-element-7112d22 .brosur-seo-intro > .elementor-widget-container {
	font-family: var(--ts-menu-font-family), Poppins, sans-serif;
	font-size: 15px;
	line-height: 1.65;
	color: var(--ux-acc-muted, #475569);
	max-width: 52rem;
}

.elementor-1023 .brosur-seo-intro > .elementor-widget-container > p {
	margin: 0 !important;
	font-size: 15.5px;
	font-weight: 500;
	color: #334155;
	line-height: 1.6;
}

/* Accordion shell — 2 columns desktop */
.elementor-1023 .brosur-seo-accordion .elementor-accordion,
.elementor-1023 .elementor-element-7112d22 .elementor-accordion,
.elementor-1023 .elementor-element-88db439 .elementor-accordion {
	border: 0 !important;
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	align-items: start;
}

.elementor-1023 .brosur-seo-accordion .elementor-accordion-item,
.elementor-1023 .elementor-element-7112d22 .elementor-accordion-item {
	margin: 0 !important;
	border: 1px solid var(--ux-acc-line) !important;
	border-radius: 12px !important;
	background: var(--ux-acc-well);
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.elementor-1023 .brosur-seo-accordion .elementor-accordion-item:hover,
.elementor-1023 .elementor-element-7112d22 .elementor-accordion-item:hover {
	border-color: rgba(0, 104, 200, 0.28) !important;
	box-shadow: 0 4px 14px rgba(0, 104, 200, 0.08);
}

/* Titles: override theme h2 scale — critical UX fix */
/* Row: title text + icon side by side (icon is sibling of <a>, not child) */
.elementor-1023 .brosur-seo-accordion .elementor-tab-title,
.elementor-1023 .elementor-element-7112d22 .elementor-tab-title,
.elementor-1023 .elementor-element-88db439 .elementor-tab-title {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 12px !important;
	min-height: 52px !important;
	margin: 0 !important;
	padding: 12px 16px !important;
	border: 0 !important;
	background: transparent !important;
	font-family: var(--ts-menu-font-family), Poppins, sans-serif !important;
	font-size: 15.5px !important;
	font-weight: 600 !important;
	letter-spacing: -0.01em !important;
	line-height: 1.35 !important;
	color: var(--ux-acc-ink) !important;
	text-transform: none !important;
	cursor: pointer;
}

.elementor-1023 .brosur-seo-accordion .elementor-tab-title a,
.elementor-1023 .elementor-element-7112d22 .elementor-tab-title a,
.elementor-1023 .elementor-element-88db439 .elementor-tab-title a,
.elementor-1023 .brosur-seo-accordion .elementor-accordion-title,
.elementor-1023 .elementor-element-7112d22 .elementor-accordion-title {
	display: block !important;
	flex: 1 1 auto !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	font: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
	color: inherit !important;
	text-decoration: none !important;
	cursor: pointer;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}

.elementor-1023 .brosur-seo-accordion .elementor-tab-title.elementor-active,
.elementor-1023 .elementor-element-7112d22 .elementor-tab-title.elementor-active,
.elementor-1023 .brosur-seo-accordion .elementor-tab-title.elementor-active a,
.elementor-1023 .elementor-element-7112d22 .elementor-tab-title.elementor-active a {
	color: var(--ux-acc-accent) !important;
}

.elementor-1023 .brosur-seo-accordion .elementor-tab-title:focus-visible,
.elementor-1023 .elementor-element-7112d22 .elementor-tab-title:focus-visible,
.elementor-1023 .brosur-seo-accordion .elementor-tab-title a:focus-visible,
.elementor-1023 .elementor-element-7112d22 .elementor-tab-title a:focus-visible {
	outline: 2px solid var(--ux-acc-accent);
	outline-offset: 2px;
}

/* Icon well — must NOT expand; SVG was blowing up to full section width */
.elementor-1023 .brosur-seo-accordion .elementor-accordion-icon,
.elementor-1023 .elementor-element-7112d22 .elementor-accordion-icon,
.elementor-1023 .elementor-element-88db439 .elementor-accordion-icon {
	width: 28px !important;
	height: 28px !important;
	min-width: 28px !important;
	max-width: 28px !important;
	min-height: 28px !important;
	max-height: 28px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 8px !important;
	background: #eaf4ff !important;
	color: var(--ux-acc-accent) !important;
	font-size: 12px !important;
	line-height: 1 !important;
	flex: 0 0 28px !important;
	overflow: hidden !important;
	float: none !important;
	position: relative !important;
}

.elementor-1023 .brosur-seo-accordion .elementor-accordion-icon-closed,
.elementor-1023 .brosur-seo-accordion .elementor-accordion-icon-opened,
.elementor-1023 .elementor-element-7112d22 .elementor-accordion-icon-closed,
.elementor-1023 .elementor-element-7112d22 .elementor-accordion-icon-opened,
.elementor-1023 .elementor-element-88db439 .elementor-accordion-icon-closed,
.elementor-1023 .elementor-element-88db439 .elementor-accordion-icon-opened {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 12px !important;
	height: 12px !important;
	max-width: 12px !important;
	max-height: 12px !important;
	line-height: 0 !important;
}

.elementor-1023 .brosur-seo-accordion .elementor-accordion-icon svg,
.elementor-1023 .brosur-seo-accordion .elementor-accordion-icon .e-font-icon-svg,
.elementor-1023 .elementor-element-7112d22 .elementor-accordion-icon svg,
.elementor-1023 .elementor-element-7112d22 .elementor-accordion-icon .e-font-icon-svg,
.elementor-1023 .elementor-element-88db439 .elementor-accordion-icon svg,
.elementor-1023 .elementor-element-88db439 .elementor-accordion-icon .e-font-icon-svg,
.elementor-1023 .elementor-element-88db439 svg.e-fas-plus,
.elementor-1023 .elementor-element-88db439 svg.e-fas-minus,
.elementor-1023 .elementor-element-88db439 svg.e-fas-chevron-down,
.elementor-1023 .elementor-element-88db439 svg.e-fas-chevron-up {
	width: 12px !important;
	height: 12px !important;
	max-width: 12px !important;
	max-height: 12px !important;
	min-width: 12px !important;
	min-height: 12px !important;
	display: block !important;
	flex: none !important;
	fill: currentColor !important;
}

.elementor-1023 .brosur-seo-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon,
.elementor-1023 .elementor-element-7112d22 .elementor-tab-title.elementor-active .elementor-accordion-icon,
.elementor-1023 .elementor-element-88db439 .elementor-tab-title.elementor-active .elementor-accordion-icon {
	background: var(--ux-acc-accent) !important;
	color: #fff !important;
}

/* Content panel */
.elementor-1023 .brosur-seo-accordion .elementor-tab-content,
.elementor-1023 .elementor-element-7112d22 .elementor-tab-content {
	border: 0 !important;
	padding: 0 16px 16px !important;
	font-family: var(--ts-menu-font-family), Poppins, sans-serif;
	font-size: 14.5px !important;
	line-height: 1.65 !important;
	color: var(--ux-acc-muted) !important;
	background: transparent !important;
}

.elementor-1023 .brosur-seo-accordion .elementor-tab-content > *:first-child,
.elementor-1023 .elementor-element-7112d22 .elementor-tab-content > *:first-child {
	margin-top: 0;
}

.elementor-1023 .brosur-seo-accordion .elementor-tab-content h3,
.elementor-1023 .elementor-element-7112d22 .elementor-tab-content h3 {
	margin: 18px 0 8px !important;
	font-size: 15px !important;
	font-weight: 650 !important;
	line-height: 1.35 !important;
	color: var(--ux-acc-ink) !important;
	text-transform: none !important;
}

.elementor-1023 .brosur-seo-accordion .elementor-tab-content p,
.elementor-1023 .elementor-element-7112d22 .elementor-tab-content p {
	margin: 0 0 12px !important;
}

.elementor-1023 .brosur-seo-accordion .elementor-tab-content ul,
.elementor-1023 .brosur-seo-accordion .elementor-tab-content ol,
.elementor-1023 .elementor-element-7112d22 .elementor-tab-content ul,
.elementor-1023 .elementor-element-7112d22 .elementor-tab-content ol {
	margin: 0 0 12px !important;
	padding-left: 1.2em !important;
}

.elementor-1023 .brosur-seo-accordion .elementor-tab-content li,
.elementor-1023 .elementor-element-7112d22 .elementor-tab-content li {
	margin-bottom: 6px;
}

.elementor-1023 .brosur-seo-accordion .elementor-tab-content a,
.elementor-1023 .elementor-element-7112d22 .elementor-tab-content a {
	color: var(--ux-acc-accent);
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media (max-width: 991px) {
	.elementor-1023 .brosur-seo-accordion .elementor-accordion,
	.elementor-1023 .elementor-element-7112d22 .elementor-accordion,
	.elementor-1023 .elementor-element-88db439 .elementor-accordion {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 767px) {
	.elementor-1023 .elementor-element-7112d22 > .e-con-inner {
		gap: 16px !important;
	}

	.elementor-1023 .brosur-seo-accordion .elementor-tab-title,
	.elementor-1023 .elementor-element-7112d22 .elementor-tab-title,
	.elementor-1023 .elementor-element-88db439 .elementor-tab-title {
		font-size: 14.5px !important;
		min-height: 48px !important;
		padding: 12px 14px !important;
		gap: 10px !important;
	}

	.elementor-1023 .brosur-seo-accordion .elementor-tab-content,
	.elementor-1023 .elementor-element-7112d22 .elementor-tab-content {
		padding: 0 14px 14px !important;
		font-size: 14px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.elementor-1023 .brosur-seo-accordion .elementor-accordion-item,
	.elementor-1023 .elementor-element-7112d22 .elementor-accordion-item {
		transition: none;
	}
}

/* ------------------------------------------------------------------
   Trust / support strip (homepage e631cc8)
------------------------------------------------------------------ */
.elementor-1023 .brosur-trust-strip,
.elementor-1023 .elementor-element-e631cc8 {
	--ux-trust-ink: #1a2332;
	--ux-trust-muted: #64748b;
	--ux-trust-accent: var(--ts-primary-color, #0068c8);
	--ux-trust-soft: #eaf4ff;
	background: #fff !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding-left: 24px !important;
	padding-right: 24px !important;
	box-sizing: border-box !important;
	gap: 0 !important;
	column-gap: 0 !important;
	--gap: 0px !important;
	--row-gap: 28px !important;
	--column-gap: 0px !important;
}

.elementor-1023 .brosur-trust-strip > .e-con-inner,
.elementor-1023 .elementor-element-e631cc8 > .e-con-inner {
	align-items: stretch !important;
	gap: 0 !important;
	column-gap: 0 !important;
	row-gap: 28px !important;
	max-width: none !important;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box !important;
}

.elementor-1023 .brosur-trust-col,
.elementor-1023 .elementor-element-e631cc8 > .e-con,
.elementor-1023 .elementor-element-e631cc8 > .e-con-inner > .e-con {
	position: relative;
	min-width: 0;
	padding: 4px 28px !important;
	flex: 1 1 0 !important;
	width: auto !important;
	max-width: none !important;
	--width: auto !important;
}

.elementor-1023 .brosur-trust-col:first-child,
.elementor-1023 .elementor-element-e631cc8 > .e-con:first-child,
.elementor-1023 .elementor-element-e631cc8 > .e-con-inner > .e-con:first-child {
	padding-left: 0 !important;
}

.elementor-1023 .brosur-trust-col:last-child,
.elementor-1023 .elementor-element-e631cc8 > .e-con:last-child,
.elementor-1023 .elementor-element-e631cc8 > .e-con-inner > .e-con:last-child {
	padding-right: 0 !important;
}

.elementor-1023 .brosur-trust-col + .brosur-trust-col::before,
.elementor-1023 .elementor-element-e631cc8 > .e-con + .e-con::before,
.elementor-1023 .elementor-element-e631cc8 > .e-con-inner > .e-con + .e-con::before {
	content: "" !important;
	display: block !important;
	position: absolute;
	left: 0;
	top: 8%;
	bottom: 8%;
	width: 1px;
	background: #e5e7eb;
	pointer-events: none;
}

.elementor-1023 .brosur-trust-strip .elementor-widget-icon-box .elementor-icon-box-wrapper,
.elementor-1023 .elementor-element-e631cc8 .elementor-widget-icon-box .elementor-icon-box-wrapper {
	display: flex !important;
	align-items: flex-start !important;
	gap: 18px;
}

.elementor-1023 .brosur-trust-strip .elementor-icon-box-icon,
.elementor-1023 .elementor-element-e631cc8 .elementor-icon-box-icon {
	flex: 0 0 auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

.elementor-1023 .brosur-trust-strip .elementor-icon-box-icon .elementor-icon,
.elementor-1023 .elementor-element-e631cc8 .elementor-icon-box-icon .elementor-icon {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--ux-trust-accent) !important;
	border: 0 !important;
	box-shadow: none !important;
	transition: color 0.18s ease, transform 0.18s ease;
}

.elementor-1023 .brosur-trust-strip .elementor-icon-box-icon .elementor-icon i,
.elementor-1023 .elementor-element-e631cc8 .elementor-icon-box-icon .elementor-icon i {
	margin: 0 !important;
	font-size: 36px !important;
	line-height: 1 !important;
	width: auto !important;
	height: auto !important;
	color: inherit !important;
}

.elementor-1023 .brosur-trust-strip .elementor-icon-box-icon .elementor-icon svg,
.elementor-1023 .elementor-element-e631cc8 .elementor-icon-box-icon .elementor-icon svg {
	width: 36px !important;
	height: 36px !important;
	fill: currentColor !important;
}

.elementor-1023 .brosur-trust-col:hover .elementor-icon,
.elementor-1023 .elementor-element-e631cc8 > .e-con-inner > .e-con:hover .elementor-icon {
	background: transparent !important;
	color: #00427e !important;
	transform: translateY(-1px);
}

.elementor-1023 .brosur-trust-strip .elementor-icon-box-content,
.elementor-1023 .elementor-element-e631cc8 .elementor-icon-box-content {
	flex: 1 1 auto;
	min-width: 0;
	text-align: left !important;
}

.elementor-1023 .brosur-trust-strip .elementor-icon-box-title,
.elementor-1023 .elementor-element-e631cc8 .elementor-icon-box-title {
	margin: 0 0 6px !important;
	font-family: var(--ts-menu-font-family), Poppins, sans-serif !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	letter-spacing: -0.01em !important;
	line-height: 1.3 !important;
	color: var(--ux-trust-ink) !important;
	text-transform: none !important;
}

.elementor-1023 .brosur-trust-strip .elementor-icon-box-description,
.elementor-1023 .elementor-element-e631cc8 .elementor-icon-box-description {
	margin: 0 !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	line-height: 1.25 !important;
	color: var(--ux-trust-muted) !important;
}

.elementor-1023 .brosur-trust-strip .elementor-icon-box-description br,
.elementor-1023 .elementor-element-e631cc8 .elementor-icon-box-description br {
	display: none !important;
}

.elementor-1023 .brosur-trust-strip .elementor-icon-box-description a,
.elementor-1023 .elementor-element-e631cc8 .elementor-icon-box-description a {
	display: block;
	width: fit-content;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--ux-trust-accent) !important;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.25;
	text-decoration: none;
	white-space: nowrap;
}

.elementor-1023 .brosur-trust-strip .elementor-icon-box-description a + a,
.elementor-1023 .elementor-element-e631cc8 .elementor-icon-box-description a + a {
	margin-top: 0 !important;
}

.elementor-1023 .brosur-trust-strip .brosur-trust-hours,
.elementor-1023 .elementor-element-e631cc8 .brosur-trust-hours {
	display: block;
	margin-top: 2px !important;
	font-size: 12.5px;
	font-weight: 500;
	line-height: 1.25;
	color: var(--ux-trust-muted);
}

.elementor-1023 .brosur-trust-strip .elementor-icon-box-description a:hover,
.elementor-1023 .elementor-element-e631cc8 .elementor-icon-box-description a:hover,
.elementor-1023 .brosur-trust-strip .elementor-icon-box-description a:focus-visible,
.elementor-1023 .elementor-element-e631cc8 .elementor-icon-box-description a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media (max-width: 1023px) {
	.elementor-1023 .brosur-trust-strip,
	.elementor-1023 .elementor-element-e631cc8 {
		padding-left: 20px !important;
		padding-right: 20px !important;
		row-gap: 0 !important;
		--row-gap: 0px !important;
	}

	.elementor-1023 .brosur-trust-strip > .e-con-inner,
	.elementor-1023 .elementor-element-e631cc8 > .e-con-inner {
		gap: 0 !important;
		row-gap: 0 !important;
	}

	.elementor-1023 .brosur-trust-col,
	.elementor-1023 .elementor-element-e631cc8 > .e-con,
	.elementor-1023 .elementor-element-e631cc8 > .e-con-inner > .e-con {
		flex: 1 1 50% !important;
		width: 50% !important;
		max-width: 50% !important;
		padding: 16px 20px !important;
	}

	.elementor-1023 .brosur-trust-col:nth-child(2n + 1),
	.elementor-1023 .elementor-element-e631cc8 > .e-con:nth-child(2n + 1),
	.elementor-1023 .elementor-element-e631cc8 > .e-con-inner > .e-con:nth-child(2n + 1) {
		padding-left: 0 !important;
	}

	.elementor-1023 .brosur-trust-col:nth-child(2n),
	.elementor-1023 .elementor-element-e631cc8 > .e-con:nth-child(2n),
	.elementor-1023 .elementor-element-e631cc8 > .e-con-inner > .e-con:nth-child(2n) {
		padding-right: 0 !important;
	}

	.elementor-1023 .brosur-trust-col:nth-child(2n + 1)::before,
	.elementor-1023 .elementor-element-e631cc8 > .e-con:nth-child(2n + 1)::before,
	.elementor-1023 .elementor-element-e631cc8 > .e-con-inner > .e-con:nth-child(2n + 1)::before {
		display: none !important;
	}

	.elementor-1023 .brosur-trust-col:nth-child(n + 3)::after,
	.elementor-1023 .elementor-element-e631cc8 > .e-con:nth-child(n + 3)::after,
	.elementor-1023 .elementor-element-e631cc8 > .e-con-inner > .e-con:nth-child(n + 3)::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		height: 1px;
		background: #e5e7eb;
		pointer-events: none;
	}
}

@media (max-width: 767px) {
	.elementor-1023 .brosur-trust-strip,
	.elementor-1023 .elementor-element-e631cc8 {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	.elementor-1023 .brosur-trust-col,
	.elementor-1023 .elementor-element-e631cc8 > .e-con,
	.elementor-1023 .elementor-element-e631cc8 > .e-con-inner > .e-con {
		flex: 1 1 100% !important;
		width: 100% !important;
		max-width: 100% !important;
		padding: 14px 0 !important;
	}

	.elementor-1023 .brosur-trust-col + .brosur-trust-col::before,
	.elementor-1023 .elementor-element-e631cc8 > .e-con + .e-con::before,
	.elementor-1023 .elementor-element-e631cc8 > .e-con-inner > .e-con + .e-con::before {
		left: 0;
		right: 0;
		top: 0;
		bottom: auto;
		width: auto;
		height: 1px;
		display: block !important;
	}

	.elementor-1023 .brosur-trust-col:nth-child(n + 3)::after,
	.elementor-1023 .elementor-element-e631cc8 > .e-con:nth-child(n + 3)::after,
	.elementor-1023 .elementor-element-e631cc8 > .e-con-inner > .e-con:nth-child(n + 3)::after {
		display: none !important;
	}

	.elementor-1023 .brosur-trust-strip .elementor-icon-box-icon .elementor-icon i,
	.elementor-1023 .elementor-element-e631cc8 .elementor-icon-box-icon .elementor-icon i {
		font-size: 32px !important;
	}

	.elementor-1023 .brosur-trust-strip .elementor-icon-box-icon .elementor-icon svg,
	.elementor-1023 .elementor-element-e631cc8 .elementor-icon-box-icon .elementor-icon svg {
		width: 32px !important;
		height: 32px !important;
	}

	.elementor-1023 .brosur-trust-strip .elementor-icon-box-title,
	.elementor-1023 .elementor-element-e631cc8 .elementor-icon-box-title {
		font-size: 14px !important;
	}

	.elementor-1023 .brosur-trust-strip .elementor-icon-box-description,
	.elementor-1023 .elementor-element-e631cc8 .elementor-icon-box-description {
		font-size: 12.5px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.elementor-1023 .brosur-trust-strip .elementor-icon-box-icon .elementor-icon,
	.elementor-1023 .elementor-element-e631cc8 .elementor-icon-box-icon .elementor-icon {
		transition: none;
	}

	.elementor-1023 .brosur-trust-col:hover .elementor-icon,
	.elementor-1023 .elementor-element-e631cc8 > .e-con-inner > .e-con:hover .elementor-icon {
		transform: none;
	}
}

/* Legacy SEO collapse (old widget id) — keep harmless if cache reappears */
.elementor-1023 .elementor-element-c3d01b3.overflow-dikey {
	overflow: visible !important;
	max-height: none !important;
}

/* Ensure screen-reader h1 utility exists even if theme omits it */
.ux-home-h1.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

/* Product page: account for sticky header when focusing options/forms */
.single-product .product .summary,
.single-product form.cart,
.single-product .woocommerce-variation-add-to-cart {
	scroll-margin-top: 100px;
}

/* Product page: clearer primary CTA affordance without layout change */
.single-product form.cart .single_add_to_cart_button {
	min-height: 44px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.single-product form.cart .single_add_to_cart_button:focus-visible,
.ts-header a:focus-visible,
.ts-header [role="button"]:focus-visible,
.rk-item:focus-visible,
.ux-seo-toggle:focus-visible {
	outline: 2px solid #0068c8;
	outline-offset: 2px;
}

/* Respect reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
	.elementor-1023 .elementor-element-c3d01b3 .ux-seo-toggle,
	.rk-item,
	.rk-img-box,
	.rk-img-box img,
	.rk-title,
	.rs-badge-best {
		transition: none !important;
		animation: none !important;
	}

	.rk-item:hover .rk-img-box {
		transform: none;
	}

	.rk-item:hover .rk-img-box img {
		transform: none;
	}
}

/* ------------------------------------------------------------------
   Product price tables (snippet: xxx Fiyatları Tablosu)
   Presentation only — does not touch pricing / cart logic.
------------------------------------------------------------------ */
.single-product table.rs-fiyat-tablosu {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-collapse: collapse;
}

.single-product table.rs-fiyat-tablosu thead,
.single-product table.rs-fiyat-tablosu tbody,
.single-product table.rs-fiyat-tablosu tr {
	width: 100%;
}

.single-product table.rs-fiyat-tablosu th,
.single-product table.rs-fiyat-tablosu td {
	white-space: normal;
	word-break: break-word;
	vertical-align: middle;
	padding: 10px 12px;
	font-size: 14px;
	line-height: 1.35;
}

.single-product table.rs-fiyat-tablosu thead th {
	position: sticky;
	top: 0;
	z-index: 1;
	cursor: pointer;
	min-height: 44px;
}

.single-product table.rs-fiyat-tablosu .sort-ind {
	font-size: 14px;
	margin-left: 4px;
	opacity: 0.7;
}

/* Primary action in table: clearer, touch-friendly "İncele" */
.single-product table.rs-fiyat-tablosu a.rs-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 16px;
	border-radius: 4px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}

/* Hide emoji noise in CTA if present as trailing character spans / text noise via font */
.single-product table.rs-fiyat-tablosu a.rs-link {
	letter-spacing: 0;
}

/* Badges: calmer, less competing with price */
.single-product .rs-badge-best {
	display: inline-block;
	margin-top: 4px;
	padding: 2px 8px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
}

/* Secondary "Sepete Git" — only style when snippet shows it (avoid overriding display:none) */
.single-product .sepete-git-btn.rs-btn:not([style*="display:none"]) {
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-top: 10px;
	padding: 10px 18px;
	border: 1px solid #0068c8;
	background: #fff;
	color: #0068c8;
	font-weight: 600;
	border-radius: 4px;
	text-decoration: none;
}

.single-product .sepete-git-fragment .sepete-git-btn.rs-btn {
	min-height: 44px;
	padding: 10px 18px;
	border: 1px solid #0068c8;
	background: #fff;
	color: #0068c8;
	font-weight: 600;
	border-radius: 4px;
	text-decoration: none;
}

.single-product .sepete-git-btn.rs-btn:hover,
.single-product .sepete-git-btn.rs-btn:focus-visible {
	background: #0068c8;
	color: #fff;
}

/* Keep primary ATC visually stronger */
.single-product form.cart .single_add_to_cart_button {
	font-weight: 700;
}

@media (max-width: 767px) {
	.single-product table.rs-fiyat-tablosu th,
	.single-product table.rs-fiyat-tablosu td {
		font-size: 13px;
		padding: 8px 10px;
		min-width: 96px;
	}

	.single-product table.rs-fiyat-tablosu th:first-child,
	.single-product table.rs-fiyat-tablosu td:first-child {
		min-width: 140px;
	}
}

/* ------------------------------------------------------------------
   Cart + checkout — presentation / touch UX only
------------------------------------------------------------------ */
.woocommerce-cart .cart-empty.woocommerce-info {
	font-size: 18px;
	padding: 24px 16px;
}

.woocommerce-cart .return-to-shop a.button.wc-backward {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	min-width: 260px;
	padding: 12px 24px;
	font-weight: 700;
}

.woocommerce-cart table.shop_table,
.woocommerce-checkout table.shop_table {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #payment #place_order,
.woocommerce-page #payment #place_order {
	min-height: 48px;
	padding: 14px 22px;
	font-weight: 700;
	width: 100%;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row input.input-text,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row input.input-text,
.woocommerce-checkout .woocommerce-additional-fields .form-row textarea,
.woocommerce-checkout .form-row select,
.woocommerce-cart .coupon input.input-text {
	min-height: 44px;
	padding: 10px 12px;
	font-size: 16px; /* reduces iOS zoom-on-focus */
}

.woocommerce-checkout #payment ul.payment_methods li {
	padding: 12px 10px;
	margin-bottom: 8px;
}

.woocommerce-checkout #payment ul.payment_methods li label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	cursor: pointer;
}

.woocommerce-cart .coupon .button,
.woocommerce-cart button[name="update_cart"] {
	min-height: 44px;
	padding: 10px 16px;
}

@media (max-width: 767px) {
	.woocommerce-cart .wc-proceed-to-checkout,
	.woocommerce-checkout #payment {
		position: sticky;
		bottom: 0;
		z-index: 5;
		padding-bottom: env(safe-area-inset-bottom, 0);
	}
}


