.glare {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .glare img {
    width: 90px;
    height: 120px;
  }
}
.glare img {
  position: relative;
  z-index: 1;
}

.glare img:hover {
  transform: scale(1.5);
  z-index: 2;
}
.bx-filter-parameters-box,
.bx-filter-container-modef,
.sep,
.clb {
  display: none !important;
}
#PALETTE_NUMBER,
#BACKGROUND_COLOR,
#TYPE {
  display: block !important;
}
.bx-filter-param-label.bx-active.active {
  color: var(--brand-color);
}
.bx-filter-parameters-box-container {
  width: 100% !important;
}
input#set_filter {
  margin-top: 0 !important;
}
div#BACKGROUND_COLOR,
#TYPE {
  width: 200px;
}
.FilterWrapper {
  background: var(--brand-color) 24;
  padding: 15px;
  z-index: 9;
}
.bx-filter-parameters-box-container {
  position: absolute;
  background: #fff;
  padding: 8px;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9;
}
[name='_form'] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
a.property,
a.property:hover {
  background: #fff;
  padding: 8px;
  margin-bottom: 0;
}
.property:after {
  right: 6px;
}
.FilterWrapper {
  width: 100%;
}
.FilterWrapper .bx-filter {
  width: 100%;
}
.filterContent {
  z-index: 9;
}
.stickyRow {
  z-index: 9;
}
@media (min-width: 992px) {
  .stickyRow {
    position: sticky;
    top: 138px;
    background: #fff;
  }
}
@media (min-width: 768px) {
  .buttons {
    background: none !important;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .filterContent {
    display: flex;
    gap: 30px;
  }
  .stickyRow {
    position: sticky;
    top: 60px;
    background: #fff;
    z-index: 9;
  }
  input#del_filter {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .block {
    margin-bottom: 15px;
  }
  [name='_form'] {
    flex-direction: column;
  }
  .buttons {
    background: none !important;
    z-index: 1;
    display: block;
    width: 140px;
  }
}
