/* ============ KATEGORİ PAGE ============ */
.kategori-page{
  padding-top:80px;
  background:#FBF7F0;
  min-height:100vh;
}

/* Hero banner */
.kat-hero{
  position:relative;
  padding:64px 0 80px;
  color:#fff;
  overflow:hidden;
}
.kat-hero-bg{
  position:absolute;inset:0;z-index:0;
  background-size:cover;background-position:center;
}
.kat-hero-inner{position:relative;z-index:1}

.breadcrumb-light{color:rgba(255,255,255,.85);margin-bottom:18px}
.breadcrumb-light a{color:rgba(255,255,255,.7)}
.breadcrumb-light a:hover{color:#fff}
.breadcrumb-light span{color:#fff;font-weight:600}
.breadcrumb-light i{color:rgba(255,255,255,.5)}

.kat-hero-eyebrow{
  display:inline-block;
  font-size:11px;font-weight:700;letter-spacing:2px;
  background:rgba(255,255,255,.15);
  border:1px solid rgba(255,255,255,.25);
  padding:6px 14px;border-radius:30px;
  margin-bottom:14px;
  color:#fff;
}
.kat-hero-title{
  font-size:48px;font-weight:800;letter-spacing:-1px;
  line-height:1.1;margin:0 0 14px;
  max-width:780px;
}
.kat-hero-sub{
  font-size:16px;line-height:1.6;opacity:.92;
  max-width:680px;margin-bottom:28px;
}
.kat-hero-stats{
  display:flex;flex-wrap:wrap;gap:10px;
}
.khs{
  display:inline-flex;align-items:center;gap:10px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  padding:10px 16px;border-radius:30px;
  font-size:13px;font-weight:600;
  backdrop-filter:blur(8px);
}
.khs i{color:#FFD7BA;font-size:13px}

/* Filter bar */
.kat-filter{
  display:flex;justify-content:space-between;align-items:center;
  background:#fff;border:1px solid #EBD9C0;border-radius:14px;
  padding:14px 20px;margin:-32px 0 26px;position:relative;z-index:2;
  box-shadow:0 8px 22px rgba(46,26,15,.06);
  flex-wrap:wrap;gap:14px;
}
.kat-filter-count{font-size:14px;color:#5F4533}
.kat-filter-count strong{color:#C2532A;font-weight:800;font-size:18px}
.kat-filter-sort{display:flex;align-items:center;gap:10px;font-size:13px;color:#6B4226}
.kat-filter-sort select{
  border:1px solid #EBD9C0;border-radius:8px;
  padding:8px 30px 8px 12px;font-size:13px;font-weight:600;
  color:#2E1A0F;background:#FFFCF6;cursor:pointer;
  font-family:inherit;
  appearance:none;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23C2532A'><path d='M7 10l5 5 5-5H7z'/></svg>");
  background-repeat:no-repeat;
  background-position:right 8px center;
  background-size:18px;
}
.kat-filter-sort select:focus{outline:none;border-color:#C2532A}

/* Grid */
.kat-grid{
  padding-bottom:60px;
}

/* Other categories grid */
.other-cats{
  display:grid;grid-template-columns:repeat(4,1fr);gap:16px;
}
.oc-card{
  background:#fff;border:1px solid #EBD9C0;border-radius:14px;overflow:hidden;
  text-decoration:none;color:inherit;
  transition:transform .25s, box-shadow .25s, border-color .25s;
  display:flex;flex-direction:column;
}
.oc-card:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 32px rgba(46,26,15,.08);
  border-color:#C2532A;
}
.oc-img{
  height:140px;
  background:#ddd center/cover no-repeat;
}
.oc-body{
  padding:16px;text-align:center;
  display:flex;flex-direction:column;align-items:center;gap:8px;
  position:relative;
}
.oc-icon{
  width:46px;height:46px;border-radius:50%;
  background:linear-gradient(135deg,#C2532A,#D9764B);
  color:#fff;font-size:18px;
  display:flex;align-items:center;justify-content:center;
  margin-top:-38px;
  border:3px solid #fff;
  box-shadow:0 6px 14px rgba(194,83,42,.3);
}
.oc-body h3{font-size:14px;font-weight:700;color:#2E1A0F;margin:0;line-height:1.3}
.oc-count{
  font-size:11px;color:#8B5E3C;font-weight:600;
  background:#FBEBD9;padding:3px 10px;border-radius:30px;
}

/* Responsive */
@media (max-width:1100px){
  .kat-hero-title{font-size:38px}
  .other-cats{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:820px){
  .kategori-page{padding-top:80px}
  .kat-hero{padding:42px 0 60px}
  .kat-hero-title{font-size:28px}
  .kat-hero-sub{font-size:14px}
  .khs{font-size:12px;padding:8px 12px}
  .kat-filter{flex-direction:column;align-items:stretch;margin-top:-24px}
  .kat-filter-sort{justify-content:space-between}
  .other-cats{grid-template-columns:1fr 1fr}
}
@media (max-width:520px){
  .other-cats{grid-template-columns:1fr 1fr;gap:12px}
  .kat-hero-title{font-size:24px}
}

/* Kategori zengin filtre çubuğu */
.kat-filter-rich{flex-wrap:wrap;gap:14px}
.kat-filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:14px;margin-left:auto}
.kf-field{display:flex;flex-direction:column;gap:5px}
.kf-field>label{font-size:12px;font-weight:600;color:#7a6a55;display:flex;align-items:center;gap:5px}
.kf-field>label i{color:#C2532A}
.kf-field select,.kf-price input{height:40px;border:1px solid #e6dccd;border-radius:10px;padding:0 12px;font-family:inherit;font-size:14px;background:#fff;color:#2E1A0F}
.kf-price{display:flex;align-items:center;gap:6px}
.kf-price input{width:90px}
.kf-reset{height:40px;align-self:flex-end;border:1px solid #e6dccd;background:#fff;border-radius:10px;padding:0 14px;font-family:inherit;font-size:13px;color:#7a6a55;cursor:pointer;display:flex;align-items:center;gap:6px}
.kf-reset:hover{background:#F4EEE4}
@media(max-width:760px){.kat-filters{width:100
/* Kategori zengin filtre çubuğu */
.kat-filter-rich{flex-wrap:wrap;gap:14px}
.kat-filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:14px;margin-left:auto}
.kf-field{display:flex;flex-direction:column;gap:5px}
.kf-field>label{font-size:12px;font-weight:600;color:#7a6a55;display:flex;align-items:center;gap:5px}
.kf-field>label i{color:#C2532A}
.kf-field select,.kf-price input{height:40px;border:1px solid #e6dccd;border-radius:10px;padding:0 12px;font-family:inherit;font-size:14px;background:#fff;color:#2E1A0F}
.kf-price{display:flex;align-items:center;gap:6px}
.kf-price input{width:90px}
.kf-reset{height:40px;align-self:flex-end;border:1px solid #e6dccd;background:#fff;border-radius:10px;padding:0 14px;font-family:inherit;font-size:13px;color:#7a6a55;cursor:pointer;display:flex;align-items:center;gap:6px}
.kf-reset:hover{background:#F4EEE4}
@media(max-width:760px){.kat-filters{width:100%;margin-left:0}.kf-field,.kf-price input{flex:1}}
