/**
 * Main content area styles
 * Renkler: sarı #edb61d, kahve #6e301e
 *
 * @package erdaunlumamulleri
 */

:root {
	--erda-sari: #edb61d;
	--erda-kahve: #6e301e;
}

body {
	font-family: 'DM Sans', sans-serif;
	color: #6e301e;
}

a {
	color: #6e301e;
}

a:hover,
a:focus {
	color: #edb61d;
}

#content {
	padding: 0;
}

/* Content width & spacing */
.site-content {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 1.5rem;
}

/* ========== Hakkımızda sayfası – ACF banner ========== */
.site-main--hakkimizda {
	padding: 0;
}

.hakkimizda-banner {
	position: relative;
	width: 100%;
	min-height: 420px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
}

.hakkimizda-banner__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.hakkimizda-banner__overlay {
	position: absolute;
	inset: 0;
	background: rgba( 0, 0, 0, 0.5 );
}

.hakkimizda-banner__content {
	position: relative;
	z-index: 2;
	max-width: 800px;
	padding: 3rem 1.5rem;
}

.hakkimizda-banner__title {
	font-size: clamp( 1.75rem, 4vw, 2.5rem );
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 1rem;
}

.hakkimizda-banner__title-line1 {
	display: block;
	color: #fff;
}

.hakkimizda-banner__title-line2 {
	display: block;
	color: #edb61d;
}

.hakkimizda-banner__title-line1 + .hakkimizda-banner__title-line2 {
	margin-top: 0.15em;
}

.hakkimizda-banner__desc {
	font-size: clamp( 0.95rem, 1.5vw, 1.05rem );
	color: rgba( 255, 255, 255, 0.95 );
	line-height: 1.5;
	margin: 0;
}

.hakkimizda-content {
	background: #faf8f5;
	padding: 2.5rem 1rem 3rem;
}

.hakkimizda-content__inner {
	max-width: 900px;
	margin: 0 auto;
}

.hakkimizda-content__inner p {
	margin: 0 0 1rem;
	line-height: 1.65;
	color: #5a534d;
}

.hakkimizda-content__inner p:last-child {
	margin-bottom: 0;
}

/* ========== Genel sayfa banner (page.php) – featured image + sayfa başlığı ========== */
.site-main--page {
	padding: 0;
}

.page-banner {
	position: relative;
	width: 100%;
	min-height: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
}

.page-banner__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.page-banner__overlay {
	position: absolute;
	inset: 0;
	background: rgba( 0, 0, 0, 0.5 );
}

.page-banner__content {
	position: relative;
	z-index: 2;
	padding: 3rem 1.5rem;
}

.page-banner__title {
	position: relative;
	display: inline-block;
	font-size: clamp( 1.75rem, 4vw, 2.25rem );
	font-weight: 700;
	color: #fff;
	line-height: 1.25;
	margin: 0;
	padding-bottom: 0.5rem;
}

.page-banner__title::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX( -50% );
	bottom: 0;
	width: 60px;
	height: 4px;
	background-color: #edb61d;
	border-radius: 2px;
}

.page-content {
	background: #faf8f5;
	padding: 2rem 1rem 3rem;

}
.page-content__inner {
	max-width: 1400px;
	margin: 0 auto;
}



.page-content__inner p {
	margin: 0 0 1rem;
	line-height: 1.65;
	color: #5a534d;
}

/* Single post */
.single-post__meta {
	margin-top: 0.75rem;
	font-size: 0.9rem;
	color: rgba( 255, 255, 255, 0.9 );
}

.single-post__meta a {
	color: inherit;
	text-decoration: none;
}

.single-post__meta a:hover {
	text-decoration: underline;
}

.single-post__date::after {
	content: ' · ';
	opacity: 0.8;
}

.single-post__article {
	margin-bottom: 2rem;
}

.single-post__nav {
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid #e8e4df;
}

