.prod-card .media {
  overflow: hidden;
}

.prod-card .media img {
  transition: transform .35s ease;
}

.prod-card:hover .media img {
  transform: scale(1.12);
}


/* Sayfa geçiş efekti */
body {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

body.loaded {
  opacity: 1;
  transform: translateY(0);
}

/* Link tıklanınca küçük fade out */
.fade-out {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* ========= Temel deÃ„Å¸iÃ…Å¸kenler ve genel ========= */
:root{
  --brown:#6b4f3a;
  --brown-ink:#2b1f19;
  --gold:#c8a97e;
  --sand:#f6f2ec;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  body { font-family: 'Nunito Sans', sans-serif; }

}
/* fixed-top header iÃƒÂ§in ÃƒÂ¼st boÃ…Å¸luk */
main.site-main{/* padding-top:76px; */}



/* BÃƒÂ¶lÃƒÂ¼m iskeleti */
.section {
  padding: 20px 0;
  background: #f7f7f7;
}

.section.alt {
  background: url('../../images/coffebg.png') repeat;
  background-size: 410px auto;
  animation: move-bg 20s linear infinite;
}

/* Arka planın hareketi */
@keyframes move-bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 200px 0; /* Sağa doğru hareket */
  }
}
.script{font-family:"Great Vibes",cursive;color:var(--brown);font-size:clamp(22px,3vw,30px)}
.divider{width:120px;height:2px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}

