/* ============================================
   Felvini AeroBlade - Urun Sayfasi Stilleri
   Renk paleti: Siyah-Beyaz monokromatik
   ============================================ */

.aeroblade-page {
	--ab-bg: #ffffff;
	--ab-bg-alt: #f8f8f8;
	--ab-text: #1a1a1a;
	--ab-text-muted: #6b6b6b;
	--ab-border: #e8e8e8;
	--ab-accent: #1a1a1a;
	--ab-accent-light: #f0f0f0;
}

/* -------------------------------------------
   Hero
   ------------------------------------------- */
.ab-hero {
	padding: 60px 0 80px;
	background: var(--ab-bg);
}

.ab-hero-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: start;
}

.ab-hero-gallery {
	display: flex;
	flex-direction: column;
	gap: 16px;
	position: sticky;
	top: 100px;
}

.ab-gallery-main {
	background: var(--ab-bg-alt);
	border-radius: 16px;
	padding: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	transition: background 0.3s ease;
}

.ab-gallery-main img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: opacity 0.25s ease;
}

.ab-gallery-thumbs {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
}

.ab-thumb {
	background: var(--ab-bg-alt);
	border: 2px solid transparent;
	border-radius: 10px;
	padding: 8px;
	cursor: pointer;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.25s ease;
}

.ab-thumb img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.ab-thumb:hover {
	border-color: var(--ab-text-muted);
}

.ab-thumb.active {
	border-color: var(--ab-accent);
}

/* Hero Info */
.ab-hero-info {
	padding-top: 20px;
}

.ab-breadcrumb {
	display: flex;
	gap: 8px;
	font-size: 13px;
	color: var(--ab-text-muted);
	margin-bottom: 20px;
}

.ab-breadcrumb a {
	color: var(--ab-text-muted);
	text-decoration: none;
}

.ab-breadcrumb a:hover {
	color: var(--ab-text);
}

.ab-eyebrow {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: var(--ab-text);
	margin-bottom: 16px;
}

.ab-title {
	font-size: 44px;
	line-height: 1.1;
	font-weight: 700;
	color: var(--ab-text);
	margin: 0 0 12px;
}

.ab-subtitle {
	font-size: 16px;
	color: var(--ab-text-muted);
	margin: 0 0 28px;
}

/* Fiyat */
.ab-price {
	padding: 20px 0;
	border-top: 1px solid var(--ab-border);
	border-bottom: 1px solid var(--ab-border);
	margin-bottom: 24px;
}

.ab-price .amount,
.ab-price .price {
	font-size: 32px;
	font-weight: 700;
	color: var(--ab-text);
	line-height: 1;
	display: inline-block;
	margin-bottom: 4px;
}

.ab-price del {
	font-size: 18px;
	color: var(--ab-text-muted);
	margin-right: 10px;
	font-weight: 500;
}

.ab-price ins {
	text-decoration: none;
}

.ab-price-note {
	display: block;
	font-size: 13px;
	color: var(--ab-text-muted);
	margin-top: 4px;
}

/* Renk Secici */
.ab-color-picker {
	margin-bottom: 28px;
}

.ab-color-label {
	display: block;
	font-size: 14px;
	color: var(--ab-text-muted);
	margin-bottom: 12px;
}

.ab-color-label strong {
	color: var(--ab-text);
	font-weight: 600;
}

.ab-color-options {
	display: flex;
	gap: 12px;
}

.ab-color-swatch {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid;
	cursor: pointer;
	transition: all 0.2s ease;
	display: block;
	padding: 0;
}

.ab-color-swatch:hover {
	transform: scale(1.1);
}

.ab-color-swatch.active {
	box-shadow: 0 0 0 2px var(--ab-bg), 0 0 0 4px var(--ab-text);
}

/* Highlights */
.ab-highlights {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-bottom: 28px;
}

.ab-highlight {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	padding: 14px;
	background: var(--ab-bg-alt);
	border-radius: 10px;
}

.ab-highlight i {
	font-size: 20px;
	color: var(--ab-accent);
	flex-shrink: 0;
	margin-top: 2px;
}

.ab-highlight strong {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: var(--ab-text);
	margin-bottom: 2px;
}

.ab-highlight span {
	font-size: 12px;
	color: var(--ab-text-muted);
}

/* Satin Alma */
.ab-purchase {
	display: flex;
	gap: 12px;
	margin-bottom: 24px;
	flex-wrap: wrap;
}

.ab-quantity {
	display: flex;
	align-items: center;
	border: 1px solid var(--ab-border);
	border-radius: 8px;
	overflow: hidden;
	background: var(--ab-bg);
	height: 52px;
}