.single-post__nav .nav-links {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.single-post__nav .nav-previous a,
.single-post__nav .nav-next a {
	color: #6e301e;
	text-decoration: none;
}

.single-post__nav .nav-previous a:hover,
.single-post__nav .nav-next a:hover {
	text-decoration: underline;
}

.single-post__nav .nav-next {
	text-align: right;
}

.single-post__nav .nav-subtitle {
	display: block;
	font-size: 0.8rem;
	color: #7a756d;
	margin-bottom: 0.25rem;
}

/* Single post – Diğer yazılar Swiper */
.single-related-posts {
	background: #f7f4ef;
	padding: 3rem 1rem;
	margin-top: 0;
}

.single-related-posts__inner {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

.single-related-posts__title {
	font-size: 1.5rem;
	color: #6e301e;
	margin: 0 0 1.5rem;
	font-weight: 700;
}

.single-related-posts__nav {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	gap: 0.5rem;
}

.single-related-posts__prev,
.single-related-posts__next {
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid rgba( 110, 48, 30, 0.2 );
	border-radius: 50%;
	cursor: pointer;
	transition: background 0.2s, border-color 0.2s;
}

.single-related-posts__prev:hover,
.single-related-posts__next:hover {
	background: #6e301e;
	border-color: #6e301e;
}

.single-related-posts__arrow {
	display: block;
}

.single-related-posts__arrow--prev {
	transform: rotate( 180deg );
}

.single-related-posts__prev:hover .single-related-posts__arrow,
.single-related-posts__next:hover .single-related-posts__arrow {
	filter: brightness( 0 ) invert( 1 );
}

.single-related-swiper {
	overflow: hidden;
	padding: 0 0 0.5rem;
}

.single-related-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba( 110, 48, 30, 0.08 );
	height: 100%;
	transition: box-shadow 0.2s;
}

.single-related-card:hover {
	box-shadow: 0 8px 28px rgba( 110, 48, 30, 0.12 );
}

.single-related-card__link {
	display: block;
}

.single-related-card__img-wrap {
	position: relative;
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #e8e4df;
}

.single-related-card__img-wrap--no-img {
	min-height: 140px;
}

.single-related-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.single-related-card__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient( to top, rgba( 110, 48, 30, 0.7 ) 0%, transparent 50% );
	pointer-events: none;
}

.single-related-card__title-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1.25rem 1rem;
	z-index: 1;
}

.single-related-card__title {
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0 0.25rem;
	line-height: 1.3;
}

.single-related-card__title-wrap .single-related-card__title {
	color: #fff;
}

.single-related-card__link:hover .single-related-card__title {
	color: #edb61d;
}

.single-related-card__date {
	font-size: 0.8rem;
	color: rgba( 255, 255, 255, 0.85 );
}

@media ( max-width: 768px ) {
	
	.single-related-posts__nav {
		position: static;
		margin-bottom: 1rem;
	}
}

/* Hikayemiz – SS2: sol metin, sağ görsel (ACF aciklama, gorsel) */
.hakkimizda-hikaye {
	background: #f7f4ef;
	padding: 3rem 1rem;
}

.hakkimizda-hikaye__inner {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
	align-items: center;
}

.hakkimizda-hikaye__label {
	display: inline-block;
	background: #e8dcc8;
	color: #6e301e;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 0.35rem 1rem;
	border-radius: 20px;
	margin-bottom: 1rem;
}

.hakkimizda-hikaye__title {
	font-size: clamp( 1.5rem, 2.5vw, 1.85rem );
	font-weight: 700;
	color: #6e301e;
	margin: 0 0 1.25rem;
	line-height: 1.25;
}

.hakkimizda-hikaye__body {
	font-size: 1rem;
	line-height: 1.65;
	color: #5a534d;
}

.hakkimizda-hikaye__body p {
	margin: 0 0 1rem;
}

.hakkimizda-hikaye__body p:last-child {
	margin-bottom: 0;
}

.hakkimizda-hikaye__media {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 30px rgba( 110, 48, 30, 0.12 );
}

.hakkimizda-hikaye__img {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: middle;
}

/* Misyonumuz / Vizyonumuz – SS2: iki kart, ikon + başlık + metin */
.hakkimizda-misyon-vizyon {
	background: #f7f4ef;
	padding: 0 1rem 3rem;
}

.hakkimizda-misyon-vizyon__inner {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
}

.hakkimizda-mv-card {
	background: #fff;
	border-radius: 12px;
	padding: 2rem 1.75rem;
	box-shadow: 0 4px 20px rgba( 110, 48, 30, 0.08 );
	transition: box-shadow 0.2s;
}

.hakkimizda-mv-card:hover {
	box-shadow: 0 8px 28px rgba( 110, 48, 30, 0.12 );
}

.hakkimizda-mv-card__icon {
	width: 56px;
	height: 56px;
	margin-bottom: 1.25rem;
	color: #c99a1e;
}

.hakkimizda-mv-card__icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.hakkimizda-mv-card__title {
	font-size: 1.15rem;
	font-weight: 700;
	color: #6e301e;
	margin: 0 0 0.75rem;
	line-height: 1.3;
}

.hakkimizda-mv-card__desc {
	font-size: 0.95rem;
	line-height: 1.6;
	color: #5a534d;
	margin: 0;
}

/* Değerlerimiz – SS1 tasarım, ACF repeater degerlerimiz (icon, title, aciklama) */
.hakkimizda-degerler {
	background: #f7f4ef;
	padding: 3rem 1rem 4rem;
}

.hakkimizda-degerler__inner {
	max-width: 1200px;
	margin: 0 auto;
}

.hakkimizda-degerler__title {
	position: relative;
	display: inline-block;
	font-size: clamp( 1.35rem, 2.5vw, 1.65rem );
	font-weight: 700;
	color: #6e301e;
	margin: 0 auto 2rem;
	padding-bottom: 0.5rem;
	text-align: center;
	width: 100%;
}

