<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ais-Hits-item {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0;
  }
  li.ais-Hits-item:hover {
    border: 1px solid #eaeaea;
  }
  .ais-Hits-item .image &gt; a {
    padding-bottom: 100%;
  }
  .ais-Hits-item .product .image {
    height:inherit;
  }
  .ais-Hits-item .image &gt; a &gt; img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      color: transparent;
  }
  .ais-Hits-list {
    display: flex;
    flex-flow: row wrap;
  }

  .ais-Hits-list .item-card .item__image {
    display: flex;
    align-items: center;
    position: relative;
    height: 300px;
  }

  .ais-Hits-list .item__image a {
    margin: 0 auto;
  }

  .ais-Hits-list .item-card .item__image &gt; a &gt; img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: transparent;
  }

  .ais-Hits-item form {
    height: 100%;
  }

  #dynamic-widgets {
    display: flex;
    margin: 0 -10px;
    width: 100%;
  }
  #clear-refinements{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
  }
  .filterpanel {
    display: flex;
  }
  .refinement {
    display: none;
    position: absolute;
    z-index: 100;
    background-color: white;
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-top: 5px;
    -webkit-box-shadow: 5px 5px 20px 3px #dfdfdf;
    box-shadow: 1px 1px 6px 0px #c9c9c9;
    min-width: fit-content;
  }
  .refinementHeader i.fas {
    font-size: 1.5rem;
  }
  .refinementHeader.inverted {
    background-color: black;
    color: white;
  }
  .refinementHeader,.ais-SortBy-select,.showFilterWrapper {
    border: 1px solid #ddd;
    padding: 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-radius: 3px;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #2e2e2e;
  }

  .refinement-wrapper {
    margin: 10px 10px;
    min-width: 8em;
    position: relative;

  }
  .sort-by,.showFilterWrapper {
    margin:10px 10px;
    font-weight: 600;
  }
  .selectedfacets {
    display: flex;
    padding: 10px 0;
    align-items: center;
    flex-wrap: wrap;
  }

  .selectedfacetsContainer {
    display: flex;
  }
  .variantSelectorColor {
    max-height: 100px;
  }
  .selectedFilteritem {
    padding: 5px;
    border: 1px solid #ddd;
    margin: 0;
    display: flex;
    align-items: center;
    min-width: 100px;
    border-radius: 4px;
    justify-content: space-between;
  }
  .showFilterWrapper {
    display: none;
    font-weight: 600;
    text-align: center;
  }
  span.selectedFilterText {
    margin-right: 10px;
  }

  li.ais-Hits-item form .product .image a img {
    width: auto;
    margin: 0 auto;
  }
  /* li.ais-Hits-item:hover {
    position: relative;
    z-index: 40;
    -webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
  } */

  ul.ais-Pagination-list.pages {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  li.ais-Pagination-item.ais-Pagination-item--page.ais-Pagination-item--selected.ActivePageNumber_ProductList a {
      border-color: #555;
      background-color: #555;
      background-image:none;
      color: #fff !important;
      font-weight: normal;
      padding-right: 10px;
  }
  @media screen and (max-width: 880px) {
    .ais-CurrentRefinements-list {
      display: flex;
      flex-wrap: wrap;
    }
    .hidden-sm {
      display: none;
    }
    .refinement-wrapper,.sort-by,.showFilterWrapper {
      width: 100%;
      margin: 10px 0px;
    }
    .ais-Hits-item {
      width: 100%;
    }
    .refinement {
      width: 100%;
    }
    .showFilterWrapper {
      display: block;
    }
    #dynamic-widgets {
      /* display: none; */
      flex-wrap: wrap;
      margin: 0;
    }
    #dynamic-widgets.hidden-sm {
      display: none;
    }
    .selectedFilteritem {
      width: 100%;
      justify-content: flex-start;
    }
    .filterpanel {
      flex-direction: column;
    }
  }
</pre></body></html>