.ab-qty-btn {
	width: 44px;
	height: 100%;
	background: transparent;
	border: none;
	font-size: 20px;
	font-weight: 600;
	color: var(--ab-text);
	cursor: pointer;
	transition: background 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ab-qty-btn:hover {
	background: var(--ab-bg-alt);
}

.ab-qty-input {
	width: 50px;
	height: 100%;
	border: none;
	border-left: 1px solid var(--ab-border);
	border-right: 1px solid var(--ab-border);
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: var(--ab-text);
	background: transparent;
	-moz-appearance: textfield;
}

.ab-qty-input::-webkit-outer-spin-button,
.ab-qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.ab-qty-input:focus {
	outline: none;
}

.ab-buttons {
	display: flex;
	gap: 12px;
	flex: 1;
	min-width: 280px;
}

.ab-btn-cart,
.ab-btn-buy {
	flex: 1;
	height: 52px;
	font-size: 15px;
	font-weight: 600;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	cursor: pointer;
	transition: all 0.25s ease;
	border: 1.5px solid var(--ab-text);
	white-space: nowrap;
}

.ab-btn-cart {
	background: var(--ab-bg);
	color: var(--ab-text);
}

.ab-btn-cart:hover {
	background: var(--ab-bg-alt);
}

.ab-btn-buy {
	background: var(--ab-text);
	color: var(--ab-bg);
}

.ab-btn-buy:hover {
	background: #000;
	color: var(--ab-bg);
}

.ab-btn-cart.added,
.ab-btn-cart.loading {
	opacity: 0.7;
	pointer-events: none;
}

/* Meta */
.ab-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	padding-top: 20px;
	border-top: 1px solid var(--ab-border);
}

.ab-meta-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: var(--ab-text-muted);
}

.ab-meta-item i {
	font-size: 14px;
	color: var(--ab-text);
}

/* -------------------------------------------
   Features
   ------------------------------------------- */
.ab-features {
	padding: 80px 0;
	background: var(--ab-bg-alt);
}

.ab-features .section-header {
	margin-bottom: 50px;
}

.section-desc {
	color: var(--ab-text-muted);
	font-size: 16px;
	margin-top: 8px;
}

.ab-features-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.ab-feature-card {
	background: var(--ab-bg);
	border: 1px solid var(--ab-border);
	border-radius: 16px;
	padding: 32px;
	transition: all 0.3s ease;
}

.ab-feature-card:hover {
	border-color: var(--ab-text);
	transform: translateY(-4px);
	box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.ab-feature-icon {
	width: 56px;
	height: 56px;
	background: var(--ab-text);
	color: var(--ab-bg);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	margin-bottom: 20px;
}

.ab-feature-card h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	color: var(--ab-text);
}

.ab-feature-card p {
	font-size: 14px;
	line-height: 1.7;
	color: var(--ab-text-muted);
	margin: 0;
}

/* -------------------------------------------
   Specs
   ------------------------------------------- */
.ab-specs {
	padding: 80px 0;
	background: var(--ab-bg);
}

.ab-specs .section-header {
	margin-bottom: 40px;
}

.ab-specs-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	max-width: 1000px;
	margin: 0 auto;
}

.ab-specs-table {
	width: 100%;
	border-collapse: collapse;
	background: var(--ab-bg-alt);
	border-radius: 12px;
	overflow: hidden;
}

.ab-specs-table th,
.ab-specs-table td {
	padding: 14px 20px;
	text-align: left;
	font-size: 14px;
	border-bottom: 1px solid var(--ab-border);
}

.ab-specs-table tr:last-child th,
.ab-specs-table tr:last-child td {
	border-bottom: none;
}

.ab-specs-table th {
	font-weight: 600;
	color: var(--ab-text-muted);
	width: 45%;
}

.ab-specs-table td {
	color: var(--ab-text);
	font-weight: 500;
}

/* -------------------------------------------
   Use Cases
   ------------------------------------------- */
.ab-use-cases {
	padding: 80px 0;
	background: var(--ab-bg-alt);
}

.ab-use-cases .section-header {
	margin-bottom: 40px;
}

.ab-use-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 16px;
}

.ab-use-item {
	background: var(--ab-bg);
	border: 1px solid var(--ab-border);
	border-radius: 12px;
	padding: 24px 12px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	transition: all 0.25s ease;
}

.ab-use-item i {
	font-size: 28px;
	color: var(--ab-text);
}

.ab-use-item span {
	font-size: 13px;
	font-weight: 600;
	color: var(--ab-text);
}

.ab-use-item:hover {
	border-color: var(--ab-text);
	transform: translateY(-2px);
}

/* -------------------------------------------
   Toast bildirim
   ------------------------------------------- */
.ab-toast {
	position: fixed;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%) translateY(20px);
	background: var(--ab-text);
	color: var(--ab-bg);
	padding: 14px 24px;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.2);
	font-size: 14px;
	font-weight: 600;
	z-index: 9999;
	opacity: 0;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	gap: 8px;
}