.hakkimizda-degerler__title::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX( -50% );
	bottom: 0;
	width: 60px;
	height: 4px;
	background-color: #edb61d;
	border-radius: 2px;
}

.hakkimizda-degerler__grid {
	display: grid;
	grid-template-columns: repeat( 4, 1fr );
	gap: 2rem 1.5rem;
}

.deger-card {
	text-align: center;
}

.deger-card__icon-wrap {
	width: 72px;
	height: 72px;
	margin: 0 auto 1.25rem;
	border-radius: 50%;
	background-color: #edb61d;
	border: 2px solid #d9a51a;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.deger-card__icon {
	width: 40px;
	height: 40px;
	object-fit: contain;
	display: block;
	filter: brightness( 0 ) saturate( 100% );
	opacity: 0.9;
}

.deger-card__title {
	font-size: 1.05rem;
	font-weight: 700;
	color: #6e301e;
	margin: 0 0 0.5rem;
	line-height: 1.3;
}

.deger-card__desc {
	font-size: 0.9rem;
	line-height: 1.5;
	color: #7a756d;
	margin: 0;
}

@media ( max-width: 900px ) {
	.hakkimizda-degerler__grid {
		grid-template-columns: repeat( 2, 1fr );
	}
}

@media ( max-width: 600px ) {
	.hakkimizda-degerler__grid {
		grid-template-columns: 1fr;
	}
}

@media ( max-width: 900px ) {
	.hakkimizda-hikaye__inner {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.hakkimizda-hikaye__media {
		order: -1;
		max-width: 500px;
		margin: 0 auto;
	}

	.hakkimizda-misyon-vizyon__inner {
		grid-template-columns: 1fr;
	}
}

/* Section spacing (for future hero, products, etc.) */
.content-section {
	padding: 2rem 0;
}

.content-section:first-child {
	padding-top: 2rem;
}
@media ( min-width: 768px ) {
	.bayimiz {
    background: #6e301e;
    color: white;
    padding: 5px 15px;
    border-radius: 30px;
}
.bayimiz a {
    color: white !important;
}
}
@media ( max-width: 768px ) {
.header-logo-link {

    top: 4px;
}
	.header-logo {
  
    height: 88px;
}
}
/* Mobil: section içleri sağdan soldan 15px */
@media ( max-width: 767px ) {
	.site-content,
	.page-content__inner,
	.hakkimizda-content__inner,
	.single-related-posts__inner,
	.hakkimizda-hikaye__inner,
	.hakkimizda-misyon-vizyon__inner,
	.hakkimizda-degerler__inner,
	.archive-urunler__inner,
	.teklif-cta__inner,
	.blog-section__inner,
	.bloglar-shortcode,
	.iletisim-form-harita,
	.search-results .blog-section__inner,
	.search-results--none .blog-section__inner,
	.single-urunler-content,
	.iletisim-kartlari .wp-block-group {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	
}

/* ========== Popüler Ürünler (slider altı, Teklif üstü) ========== */
.populer-urunler {
	background-color: #faf8f5;
	padding: 80px 0;
	width: 100%;
}

.populer-urunler__inner {
	max-width: 1400px;
	margin: 0 auto;
}

.populer-urunler__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.5rem;
	padding: 0 0.5rem 0 0;
}

.populer-urunler__title {
	position: relative;
	display: inline-block;
	font-size: clamp( 1.35rem, 2.5vw, 1.65rem );
	font-weight: 700;
	color: #6e301e;
	margin: 0;
	padding-bottom: 0.35rem;
}

.populer-urunler__title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 4px;
	background-color: #edb61d;
	border-radius: 2px;
}

.populer-urunler__nav {
	display: flex;
	gap: 0.5rem;
}

.populer-urunler__prev,
.populer-urunler__next {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: none;
	background: #6e301e;
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s, color 0.2s, filter 0.2s;
}

.populer-urunler__arrow {
	display: block;
	width: 24px;
	height: 24px;
	filter: invert( 1 );
	transition: filter 0.2s;
}

.populer-urunler__prev:hover,
.populer-urunler__next:hover {
	background: #fff;
	color: #6e301e;
	border: 1px solid rgba( 110, 48, 30, 0.3 );
}

.populer-urunler__prev:hover .populer-urunler__arrow,
.populer-urunler__next:hover .populer-urunler__arrow {
	filter: invert( 0 );
}

.populer-urunler-swiper {
	overflow: hidden;
	padding: 0 0 0.5rem;
}

.populer-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba( 110, 48, 30, 0.08 );
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.2s;
}

.populer-card:hover {
	box-shadow: 0 8px 28px rgba( 110, 48, 30, 0.12 );
}

.populer-card__img-wrap {
	display: block;
	aspect-ratio: 1;
	overflow: hidden;
	background: #f5f2ed;
}

