/* YeniTelefon Ürün */

.yt-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.yt-card {
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid rgba(36, 111, 54, 0.14);
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 10px 24px rgba(22, 69, 35, 0.06);
}

.yt-card-media {
	position: relative;
	display: block;
	aspect-ratio: 1;
	background: #eef6f0;
	overflow: hidden;
}

.yt-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: filter 0.35s ease, transform 0.35s ease;
}

.yt-card-placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(145deg, #dff2e3, #c7e6cf);
}

/* 2.EL satıldı — kategori kartı */
.yt-card--sold .yt-card-media img,
.yt-card--sold .yt-card-placeholder {
	filter: grayscale(1) brightness(0.72) contrast(1.05);
}

.yt-sold-stamp {
	position: absolute;
	inset: 0;
	z-index: 4;
	display: grid;
	place-items: center;
	pointer-events: none;
	background: radial-gradient(circle at center, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.42) 100%);
}

.yt-sold-stamp__text {
	display: inline-block;
	padding: 0.55rem 1.15rem;
	border: 3px solid #e53935;
	border-radius: 6px;
	color: #e53935;
	background: rgba(255, 255, 255, 0.92);
	font-size: clamp(1.05rem, 3.2vw, 1.35rem);
	font-weight: 900;
	letter-spacing: 0.14em;
	line-height: 1;
	text-transform: uppercase;
	transform: rotate(-12deg);
	box-shadow:
		0 0 0 1px rgba(229, 57, 53, 0.25),
		0 10px 28px rgba(0, 0, 0, 0.28);
	animation: yt-sold-pulse 2.4s ease-in-out infinite;
}

@keyframes yt-sold-pulse {
	0%,
	100% {
		transform: rotate(-12deg) scale(1);
		box-shadow:
			0 0 0 1px rgba(229, 57, 53, 0.25),
			0 10px 28px rgba(0, 0, 0, 0.28),
			0 0 0 0 rgba(229, 57, 53, 0.35);
	}
	50% {
		transform: rotate(-12deg) scale(1.04);
		box-shadow:
			0 0 0 1px rgba(229, 57, 53, 0.35),
			0 14px 32px rgba(0, 0, 0, 0.32),
			0 0 18px 4px rgba(229, 57, 53, 0.28);
	}
}

@media (prefers-reduced-motion: reduce) {
	.yt-sold-stamp__text {
		animation: none;
	}
}

.yt-card-stickers {
	position: absolute;
	left: 10px;
	top: 10px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	z-index: 2;
}

.yt-ribbon-hot {
	position: absolute;
	left: 0;
	top: 14px;
	z-index: 3;
	padding: 0.4rem 0.85rem 0.4rem 0.7rem;
	background: linear-gradient(135deg, #e53935, #c62828);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	border-radius: 0 999px 999px 0;
	box-shadow: 0 6px 14px rgba(198, 40, 40, 0.35);
	pointer-events: none;
}

.yt-product-media {
	position: relative;
}

.yt-sticker,
.yt-mini-badge,
.yt-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.2rem;
	padding: 0.38rem 0.75rem;
	border-radius: 999px;
	font-size: 0.8rem;
	font-weight: 750;
	background: #1d582c;
	color: #fff;
	line-height: 1.2;
	box-shadow: 0 4px 10px rgba(22, 69, 35, 0.12);
}

