:root{
  --acke-bg:#f7f5f1;
  --acke-border:#e8e2da;
  --acke-text:#071d3a;
  --acke-muted:#777;
  --acke-accent:#df4f91;

  --acke-font:"Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  --acke-title-font:20px;
  --acke-parent-font:18px;
  --acke-item-font:16px;

  --acke-title-lh:30px;
  --acke-parent-lh:28px;
  --acke-item-lh:26px;

  /* Drawer vars */
  --acke-drawer-width: 88vw;
  --acke-drawer-max: 420px;
  --acke-overlay: rgba(0,0,0,.45);
  --acke-sticky-top: 0px;
  --acke-filterbar-height: 74px;
}

.acke-filter, .acke-filter *{ box-sizing:border-box !important; }

.acke-filter{
  font-family:var(--acke-font) !important;
  color:var(--acke-text) !important;
  background:var(--acke-bg) !important;
  border:1px solid var(--acke-border) !important;
  border-radius:12px !important;
  padding:14px !important;
  line-height:1.35 !important;
  overflow:visible !important;
}

.acke-filter button{
  appearance:none !important;
  -webkit-appearance:none !important;
  background:transparent !important;
  border:0 !important;
  padding:0 !important;
  margin:0 !important;
  box-shadow:none !important;
  text-transform:none !important;
  letter-spacing:normal !important;
  font:inherit !important;
  color:inherit !important;
}
.acke-filter ul, .acke-filter li{
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}
.acke-filter button:focus, .acke-filter button:focus-visible{
  outline:none !important;
  box-shadow:none !important;
}

/* ACCORDION */
.acke-filter .acke-acc{
  border:1px solid var(--acke-border) !important;
  background:#fff !important;
  border-radius:12px !important;
  margin:0 0 12px 0 !important;
  overflow:hidden !important;
}

.acke-filter .acke-acc__head{
  width:100% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:10px !important;
  padding:14px 14px !important;
  background:#fff !important;
  border:0 !important;
  cursor:pointer !important;
}

.acke-filter .acke-acc__title{
  font-weight:800 !important;
  font-size:var(--acke-title-font) !important;
  line-height:var(--acke-title-lh) !important;
  color:var(--acke-text) !important;
}

.acke-filter .acke-acc__chev{
  display:inline-flex !important;
  width:28px !important;
  height:28px !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:8px !important;
  border:1px solid var(--acke-border) !important;
  background:#fff !important;
  color:#333 !important;
  font-weight:900 !important;
  line-height:1 !important;
  transform:rotate(180deg);
  transition:.15s ease;
}
.acke-filter .acke-acc--open .acke-acc__chev{ transform:rotate(0deg); }

.acke-filter .acke-acc__body{
  border-top:1px solid var(--acke-border) !important;
  padding:10px 12px 12px 12px !important;
  background:#fff !important;
}

/* SCROLL LIST default (atributi) */
.acke-filter .acke-scroll{
  max-height:280px !important;
  overflow:auto !important;
  padding-right:6px !important;
}
.acke-filter .acke-scroll::-webkit-scrollbar{ width:8px; }
.acke-filter .acke-scroll::-webkit-scrollbar-track{ background:transparent; }
.acke-filter .acke-scroll::-webkit-scrollbar-thumb{
  background:#d8d8d8;
  border-radius:6px;
}

/* CATEGORIES: bez internog scrolla */
.acke-filter .acke-acc--cats .acke-scroll{
  max-height:none !important;
  overflow:visible !important;
  padding-right:0 !important;
}
.acke-filter .acke-acc--cats .acke-children[style],
.acke-filter .acke-acc--cats .acke-scroll[style],
.acke-filter .acke-acc--cats .acke-acc__body[style]{
  max-height:none !important;
  height:auto !important;
  overflow:visible !important;
}

/* CATEGORY TREE */
.acke-filter .acke-parent__row{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  padding:8px 6px !important;
}