.populer-card__img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.populer-card__body {
	padding: 1.25rem 1rem;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.populer-card__title {
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0 0.4rem;
	line-height: 1.3;
}

.populer-card__title a {
	color: #6e301e;
	text-decoration: none;
	transition: color 0.2s;
}

.populer-card__title a:hover {
	color: #edb61d;
}

.populer-card__desc {
	font-size: 0.85rem;
	color: #7a756d;
	line-height: 1.45;
	margin: 0 0 1rem;
	flex: 1;
}

.populer-card__btn {
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	font-size: 0.9rem;
	font-weight: 600;
	background-color: #6e301e;
	color: #fff;
	text-decoration: none;
	border-radius: 8px;
	transition: background 0.2s, color 0.2s;
}

.populer-card__btn:hover {
	background-color: #edb61d;
	color: #6e301e;
}

.populer-card__img-wrap--no-img {
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f0ede8;
	color: #999;
	font-size: 0.85rem;
}

/* ========== Ürünler arşiv (archive-urunler) – populer-card grid + pagination ========== */
.site-main--archive-urunler {
	background-color: #faf8f5;
	padding: 2rem 1rem 3rem;
}

.archive-urunler__inner {
	max-width: 1400px;
	margin: 0 auto;
}

.archive-urunler__head {
	margin-bottom: 2rem;
}

.archive-urunler__title {
	position: relative;
	display: inline-block;
	font-size: clamp( 1.35rem, 2.5vw, 1.65rem );
	font-weight: 700;
	color: #6e301e;
	margin: 0 0 0.25rem;
	padding-bottom: 0.35rem;
}

.archive-urunler__title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 4px;
	background-color: #edb61d;
	border-radius: 2px;
}

.archive-urunler__desc {
	font-size: 1rem;
	color: #7a756d;
	line-height: 1.5;
	margin: 0;
}

.archive-urunler__grid {
	display: grid;
	grid-template-columns: repeat( 4, 1fr );
	gap: 1.5rem;
}

.archive-urunler__card-wrap {
	min-width: 0;
}

.archive-urunler__card-wrap .populer-card {
	height: 100%;
}

/* Pagination */
/* Pagination – tüm post listeleri (archive, index, search) + ürünler arşivi */
.site-main .pagination,
.archive-urunler__inner .nav-links,
.archive-urunler .pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	margin-top: 2.5rem;
	padding-top: 2rem;
	border-top: 1px solid rgba( 110, 48, 30, 0.12 );
}

.site-main .pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
}

.site-main .pagination .page-numbers,
.archive-urunler__inner .nav-links .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 0.5rem;
	font-size: 0.95rem;
	font-weight: 600;
	color: #6e301e;
	background: #fff;
	border: 1px solid rgba( 110, 48, 30, 0.2 );
	border-radius: 8px;
	text-decoration: none;
	transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.site-main .pagination .page-numbers:hover,
.site-main .pagination .page-numbers:focus,
.archive-urunler__inner .nav-links .page-numbers:hover,
.archive-urunler__inner .nav-links .page-numbers:focus {
	background: #6e301e;
	color: #fff;
	border-color: #6e301e;
}

.site-main .pagination .page-numbers.current,
.archive-urunler__inner .nav-links .page-numbers.current {
	background: #edb61d;
	color: #6e301e;
	border-color: #edb61d;
}

.site-main .pagination .page-numbers.dots,
.archive-urunler__inner .nav-links .page-numbers.dots {
	border: none;
	background: transparent;
	cursor: default;
}

.site-main .pagination .page-numbers.dots:hover,
.archive-urunler__inner .nav-links .page-numbers.dots:hover {
	background: transparent;
	color: #6e301e;
}

