.kahveler-body {
      background-image: linear-gradient(#0f121f42, #0e112041), var(--backgroundimage);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      min-height: 100vh;
      margin: 0;
      padding: 0;
      color: #5e3b1e;
      font-family: 'Poppins', sans-serif;
    }
    .kahve-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 32px 12px 0 12px;
    }
    .kahve-title {
      text-align: center;
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 24px;
      color: #e6e5e5;
      letter-spacing: 0.5px;
    }
    .kahve-toolbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 2px 8px #0001;
      padding: 16px 24px;
      margin-bottom: 24px;
      flex-wrap: wrap;
    }
    .kahve-toolbar .kahve-count {
      font-size: 1.1rem;
      color: #613b3b;
    }
    .kahve-toolbar .kahve-sort {
      font-size: 1rem;
      border: 1px solid #eee;
      border-radius: 6px;
      padding: 6px 12px;
      background: #f7f7f7;
      color: #613b3b;
      cursor: pointer;
    }
    .kahve-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 32px;
      justify-items: center;
      align-items: stretch;
    }
    .kahve-card {
      background: #ffffffea;
      border-radius: 14px;
      box-shadow: 0 4px 16px #0001;
      padding: 18px 16px 16px 16px;
      display: flex;
      flex-direction: column;
      align-items: center;
      transition: box-shadow 0.2s;
      position: relative;
      min-height: 420px;
    }
    .kahve-card:hover {
      box-shadow: 0 8px 24px #31313140;
    }
    .kahve-img {
      width: 140px;
      height: 180px;
      object-fit: contain;
      border-radius: 8px;
      margin-bottom: 12px;
    }
    .kahve-name {
      font-size: 1.1rem;
      font-weight: 600;
      color: #613b3b;
      margin-bottom: 6px;
      text-align: center;
    }
    .kahve-type {
      font-size: 0.95rem;
      color: #8b6749;
      margin-bottom: 10px;
      text-align: center;
    }
    .kahve-prices {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px;
      flex-wrap: wrap;
      justify-content: center;
    }
    .kahve-discount {
      background: #b12704;
      color: #fff;
      font-size: 0.95rem;
      font-weight: 700;
      border-radius: 6px;
      padding: 4px 10px;
      margin-right: 4px;
    }
    .kahve-oldprice {
      font-size: 1rem;
      color: #888;
      text-decoration: line-through;
    }
    .kahve-price {
      font-size: 1.2rem;
      font-weight: 700;
      color: #b12704;
    }
    .kahve-actions {
      display: flex;
      flex-direction: column;
      gap: 8px;
      width: 100%;
      margin-top: auto;
    }
    .kahve-btn {
      width: 100%;
      padding: 10px 0;
      border-radius: 8px;
      border: none;
      font-size: 1rem;
      font-weight: 600;
      cursor: pointer;
      transition: background 0.2s;
    }
    .kahve-btn.incele {
      background: #222222d0;
      color: #fff;
      margin-bottom: 4px;
    }
    .kahve-btn.incele:hover {
      background: #b12704;
    }
    .kahve-btn.sepete {
      background: #b12704d3;
      color: #fff;
    }
    .kahve-btn.sepete:hover {
      background: #d41717;
    }
    .kahve-kutu-bg {
  background: #f8f8f8f5;
  border-radius: 32px;
  box-shadow: 0 8px 32px #b1270420;
  padding: 48px 32px;
  margin: 0 auto 32px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 320px;
  min-height: 320px;
  max-width: 1400px;
  transition: max-width 0.3s, min-height 0.3s;
}

.kahve-grid-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kahve-grid {
  display: grid;
  gap: 32px;
  justify-items: center;
  align-items: stretch;
  /* Varsayılan 4'lü */
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  transition: max-width 0.3s, grid-template-columns 0.3s;
}

/* Responsive */
@media (max-width: 1200px) {
  .kahve-kutu-bg {
    padding: 32px 12px;
    max-width: 98vw;
  }
  .kahve-grid {
    gap: 18px;
    max-width: 900px;
  }
}
@media (max-width: 900px) {
  .kahve-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 500px;
  }
  .kahve-kutu-bg {
    padding: 18px 4px;
  }
}
@media (max-width: 600px) {
  .kahve-grid {
    grid-template-columns: 1fr;
    max-width: 98vw;
  }
  .kahve-kutu-bg {
    padding: 8px 2vw;
    border-radius: 18px;
  }
}
    @media (max-width: 900px) {
      .kahve-container {
        padding: 18px 2vw 0 2vw;
      }
      .kahve-grid {
        gap: 18px;
      }
      .kahve-card {
        min-height: 340px;
        padding: 12px 8px 12px 8px;
      }
      .kahve-img {
        width: 100px;
        height: 120px;
      }
    }
    @media (max-width: 600px) {
      .kahve-container {
        padding: 8px 1vw 0 1vw;
      }
      .kahve-title {
        font-size: 1.2rem;
      }
      .kahve-toolbar {
        flex-direction: column;
        gap: 8px;
        padding: 10px 8px;
      }
      .kahve-grid {
        grid-template-columns: 1fr;
        gap: 12px;
      }
      .kahve-card {
        min-height: 220px;
        padding: 8px 2vw 8px 2vw;
      }
      .kahve-img {
        width: 80px;
        height: 80px;
      }
    }