/* Etsy SEO Orchestrator — ön yüz stilleri */

.eso-grid {
	display: grid;
	gap: 1.25rem;
	margin: 1.5rem 0;
}

.eso-store-grid {
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.eso-product-grid {
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.eso-single-card {
	max-width: 360px;
}

.eso-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.eso-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

.eso-card-thumb {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #f5f5f7;
	text-decoration: none;
}

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

.eso-card-ph {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 2.4rem;
	font-weight: 700;
	color: #c4c4cc;
	text-transform: uppercase;
}

.eso-card-body {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: 1rem 1.1rem 1.2rem;
	flex: 1;
}

.eso-card-title {
	font-size: 1.05rem;
	line-height: 1.3;
	margin: 0;
}

.eso-card-title a {
	color: #1a1a2e;
	text-decoration: none;
}

.eso-card-title a:hover {
	text-decoration: underline;
}

.eso-card-tagline {
	font-size: 0.9rem;
	color: #6a6a78;
	margin: 0;
	flex: 1;
}

.eso-card-price {
	font-size: 1rem;
	font-weight: 700;
	color: #1d4ed8;
	margin: 0;
}

.eso-card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.4rem;
}

/* Butonlar */
.eso-btn {
	display: inline-block;
	padding: 0.5rem 0.95rem;
	border-radius: 9px;
	font-size: 0.88rem;
	font-weight: 600;
	text-decoration: none;
	line-height: 1.2;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.eso-btn-primary {
	background: #f06000;
	color: #fff;
	border: 1px solid #f06000;
}

.eso-btn-primary:hover {
	background: #d65400;
	border-color: #d65400;
	color: #fff;
}

.eso-btn-ghost {
	background: transparent;
	color: #1a1a2e;
	border: 1px solid #d7d7df;
}

.eso-btn-ghost:hover {
	background: #f3f3f6;
	color: #1a1a2e;
}

/* Çağrı kutusu (CTA) */
.eso-cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin: 2rem 0;
	padding: 1.4rem 1.6rem;
	background: linear-gradient(135deg, #1a1a2e 0%, #232347 100%);
	border-radius: 16px;
	color: #fff;
}

.eso-cta-text {
	margin: 0;
	font-size: 1.1rem;
	font-weight: 600;
	flex: 1 1 60%;
}

.eso-cta-button {
	display: inline-block;
	padding: 0.7rem 1.4rem;
	background: #f06000;
	color: #fff;
	border-radius: 10px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.15s ease;
}

.eso-cta-button:hover {
	background: #ff7a1a;
	color: #fff;
}

/* İlgili öneriler */
.eso-related {
	margin: 2.5rem 0 1rem;
}

.eso-related-title {
	font-size: 1.3rem;
	margin: 0 0 0.6rem;
	color: #1a1a2e;
}

/* Şablon yardımcıları */
.eso-single {
	max-width: 1100px;
	margin: 0 auto;
	padding: 1.5rem;
}

.eso-single-header {
	margin-bottom: 1.4rem;
}

.eso-single-title {
	font-size: 2rem;
	line-height: 1.2;
	margin: 0.4rem 0 0.6rem;
	color: #1a1a2e;
}

.eso-single-thumb {
	margin: 1rem 0 1.5rem;
}

.eso-single-thumb img {
	width: 100%;
	height: auto;
	border-radius: 16px;
	display: block;
}

.eso-single-price {
	font-size: 1.4rem;
	font-weight: 800;
	color: #1d4ed8;
	margin: 0.4rem 0 1rem;
}

.eso-single-content {
	font-size: 1.02rem;
	line-height: 1.75;
	color: #2a2a34;
}

.eso-single-content h2,
.eso-single-content h3 {
	color: #1a1a2e;
	margin-top: 1.6rem;
}

.eso-section-title {
	font-size: 1.4rem;
	margin: 2rem 0 0.4rem;
	color: #1a1a2e;
}

/* Breadcrumb */
.eso-breadcrumb {
	font-size: 0.85rem;
	color: #8a8a96;
	margin: 0 0 0.6rem;
}

.eso-breadcrumb a {
	color: #6a6a78;
	text-decoration: none;
}

.eso-breadcrumb a:hover {
	text-decoration: underline;
}

.eso-breadcrumb .sep {
	margin: 0 0.4rem;
	color: #c4c4cc;
}

.eso-store-link {
	display: inline-block;
	margin-top: 1rem;
	font-weight: 600;
	color: #1d4ed8;
	text-decoration: none;
}

.eso-store-link:hover {
	text-decoration: underline;
}

/* Arşiv */
.eso-archive {
	max-width: 1200px;
	margin: 0 auto;
	padding: 1.5rem;
}

.eso-archive-title {
	font-size: 1.9rem;
	margin: 0 0 0.4rem;
	color: #1a1a2e;
}

.eso-archive-desc {
	color: #6a6a78;
	margin: 0 0 1.2rem;
	max-width: 720px;
}

.eso-empty {
	padding: 1.2rem;
	background: #f6f6f8;
	border-radius: 12px;
	color: #6a6a78;
	text-align: center;
}

@media (max-width: 600px) {
	.eso-cta {
		flex-direction: column;
		align-items: flex-start;
	}

	.eso-single-title {
		font-size: 1.6rem;
	}
}