@media ( max-width: 1100px ) {

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

@media ( max-width: 768px ) {
	.archive-urunler__grid {
		grid-template-columns: repeat( 2, 1fr );
		gap: 1rem;
	}
}

@media ( max-width: 480px ) {
	.archive-urunler__grid {
		grid-template-columns: 1fr;
	}
}

/* ========== Teklif al CTA (slider altı) ========== */
.teklif-cta {
	background-color: #fff;
	padding: 80px 0;
	text-align: center;
}

.teklif-cta__inner {
	max-width: 720px;
	margin: 0 auto;
}

.teklif-cta__title {
	font-size: clamp( 1.5rem, 3vw, 2rem );
	font-weight: 700;
	color: #1e3a5f;
	margin: 0 0 1rem;
	line-height: 1.25;
}

.teklif-cta__desc {
	font-size: 1rem;
	color: #6b7280;
	line-height: 1.6;
	margin: 0 0 1.75rem;
}

.teklif-cta__btn {
	display: inline-block;
	padding: 0.875rem 2rem;
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	background: linear-gradient( 180deg, #3b82f6 0%, #2563eb 100% );
	border-radius: 10px;
	box-shadow: 0 4px 14px rgba( 37, 99, 235, 0.4 );
	transition: transform 0.2s, box-shadow 0.2s;
}

.teklif-cta__btn:hover {
	color: #fff;
	transform: translateY( -2px );
	box-shadow: 0 6px 20px rgba( 37, 99, 235, 0.45 );
}

/* ========== Blog / Tarifler – son postlar ========== */
.blog-section {
	background-color: #faf8f5;
	padding: 80px 0;
	width: 100%;
}

.blog-section__inner {
	max-width: 1400px;
	margin: 0 auto;
}

.blog-section__head {
	text-align: center;
	margin-bottom: 2rem;
}

.blog-section__title {
	font-size: clamp( 1.35rem, 2.5vw, 1.75rem );
	font-weight: 700;
	color: #6e301e;
	margin: 0 0 0.5rem;
	line-height: 1.3;
}

.blog-section__desc {
	font-size: 1rem;
	color: #7a756d;
	line-height: 1.5;
	margin: 0;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}

.blog-section__head .blog-section__desc {
	color: #8a847a;
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat( 3, 1fr );
	gap: 1.5rem;
}

.blog-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba( 110, 48, 30, 0.08 );
	overflow: hidden;
	transition: box-shadow 0.2s;
}

.blog-card:hover {
	box-shadow: 0 8px 28px rgba( 110, 48, 30, 0.12 );
}

.blog-card__link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.blog-card__img-wrap {
	position: relative;
	aspect-ratio: 1/1;
	overflow: hidden;
	background: #f5f2ed;
	border-radius: 12px;
}

.blog-card__img-wrap--no-img {
	min-height: 200px;
}

.blog-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s;
}

.blog-card:hover .blog-card__img {
	transform: scale( 1.05 );
}

/* SS2: görselin altında yarı saydam koyu overlay */
.blog-card__overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50%;
	background: linear-gradient( to top, rgba( 0, 0, 0, 0.82 ), transparent );
	pointer-events: none;
	z-index: 1;
}

.blog-card__cat {
	position: absolute;
	left: 0.75rem;
	bottom: 2.75rem;
	display: inline-block;
	padding: 0.3rem 0.75rem;
	font-size: 0.75rem;
	font-weight: 600;
	background-color: #e8a82d;
	color: #fff;
	border-radius: 20px;
	z-index: 2;
}

/* Başlık overlay üzerinde, altta */
.blog-card__title-wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1rem 1rem 0.9rem;
	z-index: 2;
	display: flex;
	align-items: flex-end;
}

.blog-card__title {
	font-size: 0.95rem;
	font-weight: 700;
	margin: 0;
	line-height: 1.3;
	color: #fff;
	transition: opacity 0.2s;
}

.blog-card__link:hover .blog-card__title {
	opacity: 0.92;
}

@media ( max-width: 900px ) {
	.blog-grid {
		grid-template-columns: repeat( 2, 1fr );
	}
}

@media ( max-width: 560px ) {
	.blog-grid {
		grid-template-columns: 1fr;
	}
}

/* Arama sonuçları – blog kartları ile aynı yapı */
.site-main--search {
	padding: 0;
}

.search-results__title span {
	font-weight: 400;
	color: #7a756d;
}

.search-results--none {
	padding: 3rem 1rem;
}

/* [bloglar] shortcode – sayfa içinde blog listesi */
.bloglar-shortcode {
	margin: 2rem 0;
}

.bloglar-shortcode__title {
	font-size: 1.5rem;
	color: #6e301e;
	margin: 0 0 1.25rem;
}

.bloglar-shortcode__grid {
	margin-top: 0;
}

/* ========== Tekil ürün sayfası (single-urunler) ========== */
.site-main--single-urunler {
	background-color: #ffffff;
	padding: 80px 0;
}

.single-urunler-content{
	max-width: 1390px;
	margin: 0 auto;
}

.single-urunler__breadcrumb {
	font-size: 0.9rem;
	color: #6e301e;
	margin-bottom: 1.5rem;
}

.single-urunler__breadcrumb a {
	color: #6e301e;
	text-decoration: none;
}

.single-urunler__breadcrumb a:hover {
	color: #edb61d;
}

.single-urunler__breadcrumb-sep {
	opacity: 0.7;
}

.single-urunler__breadcrumb-current {
	font-weight: 600;
	color: #2d2d2d;
}

.single-urunler__grid {
	display: grid;
	grid-template-columns: 42% 1fr;
	gap: 2.5rem;
	align-items: start;
}

.single-urunler__media {
	position: sticky;
	top: 1.5rem;
}

.single-urunler__img-wrap {
	border-radius: 12px;
	overflow: hidden;
	background: #f0ede8;
	aspect-ratio: 1;
}

.single-urunler__img-wrap--placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999;
	font-size: 0.9rem;
}

