/* Filters top */
.collection-filter-text {
  font-weight: 700;
}

.collection-sort-text {
  font-weight: 700;
}

.collection-sort .btn {
  font-weight: 400;
  text-transform: uppercase;
  color: #898989;
  padding: 0px;
}

.collection-sort svg,
.collection-sort img,
.collection-filter-text svg,
.collection-filter-text img {
  height: 12px;
  width: auto;
  margin-left: 8px;
  margin-bottom: 4px;
}

.collection-results {
  color: #898989;
}

.vertical-line {
  width: 1px;
  height: 24px;
  background-color: #dddddd;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
}

/* Filters sidebar */
.filter-list {
  display: flex;
  flex-direction: column;
}

.filter-item {
  padding-top: 8px;
  padding-bottom: 8px;
}

.collection-overview-sidebar {
  position: sticky;
  top: 0;
}

.filter-count {
  color: #898989;
}

.collection-filters-close {
  position: absolute;
  top: 4px;
  right: 4px;
}

.collection-filters-close svg,
.collection-filters-close img {
  height: 32px;
  width: auto;
  z-index: 4001;
}

.collection-filters-text {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .collection-overview-sidebar {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 4000;
    transform: translateX(-105%);
    transition: transform 500ms ease-in-out;
    background-color: white;
    padding: 0.5rem;
  }
  .collection-overview-sidebar.active {
    transform: translateX(0);
  }
}

/* Product card overrides */
.product-card {
  box-shadow: none;
}

.product-card .product-card-view {
  display: none;
}
