/** Shopify CDN: Minification failed

Line 7:0 Unexpected "$"

**/
/*********************** Custom CSS for Boost Filter & Search  ************************/
$breakpointMobile: 767px;
$breakpointSearchMobile: 767px;
$searchBoxMobileHeight: 64px;

/**************************** 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;
}
.bc-hide { display: none !important; }
@media screen and (max-width: 767px) {
    .boost-pfs-filter-tree { display:block !important}
}
#CollectionSidebar .drawer__inner {overflow-y: auto;height: calc(100vh - 70px);}
#FilterDrawer {
    overflow-y: scroll;
    .drawer__inner {
      padding: 0 20px;
    }
  }

.boost-pfs-filter-top-sorting select option[value="title-ascending"], 
.boost-pfs-filter-top-sorting select option[value="title-descending"], 
.boost-pfs-filter-top-sorting select option[value="created-descending"] {
	display: block !important;
}

@media screen and (max-width: 767px) {
  .collection-filter {
  	top: 0 !important;
    position: relative !important
  }
}

@media screen and (min-width: 768px) {
  .grid__item--sidebar {
  	top: 0 !important;
    position: relative !important;
    max-height: none !important
  }
}