.single-urunler__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.single-urunler__content {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.single-urunler__title {
	font-size: clamp( 1.5rem, 3vw, 1.85rem );
	font-weight: 700;
	color: #6e301e;
	margin: 0;
	line-height: 1.25;
}

.single-urunler__short-desc {
	font-size: 1rem;
	color: #5a534d;
	line-height: 1.6;
	margin: 0;
}

/* 2. paragraf (uzun açıklama) – solda sarı çizgi, SS gibi */
.single-urunler__long-desc {
	position: relative;
	padding-left: 1.25rem;
	font-size: 0.95rem;
	color: #5a534d;
	line-height: 1.65;
}

.single-urunler__long-desc::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 5px;
	background-color: #edb61d;
	border-radius: 2px;
}

.single-urunler__long-desc p {
	margin: 0 0 0.5rem;
}

.single-urunler__long-desc p:last-child {
	margin-bottom: 0;
}

.single-urunler__specs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem 1.5rem;
	margin-top: 0.5rem;
}

.single-urunler__spec {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.single-urunler__spec-label {
	font-size: 0.75rem;
	font-weight: 600;
	color: #8a847a;
	letter-spacing: 0.02em;
}

.single-urunler__spec-value {
	font-size: 0.95rem;
	font-weight: 500;
	color: #2d2d2d;
}

.single-urunler__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 0.5rem;
}

.single-urunler__btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.75rem 1.5rem;
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration: none;
	border-radius: 10px;
	transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.single-urunler__btn--primary {
	background-color: #edb61d;
	color: #fff;
	border: 2px solid #edb61d;
}

.single-urunler__btn--primary:hover {
	background-color: #d9a51a;
	border-color: #d9a51a;
	color: #fff;
	box-shadow: 0 4px 14px rgba( 237, 182, 29, 0.4 );
}

.single-urunler__btn--secondary {
	background: #fff;
	color: #edb61d;
	border: 2px solid #edb61d;
}

.single-urunler__btn--secondary:hover {
	background-color: #fef9eb;
	color: #d9a51a;
	border-color: #d9a51a;
}

@media ( max-width: 900px ) {
	.single-urunler__grid {
		grid-template-columns: 1fr;
	}

	.single-urunler__media {
		position: static;
	}

	.single-urunler__img-wrap {
		max-width: 400px;
		margin: 0 auto;
	}
}

@media ( max-width: 560px ) {
	.single-urunler__specs {
		grid-template-columns: 1fr;
	}
}

/* Özellik kartları – 100% Doğal, Günlük Taze, Katkısız */
.single-urunler__features {
	margin-top: 2.5rem;
	padding-top: 2rem;
	border-top: 1px solid rgba( 110, 48, 30, 0.12 );
}

.feature-cards {
	display: grid;
	grid-template-columns: repeat( 3, 1fr );
	gap: 1.5rem;
}

.feature-card {
	background: #fff;
	border-radius: 12px;
	padding: 50px;
	text-align: center;
	box-shadow: 0 2px 12px rgba( 110, 48, 30, 0.06 );
	transition: box-shadow 0.2s;
}

.feature-card:hover {
	box-shadow: 0 6px 20px rgba( 110, 48, 30, 0.1 );
}

.feature-card__icon {
	width: 56px;
	height: 56px;
	margin: 0 auto 1rem;
	border-radius: 50%;
	background-color: #fef5e0;
	color: #c99a1e;
	display: flex;
	align-items: center;
	justify-content: center;
}

.feature-card__icon svg {
	flex-shrink: 0;
}

.feature-card__title {
	font-size: 1.05rem;
	font-weight: 700;
	color: #6e301e;
	margin: 0 0 0.5rem;
	line-height: 1.3;
}

.feature-card__desc {
	font-size: 0.9rem;
	line-height: 1.5;
	color: #7a756d;
	margin: 0;
}

@media ( max-width: 768px ) {
	.feature-cards {
		grid-template-columns: 1fr;
	}
}

/* ========== Ürünler 2 sütun (teklif altı, ACF urunler) ========== */
.urunler-section {
	width: 100%;
}

.urunler-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	min-height: 380px;
}

.urunler-col {
	padding: 80px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f0f0f8;
}

.urunler-col:nth-child( 2 ) {
	background-color: #fcf8f0;
}

.urunler-col__inner {
	text-align: left ;
	max-width: 400px;
	width: 100%;
}

.urunler-col__label {
	display: block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #1e3a5f;
	margin-bottom: 0.5rem;
}

.urunler-col:nth-child( 2 ) .urunler-col__label {
	color: #1e3a5f;
}

.urunler-col__title {
	font-size: 24px;
	font-weight: 700;
	color: #1e3a5f;
	margin: 0 0 1.5rem;
	line-height: 1.3;
}

.urunler-col__img-wrap {
	margin-bottom: 1.5rem;
	transition: transform 0.35s ease;
}