/* Butonlar */
.btn-brown{background:var(--brown);color:#fff;border:0;height: 43px;width: 167px;}
.btn-brown:hover{filter:brightness(.92)}
.btn-outline-brown{border:1px solid var(--brown);color:var(--brown);background:#fff}
.btn-outline-brown:hover{background:var(--brown);color:#fff}

/* Formlar */
.form-control{background:#fff;border:1px solid #e6e0d9}
.form-control:focus{border-color:var(--brown);box-shadow:0 0 0 .2rem rgba(107,79,58,.12)}

/* ====== Kategori ikon barÃ„Â± ====== */
.cat-icons .cat-box{
  width:160px;
  height:118px;
  background:#fff;
  border:1px solid #ddd;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  cursor:pointer;
  transition:.25s ease;
  box-shadow:0 4px 12px rgba(0,0,0,.05)
}
.cat-icons .cat-box i{font-size:34px;color:#333;opacity:.85}
.cat-icons .cat-box p{margin:0;font-weight:600;font-size:.95rem;color:#444}
.cat-icons .cat-box:hover,.cat-icons .cat-box.active{background:#f6f2ec;border-color:#c8a97e}
.cat-icons .cat-box:hover i,.cat-icons .cat-box.active i{color:#2b1f19;opacity:1}
.cat-icons .cat-box:hover p,.cat-icons .cat-box.active p{color:#2b1f19}


/* ======== ÜRÜNLER SAYFASI STİLLERİ (flat, modern, no radius) ======== */
.prod-toolbar{
  display:flex; gap:16px; align-items:center; flex-wrap:wrap;
  margin-bottom:18px;
}
.prod-toolbar .input-wrap{
  position:relative; flex:1 1 360px; min-width:260px;
}
.prod-toolbar .input-wrap i{ position:absolute; left:12px; top:50%; transform:translateY(-50%); opacity:.65; }
.prod-toolbar .input-wrap input{
  width:100%; padding:12px 42px 12px 38px; border:1px solid #e4e0da; outline:none;
  background:#fff; font-size:14px;
}
.prod-toolbar .input-wrap .clear-btn{
  position:absolute; right:8px; top:50%; transform:translateY(-50%); border:0; background:transparent; padding:6px; opacity:.6; cursor:pointer;
}
.prod-toolbar .input-wrap .clear-btn:hover{opacity:1}

.prod-toolbar .filters{ display:flex; gap:8px; flex-wrap:wrap; }
.prod-toolbar .filter-btn{
  border:1px solid #e4e0da; background:#fff; padding:10px 12px; font-weight:600; font-size:14px;
  letter-spacing:.1px; cursor:pointer; border-radius:0; transition:all .2s;
}
.prod-toolbar .filter-btn:hover{ background:#f9f6f1; }
.prod-toolbar .filter-btn.active{ background:#f6f2ec; border-color:#c8a97e; }

.prod-grid{ display:grid; grid-template-columns: repeat(4, minmax(220px, 1fr)); gap:16px; }
@media (max-width: 1200px){
  .prod-grid{ grid-template-columns: repeat(3, minmax(220px, 1fr)); }
}
@media (max-width: 900px){
  .prod-grid{ grid-template-columns: repeat(2, minmax(200px, 1fr)); }
}
@media (max-width: 520px){
  .prod-grid{ grid-template-columns: 1fr; }
}

.prod-card{
  border:1px solid #ece6de; background:#fff; display:flex; flex-direction:column;
  gap:0; border-radius:0; box-shadow:none; overflow:hidden; min-height:240px;
}
.prod-card .media{display:flex;align-items:center;justify-content:center;height: 400px;background:#faf8f5;border-bottom:1px solid #f0eae2;}
.prod-card .media img{max-width:80%;max-height: 280px;object-fit:contain;}
.prod-card .body{ padding:12px 12px 14px; }
.prod-card .title{ font-size:16px; font-weight:700; margin:0 0 6px; }
.prod-card .meta{ margin:0; display:flex; justify-content:space-between; font-size:13px; color:#6d655c; }
.prod-card .meta .code{ font-weight:700; }
.result-info{ margin-top:14px; color:#6b4f3a; font-weight:600; }



/* === Ürün Kartları (205x400px E-ticaret stili) === */
.product-card {
  width: 205px;
  height: 421px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  display: inline-block;
  margin: 10px;
  text-align: center;
}
.product-card:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.product-card img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  background: #fafafa;
}
.sc-body { padding: 10px; }
.sc-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #2b1f19;
  margin: 6px 0;
  line-height: 1.2em;
  height: 2.4em;
  overflow: hidden;
}
.sc-text {
  font-size: 0.85rem;
  color: #666;
  height: 2.6em;
  overflow: hidden;
}
.stars {
  color: #f2b01e;
  margin: 6px 0;
}
.btn-brown {
  background: #2b1f19;
  color: #fff;
  padding: 10px 12px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  transition: 0.3s;
}
.btn-brown:hover {
  background: #714b27;
}
.cat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 10px 0;
}
.cat-header h2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2b1f19;
}
.see-all-top {
  font-weight: 600;
  color: #5c3a1e;
  text-decoration: none;
}
.see-all-top:hover {
  text-decoration: underline;
}
/* === En Alt Hakkımızda Bölümü === */
.section.enalt {
  position: relative;
  width: 100%;
  height: 960px;
  background: url('../../images/bg.jpg') right bottom no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
}

/* Sol taraftaki görsel alanı */
.enalt-image {
  /* background-color: #fff; */
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.5s ease;
}

.enalt-image img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: scale(1);
  transition: transform 0.8s ease;
}

.enalt-image:hover img {
  transform: scale(1.08);
}

/* Sağ taraftaki yazı alanı */
.hakkimizda-text {
  color: #3b2a20;
  padding: 20px;
  text-align: left;
}

.hakkimizda-text h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #4b2e16;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  position: relative;
}

.hakkimizda-text h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #c89b68;
  margin-top: 10px;
  border-radius: 2px;
}

.hakkimizda-text p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #5a4b3a;
  margin-bottom: 15px;
}

.hakkimizda-text .vurgulu {
  font-weight: 600;
  color: #c89b68;
  font-style: italic;
}

/* Responsive ayarlar */
@media (max-width: 991px) {
  .hakkimizda-text {
    text-align: center;
  }

  .hakkimizda-text h2::after {
    margin: 10px auto;
  }
}
/* === İletişim Haritası Bölümü === */
#iletisim {
  background: linear-gradient(180deg, #f8f6f3, #efe9e1);
  padding: 0px 0 0 0;
}

.harita-kapsayici {
  width: 100%;
  height: 400px;
  border-top: 2px solid #e5ded6;
  box-shadow: 0 -2px 15px rgba(0,0,0,0.08);
  overflow: hidden;
  border-radius: 0;
}

.harita-kapsayici iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
/* === MENU SECTION === */
#menu {
 position: relative;
  width: 100%;
  height: 960px;
  background: url('../../images/bg.jpg') right bottom no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
}

.menu-subtitle {
  font-size: 0.95rem;
  letter-spacing: 2px;
  color: #c89b68;
  font-weight: 600;
}

.menu-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #4b2e16;
  margin-bottom: 30px;
}

/* === Filter Buttons === */
.menu-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
}

.filter-btn {
  background: transparent;
  border: 1px solid #d3c7b7;
  color: #4b2e16;
  font-weight: 600;
  font-size: 1rem;
  padding: 10px 25px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
  background: #4b2e16;
  color: #fff;
  border-color: #4b2e16;
}

/* === Product Grid === */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 35px;
}

.menu-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  text-align: left;
  box-shadow: 0 4px 18px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.menu-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.menu-item img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.menu-info {
  padding: 18px 22px;
  position: relative;
}

.menu-info h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #4b2e16;
  margin-bottom: 6px;
}

.menu-info .price {
  position: absolute;
  top: 18px;
  right: 22px;
  font-weight: 600;
  color: #c89b68;
}

.menu-info p {
  font-size: 0.95rem;
  color: #5a4b3a;
  line-height: 1.6;
  margin-top: 8px;
}

/* === Responsive === */
@media (max-width: 768px) {
  .menu-info h4 {
    font-size: 1.1rem;
  }
  .menu-title {
    font-size: 2.1rem;
  }
}




/* === ÜRÜN KARTLARI GÖRÜNÜRLÜK DÜZELTME === */
.kareport-container,
.product-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  width: 100%;
  padding: 40px 0;
  overflow: visible !important;
  min-height: auto !important;
}