.yt-badge-sifir { background: linear-gradient(135deg, #2e8a42, #1d582c); }
.yt-badge-apple_tr { background: linear-gradient(135deg, #37474f, #263238); }
.yt-badge-adiniza_faturali { background: linear-gradient(135deg, #1565c0, #0d47a1); }
.yt-badge-pesin_taksit { background: linear-gradient(135deg, #6a1b9a, #4a148c); }

.yt-sticker-harika { background: linear-gradient(135deg, #43a047, #2e7d32); }
.yt-sticker-avantajli,
.yt-sticker-avantaj { background: linear-gradient(135deg, #1e88e5, #0d47a1); }
.yt-sticker-garanti { background: linear-gradient(135deg, #8e24aa, #6a1b9a); }

.yt-sold-note {
	margin: 0 0 0.85rem;
	padding: 0.75rem 0.95rem;
	border-radius: 12px;
	background: linear-gradient(135deg, #fff3e0, #ffe0b2);
	color: #bf360c;
	font-weight: 750;
	font-size: 0.95rem;
	border: 1px solid rgba(191, 54, 12, 0.15);
}

.yt-installment-panel[hidden] {
	display: none !important;
}

.yt-installment-panel:not([hidden]) {
	display: grid;
}

.yt-card-body {
	padding: 1rem 1.1rem 1.2rem;
}

.yt-card-title {
	margin: 0 0 0.45rem;
	font-size: 1.05rem;
}

.yt-card-title a {
	color: #164523;
	text-decoration: none;
}

.yt-card-price {
	margin: 0 0 0.75rem;
	font-size: 1.2rem;
	font-weight: 760;
	color: #1d582c;
	letter-spacing: -0.02em;
}

.yt-card-link {
	font-weight: 700;
	color: #246f36;
}

.yt-card-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	margin-bottom: 0.5rem;
}

.yt-mini-badge {
	background: #e4f4e7;
	color: #1d582c;
	font-size: 0.72rem;
	box-shadow: none;
}

.yt-mini-badge.yt-badge-sifir { background: #e8f5e9; color: #1b5e20; }
.yt-mini-badge.yt-badge-apple_tr { background: #eceff1; color: #263238; }
.yt-mini-badge.yt-badge-adiniza_faturali { background: #e3f2fd; color: #0d47a1; }
.yt-mini-badge.yt-badge-pesin_taksit { background: #f3e5f5; color: #6a1b9a; }

.yt-cat-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
	margin: 0 0 1.75rem;
}

.yt-cat-nav a {
	padding: 0.45rem 0.9rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.65);
	border: 1px solid rgba(36, 111, 54, 0.18);
	color: #1d582c;
	font-weight: 650;
	text-decoration: none;
}

.yt-product-layout {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: 2rem;
	align-items: start;
}

.yt-product-image {
	width: 100%;
	height: auto;
	border-radius: 18px;
	background: transparent;
}

.yt-product-title {
	margin: 0.5rem 0 0.75rem;
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	letter-spacing: -0.03em;
	color: #164523;
}

.yt-jump-installments {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0 0 1rem;
	padding: 0.55rem 0.95rem;
	border-radius: 999px;
	border: 1px solid rgba(29, 88, 44, 0.22);
	background: linear-gradient(180deg, #f3fbf4 0%, #e5f4e8 100%);
	color: #164523;
	font-weight: 800;
	font-size: 0.92rem;
	letter-spacing: 0.01em;
	text-decoration: none;
	box-shadow: 0 6px 16px rgba(22, 69, 35, 0.1);
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.yt-jump-installments:hover,
.yt-jump-installments:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(22, 69, 35, 0.14);
	background: linear-gradient(180deg, #ebf8ee 0%, #d8efdd 100%);
	color: #0f3318;
	outline: none;
}

.yt-jump-installments__emoji {
	font-size: 1.05rem;
	line-height: 1;
}

.yt-jump-installments__arrow {
	opacity: 0.7;
	font-size: 0.95rem;
}

.yt-order-box {
	margin: 0.85rem 0 0.35rem;
}

.yt-order-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 3rem;
	padding: 0.75rem 1.1rem;
	border: 0;
	border-radius: 14px;
	background: linear-gradient(180deg, #1f7a3a 0%, #176530 100%);
	color: #fff;
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(23, 101, 48, 0.28);
	transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.yt-order-btn:hover,
.yt-order-btn:focus-visible {
	transform: translateY(-1px);
	filter: brightness(1.04);
	box-shadow: 0 14px 28px rgba(23, 101, 48, 0.34);
	outline: none;
}

.yt-order-btn[aria-expanded="true"] {
	border-radius: 14px 14px 0 0;
	box-shadow: none;
}

.yt-order-panel {
	margin-top: 0;
	padding: 1rem 1rem 1.1rem;
	border: 1px solid rgba(29, 88, 44, 0.18);
	border-top: 0;
	border-radius: 0 0 14px 14px;
	background: #f7fbf8;
}

.yt-order-panel[hidden] {
	display: none !important;
}

.yt-order-lead {
	margin: 0 0 0.75rem;
	font-weight: 800;
	color: #164523;
}

.yt-order-bank {
	margin: 0 0 0.85rem;
	padding: 0.85rem 0.95rem;
	border-radius: 12px;
	background: #fff;
	border: 1px solid rgba(29, 88, 44, 0.14);
}

.yt-order-bank > div {
	display: grid;
	gap: 0.2rem;
	margin: 0 0 0.65rem;
}

.yt-order-bank > div:last-child {
	margin-bottom: 0;
}

.yt-order-bank dt {
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #5a7262;
}

.yt-order-bank dd {
	margin: 0;
	font-size: 1.02rem;
	font-weight: 800;
	color: #12351c;
	word-break: break-word;
}

.yt-order-hint {
	margin: 0 0 0.75rem;
	font-size: 0.88rem;
	color: #4d6555;
}

.yt-order-paid-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 2.7rem;
	padding: 0.65rem 1rem;
	border: 0;
	border-radius: 12px;
	background: #164523;
	color: #fff;
	font-weight: 800;
	cursor: pointer;
}

.yt-order-paid-btn:hover,
.yt-order-paid-btn:focus-visible {
	filter: brightness(1.08);
	outline: none;
}

.yt-order-paid-btn:disabled {
	opacity: 0.65;
	cursor: wait;
}

.yt-order-alert {
	margin: 0 0 0.75rem;
	padding: 0.85rem 0.95rem;
	border-radius: 12px;
	background: #fff3cd;
	color: #7a5b00;
	font-weight: 700;
	font-size: 0.95rem;
}

.yt-order-alert--soft {
	background: #eef3f0;
	color: #3f5547;
}

.yt-order-alert--ok {
	background: #e6f6ea;
	color: #14532d;
}

.yt-order-alert--err {
	background: #fde8e8;
	color: #7f1d1d;
}

.yt-order-register {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.5rem;
	padding: 0.55rem 1rem;
	border-radius: 12px;
	background: #164523;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

.yt-order-register:hover,
.yt-order-register:focus-visible {
	color: #fff;
	filter: brightness(1.08);
}

.yt-order-msg {
	margin-top: 0.85rem;
}

.yt-order-msg[hidden] {
	display: none !important;
}

.yt-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.yt-cok-satan-tip {
	display: block;
	margin-top: 0.35rem;
	font-size: 0.75rem;
	font-weight: 600;
	color: #fff;
}

.yt-used-specs {
	list-style: none;
	margin: 0 0 1rem;
	padding: 0;
	display: grid;
	gap: 0.45rem;
}

.yt-used-specs li {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.55rem 0;
	border-bottom: 1px solid rgba(36, 111, 54, 0.12);
}

.yt-used-disclaimer {
	background: #fff3cd;
	color: #7a5b00;
	padding: 0.85rem 1rem;
	border-radius: 12px;
	font-weight: 650;
	font-size: 0.92rem;
}

.yt-price-main {
	margin: 0;
	font-size: clamp(2rem, 4vw, 2.75rem);
	font-weight: 780;
	letter-spacing: -0.04em;
	color: #111;
}

.yt-price-monthly {
	margin: 0.35rem 0 0;
	color: #4a6354;
	font-size: 1.05rem;
}

.yt-variations {
	display: grid;
	gap: 0.85rem;
	margin: 0.5rem 0 1.25rem;
}

.yt-var-menu {
	display: grid;
	gap: 0.35rem;
}

.yt-var-label {
	font-size: 0.88rem;
	font-weight: 700;
	color: #1d582c;
}

.yt-select {
	width: 100%;
	min-height: 46px;
	padding: 0.55rem 0.85rem;
	border-radius: 12px;
	border: 1px solid rgba(36, 111, 54, 0.25);
	background: #fff;
	font-size: 1rem;
	font-weight: 600;
	color: #164523;
}

.yt-cat-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.5rem);
	align-items: start;
}

.yt-cat-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-self: start;
	height: auto;
	width: 100%;
	text-decoration: none;
	color: inherit;
	background: #fff;
	border: 1px solid rgba(22, 69, 35, 0.1);
	border-radius: 22px;
	overflow: hidden;
	isolation: isolate;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.7) inset,
		0 12px 32px rgba(22, 69, 35, 0.07);
	transition:
		transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
		border-color 0.3s ease;
}

a.yt-cat-card:hover,
a.yt-cat-card:focus-visible {
	transform: translateY(-6px);
	border-color: rgba(29, 88, 44, 0.28);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.8) inset,
		0 22px 44px rgba(22, 69, 35, 0.14);
	outline: none;
}

.yt-cat-card-media {
	position: relative;
	display: block;
	flex: 0 0 auto;
	width: 100%;
	aspect-ratio: 5 / 4;
	max-height: 280px;
	background: #e8f2ea;
	overflow: hidden;
}

.yt-cat-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.02);
	transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

a.yt-cat-card:hover .yt-cat-card-media img,
.yt-cat-hub.is-open .yt-cat-card-media img,
.yt-hub-trigger:hover .yt-cat-card-media img {
	transform: scale(1.07);
}

.yt-cat-card-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 45%, rgba(10, 28, 16, 0.45) 100%);
	pointer-events: none;
}

.yt-cat-card-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background:
		radial-gradient(120% 80% at 20% 10%, rgba(255, 255, 255, 0.55), transparent 55%),
		linear-gradient(145deg, #d7edd9 0%, #b9dcc0 48%, #8fbf9a 100%);
}

.yt-hub-placeholder {
	background:
		radial-gradient(90% 70% at 70% 20%, rgba(255, 255, 255, 0.35), transparent 50%),
		linear-gradient(160deg, #1a3d24 0%, #2d6b3d 42%, #0f2416 100%);
}

.yt-cat-card-body {
	display: grid;
	gap: 0.35rem;
	padding: 1.05rem 1.15rem 1.2rem;
	background: #fff;
}

.yt-cat-card-title {
	display: block;
	font-size: clamp(1.15rem, 1.8vw, 1.35rem);
	font-weight: 760;
	letter-spacing: -0.03em;
	color: #13291a;
	line-height: 1.2;
}

.yt-cat-card-sub {
	display: block;
	font-size: 0.88rem;
	color: #5a7262;
	line-height: 1.35;
}

.yt-cat-card-cta {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin-top: 0.35rem;
	font-size: 0.84rem;
	font-weight: 700;
	color: #1d582c;
	letter-spacing: 0.01em;
}

/* —— iPhone hub dialog (top layer, kart overflow’dan bağımsız) —— */
.yt-cat-hub {
	padding: 0;
	align-self: start;
	height: fit-content;
	max-height: none;
}

.yt-hub-trigger {
	display: flex;
	flex-direction: column;
	flex: 0 0 auto;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	text-align: left;
	cursor: pointer;
	font: inherit;
	color: inherit;
}

.yt-hub-trigger:focus-visible {
	outline: 2px solid #1d582c;
	outline-offset: 3px;
}

.yt-hub-dialog {
	border: 0;
	padding: 0;
	margin: auto;
	max-width: calc(100vw - 2rem);
	width: min(22.5rem, 100%);
	background: transparent;
	color: inherit;
	box-shadow: none;
}

.yt-hub-dialog:focus {
	outline: none;
}

.yt-hub-dialog::backdrop {
	background: rgba(10, 22, 14, 0.58);
}

.yt-hub-dialog-sheet {
	position: relative;
	padding: 1.5rem 1.3rem 1.3rem;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 22px 56px rgba(8, 20, 12, 0.28);
	text-align: center;
	animation: yt-hub-in 0.2s ease-out;
}

@keyframes yt-hub-in {
	from {
		opacity: 0;
		transform: translateY(10px) scale(0.97);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@media (prefers-reduced-motion: reduce) {
	.yt-hub-dialog-sheet {
		animation: none;
	}
}

.yt-hub-dialog-close {
	position: absolute;
	top: 0.6rem;
	right: 0.6rem;
	width: 2.35rem;
	height: 2.35rem;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #eef3ef;
	color: #164523;
	font-size: 1.4rem;
	line-height: 1;
	cursor: pointer;
}

.yt-hub-dialog-close:hover,
.yt-hub-dialog-close:focus-visible {
	background: #dde7e0;
	outline: none;
}

.yt-hub-dialog-title {
	margin: 0 1.75rem 0.4rem;
	font-size: 1.28rem;
	font-weight: 780;
	letter-spacing: -0.03em;
	color: #13291a;
	line-height: 1.2;
}

.yt-hub-dialog-lead {
	margin: 0 0 1.15rem;
	font-size: 0.94rem;
	color: #5a7262;
	line-height: 1.4;
}

.yt-hub-choices {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.7rem;
}

.yt-hub-choice {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0.75rem 0.9rem;
	border-radius: 14px;
	text-decoration: none;
	font-size: 1.05rem;
	font-weight: 760;
	letter-spacing: -0.02em;
	border: 1px solid rgba(22, 69, 35, 0.14);
	background: #f4f8f5;
	color: #164523;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.yt-hub-choice--new {
	background: #1d582c;
	border-color: #1d582c;
	color: #fff;
}

.yt-hub-choice--used {
	background: #222;
	border-color: #222;
	color: #fff;
}

.yt-hub-choice--new:hover,
.yt-hub-choice--new:focus-visible {
	background: #164523;
	border-color: #164523;
	color: #fff;
	outline: none;
}

.yt-hub-choice--used:hover,
.yt-hub-choice--used:focus-visible {
	background: #000;
	border-color: #000;
	color: #fff;
	outline: none;
}

@media (max-width: 420px) {
	.yt-hub-choices {
		grid-template-columns: 1fr;
	}

	.yt-hub-dialog {
		width: min(20rem, 100%);
	}

	.yt-hub-dialog-sheet {
		padding: 1.35rem 1.15rem 1.15rem;
	}
}

/* —— WhatsApp CTA —— */
/* —— Stock notify (directly under price) —— */
.yt-price-block .yt-stock-panel {
	display: grid;
	gap: 0.55rem;
	margin: 0.55rem 0 0;
	padding: 0.85rem 0.95rem;
	border-radius: 14px;
	border: 1px solid rgba(180, 80, 40, 0.28);
	background: #fff4ec;
	box-shadow: 0 6px 18px rgba(154, 52, 18, 0.08);
}

.yt-stock-panel[hidden] {
	display: none !important;
}

.yt-stock-badge {
	margin: 0;
	font-size: 1rem;
	font-weight: 750;
	letter-spacing: -0.01em;
	color: #9a3412;
}

.yt-notify-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 50px;
	padding: 0.8rem 1rem;
	border: 0;
	border-radius: 12px;
	cursor: pointer;
	font: inherit;
	font-weight: 780;
	font-size: 1.05rem;
	color: #fff;
	background: #1d582c;
	transition: background 0.2s ease, transform 0.2s ease;
}

.yt-notify-btn:hover,
.yt-notify-btn:focus-visible {
	background: #164523;
	outline: none;
}

.yt-notify-btn:disabled {
	opacity: 0.65;
	cursor: wait;
}

.yt-notify-msg {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 650;
	line-height: 1.4;
	color: #164523;
}

.yt-notify-msg.is-guest {
	color: #7a3b12;
}

.yt-notify-msg.is-ok {
	color: #164523;
}

.yt-notify-register {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	padding: 0.75rem 1rem;
	border-radius: 12px;
	text-decoration: none;
	font-weight: 750;
	color: #fff;
	background: #2a2a2a;
}

.yt-notify-register:hover,
.yt-notify-register:focus-visible {
	color: #fff;
	background: #111;
	outline: none;
}

.yt-notify-register[hidden],
.yt-notify-btn[hidden],
.yt-whatsapp-btn[hidden] {
	display: none !important;
}

.yt-whatsapp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
	width: 100%;
	min-height: 52px;
	margin-top: 0.35rem;
	padding: 0.85rem 1.15rem;
	border-radius: 14px;
	text-decoration: none;
	color: #fff;
	font-weight: 750;
	font-size: 1rem;
	letter-spacing: -0.01em;
	background: linear-gradient(135deg, #2fe26d 0%, #25d366 40%, #128c7e 100%);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.25) inset,
		0 12px 28px rgba(18, 140, 126, 0.28);
	transition:
		transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.35s ease,
		filter 0.25s ease;
}

.yt-whatsapp-btn:hover,
.yt-whatsapp-btn:focus-visible {
	transform: translateY(-2px);
	filter: brightness(1.04);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.3) inset,
		0 16px 34px rgba(18, 140, 126, 0.38);
	outline: none;
	color: #fff;
}

.yt-whatsapp-btn:active {
	transform: translateY(0);
}

.yt-whatsapp-icon {
	display: grid;
	place-items: center;
	flex-shrink: 0;
}

.yt-whatsapp-text {
	line-height: 1.2;
}

.yt-thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.75rem;
}

.yt-thumb {
	width: 64px;
	height: 64px;
	padding: 0;
	border-radius: 10px;
	border: 2px solid transparent;
	overflow: hidden;
	cursor: pointer;
	background: #eef6f0;
}

.yt-thumb.is-active {
	border-color: #1d582c;
}

.yt-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.yt-back {
	margin: 0 0 0.5rem;
}

.yt-back a {
	color: #246f36;
	font-weight: 650;
	text-decoration: none;
}

.page-lead {
	margin: 0.35rem 0 0;
	color: #4a6354;
}

.yt-installment-actions {
	display: grid;
	gap: 0.85rem;
	margin-top: 0;
}

.yt-installment-spotlight {
	margin: 1.15rem 0 0.35rem;
	padding: 1rem 0.95rem 1.05rem;
	border-radius: 18px;
	border: 1px solid rgba(29, 88, 44, 0.18);
	background:
		linear-gradient(180deg, rgba(232, 245, 233, 0.95) 0%, rgba(255, 255, 255, 0.98) 55%);
	box-shadow: 0 10px 28px rgba(22, 69, 35, 0.1);
	/* Sticky site header altında kalsın; Taksit Seçenekleri kaydırması için */
	scroll-margin-top: calc(var(--yt-header-h, 76px) + 20px);
}

.yt-installment-spotlight__lead {
	margin: 0 0 0.75rem;
	text-align: center;
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #164523;
}

.yt-vitrin-header {
	margin-bottom: 1.75rem;
}

.yt-vitrin-header .page-title {
	letter-spacing: -0.04em;
}

.yt-empty {
	text-align: center;
	color: #5a7262;
}

.yt-btn-toggle {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 0.35rem 0.75rem;
	width: 100%;
	min-height: 64px;
	padding: 0.95rem 2.5rem 0.95rem 1.15rem;
	border-radius: 16px;
	border: 2px solid transparent;
	font-size: 1.12rem;
	font-weight: 850;
	letter-spacing: -0.01em;
	line-height: 1.2;
	text-align: left;
	cursor: pointer;
	color: #fff;
	box-shadow: 0 12px 26px rgba(22, 69, 35, 0.2);
	transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.yt-btn-toggle__badge {
	display: inline-flex;
	align-items: center;
	padding: 0.22rem 0.55rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.22);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.06em;
	line-height: 1;
}

.yt-btn-toggle__badge--alt {
	background: rgba(255, 214, 102, 0.28);
	color: #fff8e1;
}

.yt-btn-toggle__text {
	flex: 1 1 auto;
	width: 100%;
	font-size: clamp(1.05rem, 2.6vw, 1.22rem);
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.yt-btn-toggle__hint {
	width: 100%;
	font-size: 0.82rem;
	font-weight: 600;
	opacity: 0.88;
	letter-spacing: 0;
	text-transform: none;
}

.yt-btn-toggle::after {
	content: "";
	position: absolute;
	right: 1.2rem;
	top: 50%;
	width: 0.6rem;
	height: 0.6rem;
	border-right: 2.5px solid currentColor;
	border-bottom: 2.5px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
	opacity: 0.95;
	transition: transform 0.15s ease;
}

.yt-btn-toggle[aria-expanded="true"]::after {
	transform: translateY(-30%) rotate(225deg);
}

.yt-btn-toggle--free {
	background: linear-gradient(135deg, #1b5e20 0%, #2e7d32 48%, #43a047 100%);
	border-color: #145218;
}

.yt-btn-toggle--free:hover,
.yt-btn-toggle--free:focus-visible {
	background: linear-gradient(135deg, #246b2a 0%, #388e3c 50%, #4caf50 100%);
	box-shadow: 0 14px 30px rgba(27, 94, 32, 0.28);
	transform: translateY(-1px);
	outline: none;
}

.yt-btn-toggle--free[aria-expanded="true"] {
	background: #145218;
	transform: none;
}

.yt-btn-toggle__badge--gold {
	background: rgba(255, 213, 79, 0.35);
	color: #fff8e1;
}

.yt-btn-toggle--isbank {
	background: linear-gradient(135deg, #1a237e 0%, #283593 45%, #3949ab 100%);
	border-color: #121858;
	box-shadow: 0 12px 26px rgba(26, 35, 126, 0.28);
}

.yt-btn-toggle--isbank:hover,
.yt-btn-toggle--isbank:focus-visible {
	background: linear-gradient(135deg, #222b8c 0%, #303f9f 50%, #5c6bc0 100%);
	box-shadow: 0 14px 30px rgba(26, 35, 126, 0.36);
	transform: translateY(-1px);
	outline: none;
}

.yt-btn-toggle--isbank[aria-expanded="true"] {
	background: #121858;
	transform: none;
}

.yt-isbank-panel-title {
	margin: 0 0 0.9rem;
	padding: 0.7rem 0.85rem;
	border-radius: 12px;
	text-align: center;
	font-size: clamp(0.95rem, 2.4vw, 1.08rem);
	font-weight: 850;
	letter-spacing: 0.01em;
	line-height: 1.35;
	color: #121858;
	background: linear-gradient(180deg, rgba(232, 234, 246, 0.95) 0%, rgba(255, 255, 255, 0.98) 100%);
	border: 1px solid rgba(57, 73, 171, 0.22);
}

.yt-isbank-table th:nth-child(2),
.yt-isbank-table th:nth-child(3),
.yt-isbank-table td:nth-child(2),
.yt-isbank-table td:nth-child(3) {
	text-align: right;
}

.yt-isbank-table td strong {
	font-weight: 800;
	color: #121858;
}

.yt-vade-panel--isbank {
	border-color: rgba(57, 73, 171, 0.22);
}

.yt-btn-toggle--interest {
	background: linear-gradient(135deg, #0d3b4a 0%, #155a6e 48%, #1f7a8c 100%);
	border-color: #0a2d38;
	box-shadow: 0 12px 26px rgba(13, 59, 74, 0.22);
}

.yt-btn-toggle--interest:hover,
.yt-btn-toggle--interest:focus-visible {
	background: linear-gradient(135deg, #124859 0%, #1a6b82 50%, #2689a0 100%);
	box-shadow: 0 14px 30px rgba(13, 59, 74, 0.3);
	transform: translateY(-1px);
	outline: none;
}

.yt-btn-toggle--interest[aria-expanded="true"] {
	background: #0a2d38;
	transform: none;
}

@media (min-width: 720px) {
	.yt-installment-spotlight .yt-installment-actions {
		grid-template-columns: 1fr 1fr;
		gap: 0.85rem;
	}

	.yt-installment-spotlight .yt-installment-panel {
		grid-column: 1 / -1;
	}
}

.yt-installment-panel {
	border: 1px solid rgba(36, 111, 54, 0.14);
	border-radius: 16px;
	padding: 0.9rem;
	background: #fff;
	box-shadow: 0 6px 16px rgba(22, 69, 35, 0.05);
}

.yt-inst-table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-radius: 12px;
	border: 1px solid rgba(36, 111, 54, 0.12);
}

.yt-inst-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.98rem;
	background: #fff;
}

.yt-inst-table thead th {
	padding: 0.85rem 1rem;
	background: #eef6f0;
	color: #164523;
	font-size: 0.82rem;
	font-weight: 780;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px solid rgba(36, 111, 54, 0.14);
}

.yt-inst-table tbody td {
	padding: 0.9rem 1rem;
	border-bottom: 1px solid rgba(36, 111, 54, 0.08);
	vertical-align: middle;
	color: #24352a;
}

.yt-inst-table tbody tr:last-child td {
	border-bottom: 0;
}

.yt-inst-table tbody tr:nth-child(even) {
	background: #f7fbf8;
}

.yt-inst-bank {
	font-weight: 700;
	color: #13291a;
}

.yt-inst-count {
	display: inline-flex;
	align-items: center;
	min-height: 1.9rem;
	padding: 0.2rem 0.7rem;
	border-radius: 999px;
	background: #e4f4e7;
	color: #1d582c;
	font-size: 0.9rem;
	font-weight: 750;
	white-space: nowrap;
}

.yt-inst-notes {
	margin-top: 0.95rem;
	padding: 1rem 1.05rem 1.05rem;
	border-radius: 14px;
	border: 1px solid rgba(183, 28, 28, 0.18);
	background: #fff8f7;
}

.yt-inst-notes__title {
	margin: 0 0 0.75rem;
	padding: 0.55rem 0.75rem;
	border-radius: 10px;
	background: #c62828;
	color: #fff;
	font-size: 0.98rem;
	font-weight: 850;
	letter-spacing: 0.02em;
	text-align: center;
	line-height: 1.2;
}

.yt-inst-notes__list {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: yt-note;
	display: grid;
	gap: 0.55rem;
}

.yt-inst-notes__list li {
	counter-increment: yt-note;
	display: grid;
	grid-template-columns: 1.85rem 1fr;
	gap: 0.65rem;
	align-items: start;
	margin: 0;
	padding: 0.55rem 0.65rem;
	border-radius: 10px;
	background: #fff;
	border: 1px solid rgba(36, 111, 54, 0.1);
	color: #24352a;
	font-size: 0.94rem;
	line-height: 1.45;
}

.yt-inst-notes__list li::before {
	content: counter(yt-note) ".";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.85rem;
	height: 1.85rem;
	border-radius: 999px;
	background: #1d582c;
	color: #fff;
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1;
}

.yt-inst-note {
	margin: 0.85rem 0 0;
	padding: 0.7rem 0.85rem;
	border-radius: 10px;
	background: #f4f8f5;
	color: #4a6354;
	font-size: 0.9rem;
	line-height: 1.45;
}

.yt-vade-panel {
	display: grid;
	gap: 0.9rem;
}

.yt-vade-result {
	padding: 1rem 1.05rem;
	border-radius: 14px;
	background: linear-gradient(180deg, #eef8f0 0%, #e4f4e7 100%);
	border: 1px solid rgba(29, 88, 44, 0.12);
}

.yt-vade-result p {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 1rem;
	margin: 0.4rem 0;
	font-size: 1.02rem;
	color: #3d5545;
}

.yt-vade-result strong {
	color: #164523;
	font-size: 1.12rem;
	font-weight: 780;
	letter-spacing: -0.02em;
}

.yt-product-desc {
	margin-top: 2.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(36, 111, 54, 0.12);
}

@media (max-width: 960px) {
	.yt-product-grid,
	.yt-cat-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.yt-product-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.yt-product-grid,
	.yt-cat-grid {
		grid-template-columns: 1fr;
	}

	.yt-btn-toggle {
		min-height: 60px;
		font-size: 1rem;
		padding: 0.85rem 2.3rem 0.85rem 1rem;
	}
}

/* —— Takas Yap —— */
.yt-trade {
	margin: 1rem 0 0.35rem;
}

.yt-trade-toggle {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	width: 100%;
	min-height: 54px;
	padding: 0.85rem 1.1rem;
	border: 1px solid rgba(15, 61, 77, 0.22);
	border-radius: 14px;
	background: linear-gradient(135deg, #0f3d4d 0%, #15566b 55%, #1a6a82 100%);
	color: #fff;
	font-size: 1.05rem;
	font-weight: 780;
	letter-spacing: -0.015em;
	cursor: pointer;
	box-shadow: 0 10px 22px rgba(15, 61, 77, 0.18);
	transition: background-color 0.15s ease, box-shadow 0.15s ease;
}

.yt-trade-toggle:hover,
.yt-trade-toggle:focus-visible {
	box-shadow: 0 12px 26px rgba(15, 61, 77, 0.26);
	outline: none;
}

.yt-trade-toggle__icon {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	opacity: 0.95;
}

.yt-trade-toggle__text {
	flex: 1 1 auto;
	text-align: left;
}

.yt-trade-toggle__chev {
	width: 0.55rem;
	height: 0.55rem;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	opacity: 0.9;
	transition: transform 0.15s ease;
}

.yt-trade.is-open .yt-trade-toggle__chev {
	transform: rotate(225deg);
	margin-top: 0.2rem;
}

.yt-trade-panel {
	margin-top: 0.65rem;
	padding: 1.15rem 1.1rem 1.2rem;
	border-radius: 16px;
	border: 1px solid rgba(15, 61, 77, 0.14);
	background:
		radial-gradient(120% 80% at 100% 0%, rgba(21, 86, 107, 0.08), transparent 55%),
		#fff;
	box-shadow: 0 8px 22px rgba(15, 30, 24, 0.06);
}

.yt-trade-panel[hidden] {
	display: none !important;
}

.yt-trade-preview-badge {
	display: inline-flex;
	margin: 0 0 0.85rem;
	padding: 0.28rem 0.65rem;
	border-radius: 999px;
	background: #fff3cd;
	color: #6a4b00;
	font-size: 0.75rem;
	font-weight: 750;
	letter-spacing: 0.02em;
}

.yt-trade-q {
	margin: 0 0 0.85rem;
	font-size: 1.12rem;
	font-weight: 780;
	letter-spacing: -0.02em;
	color: #13291a;
	line-height: 1.3;
}

.yt-trade-reg-grid {
	display: grid;
	gap: 0.65rem;
}

.yt-trade-reg-btn {
	width: 100%;
	min-height: 52px;
	padding: 0.85rem 1rem;
	border-radius: 12px;
	border: 1px solid rgba(15, 61, 77, 0.16);
	background: #f4f8f9;
	color: #0f3d4d;
	font-size: 1rem;
	font-weight: 720;
	text-align: left;
	cursor: pointer;
	transition: background-color 0.12s ease, border-color 0.12s ease;
}

.yt-trade-reg-btn:hover,
.yt-trade-reg-btn:focus-visible {
	background: #e7f1f4;
	border-color: rgba(15, 61, 77, 0.35);
	outline: none;
}

.yt-trade-back {
	margin: 0 0 0.65rem;
	padding: 0;
	border: 0;
	background: none;
	color: #15566b;
	font-size: 0.9rem;
	font-weight: 700;
	cursor: pointer;
}

.yt-trade-reg-chosen {
	margin: 0 0 0.85rem;
	padding: 0.45rem 0.7rem;
	border-radius: 10px;
	background: #e7f1f4;
	color: #0f3d4d;
	font-size: 0.9rem;
	font-weight: 750;
}

.yt-trade-fields {
	display: grid;
	gap: 0.7rem;
}

.yt-trade-field {
	display: grid;
	gap: 0.35rem;
}

.yt-trade-field__label {
	font-size: 0.86rem;
	font-weight: 720;
	color: #3d5545;
}

.yt-trade-select {
	width: 100%;
	min-height: 46px;
	padding: 0.55rem 0.75rem;
	border-radius: 10px;
	border: 1px solid rgba(36, 111, 54, 0.18);
	background: #fff;
	font: inherit;
	color: #13291a;
}

.yt-trade-select:focus {
	outline: 2px solid rgba(21, 86, 107, 0.35);
	outline-offset: 1px;
}

.yt-trade-calc {
	width: 100%;
	min-height: 50px;
	margin-top: 0.85rem;
	border: 0;
	border-radius: 12px;
	background: #1d582c;
	color: #fff;
	font-size: 1rem;
	font-weight: 780;
	cursor: pointer;
}

.yt-trade-calc:hover,
.yt-trade-calc:focus-visible {
	background: #246f36;
	outline: none;
}

.yt-trade-error {
	margin: 0.65rem 0 0;
	padding: 0.65rem 0.8rem;
	border-radius: 10px;
	background: #fdecea;
	color: #8a1f11;
	font-size: 0.9rem;
	font-weight: 650;
}

.yt-trade-block {
	margin: 0.85rem 0 0;
	padding: 0.95rem 1rem;
	border-radius: 12px;
	border: 1px solid rgba(183, 28, 28, 0.28);
	background: #fff5f5;
	color: #8a1f11;
	font-size: 0.98rem;
	font-weight: 750;
	line-height: 1.45;
	text-align: center;
}

.yt-trade-block[hidden] {
	display: none !important;
}

.yt-trade-calc:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.yt-trade-offer-card {
	display: grid;
	gap: 0.55rem;
}

.yt-trade-offer-kicker {
	margin: 0;
	font-size: 0.84rem;
	font-weight: 700;
	color: #5a7262;
}

.yt-trade-offer-label {
	margin: 0;
	font-size: 0.88rem;
	font-weight: 720;
	color: #3d5545;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.yt-trade-offer-value {
	margin: 0;
	font-size: clamp(1.6rem, 4vw, 2rem);
	font-weight: 860;
	letter-spacing: -0.03em;
	color: #0f3d4d;
	line-height: 1.1;
}

.yt-trade-math {
	margin: 0.35rem 0 0;
	padding: 0.85rem 0.95rem;
	border-radius: 12px;
	background: #f4f8f5;
	border: 1px solid rgba(36, 111, 54, 0.1);
}

.yt-trade-math > div {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.35rem 0;
	font-size: 0.98rem;
}

.yt-trade-math dt {
	margin: 0;
	color: #4a6354;
	font-weight: 600;
}

.yt-trade-math dd {
	margin: 0;
	font-weight: 780;
	color: #13291a;
}

.yt-trade-diff {
	margin-top: 0.25rem;
	padding-top: 0.55rem !important;
	border-top: 1px dashed rgba(36, 111, 54, 0.22);
}

.yt-trade-diff dt,
.yt-trade-diff dd {
	color: #1d582c !important;
	font-size: 1.08rem;
}

.yt-trade-diff.is-credit dt,
.yt-trade-diff.is-credit dd {
	color: #0f3d4d !important;
}

.yt-trade-breakdown {
	margin: 0.35rem 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.35rem;
}

.yt-trade-breakdown li {
	display: flex;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.4rem 0.55rem;
	border-radius: 8px;
	background: #fff;
	border: 1px solid rgba(36, 111, 54, 0.08);
	font-size: 0.86rem;
	color: #3d5545;
}

.yt-trade-breakdown-empty {
	margin: 0.25rem 0 0;
	font-size: 0.86rem;
	color: #5a7262;
}

.yt-trade-note {
	margin: 0.25rem 0 0;
	font-size: 0.82rem;
	color: #6a7d70;
	line-height: 1.4;
}

.yt-trade-result-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.6rem;
	margin-top: 0.95rem;
}

.yt-trade-reset,
.yt-trade-close {
	min-height: 46px;
	border-radius: 11px;
	font-weight: 720;
	cursor: pointer;
}

.yt-trade-reset {
	border: 1px solid rgba(15, 61, 77, 0.22);
	background: #fff;
	color: #0f3d4d;
}

.yt-trade-close {
	border: 0;
	background: #0f3d4d;
	color: #fff;
}

@media (max-width: 560px) {
	.yt-trade-result-actions {
		grid-template-columns: 1fr;
	}
}

/* ── Uniform product & category image sizing ── */
.yt-card-media,
.yt-card-media img,
.yt-product-media img,
.product-gallery img,
.yt-gallery-main img {
	aspect-ratio: 1 / 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.yt-card-media {
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

/* Category cards on home — keep consistent box */
.section-card-media {
	aspect-ratio: 5 / 4;
	overflow: hidden;
}
.section-card-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* Product detail main image */
.yt-product-hero img,
.yt-product-main-image {
	width: 100%;
	max-height: 520px;
	object-fit: contain;
	object-position: center;
	background: #eef6f0;
	border-radius: 16px;
}

/* Responsive grid consistency */
@media (max-width: 900px) {
	.yt-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 520px) {
	.yt-product-grid {
		grid-template-columns: 1fr;
	}
}
