.hm79-filter-panel{position:relative;margin:18px 0 12px;border:1px solid #dce7e2;border-radius:18px;background:#fff;box-shadow:0 12px 32px rgba(15,35,31,.055);overflow:visible}
.hm79-filter-panel>summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;cursor:pointer;list-style:none;color:#0b1f37;user-select:none}
.hm79-filter-panel>summary::-webkit-details-marker{display:none}
.hm79-filter-panel>summary>span{display:grid;grid-template-columns:42px auto;grid-template-rows:auto auto;align-items:center;column-gap:12px}
.hm79-filter-panel>summary i{grid-row:1/3;display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#e9f8f1;color:#067a50}
.hm79-filter-panel>summary b{font-size:17px;line-height:1.25}
.hm79-filter-panel>summary small{margin-top:2px;color:#637387;font-size:13px;font-weight:500}
.hm79-filter-panel>summary em{display:inline-flex;align-items:center;min-height:34px;padding:0 13px;border-radius:999px;background:#eef9f4;color:#067a50;font-size:13px;font-style:normal;font-weight:750;white-space:nowrap}
.hm79-filter-panel[open]>summary{border-bottom:1px solid #e6eeea;background:linear-gradient(120deg,#fff,#f7fcf9)}
.hm79-filter-form{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:18px 20px 20px}
.hm79-filter-section{position:relative;min-width:0;padding:16px;border:1px solid #e4ece8;border-radius:15px;background:#fbfdfc;overflow:visible}
.hm79-filter-section:focus-within{z-index:30}
.hm79-filter-section .hm-smart-wrap.open{z-index:40}
.hm79-filter-section .hm-smart-menu{z-index:50}
.hm79-filter-section--full,.hm79-filter-actions{grid-column:1/-1}
.hm79-filter-section h2{display:flex;align-items:center;gap:8px;margin:0 0 13px;color:#17243a;font-size:15px;line-height:1.25}
.hm79-filter-section h2 i{color:#078a5b}
.hm79-filter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.hm79-filter-grid--dynamic{grid-template-columns:repeat(3,minmax(0,1fr))}
.hm79-field{display:flex;min-width:0;flex-direction:column;gap:7px;color:#35445b;font-size:12px;font-weight:750}
.hm79-field--wide{grid-column:1/-1}
.hm79-field input,.hm79-field select,.hm79-category-cascade select{width:100%;min-height:45px;padding:0 13px;border:1px solid #d7e2dd;border-radius:11px;background:#fff;color:#142238;font:600 14px/1.2 inherit;outline:0;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}
.hm79-field input::placeholder{color:#8b98aa;font-weight:500}
.hm79-number-range{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.hm79-number-range>span{grid-column:1/-1}
.hm79-number-range label{min-width:0}
.hm79-category-cascade{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.hm79-category-level{display:flex;min-width:0;flex-direction:column;gap:6px;color:#425168;font-size:12px;font-weight:750}
.hm79-category-level small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.hm79-filter-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:2px}
.hm79-filter-actions a,.hm79-filter-actions button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:45px;padding:0 20px;border-radius:11px;font:750 14px/1 inherit;text-decoration:none;cursor:pointer}
.hm79-filter-actions a{border:1px solid #d9e4df;background:#fff;color:#526174}
.hm79-filter-actions button{border:1px solid #078a5b;background:#078a5b;color:#fff;box-shadow:0 8px 20px rgba(7,138,91,.18)}
.hm79-filter-actions button:hover{background:#066f49}

/* Kategori şeritleri hem mobil hem masaüstünde görünür kaydırma izi bırakmaz. */
.hm71-collection-tabs{scrollbar-width:none;-ms-overflow-style:none}
.hm71-collection-tabs::-webkit-scrollbar{display:none;width:0;height:0}

@media(max-width:900px){
  .hm79-filter-form{grid-template-columns:1fr}
  .hm79-filter-section,.hm79-filter-section--full,.hm79-filter-actions{grid-column:1}
  .hm79-filter-grid--dynamic{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hm79-category-cascade{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .hm71-collection-tabs{margin-inline:0;padding:2px 2px 8px;scroll-padding-left:2px;overscroll-behavior-inline:contain}
  .hm71-collection-tabs>a:first-child{margin-left:0;flex:0 0 auto}
  .hm79-filter-panel{margin:14px 0;border-radius:15px;overflow:visible}
  .hm79-filter-panel>summary{padding:14px;gap:8px}
  .hm79-filter-panel>summary>span{grid-template-columns:38px auto;column-gap:9px}
  .hm79-filter-panel>summary i{width:38px;height:38px;border-radius:11px}
  .hm79-filter-panel>summary b{font-size:15px}
  .hm79-filter-panel>summary small{display:none}
  .hm79-filter-panel>summary em{min-height:30px;padding:0 10px;font-size:11px}
  .hm79-filter-form{gap:12px;padding:13px}
  .hm79-filter-section{padding:13px;border-radius:13px}
  .hm79-filter-grid,.hm79-filter-grid--dynamic,.hm79-category-cascade{grid-template-columns:1fr}
  .hm79-field--wide{grid-column:1}
  .hm79-filter-actions{position:sticky;bottom:calc(72px + env(safe-area-inset-bottom));z-index:3;display:grid;grid-template-columns:1fr 1.35fr;padding:10px;border:1px solid #dfe9e4;border-radius:14px;background:rgba(255,255,255,.96);box-shadow:0 10px 28px rgba(14,37,31,.14);backdrop-filter:blur(10px)}
  .hm79-filter-actions a,.hm79-filter-actions button{min-height:46px;padding:0 10px;font-size:13px}
}
