.sticky-filter__observer {
  height: 1px; }

.sticky-filter {
  background-color: #000;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .sticky-filter.sticky-filter__closed::after {
    content: '';
    position: absolute;
    height: 9px;
    background-color: #f0b310;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0; }

.sticky-filter__list {
  display: none; }
  .sticky-filter__list.js-sticky-filter__list {
    display: inherit; }

.sticky-filter__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }

.sticky-filter__toggle {
  background-color: transparent;
  border: 0;
  width: 32px;
  height: 32px;
  display: none; }
  .sticky-filter__stuck .sticky-filter__toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }

.sticky-filter__header {
  font-weight: normal;
  margin-bottom: 0;
  color: #FFF;
  text-align: left;
  font-size: 2rem;
  padding: 1rem 2rem; }

.sticky-filter__stuck {
  position: fixed;
  top: 6px;
  left: 0;
  width: 100%; }
  .toolbar-fixed .sticky-filter__stuck {
    top: 79px; }
  .sticky-filter__stuck .filter-icon {
    display: none;
    width: 33px;
    height: 22px; }
  .sticky-filter__stuck .close-icon {
    display: block;
    width: 33px;
    height: 22px; }
  .sticky-filter__stuck.sticky-filter__closed .filter-icon {
    display: block; }
  .sticky-filter__stuck.sticky-filter__closed .close-icon {
    display: none; }

.sticky-filter__filter-body {
  background-color: #FFF;
  position: relative;
  padding: 2rem; }
  .sticky-filter__filter-body::after {
    content: '';
    position: absolute;
    height: 9px;
    background-color: #f0b310;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0; }
  .sticky-filter__closed .sticky-filter__filter-body {
    display: none; }

.sticky-filter__stuck-controls {
  margin-right: 2rem; }