/* Item 1 ve 2 görsellere eğim – hareket hissi 
.urunler-col:nth-child( 1 ) .urunler-col__img-wrap {
	transform: rotate( -4deg );
}

.urunler-col:nth-child( 2 ) .urunler-col__img-wrap {
	transform: rotate( 3deg );
}

.urunler-col:nth-child( 1 ) .urunler-col__img-wrap:hover,
.urunler-col:nth-child( 2 ) .urunler-col__img-wrap:hover {
	transform: rotate( 0deg ) scale( 1.02 );
}*/

.urunler-col__img {
	display: blck;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 20px;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.1));
    width: 400px !important;
    height: 400px !important;

}

.urunler-col__btn {
	display: inline-block;
	padding: 0.75rem 1.5rem;
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration: none;
	border-radius: 10px;
	transition: transform 0.2s, box-shadow 0.2s;
}

.urunler-col__btn--mor {
	background-color: #6e301e;
	color: #fff;
}

.urunler-col__btn--mor:hover {
	color: #fff;
	transform: translateY( -2px );
}

.urunler-col__btn--sari {
	background-color: #6e301e;
	color: #fff;
}

.urunler-col__btn--sari:hover {
	color: #fff;
	transform: translateY( -2px );
	box-shadow: 0 6px 16px rgba( 247, 194, 68, 0.5 );
}

@media ( max-width: 768px ) {
	.urunler-grid {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.urunler-col {
		padding: 2rem 15px;
	}
}

/* ========== İletişim Kartları (Gutenberg blok deseni) ========== */
.iletisim-kartlari {
	padding: 3rem 1rem;
	margin: 2rem 0;
}

.iletisim-kartlari .wp-block-columns {
	display: grid;
	grid-template-columns: repeat( 3, 1fr );
	gap: 1.5rem;
	max-width: 1440px;
	margin: 0 auto;
}

.iletisim-kart .iletisim-kart__inner {
	background: #fff;
	border-radius: 12px;
	padding: 2rem 1.5rem;
	box-shadow: 0 4px 20px rgba( 110, 48, 30, 0.08 );
	height: 100%;
}

.iletisim-kart__icon {
	width: 64px;
	height: 64px;
	margin: 0 0 1.25rem !important;
	padding: 0 !important;
	border-radius: 50%;
	background-color: #fef5e0;
	border: 2px solid #edb61d;
	display: flex;
	align-items: center;
	justify-content: center;
}

.iletisim-kart__icon::before {
	content: '';
	width: 32px;
	height: 32px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.iletisim-kart--lavas .iletisim-kart__icon::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%236e301e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 20a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8l-7 5V8l-7 5V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z'/%3E%3Cpath d='M17 18h1'/%3E%3Cpath d='M12 18h1'/%3E%3C/svg%3E");
}

.iletisim-kart--tortilla .iletisim-kart__icon::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%236e301e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cellipse cx='12' cy='12' rx='7' ry='3'/%3E%3Cpath d='M5 12c0 1.66 3.13 3 7 3s7-1.34 7-3'/%3E%3Cpath d='M5 12V9'/%3E%3Cpath d='M19 12V9'/%3E%3C/svg%3E");
}

.iletisim-kart--email .iletisim-kart__icon::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%236e301e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E");
}

.iletisim-kart__title {
	font-size: 1.1rem;
	font-weight: 700;
	color: #6e301e;
	margin: 0 0 0.75rem !important;
	line-height: 1.3;
}

.iletisim-kart__adres {
	font-size: 0.9rem;
	line-height: 1.5;
	color: #7a756d;
	margin: 0 0 0.75rem !important;
}

.iletisim-kart__tel {
	font-size: 1rem;
	font-weight: 700;
	margin: 0 !important;
}

.iletisim-kart__tel a {
	color: #6e301e;
	text-decoration: none;
}

.iletisim-kart__tel a:hover {
	color: #edb61d;
}

@media ( max-width: 900px ) {
	.iletisim-kartlari .wp-block-columns {
		grid-template-columns: 1fr;
	}
}

/* ========== Contact Form 7 – genel stiller (tüm sayfalarda) ========== */
.wpcf7 label {
	display: block;
	font-size: 0.9rem;
	font-weight: 600;
	color: #6e301e;
	margin-bottom: 0.35rem;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	width: 100%;
	max-width: 100%;
	padding: 0.7rem 1rem;
	font-size: 1rem;
	border: 1px solid #e0dcd6;
	border-radius: 10px;
	background: #fff;
	color: #6e301e;
	box-sizing: border-box;
	transition: border-color 0.2s;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
	color: #b0aba3;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
	outline: none;
	border-color: #edb61d;
}

.wpcf7 textarea {
	min-height: 120px;
	resize: vertical;
}

.wpcf7 input[type="submit"] {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.8rem 1.5rem;
	font-size: 1rem;
	font-weight: 600;
	background: #edb61d;
	color: #fff !important;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba( 237, 182, 29, 0.4 );
	transition: background 0.2s, box-shadow 0.2s;
}

