#dlsSide {
  padding: 22px 18px 20px !important;
  border-radius: 24px !important;
  border-color: rgba(111, 212, 147, .2) !important;
  background: linear-gradient(180deg, rgba(10, 31, 20, .94), rgba(4, 18, 11, .9)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
}
.dls-filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 13px;
}
.dls-filter-heading {
  margin: 0;
  color: #f5faf6;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.01em;
}
.dls-filter-icon {
  width: 17px;
  height: 17px;
  color: #6fd493;
  opacity: .9;
}
.dls-filter-label,
#dlsSide .dls-side-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 17px 0 9px !important;
  padding-top: 15px;
  border-top: 1px solid rgba(111, 212, 147, .12);
  color: rgba(222, 237, 226, .76) !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  letter-spacing: .13em !important;
  text-transform: uppercase;
}
.dls-filter-label::after,
#dlsSide .dls-side-title::after {
  content: "";
  width: 8px;
  height: 1px;
  background: rgba(111, 212, 147, .55);
}
#dlsSide .dls-search-wrap {
  min-height: 46px !important;
  border: 1px solid rgba(111, 212, 147, .22) !important;
  border-radius: 999px !important;
  background: rgba(2, 14, 8, .66) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025) !important;
  overflow: hidden;
}
#dlsSide .dls-search-wrap:focus-within {
  border-color: rgba(111, 212, 147, .55) !important;
  box-shadow: 0 0 0 3px rgba(63, 163, 102, .1) !important;
}
#dlsSide .dls-search-wrap input { padding-left: 15px !important; font-size: 11px !important; }
#dlsSide .dls-search-wrap button {
  width: 40px !important;
  height: 40px !important;
  margin-right: 2px;
  border-radius: 50% !important;
}
.dls-filter-chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin: 0 0 4px;
}
.dls-filter-chips[hidden] { display: none !important; }
.dls-filter-chip,
.dls-filter-clear {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid rgba(111, 212, 147, .18);
  border-radius: 999px;
  color: rgba(239, 248, 242, .82);
  background: rgba(63, 163, 102, .13);
  font: inherit;
  font-size: 9px;
  cursor: pointer;
}
.dls-filter-chip:hover { color: #fff; background: rgba(63, 163, 102, .22); }
.dls-filter-chip svg { width: 9px; height: 9px; }
.dls-filter-clear { border-color: transparent; color: #fff; background: #276f46; }
#dlsCats { display: flex; flex-direction: column; gap: 5px; }
#dlsCats li { margin: 0 !important; }
#dlsCats #dlsAll { visibility: hidden; }
#dlsCats[data-total-ready="1"] #dlsAll { visibility: visible; }
#dlsCats li.dls-cat-parent { position: relative; }
#dlsCats li > a {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
}
#dlsCats li > a .dls-cat-name {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}
#dlsCats li > a .dls-cat-count {
  flex: 0 0 auto;
  margin: 0 0 0 auto !important;
  text-align: center;
}
#dlsCats li > a .dls-cat-arrow { display: none !important; }
#dlsCats li.dls-has-children > a { padding-right: 43px !important; }
.dls-cat-toggle {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 8px;
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  padding: 0;
  border: 1px solid transparent !important;
  border-radius: 50%;
  color: rgba(153, 213, 174, .68);
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  cursor: pointer;
  transform: translateY(-50%);
  transition: color .2s ease, background .2s ease;
}
.dls-cat-toggle:hover,
.dls-cat-toggle:focus,
.dls-cat-toggle:active {
  color: #9aefb8 !important;
  border-color: rgba(111, 212, 147, .22) !important;
  background: rgba(63, 163, 102, .2) !important;
  box-shadow: none !important;
}
.dls-cat-toggle:focus-visible { outline: 2px solid rgba(111, 212, 147, .38) !important; outline-offset: 1px !important; }
.dls-cat-toggle svg { width: 12px; height: 12px; transition: transform .22s ease; }
.dls-cat-parent.expanded .dls-cat-toggle svg { transform: rotate(90deg); }
#dlsBar { display: none !important; }
#dlsCats li.dls-cat-child { display: none; position: relative; padding-left: 14px; }
#dlsCats li.dls-cat-child.is-visible { display: block; animation: dlsCatReveal .22s ease both; }
@keyframes dlsCatReveal { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }
#dlsCats li.dls-cat-child::before {
  content: "";
  position: absolute;
  left: 5px;
  top: -7px;
  bottom: 50%;
  width: 1px;
  background: rgba(125, 230, 163, .2);
}
#dlsCats li.dls-cat-child::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  width: 8px;
  height: 1px;
  background: rgba(125, 230, 163, .2);
}
#dlsCats li.dls-cat-child a {
  min-height: 36px;
  padding: 8px 10px;
  border: 1px solid rgba(111, 212, 147, .07);
  background: rgba(255, 255, 255, .018);
}
#dlsCats li.dls-cat-child .dls-cat-name { font-size: 11px; color: rgba(235, 244, 238, .72); }
#dlsCats li.dls-cat-child .dls-cat-count { font-size: 10px; background: rgba(111, 212, 147, .08); }
#dlsCats li.dls-cat-child a:hover,
#dlsCats li.dls-cat-child a.active {
  background: rgba(63, 163, 102, .17);
  border-color: rgba(111, 212, 147, .2);
}
#dlsCats li.dls-cat-child a.active .dls-cat-name { color: #fff; }
@media (max-width: 767px) {
  #dlsSide { padding: 20px 16px !important; border-radius: 22px 0 0 22px !important; }
}
