/** Shopify CDN: Minification failed

Line 8:39 Expected ")" to end URL token

**/
/*********************** Custom CSS for Boost AI Search & Discovery  ************************/
@font-face{
  font-family: "Bebas Neue", src:url({{"BebasNeue-Regular.ttf" | asset_url}})format("TrueType")
}
/* /////////////////// */
/* Collection Filters */
/* ////////////////// */

/* Removing this would enable products per page and sort by */
/*
.boost-sd__toolbar-content {
  display: none;
}

.boost-sd__collection-header {
  display: none;
}

.boost-sd__button--clear {
  display: none;
}

.boost-sd__filter-option:first-of-type {
  display: none;
}

/* Prevents clearing the location filter */
[aria-label="Clear filter by 300 Heron Drive"] {
  display: none;
}

/* [aria-label="Clear filter by West Warehouse"] {
  display: none;
} */



/* ////////////////////////// */
/* Collection Card Custom CSS */
/* ////////////////////////// */
.boost-sd__button {
  border-radius: 5px;
  display: none !important;
}

.boost-sd__product-title {
  font-size: 22px !important;
  font-weight: 400 !important;
  font-family: "Bebas Neue", sans-serif !important;
}

.boost-sd__product-price {
  margin: 0;
}

.test {
  font-size: 100px;
}

.boost-sd__button-text {
  font-size: 18px !important;
  font-family: var(--ff-Bebas) !important;

  &:hover {
    background-color: blue !important;
  }
}

/* Collection Product Tile */
.boost-sd__product-item {
  justify-content: start;
}

.boost-sd__product-price {
  display: none;
}