.ab-toast.show {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

.ab-toast i {
	color: #6ec000;
}

/* -------------------------------------------
   Responsive
   ------------------------------------------- */
@media (max-width: 1024px) {
	.ab-hero-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.ab-hero-gallery {
		position: static;
	}

	.ab-features-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ab-use-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 767px) {
	.ab-hero {
		padding: 30px 0 40px;
	}

	.ab-title {
		font-size: 28px;
	}

	.ab-price .amount,
	.ab-price .price {
		font-size: 26px;
	}

	.ab-highlights {
		grid-template-columns: 1fr;
	}

	.ab-purchase {
		flex-direction: column;
	}

	.ab-quantity {
		align-self: flex-start;
	}

	.ab-buttons {
		width: 100%;
		min-width: 0;
	}

	.ab-features-grid {
		grid-template-columns: 1fr;
	}

	.ab-specs-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.ab-use-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ab-features,
	.ab-specs,
	.ab-use-cases {
		padding: 50px 0;
	}
}

/* -------------------------------------------
   RAPTOR — Boyut Seçici (2G / 3G)
   ------------------------------------------- */
.ab-variant-picker {
	margin-bottom: 24px;
}

.ab-variant-label {
	display: block;
	font-size: 14px;
	color: var(--ab-text-muted);
	margin-bottom: 12px;
}

.ab-variant-label strong {
	color: var(--ab-text);
	font-weight: 600;
}

.ab-size-options {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.ab-size-btn {
	background: var(--ab-bg);
	border: 2px solid var(--ab-border);
	border-radius: 12px;
	padding: 14px 16px;
	cursor: pointer;
	text-align: left;
	transition: all 0.2s ease;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.ab-size-btn strong {
	font-size: 15px;
	font-weight: 700;
	color: var(--ab-text);
}

.ab-size-btn span {
	font-size: 12px;
	color: var(--ab-text-muted);
	line-height: 1.4;
}

.ab-size-btn:hover {
	border-color: var(--ab-text-muted);
}

.ab-size-btn.active {
	border-color: var(--ab-text);
	background: var(--ab-bg-alt);
}

/* -------------------------------------------
   RAPTOR — Tek Tablo Specs
   ------------------------------------------- */
.raptor-specs-table-wrap {
	max-width: 900px;
	margin: 0 auto;
	overflow-x: auto;
}

.raptor-specs-table {
	width: 100%;
	border-collapse: collapse;
	background: var(--ab-bg-alt);
	border-radius: 12px;
	overflow: hidden;
}

.raptor-specs-table th,
.raptor-specs-table td {
	padding: 14px 20px;
	text-align: left;
	font-size: 14px;
	border-bottom: 1px solid var(--ab-border);
}

.raptor-specs-table thead th {
	background: var(--ab-text);
	color: var(--ab-bg);
	font-weight: 700;
	text-align: center;
	padding: 16px 20px;
	font-size: 14px;
}

.raptor-specs-table thead th:first-child {
	background: var(--ab-text);
}

.raptor-specs-table tbody th {
	font-weight: 600;
	color: var(--ab-text-muted);
	width: 35%;
}

.raptor-specs-table tbody td {
	color: var(--ab-text);
	font-weight: 500;
	text-align: center;
}

.raptor-specs-table tbody tr:last-child th,
.raptor-specs-table tbody tr:last-child td {
	border-bottom: none;
}

@media (max-width: 767px) {
	.ab-size-options {
		grid-template-columns: 1fr;
	}

	.raptor-specs-table th,
	.raptor-specs-table td {
		padding: 10px 12px;
		font-size: 13px;
	}
}

/* -------------------------------------------
   Karşılaştır Linki (ürün detayda)
   ------------------------------------------- */
.ab-compare-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 20px;
	margin-bottom: 20px;
	background: var(--ab-bg-alt);
	border: 1.5px solid var(--ab-border);
	border-radius: 10px;
	color: var(--ab-text);
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	transition: all 0.25s ease;
	width: 100%;
	justify-content: space-between;
}

.ab-compare-icon {
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	fill: var(--ab-text);
	transition: fill 0.25s ease;
}

.ab-compare-link span {
	flex: 1;
	text-align: left;
}

.ab-compare-arrow {
	font-size: 13px;
	transition: transform 0.25s ease;
	opacity: 0.6;
}

.ab-compare-link:hover {
	background: var(--ab-text);
	border-color: var(--ab-text);
	color: var(--ab-bg);
}

.ab-compare-link:hover .ab-compare-icon {
	fill: var(--ab-bg);
}

.ab-compare-link:hover .ab-compare-arrow {
	color: var(--ab-bg);
	opacity: 1;
}

.ab-compare-link:hover .ab-compare-arrow {
	transform: translateX(4px);
}