.acke-filter .acke-parent__toggle{
  width:22px !important;
  height:22px !important;
  border-radius:6px !important;
  border:1px solid var(--acke-border) !important;
  background:#fff !important;
  cursor:pointer !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 auto !important;
  line-height:1 !important;
  transform: translateY(-1px) !important;
}
.acke-filter .acke-toggle__icon{
  font-weight:900 !important;
  color:#333 !important;
  line-height:1 !important;
  font-size:16px !important;
  transform: translateY(-1px) !important;
}

.acke-filter .acke-parent__select{
  cursor:pointer !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
}

.acke-filter .acke-parent__name{
  font-weight:800 !important;
  color:#111 !important;
  font-size:var(--acke-parent-font) !important;
  line-height:var(--acke-parent-lh) !important;
  text-transform:uppercase !important;
  letter-spacing:.2px !important;
}
.acke-filter .acke-parent.is-active-parent .acke-parent__name{
  color:var(--acke-accent) !important;
}

.acke-filter .acke-children{
  padding:6px 0 8px 34px !important;
  border-left:2px solid rgba(222,138,38,.20) !important;
  margin-left:10px !important;
}

/* ITEMS */
.acke-filter .acke-item{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  padding:7px 6px !important;
  cursor:pointer !important;
  user-select:none !important;
}

.acke-filter .acke-input{
  position:absolute !important;
  opacity:0 !important;
  pointer-events:none !important;
}

.acke-filter .acke-box{
  width:16px !important;
  height:16px !important;
  border-radius:4px !important;
  border:1px solid #cfcfcf !important;
  background:#fff !important;
  flex:0 0 auto !important;
}

.acke-filter .acke-item__name{
  font-size:var(--acke-item-font) !important;
  line-height:var(--acke-item-lh) !important;
  color:#333 !important;
  font-weight:500 !important;
}

.acke-filter .acke-children .acke-item__name{
  text-transform:uppercase !important;
  letter-spacing:.2px !important;
}

.acke-filter .acke-item.is-selected .acke-item__name{
  color:var(--acke-accent) !important;
  font-weight:800 !important;
}
.acke-filter .acke-item input:checked + .acke-box{
  background:var(--acke-accent) !important;
  border-color:var(--acke-accent) !important;
  box-shadow:0 0 0 3px rgba(222,138,38,.18) !important;
}

/* FILTER BAR */
.acke-filterbar{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
  padding:12px 14px !important;
  border:1px solid var(--acke-border) !important;
  border-radius:12px !important;
  background:#fff !important;
  font-family:var(--acke-font) !important;
}

.acke-filterbar__left{ flex:1 1 auto !important; min-width:0 !important; display:flex !important; align-items:center !important; gap:10px !important; }
.acke-filterbar__empty{ color:var(--acke-muted) !important; font-size:14px !important; }

.acke-chips{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:8px !important;
}

.acke-chip{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  padding:8px 10px !important;
  border:1px solid var(--acke-border) !important;
  border-radius:999px !important;
  background:var(--acke-bg) !important;
  color:var(--acke-text) !important;
  line-height:1 !important;
}

