/* PROMPT 4.1 — accessibility foundations (skip link + selective touch targets) */

.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;
}

.skip-link {
	position: absolute;
	left: 12px;
	top: 0;
	z-index: 100000;
	padding: 10px 16px;
	border-radius: 0 0 8px 8px;
	background: #0a3d42;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.skip-link:focus,
.skip-link:focus-visible {
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	clip-path: none;
	outline: 2px solid #27c5c0;
	outline-offset: 2px;
	color: #ffffff;
}

/* Mobile header icon hit areas — enlarge clickable area, not the icon glyph */
@media (max-width: 991px) {
	.mobile-header .toggle,
	.mobile-header .right > li > div,
	.mobile-header .right > li > a {
		min-width: 44px;
		min-height: 44px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
	}

	.mobile-header .toggle {
		margin-right: 8px;
	}

	.mobile-header .right > li > div,
	.mobile-header .right > li > a {
		padding-left: 0;
		padding-right: 0;
	}

	.site-header__menu-btn,
	.site-header__icon,
	.site-header__actions > li > a.site-header__icon {
		min-width: 44px;
		min-height: 44px;
	}
}

/* Multi-image gallery thumbnail / pager hit area */
.lSSlideOuter .lSPager.lSGallery > li > a {
	min-width: 44px;
	min-height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

/* Product compare “Ürünü incele” — enlarge hit area without breaking card grid */
.product-compare-card__link {
	min-height: 44px;
	padding-top: 12px;
	padding-bottom: 8px;
	align-items: center;
}

/* Icon-only footer social controls */
.footer-social a {
	width: 44px;
	height: 44px;
}
