/** Shopify CDN: Minification failed

Line 134:1 Expected "}" to go with "{"

**/
/*********************** Custom CSS for Boost Filter & Search  ************************/




/**************************** Place your custom css below  ****************************/
.boost-pfs-filter-option-block .boost-pfs-filter-block-title h3 > span::before {
  position: absolute;
  right: 10px;
  top: 8px;
  padding: 3px;
  border: 1px solid black;
  border-left: none;
  border-top: none;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.boost-pfs-filter-option-block .boost-pfs-filter-block-title h3 > span.up::before {
  top: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.boost-pfs-filter-block-title h3 span {
  font-family: "Futura", sans-serif;
  font-weight: normal;
  font-size: 0.9em;
  letter-spacing: 0.3em;
}

.boost-pfs-filter-block-title .boost-pfs-filter-clear {
  margin-right: 40px;
}

.boost-pfs-in-collection-search-input, .boost-pfs-filter-message {
  font-size: 18px !important;
}

.bc-hide {
  display: none !important;
}

#CollectionSidebar .drawer__inner {
  overflow-y: auto;
  height: calc(100vh - 70px);
}

#FilterDrawer {
  overflow-y: scroll;
}
#FilterDrawer .drawer__inner {
  padding: 0 20px;
}

/**** Custom Search result toolbar ****/
.boost-pfs-search-result-toolbar {
  display: flex;
  align-items: center;
  margin: 35px 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  white-space: nowrap;
}
.boost-pfs-search-result-toolbar .boost-pfs-search-result-item:first-child {
  flex: auto;
}
.boost-pfs-search-result-toolbar .boost-pfs-search-result-panel-controls {
  padding: 17px 0;
  margin: 0;
}
@media (max-width: 767px) {
  .boost-pfs-search-result-toolbar .boost-pfs-search-total-result {
    display: none;
  }
  .boost-pfs-filter-tree-content {
    position: absolute;
    margin: 15px;
    left: 10px;
  }
  .boost-pfs-filter-tree-mobile-button button {
    padding: 0 20px;
    border: 1px solid #e8e8e1;
    text-transform: none;
    height: 44px;
    font-size: 16px;
    color: #000;
    background: none;
  }
  .boost-pfs-search-result-toolbar {
    margin-bottom: 20px;
  }
  .boost-pfs-filter-tree-desktop-button-sticky-wrapper .collection-filter__item {
    margin-bottom: 0;
  }
@media screen and (min-width: 769px) {
  .boost-pfs-search-page .collection-filter__item--drawer {
    display: none;
  }
  .template-collection .boost-pfs-filter-tree-desktop-button {
    padding-right: 20px;
    border-right: 1px solid #ebebeb;
  }
  .boost-pfs-filter-tree-desktop-button .boost-pfs-filter-tree-desktop-button-label {
    margin-top: 1px;
  }
  .boost-pfs-filter-total-product {
    display: inline-block;
  }
  .boost-pfs-filter-tree-vertical-style-expand:not(.boost-pfs-filter-tree-horizontal-style-expand):not(.boost-pfs-filter-tree-open-body) .boost-pfs-filter-right-col {
    padding-left: 22px;
  }
  .grid__item--sidebar {
    position: static;
    overflow-y: inherit;
  }

  .swiper-container-pointer-events {
    touch-action: pan-y;
    display: none;
  }

  .boost-pfs-filter-tree boost-pfs-filter-tree-v boost-pfs-filter-tree-mobile-style2 boost-pfs-filter-tree-mobile-sticky boost-pfs-filter-stick {
   position: inherit!important; 
  }
}
.boost-pfs-filter-products .grid__image-ratio img.grid__image-contain {
  object-fit: cover;
}