.fiessler-breadcrumb {
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 60px;
  font-size: 13px;
  border-bottom: 1px solid #e5e7eb;
}

.fiessler-breadcrumb a {
  color: #64748b;
  text-decoration: none;
  transition: color 0.2s;
}

.fiessler-breadcrumb a:hover {
  color: var(--primary);
}

.fiessler-breadcrumb .separator {
  color: #94a3b8;
  margin: 0 8px;
  user-select: none;
}

.fiessler-breadcrumb > span:last-of-type {
  color: #0f172a;
  font-weight: 500;
}

.fiessler-hero {
  margin-top: 0;
  padding: 20px 60px 32px 60px;
  background: linear-gradient(120deg, #0b102a, #0e143d);
  color: white;
}

.fiessler-products {
  padding: 80px 60px;
}

.fiessler-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

/* KART + ALT LİSTE */
.fiessler-item {
  display: flex;
  flex-direction: column;
}

/* KART */
.fiessler-card {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
}

.fiessler-card:hover {
  border-color: var(--primary);
}

.fiessler-img {
  height: 120px;
  margin-bottom: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

/* ALT ÜRÜN LİSTESİ */
.product-box {
  display: none;
  background: #0a0f47;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  margin-top: -6px;
}

.product-box a {
  display: block;
  padding: 12px 18px;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 3px solid rgba(255,255,255,0.45);
}

.product-box a:last-child {
  border-bottom: none;
}

.product-box a:hover {
  background: #070b33;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .fiessler-breadcrumb,
  .fiessler-hero,
  .fiessler-products {
    padding-left: 30px;
    padding-right: 30px;
  }
}
