.search-box-wrapper {
      margin-bottom: 15px;
    }
    .select2-container .select2-selection--single {
      height: 42px !important;
      border-radius: 8px;
      border: 1px solid #ccc;
      padding: 8px 12px;
    }
    .select2-selection__rendered {
      line-height: 26px !important;
      font-size: 14px;
    }
    .select2-selection__arrow {
      height: 36px !important;
      right: 6px !important;
    }
  


    
    :root{
      --brand:#1E5BA9;
      --ink:#222; 
      --brand-weak:#5BA9FF;
      --line:#ddd; 
      --muted:#777; 
      --bg:#fff;
      --chip:#f1f1f1;
    }
    *{box-sizing:border-box}
    body{padding-bottom:80px;margin:0;background:var(--bg);color:var(--ink);font:14px/1.45 system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial}
    a{color:inherit;text-decoration:none}
    .wrap{max-width:1200px;margin:0 auto;padding:16px}
    header{display:flex;align-items:center;gap:16px;margin-bottom:16px}
    header .logo img{height:36px;width:auto}
    header h1{font-size:18px;margin:0;color:var(--muted);font-weight:600}
    .scroll-hint{display: none;font-weight: 100}
    .layout{display:grid;grid-template-columns:260px 1fr;gap:16px}
    @media (max-width:980px){.layout{grid-template-columns:1fr}}

    .filters{border:1px solid var(--line);border-radius:10px;padding:12px;background:#fff;position:sticky;top:12px}
    .filters h3{margin:8px 0 12px;font-size:15px}
    .filter{margin-bottom:14px}
    .filter label{display:block;font-size:12px;color:var(--muted);margin-bottom:6px}
    .filter select,.filter input{width:100%;padding:8px;border:1px solid var(--line);border-radius:8px;background:#fff}
    .filter .row{display:flex;gap:8px}
    .filter .row input{flex:1}

    .filter-toggle{
      display:none;
      margin-bottom:12px;
      padding:10px 14px;
      border:0;border-radius:8px;
      background:var(--brand);color:#fff;font-weight:700;
      cursor:pointer;
    }
    .score-badge{display: none;}
    .list{border:1px solid var(--line);border-radius:10px;background:#fff;overflow:hidden}
    .list .thead,
    .list .row {
      display: grid;
      grid-template-columns:
      minmax(280px, 2fr)  /* Ürün Adı */
      140px                /* Fiyat */
      120px                /* Ekran Boyutu */
      160px                /* Çözünürlük */
      120px                /* Ses Gücü */
      90px;                /* Puan */
      align-items: center;
    }
    .list .cell.scorewrap {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
    }

    .list .thead{background:#fafafa;font-weight:600;border-bottom:1px solid var(--line)}
    .list .thead div{padding:10px 12px;font-size:13px;color:#555}
    .list .row{border-bottom:1px solid var(--line)}
    .list .row:nth-child(even){background:var(--row)}
    .cell{padding:10px 12px}

    .namecell{display:flex;gap:12px;align-items:center}
    .namecell .thumb{flex:0 0 72px; width: 120px;display:flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden}
    .namecell .thumb img{max-width:100%;max-height:100%}
    .meta .title{font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    .meta .vtag{display:inline-block;margin-top:4px;padding:3px 8px;border-radius:999px;background:var(--chip);font-size:12px;color:#444}

    .price strong{display:block;font-size:14px}
    .chip{display:inline-block;padding:5px 8px;border-radius:8px;background:var(--chip);font-size:12px;font-weight:600}
    .muted{color:var(--muted)}

    .scorewrap{display:flex;justify-content:center}
    .score{--p:0;width:70px;height:70px;border-radius:50%;background:conic-gradient(var(--brand) calc(var(--p)*1%), var(--brand-weak) 0);display:flex;align-items:center;justify-content:center;}
    .score span{width:54px;height:54px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;}

    .pager{display:flex;justify-content:center;gap:6px;padding:14px;margin-top:20px;}
    .pager a,.pager span{min-width:34px;height:34px;border:1px solid #ddd;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 10px;font-size:14px;background:#fff;}
    .pager .active{background:var(--brand);border-color:var(--brand);color:#fff;font-weight:600;}

    .topnav{background:#fff;border-bottom:1px solid #eee;box-shadow:0 1px 4px rgba(0,0,0,.05);position:sticky;top:0;z-index:1000;}
    .topnav .container{width:1200px;padding:8px 16px;display:flex;align-items:center;justify-content:space-between;}
    .brand{display:flex;align-items:center;gap:8px;font-weight:700;color:#222;font-size:15px;text-decoration:none;}
    .brand img{display:block}
    .menu-toggle{display:none;font-size:22px;background:none;border:0;cursor:pointer;margin-left:auto;}
    @media(max-width:768px){
      .menu-toggle{display:block}
      .topnav nav{display:none;position:absolute;top:56px;right:12px;background:#fff;border:1px solid #eee;border-radius:8px;padding:10px;box-shadow:0 2px 6px rgba(0,0,0,.1);}
      .topnav nav ul{flex-direction:column;gap:10px}
      .topnav.open nav{display:block}
    }

    .compare-bar{position:fixed;bottom:0;left:0;right:0;background:var(--brand);color:#fff;display:flex;align-items:center;padding:8px 16px;z-index:1000;box-shadow:0 -2px 6px rgba(0,0,0,0.2);}
    .compare-items{display:flex;flex:1;gap:8px}
    .compare-items img{width:40px;height:60px;object-fit:contain;border:1px solid #fff;border-radius:4px;background:#fff;padding:2px;}
    .compare-btn,.compare-clear{margin-left:8px;padding:6px 12px;border:none;border-radius:4px;cursor:pointer;}
    .compare-btn{background:#fff;color:var(--brand);font-weight:bold;}
    .compare-clear{background:#333;color:#fff;}
    .compare-btn .compare-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:var(--brand);color:#fff;font-size:16px;font-weight:bold;}
    .compare-btn.active{color:#2e7d32;font-weight:600;}
    .compare-btn.active .compare-icon{background:#2e7d32;}
    @media (max-width:980px){
      .scroll-hint{display:flex;align-items:center;justify-content:center;gap:8px;position:sticky;top:62px;z-index:20;margin:0 0 8px;padding:10px 12px;background:var(--brand);border:1px solid #BFDFFF;border-radius:10px;color:var(--chip);font-size:14px;font-weight:800;box-shadow:0 2px 8px rgba(0,0,0,.06)}
      .filter-toggle{display:block}
      .filters{display:none;position:static;margin-bottom:16px}
      .filters.open{display:block}
    }
    .namecell .thumb {
      flex: 0 0 90px;
      width: 120px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #fff;
      overflow: hidden;
    }
    .namecell .thumb img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    .list .thead,
    .list .row {
      display: grid;
      grid-template-columns: minmax(280px, 2fr) /* Ürün Adı */ 
      130px /* Fiyat */ 
      80px /* Ekran Boyutu */ 
      150px /* Çözünürlük */ 
      110px /* Ses Gücü */ 
      80px;
      align-items: center;
    }

    .cell.scorewrap {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding-right: 8px;
    }
    .score {
      --p: 0;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: conic-gradient(var(--brand) calc(var(--p)*1%), var(--brand-weak) 0);
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .score span {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 15px;
    }
    @media (max-width: 980px) {
      .list {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        position: relative;
      }
      .list::-webkit-scrollbar { display: none; }

      .list .thead, .list .row {
        display: flex;
        min-width: 1175px; /* tablo genişliği */
      }
      .list .thead div,
      .list .row .cell {
        flex: 0 0 auto;
        min-width: 120px;
        white-space: nowrap;
      }
      .list .thead div:first-child,
      .list .row .cell:first-child {
        min-width: 465px; /* Ürün Adı sütunu geniş */
      }
    }
/* --- SADECE MOBİLDE PUANLAR GÖRÜNSÜN (resmin üstünde) --- */
@media (max-width: 980px) {
  .cell.scorewrap { display: none !important; }

  .namecell .thumb::after {
    content: attr(data-score);
    position: absolute;
    top: 6px;
    right: 6px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 13px;
    color: #222;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    z-index: 3;
  }

  .namecell .thumb::before {
    content: '';
    position: absolute;
    top: 6px;
    right: 6px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    /* background: #fff; */
    z-index: 2;
  }
}
/* --- Mobilde thead "Puan" başlığını gizle --- */
@media (max-width: 980px) {
  .list .thead div:last-child {
    display: none !important;
  }
}

/* --- Mobilde puanı resmin sağ üstüne getir --- */
@media (max-width: 980px) {
  .namecell .thumb {
    position: relative;
  }

  .namecell .score-badge {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: conic-gradient(var(--brand) calc(var(--p, 0) * 1%), var(--brand-weak) 0);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
    color: #000;
    z-index: 10;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  }

  .namecell .score-badge::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    z-index: -1;
  }
}
/* Mobilde başlık satır satır görünsün */
@media (max-width: 980px) {
  .meta .title {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: unset;
    line-height: 1.4;
    word-break: break-word;
    max-width: 195px;
  }
}

/* 781px–1100px arası düzenleme */
@media (min-width: 781px) and (max-width: 1100px) {
  .list .row {
    grid-template-columns:
    minmax(260px, 2fr)  /* Ürün Adı */
    120px               /* Fiyat */
    100px               /* Ekran Boyutu */
    130px               /* Çözünürlük */
    100px               /* Ses Gücü */
    80px;               /* Puan */
  }

  .namecell {
    flex-wrap: wrap;
  }

  .compare-btn {
    margin-top: 6px;
    margin-left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .cell.price {
    white-space: nowrap;
  }
}
.brand-list {
    max-height: 300px; /* çok marka varsa scroll */
    overflow-y: auto;
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 8px;
    background: #fafafa;
}

.brand-item {
    display: block;
    padding: 6px 0;
    font-size: 15px;
    cursor: pointer;
}

.brand-item input {
    margin-right: 8px;
    cursor: pointer;
}
/* Checkbox filtre container */
.checkbox-group {
    border: 1px solid #ddd;
    background: #fafafa;
    padding: 12px;
    border-radius: 8px;
    max-height: 260px;
    overflow-y: auto;
}

/* Her bir satır */
.checkbox-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
    font-size: 14px;
    cursor: pointer;
}

/* Checkbox'ın kendisi */
.checkbox-row input[type="checkbox"] {
    width: auto !important;
    height: auto !important;
    margin: 0;
}
.sort-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-weight: 600;
    cursor: pointer;
    color: #444;
    text-decoration: none;
    position: relative;
}

/* Pasif ikon (hover olmadan gizli) */
.sort-icon {
    opacity: 0;
    font-size: 12px;
    transition: opacity 0.2s;
    color: #999;
}

/* Hover olduğunda ikon göster */
.sort-link:hover .sort-icon {
    opacity: 1;
}

/* Aktif sıralama (ikon her zaman görünür ve renkli) */
.sort-icon.active {
    opacity: 1 !important;
    color: var(--brand, #0A74DA);
    font-weight: bold;
}
.seo-content {
  max-width: 900px;
  margin: 40px auto 0;
  padding: 24px 28px;
  background: #fafafa;
  border-top: 1px solid #eee;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

.seo-content h2 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #222;
}

.seo-content h3 {
  font-size: 15px;
  margin: 18px 0 8px;
  color: #333;
}

.seo-content p {
  margin-bottom: 10px;
}

.seo-content ul {
  margin: 8px 0 0 18px;
  padding: 0;
}

.seo-content li {
  margin-bottom: 6px;
  font-size: 13.5px;
}

/* Mobilde daha da kompakt */
@media (max-width: 768px) {
  .seo-content {
    padding: 18px 16px;
    font-size: 13.5px;
  }

  .seo-content h2 {
    font-size: 16px;
  }

  .seo-content h3 {
    font-size: 14px;
  }
}

.listing-intro{margin:0 0 20px;padding:22px 24px;border:1px solid #e8e8e8;border-radius:16px;background:#fff;box-shadow:0 5px 18px rgba(0,0,0,.035)}.listing-intro h1{margin:0 0 8px;font-size:26px;line-height:1.25}.listing-intro p{margin:0;max-width:850px;color:#666;line-height:1.6}@media(max-width:640px){.listing-intro{padding:18px}.listing-intro h1{font-size:22px}}