.acke-chip__label{ font-weight:700 !important; font-size:13px !important; color:#111 !important; }
.acke-chip__value{ font-weight:600 !important; font-size:13px !important; }

.acke-chip__x{
  appearance:none !important;
  -webkit-appearance:none !important;
  border:0 !important;
  background:transparent !important;
  cursor:pointer !important;
  font-size:18px !important;
  color:#444 !important;

  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:20px !important;
  height:20px !important;
  line-height:1 !important;
  transform: translateY(-2px) !important;
  padding:0 !important;
  margin:0 !important;
}
.acke-chip__x:hover{ color:#000 !important; }

/* BOJA u filter baru: vrijednost velikim slovima */
.acke-chip[data-chip-priority="boja"] .acke-chip__value{
  text-transform:uppercase !important;
  letter-spacing:.2px !important;
}

.acke-filterbar__right{
  display:flex !important;
  align-items:center !important;
  gap:14px !important;
  flex:0 0 auto !important;
}

.acke-count{ font-size:14px !important; color:#111 !important; white-space:nowrap !important; }

.acke-sort{
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  white-space:nowrap !important;
}
.acke-sort__label{ font-size:14px !important; color:#111 !important; font-weight:700 !important; }

.acke-sort__select{
  border:1px solid var(--acke-border) !important;
  border-radius:10px !important;
  padding:8px 10px !important;
  background:#fff !important;
  font:inherit !important;
  color:var(--acke-text) !important;
}

/* FILTER BUTTON (u filter baru) */
.acke-filterbar__filter{
  display:none !important; /* desktop hidden */
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  padding:10px 12px !important;
  border:1px solid var(--acke-border) !important;
  border-radius:10px !important;
  background:var(--acke-bg) !important;
  color:#111 !important;
  font-weight:800 !important;
  line-height:1 !important;
  cursor:pointer !important;
  white-space:nowrap !important;
}
.acke-filterbar__filter:active{ transform: translateY(1px); }

/* ELEMENTOR: (desktop) spriječi rezanje visine oko filtera */
.elementor-widget-container:has(.acke-filter),
.elementor-column:has(.acke-filter),
.elementor-container:has(.acke-filter){
  overflow:visible !important;
  height:auto !important;
  max-height:none !important;
  min-height:0 !important;
}

/* ---------------------------
   DRAWER / OFFCANVAS (Tablet + Mob)
   --------------------------- */

/* Overlay */
.acke-filter-overlay{
  position:fixed;
  inset:0;
  background:var(--acke-overlay);
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease;
  z-index:99998;
}

/* Scroll lock */
body.acke-filter-scrolllock{
  overflow:hidden !important;
}

/* Tablet/Mob */
@media (max-width: 1024px){

  .acke-filterbar__filter{
    display:inline-flex !important;
  }

  .acke-filter-holder{
    height:0 !important;
    min-height:0 !important;
    margin:0 !important;
    padding:0 !important;
    overflow:hidden !important;
  }

  .acke-filter.acke-filter--drawer{
    position:fixed !important;
    top:0 !important;
    right:0 !important;
    height:100vh !important;
    width:var(--acke-drawer-width) !important;
    max-width:var(--acke-drawer-max) !important;

    z-index:99999 !important;

    border-radius:16px 0 0 16px !important;
    border-left:1px solid var(--acke-border) !important;
    border-top:0 !important;
    border-right:0 !important;
    border-bottom:0 !important;

    padding:12px !important;
    background:#fff !important;

    transform:translateX(110%) !important;
    transition:transform .22s ease !important;

    overflow:hidden !important;
    display:flex !important;
    flex-direction:column !important;
  }

  .acke-filter__drawer-head{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    padding:6px 2px 10px 2px !important;
    border-bottom:1px solid var(--acke-border) !important;
    margin-bottom:10px !important;
    background:#fff !important;
    flex:0 0 auto !important;
  }

  .acke-filter__drawer-close{
    width:46px !important;
    height:46px !important;
    border-radius:12px !important;
    border:1px solid var(--acke-border) !important;
    background:var(--acke-bg) !important;
    font-size:28px !important;
    font-weight:900 !important;
    line-height:1 !important;
    cursor:pointer !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    color:#111 !important;
  }

  .acke-filter__drawer-body{
    flex:1 1 auto !important;
    overflow:auto !important;
    -webkit-overflow-scrolling:touch !important;
    padding-right:4px !important;
  }

  .acke-filter.acke-filter--drawer .acke-scroll{
    max-height:none !important;
  }

  html.acke-filter-drawer-open .acke-filter-overlay{
    opacity:1;
    pointer-events:auto;
  }
  html.acke-filter-drawer-open .acke-filter.acke-filter--drawer.acke-filter--drawer-open{
    transform:translateX(0) !important;
  }

  .acke-filter.acke-filter--drawer .acke-acc__head{
    padding:14px 12px !important;
  }
  .acke-filter.acke-filter--drawer .acke-item{
    padding:10px 6px !important;
  }
}

@media (min-width: 1025px){
  .acke-filter-overlay{ display:none !important; }
}

/* MOBILE */
@media (max-width: 767px){

  .acke-filterbar{
    justify-content:space-between !important;
    align-items:center !important;
    flex-wrap:nowrap !important;
    gap:10px !important;
  }

  .acke-filterbar__left .acke-chips,
  .acke-filterbar__left .acke-filterbar__empty{
    display:none !important;
  }

  .acke-filterbar__left{
    flex:0 0 auto !important;
    min-width:auto !important;
  }

  .acke-filterbar__right{
    flex:0 0 auto !important;
    gap:8px !important;
  }

  .acke-count,
  .acke-sort__label{
    display:none !important;
  }

  .acke-sort__select{
    width:auto !important;
    max-width:190px !important;
  }

  .acke-filterbar__filter{
    display:inline-flex !important;
    flex:0 0 auto !important;
  }
}

/* TABLET */
@media (min-width: 768px) and (max-width: 1024px){

  .acke-filterbar{
    flex-wrap:nowrap !important;
    align-items:center !important;
  }

  .acke-filterbar__left{
    min-width:0 !important;
  }

  .acke-chips{
    flex-wrap:nowrap !important;
    overflow:auto !important;
    white-space:nowrap !important;
    -webkit-overflow-scrolling:touch !important;
    gap:8px !important;
    padding-bottom:2px !important;
  }
  .acke-chip{ flex:0 0 auto !important; }

  .acke-count{
    display:inline-block !important;
  }

  .acke-filterbar__filter{
    display:inline-flex !important;
  }
}
/* ==========================================================
   POSTELJINE.ba MODERN FILTER STYLE v2.3.1
   Inspired by clean retail sidebar filter layout
   ========================================================== */

:root{
  --acke-bg:#ffffff;
  --acke-border:#ECECEC;
  --acke-text:#0a2541;
  --acke-muted:#6f7b8a;
  --acke-accent:#0a2541;
  --acke-font:"Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --acke-sticky-top:0px;
  --acke-filterbar-height:72px;
}

/* Sticky top filter/sort bar */
.acke-filterbar{
  position:sticky !important;
  top:var(--acke-sticky-top) !important;
  z-index:90 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  min-height:var(--acke-filterbar-height) !important;
  padding:18px 60px !important;
  border:0 !important;
  border-bottom:1px solid var(--acke-border) !important;
  border-radius:0 !important;
  background:#fff !important;
  box-shadow:0 1px 0 rgba(10,37,65,.02) !important;
  font-family:var(--acke-font) !important;
}

.acke-filterbar__left,
.acke-filterbar__right{
  display:flex !important;
  align-items:center !important;
}

.acke-filterbar__empty{
  color:var(--acke-text) !important;
  font-size:13px !important;
  line-height:18px !important;
  font-weight:400 !important;
  opacity:.70 !important;
}

.acke-count{
  color:var(--acke-text) !important;
  font-size:13px !important;
  line-height:18px !important;
  font-weight:400 !important;
}
.acke-count strong{
  font-weight:600 !important;
}

.acke-sort{
  gap:12px !important;
}
.acke-sort__label{
  color:var(--acke-text) !important;
  font-size:13px !important;
  line-height:18px !important;
  font-weight:400 !important;
}
.acke-sort__select{
  min-width:176px !important;
  height:44px !important;
  padding:0 40px 0 16px !important;
  border:1px solid #DDE3EA !important;
  border-radius:3px !important;
  background:#fff !important;
  color:var(--acke-text) !important;
  font-family:var(--acke-font) !important;
  font-size:13px !important;
  font-weight:400 !important;
  line-height:18px !important;
  box-shadow:none !important;
}

/* Active chips in top bar */
.acke-chips{
  gap:8px !important;
}
.acke-chip{
  min-height:34px !important;
  padding:8px 10px !important;
  border:1px solid #DDE3EA !important;
  border-radius:3px !important;
  background:#fff !important;
  color:var(--acke-text) !important;
}
.acke-chip__label,
.acke-chip__value{
  color:var(--acke-text) !important;
  font-size:12px !important;
  line-height:17px !important;
  font-weight:500 !important;
}
.acke-chip__x{
  color:var(--acke-text) !important;
  opacity:.65 !important;
}
.acke-chip__x:hover{
  opacity:1 !important;
}

/* Sidebar filter shell */
.acke-filter{
  position:sticky !important;
  top:calc(var(--acke-sticky-top) + var(--acke-filterbar-height) + 18px) !important;
  max-height:calc(100vh - var(--acke-sticky-top) - var(--acke-filterbar-height) - 36px) !important;
  overflow:auto !important;
  padding:24px 34px 24px 34px !important;
  background:#fff !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  font-family:var(--acke-font) !important;
  color:var(--acke-text) !important;
}
.acke-filter::-webkit-scrollbar{ width:6px; }
.acke-filter::-webkit-scrollbar-track{ background:transparent; }
.acke-filter::-webkit-scrollbar-thumb{ background:#DDE3EA; border-radius:999px; }

/* Accordion sections like reference */
.acke-filter .acke-acc{
  margin:0 !important;
  padding:0 !important;
  background:#fff !important;
  border:0 !important;
  border-bottom:1px solid var(--acke-border) !important;
  border-radius:0 !important;
  overflow:visible !important;
}

.acke-filter .acke-acc__head{
  min-height:40px !important;
  padding:12px 0 11px 0 !important;
  background:#fff !important;
  border:0 !important;
}

.acke-filter .acke-acc__title{
  color:#0a2541 !important;
  font-family:var(--acke-font) !important;
  font-size:12px !important;
  line-height:17px !important;
  font-weight:500 !important;
  letter-spacing:2.2px !important;
  text-transform:uppercase !important;
}

.acke-filter .acke-acc__chev{
  width:18px !important;
  height:18px !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  color:#0a2541 !important;
  font-size:14px !important;
  font-weight:500 !important;
  line-height:18px !important;
  transform:rotate(180deg) !important;
}
.acke-filter .acke-acc--open .acke-acc__chev{
  transform:rotate(0deg) !important;
}

.acke-filter .acke-acc__body{
  padding:2px 0 13px 0 !important;
  background:#fff !important;
  border-top:0 !important;
}

.acke-filter .acke-scroll{
  max-height:none !important;
  overflow:visible !important;
  padding-right:0 !important;
}

/* Parent categories */
.acke-filter .acke-parent{
  border:0 !important;
}
.acke-filter .acke-parent__row{
  min-height:34px !important;
  padding:5px 0 !important;
  gap:10px !important;
}
.acke-filter .acke-parent__toggle{
  width:16px !important;
  height:16px !important;
  border:1px solid #0a2541 !important;
  border-radius:2px !important;
  color:#0a2541 !important;
  background:#fff !important;
}
.acke-filter .acke-toggle__icon{
  color:#0a2541 !important;
  font-size:12px !important;
  font-weight:500 !important;
  transform:none !important;
}
.acke-filter .acke-parent__name{
  color:#0a2541 !important;
  font-family:var(--acke-font) !important;
  font-size:13px !important;
  line-height:20px !important;
  font-weight:400 !important;
  text-transform:none !important;
  letter-spacing:0 !important;
}
.acke-filter .acke-parent.is-active-parent .acke-parent__name,
.acke-filter .acke-parent__select.is-selected-parent .acke-parent__name{
  color:#0a2541 !important;
  font-weight:500 !important;
}
.acke-filter .acke-children{
  margin:0 !important;
  padding:4px 0 8px 0 !important;
  border-left:0 !important;
}

/* Checkbox rows inside opened filter */
.acke-filter .acke-item{
  min-height:30px !important;
  padding:4px 0 !important;
  gap:11px !important;
  align-items:center !important;
}
.acke-filter .acke-box{
  width:16px !important;
  height:16px !important;
  border:1px solid #0a2541 !important;
  border-radius:2px !important;
  background:#fff !important;
  box-shadow:none !important;
}
.acke-filter .acke-item__name,
.acke-filter .acke-children .acke-item__name{
  color:#0a2541 !important;
  font-family:var(--acke-font) !important;
  font-size:13px !important;
  line-height:20px !important;
  font-weight:400 !important;
  text-transform:none !important;
  letter-spacing:0 !important;
}
.acke-filter .acke-item.is-selected .acke-item__name{
  color:#0a2541 !important;
  font-weight:500 !important;
}
.acke-filter .acke-item input:checked + .acke-box{
  position:relative !important;
  background:#0a2541 !important;
  border-color:#0a2541 !important;
  box-shadow:none !important;
}
.acke-filter .acke-item input:checked + .acke-box::after{
  content:"" !important;
  position:absolute !important;
  left:4px !important;
  top:1px !important;
  width:5px !important;
  height:9px !important;
  border:solid #fff !important;
  border-width:0 2px 2px 0 !important;
  transform:rotate(45deg) !important;
}

/* Mobile/tablet drawer keeps the same clean style but not sticky */
@media (max-width:1024px){
  .acke-filterbar{
    top:0 !important;
    padding:12px 16px !important;
    min-height:62px !important;
  }
  .acke-filterbar__filter{
    display:inline-flex !important;
    height:40px !important;
    padding:0 14px !important;
    border:1px solid #DDE3EA !important;
    border-radius:3px !important;
    background:#fff !important;
    color:#0a2541 !important;
    font-size:13px !important;
    font-weight:500 !important;
  }
  .acke-filter.acke-filter--drawer{
    position:fixed !important;
    top:0 !important;
    max-height:none !important;
    padding:18px 24px !important;
    border-radius:0 !important;
  }
  .acke-filter__drawer-head{
    border-bottom:1px solid var(--acke-border) !important;
    margin-bottom:8px !important;
  }
  .acke-filter__drawer-close{
    border-radius:3px !important;
    color:#0a2541 !important;
  }
}

@media (max-width:767px){
  .acke-filterbar{
    padding:10px 12px !important;
  }
  .acke-sort__select{
    min-width:150px !important;
    max-width:170px !important;
    height:40px !important;
    font-size:12px !important;
  }
}

/* Price and status are normal accordion groups; keep status visually at the bottom. */
.acke-filter .acke-acc--price .acke-item__name,
.acke-filter .acke-acc--status .acke-item__name{
  color:#0a2541 !important;
}


/* ACKE v2.4.2 - cleaner accordion icons + category toggle on right */
.acke-filter .acke-acc__chev{
  position:relative !important;
  width:18px !important;
  height:18px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:0 !important;
  line-height:0 !important;
  color:transparent !important;
  transform:none !important;
}
.acke-filter .acke-acc__chev::before{
  content:"" !important;
  width:7px !important;
  height:7px !important;
  border-right:1.7px solid #0a2541 !important;
  border-bottom:1.7px solid #0a2541 !important;
  transform:rotate(45deg) translate(-1px,-1px) !important;
  transition:transform .18s ease !important;
}
.acke-filter .acke-acc--open .acke-acc__chev{
  transform:none !important;
}
.acke-filter .acke-acc--open .acke-acc__chev::before{
  transform:rotate(-135deg) translate(-1px,-1px) !important;
}

.acke-filter .acke-parent__row{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
}
.acke-filter .acke-parent__select{
  flex:1 1 auto !important;
  min-width:0 !important;
  text-align:left !important;
  justify-content:flex-start !important;
}
.acke-filter .acke-parent__toggle{
  order:2 !important;
  margin-left:auto !important;
  flex:0 0 18px !important;
}
.acke-filter .acke-parent__row.no-children .acke-parent__toggle{
  display:none !important;
}
.acke-filter .acke-parent__row.no-children{
  padding-right:18px !important;
}
.acke-filter .acke-toggle__icon{
  font-size:13px !important;
  line-height:16px !important;
}

/* ACKE v2.5.0 - Posteljine: category first, price slider, stronger sticky top bar */
:root{
  --acke-sticky-top:0px;
  --acke-filterbar-height:74px;
}

/* Sticky bar closer to the reference screenshot */
.acke-filterbar{
  position:sticky !important;
  top:var(--acke-sticky-top) !important;
  z-index:999 !important;
  width:100% !important;
  min-height:var(--acke-filterbar-height) !important;
  padding:18px 28px !important;
  margin:0 0 22px 0 !important;
  border-top:0 !important;
  border-left:0 !important;
  border-right:0 !important;
  border-bottom:1px solid #ECECEC !important;
  border-radius:0 !important;
  background:#fff !important;
}

.acke-filterbar__left{
  gap:22px !important;
}

.acke-filterbar__filter{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:12px !important;
  min-width:132px !important;
  height:48px !important;
  padding:0 18px !important;
  border:1px solid #DDE3EA !important;
  border-radius:3px !important;
  background:#fff !important;
  color:#0a2541 !important;
  font-family:var(--acke-font) !important;
  font-size:13px !important;
  font-weight:400 !important;
  line-height:18px !important;
  box-shadow:none !important;
}
.acke-filterbar__filter-ico{
  font-size:18px !important;
  line-height:18px !important;
  font-weight:500 !important;
}

/* On desktop allow hiding the sidebar filter; Elementor column width still depends on the page layout. */
@media (min-width:1025px){
  html.acke-filter-hidden .acke-filter{
    display:none !important;
  }
}

/* Price slider */
.acke-price-slider{
  --acke-price-min:0%;
  --acke-price-max:100%;
  padding:4px 0 6px 0 !important;
}
.acke-price-slider__values{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
  margin-bottom:16px !important;
  color:#0a2541 !important;
  font-family:var(--acke-font) !important;
  font-size:13px !important;
  line-height:18px !important;
  font-weight:500 !important;
}
.acke-price-slider__range-wrap{
  position:relative !important;
  height:28px !important;
  margin:0 2px 14px 2px !important;
}
.acke-price-slider__range-wrap::before,
.acke-price-slider__range-wrap::after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  top:13px !important;
  height:3px !important;
  border-radius:999px !important;
  pointer-events:none !important;
}
.acke-price-slider__range-wrap::before{
  background:#E5EAF0 !important;
}
.acke-price-slider__range-wrap::after{
  left:var(--acke-price-min) !important;
  right:calc(100% - var(--acke-price-max)) !important;
  background:#0a2541 !important;
}
.acke-price-range{
  position:absolute !important;
  left:0 !important;
  top:0 !important;
  width:100% !important;
  height:28px !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  pointer-events:none !important;
  appearance:none !important;
  -webkit-appearance:none !important;
  outline:none !important;
}
.acke-price-range::-webkit-slider-runnable-track{
  height:3px !important;
  background:transparent !important;
  border:0 !important;
}
.acke-price-range::-moz-range-track{
  height:3px !important;
  background:transparent !important;
  border:0 !important;
}
.acke-price-range::-webkit-slider-thumb{
  appearance:none !important;
  -webkit-appearance:none !important;
  width:15px !important;
  height:15px !important;
  border:1.5px solid #0a2541 !important;
  border-radius:50% !important;
  background:#fff !important;
  cursor:pointer !important;
  pointer-events:auto !important;
  box-shadow:0 1px 4px rgba(10,37,65,.16) !important;
  margin-top:-6px !important;
}
.acke-price-range::-moz-range-thumb{
  width:15px !important;
  height:15px !important;
  border:1.5px solid #0a2541 !important;
  border-radius:50% !important;
  background:#fff !important;
  cursor:pointer !important;
  pointer-events:auto !important;
  box-shadow:0 1px 4px rgba(10,37,65,.16) !important;
}
.acke-price-range--min{ z-index:2 !important; }
.acke-price-range--max{ z-index:3 !important; }
.acke-price-slider__actions{
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
}
.acke-price-apply,
.acke-price-reset{
  height:34px !important;
  padding:0 12px !important;
  border:1px solid #DDE3EA !important;
  border-radius:3px !important;
  background:#fff !important;
  color:#0a2541 !important;
  font-family:var(--acke-font) !important;
  font-size:12px !important;
  line-height:17px !important;
  font-weight:500 !important;
  cursor:pointer !important;
}
.acke-price-apply{
  background:#0a2541 !important;
  border-color:#0a2541 !important;
  color:#fff !important;
}

/* Category section is first and always open visually */
.acke-filter .acke-acc--cats .acke-acc__body{
  display:block !important;
}

/* Remove old price checkbox specific spacing if cached CSS remains. */
.acke-filter .acke-acc--price .acke-scroll{
  display:none !important;
}

@media (max-width:1024px){
  .acke-filterbar{
    position:sticky !important;
    top:0 !important;
    padding:12px 16px !important;
  }
  .acke-filterbar__filter{
    min-width:auto !important;
    height:40px !important;
  }
}


/* ACKE v2.5.1 - Posteljine: price presets + slider + Elementor hide expands products */
.acke-filter .acke-acc--cats .acke-acc__body[style*="display: none"],
.acke-filter .acke-acc--cats:not(.acke-acc--open) .acke-acc__body{
  display:none !important;
}

.acke-price-presets{
  padding:0 0 2px 0 !important;
}
.acke-price-presets .acke-item{
  padding:7px 0 !important;
}
.acke-price-divider{
  height:1px !important;
  background:#ECECEC !important;
  margin:12px 0 14px 0 !important;
}
.acke-price-custom-title{
  font-family:var(--acke-font) !important;
  font-size:12px !important;
  line-height:17px !important;
  font-weight:500 !important;
  letter-spacing:3px !important;
  text-transform:uppercase !important;
  color:#0a2541 !important;
  margin:0 0 10px 0 !important;
}

/* Nemoj sakrivati preset cijene: u v2.5.0 je ovo gasilo stare checkbox cijene. */
.acke-filter .acke-acc--price .acke-scroll,
.acke-filter .acke-acc--price .acke-price-presets{
  display:block !important;
}

@media (min-width:1025px){
  html.acke-filter-hidden .acke-shop-filter-col{
    display:none !important;
    width:0 !important;
    max-width:0 !important;
    flex:0 0 0 !important;
  }
  html.acke-filter-hidden .acke-shop-products-col{
    width:100% !important;
    max-width:100% !important;
    flex:1 1 100% !important;
    --width:100% !important;
  }
  html.acke-filter-hidden .acke-shop-products-col.elementor-column{
    width:100% !important;
  }
  html.acke-filter-hidden .acke-shop-products-col.e-con,
  html.acke-filter-hidden .acke-shop-products-col.elementor-element{
    max-width:100% !important;
  }
}

/* Sticky bar: radi najbolje kada je [acke_filterbar] u full-width Elementor containeru iznad shop grid layouta. */
.acke-filterbar{
  position:sticky !important;
  top:var(--acke-sticky-top) !important;
  z-index:9999 !important;
}


/* ACKE v2.5.2 - Elementor width + BA labels fix */
@media (min-width:1025px){
  html.acke-filter-hidden .acke-shop-layout,
  html.acke-filter-hidden .acke-shop-layout.elementor-container,
  html.acke-filter-hidden .acke-shop-layout.e-con{
    width:100% !important;
    max-width:100% !important;
  }

  html.acke-filter-hidden .acke-shop-layout--filter-hidden{
    grid-template-columns:1fr !important;
  }

  html.acke-filter-hidden .acke-shop-layout--filter-hidden > .acke-shop-filter-col{
    display:none !important;
    width:0 !important;
    max-width:0 !important;
    min-width:0 !important;
    flex:0 0 0 !important;
    flex-basis:0 !important;
  }

  html.acke-filter-hidden .acke-shop-layout--filter-hidden > .acke-shop-products-col{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    flex:1 1 100% !important;
    flex-basis:100% !important;
    grid-column:1 / -1 !important;
    --width:100% !important;
  }

  html.acke-filter-hidden .acke-filterbar{
    width:100% !important;
    max-width:100% !important;
  }
}