.wpcf7 input[type="submit"]::after {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='M12 5l7 7-7 7'/%3E%3C/svg%3E") no-repeat center;
	background-size: contain;
}

.wpcf7 input[type="submit"]:hover {
	background: #d9a51a;
	box-shadow: 0 6px 18px rgba( 237, 182, 29, 0.5 );
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0;
}

.wpcf7 .wpcf7-list-item-label {
	cursor: pointer;
}

/* Checkbox / radio – KVKK vb. */
.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
	width: auto;
	max-width: none;
	margin-right: 0.5rem;
	vertical-align: middle;
}

/* ========== İletişim Formu + Harita (Gutenberg, Contact Form 7) ========== */
.iletisim-form-harita {
	padding: 3rem 1rem;
	margin: 2rem 0;
}

.iletisim-form-harita .wp-block-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	max-width: 1440px;
	margin: 0 auto;
}

.iletisim-form__title {
	font-size: clamp( 1.35rem, 2.5vw, 1.65rem );
	font-weight: 700;
	color: #6e301e;
	margin: 0 0 0.5rem !important;
}

.iletisim-form__desc {
	font-size: 0.95rem;
	color: #7a756d;
	line-height: 1.5;
	margin: 0 0 1.5rem !important;
}

/* İletişim sayfası – form grid: Ad+E-posta, Telefon+Konu yan yana, Mesaj full */
.iletisim-form-harita .wpcf7-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 1.25rem;
}

.iletisim-form-harita .wpcf7-form .wpcf7-row {
	grid-column: span 1;
	margin-bottom: 1rem;
}

.iletisim-form-harita .wpcf7-form .wpcf7-row--full {
	grid-column: 1 / -1;
}

.iletisim-form-harita .wpcf7-form .wpcf7-row:last-child {
	margin-bottom: 0;
}

/* Harita kutusu */
.iletisim-harita {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba( 110, 48, 30, 0.08 );
	min-height: 280px;
	margin-bottom: 1rem;
}

.iletisim-harita iframe {
	width: 100%;
	height: 320px;
	display: block;
	border: 0;
}

.iletisim-harita__btn-wrap {
	margin-top: 0.5rem;
}

.iletisim-harita__btn .wp-block-button__link {
	background: #6e301e !important;
	color: #fff !important;
	padding: 0.65rem 1.25rem;
	font-size: 0.95rem;
	font-weight: 600;
	border-radius: 10px;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
}

.iletisim-harita__btn .wp-block-button__link:hover {
	background: #5a2818 !important;
	color: #fff !important;
}

@media ( max-width: 900px ) {
	.iletisim-form-harita .wp-block-columns {
		grid-template-columns: 1fr;
	}

	.iletisim-form-harita .wpcf7-form {
		grid-template-columns: 1fr;
	}

	.iletisim-form-harita .wpcf7-form .wpcf7-row {
		grid-column: 1 / -1;
	}
}

.product-spec-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: 'Inter', Arial, sans-serif;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  position: relative;
}

/* Üst ince çizgi (luxury detay) */
.product-spec-table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #c6a27a, #8b5e3c);
}

/* Hücreler */
.product-spec-table td {
  padding: 20px 22px;
  vertical-align: middle;
  border-bottom: 1px solid #f3f3f3;
  transition: all 0.25s ease;
}


/* Son satır border kaldır */
.product-spec-table tr:last-child td {
  border-bottom: none;
}

/* Sol taraf */
.product-spec-table td:first-child {
  width: 70%;
  color: #444;
  font-size: 15px;
  line-height: 1.5;
}

/* Sağ taraf (değerler) */
.product-spec-table td:last-child {
  width: 30%;
  text-align: right;
  font-size: 22px;
  font-weight: 600;
  background: linear-gradient(90deg, #8b5e3c, #c6a27a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Başlık */
.product-spec-table strong {
  font-weight: 600;
  color: #1f1f1f;
  letter-spacing: 0.2px;
}

/* İngilizce açıklama */
.product-spec-table span {
  display: block;
  font-size: 13px;
  color: #9a9a9a;
  margin-top: 4px;
}

/* Küçük yazılar */
.product-spec-table small {
  font-size: 12px;
  color: #b5b5b5;
}

/* Satır ayırıcı hover line (ince efekt) */
.product-spec-table tr {
  position: relative;
}

.product-spec-table tr::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: linear-gradient(90deg, #c6a27a, transparent);
  transition: width 0.3s ease;
}

.product-spec-table tr:hover::after {
  width: calc(100% - 40px);
}

/* Mobil */
@media (max-width: 768px) {
  .product-spec-table td {
    display: block;
    width: 100%;
    text-align: left !important;
  }

  .product-spec-table td:last-child {
    font-size: 20px;
    margin-top: 6px;
    margin-bottom: 14px;
  }
}