.product-card {
  flex: 0 1 300px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  overflow: hidden;
  transition: all 0.3s ease;
}

.product-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.product-card:hover {
  transform: translateY(-5px);
}

/* === MOBİL UYUMLULUK === */
@media (max-width: 768px) {
  .kareport-container,
  .product-grid {
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding: 30px 10px;
  }

  .product-card {
    width: 90%;
  }

  .product-card img {
    width: 100%;
    height: auto;
  }
}


/* === ÜRÜN GRID DÜZENLEME === */
.product-grid, .kareport-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(235px, 0fr));
  gap: 0px;
  justify-items: center;
  padding: 10px 0;
  width: 100%;
}

.product-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 25px rgba(0,0,0,0.1);
}

.product-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}

.product-card h3 {
  font-size: 1.1rem;
  margin-top: 12px;
  color: #2a1d13;
}

.product-card p {
  font-size: 0.9rem;
  color: #5a4b3a;
  margin: 10px 20px;
  min-height: 45px;
}

.product-card .stars {
  color: #c89b68;
  font-size: 0.8rem;
  margin: 8px 0;
}

/* === BUTONLAR === */
.product-card .btn {
  display: inline-block;
  border: 1px solid #c89b68;
  color: #fbfbfb;
  text-decoration: none;
  padding: 8px 22px;
  border-radius: 20px;
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: 0.85rem;
}

.product-card .btn:hover {
  background: #c89b68;
  color: #fff;
}

/* === MOBİL === */
@media (max-width: 768px) {
  .product-grid, .kareport-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 30px 10px;
  }
  .product-card img {
    height: 200px;
  }
  .product-card .btn {
    padding: 10px 16px;
    font-size: 0.8rem;
    width: 140px;
  }
}
/* === FOOTER === */
.footer {
  background-color: #101020;
  color: #f8f5f2;
  text-align: center;
  padding: 60px 20px 30px;
  font-family: 'Poppins', sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 40px;
}

.footer-col h4 {
  font-size: 0.9rem;
  letter-spacing: 2px;
  color: #c89b68;
  margin-bottom: 15px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin: 8px 0;
}

.footer-col ul li a {
  text-decoration: none;
  color: #f8f5f2;
  font-size: 0.85rem;
  letter-spacing: 1px;
  transition: 0.3s ease;
}

.footer-col ul li a:hover {
  color: #c89b68;
}

.social-icons a {
  color: #f8f5f2;
  margin: 0 10px;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #c89b68;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.8rem;
  color: #ccc;
}

.footer-logo {
  height: 30px;
  opacity: 0.9;
}

/* === Responsive === */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }

  .footer-col h4 {
    margin-top: 20px;
  }
}


/* === HERO === */
.hero-about {
  position: relative;
  height: 30vh;
  background: url('../../images/about-hero.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-about .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-inner {
  color: #fff;
  text-align: center;
  z-index: 2;
}

.hero-inner h1 {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 2px;
}

.hero-inner p {
  font-size: 1.2rem;
  margin-top: 12px;
  color: #f4f4f4;
}

/* === ABOUT BLOCK === */
.about-section {
  padding: 100px 0;
  background: #fff;
}

.about-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 100px;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 40px;
}

.about-block.reverse {
  flex-direction: row-reverse;
}

.about-text {
  flex: 1;
}

.about-text h2 {
  font-size: 2.2rem;
  color: #4b2e16;
  margin-bottom: 20px;
}

.about-text p {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.7;
}

.about-img {
  flex: 1;
}

.about-img img {
  width: 50%;
  border-radius: 10px;
  /* box-shadow: 0 5px 25px rgba(0,0,0,0.1); */
  transition: transform 0.4s ease;
}

.about-img img:hover {
  transform: scale(1.04);
}

/* === RESPONSIVE === */
@media (max-width: 991px) {
  .hero-about {
    height: 60vh;
  }
  .hero-inner h1 {
    font-size: 2.4rem;
  }
  .about-block {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .about-block {
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
    padding-inline: 20px;
    margin-bottom: 60px;
  }
