[class^="ais-"] {
  box-sizing: border-box;
  font-size: .9rem;
}

a[class^="ais-"] {
  color: #21243d;
  text-decoration: none;
}

[class^="ais-"][class$="--disabled"], [class^="ais-"][class$="--disabled"] * {
  cursor: not-allowed;
}

.ais-Breadcrumb, .ais-ClearRefinements, .ais-CurrentRefinements, .ais-ClearRefinements-button, .ais-GeoSearch, .ais-HierarchicalMenu, .ais-Hits, .ais-Results, .ais-HitsPerPage, .ais-ResultsPerPage, .ais-InfiniteHits, .ais-InfiniteResults, .ais-Menu, .ais-MenuSelect, .ais-NumericMenu, .ais-NumericSelector, .ais-Pagination, .ais-Panel, .ais-PoweredBy, .ais-RangeInput, .ais-RangeSlider, .ais-RatingMenu, .ais-RefinementList, .ais-SearchBox, .ais-SortBy, .ais-SortBy-select, .ais-HitsPerPage-select, .ais-Stats, .ais-ToggleRefinement {
  color: #21243d;
  font-size: .75rem;
}

.ais-Highlight-highlighted, .ais-Snippet-highlighted {
  background: #e2a40066;
}

.ais-Hits-list {
  grid-gap: 40px;
  grid-template-columns: 1fr;
  display: grid;
}

@media (min-width: 680px) {
  .ais-Hits-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 900px) {
  .ais-Hits-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 1200px) {
  .ais-Hits-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.ais-RefinementList-item, .ais-Menu-item, .ais-HierarchicalMenu-item, .ais-RatingMenu-item {
  -webkit-user-select: none;
  user-select: none;
}

.ais-RefinementList-item, .ais-RefinementList-item *, .ais-RatingMenu-item {
  cursor: pointer;
}

.ais-HierarchicalMenu-link, .ais-RatingMenu-item, .ais-RefinementList-item {
  padding-bottom: 1rem;
}

.ais-Breadcrumb-item--selected, .ais-HierarchicalMenu-item--selected, .ais-Menu-item--selected {
  font-weight: bold;
}

.ais-RatingMenu-starIcon--full {
  fill: #e2a400;
}

.ais-RatingMenu-starIcon--empty {
  fill: #00000014;
}

.ais-Panel--collapsible {
  position: relative;
}

.ais-Panel--collapsed .ais-Panel-body, .ais-Panel--collapsed .ais-Panel-footer {
  display: none;
}

.ais-Panel-collapseButton {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  right: 0;
}

.ais-Panel-header {
  color: #21243d;
  letter-spacing: .08rem;
  text-transform: uppercase;
  border: none;
  padding-bottom: 1rem;
  font-size: .678rem;
  font-weight: 600;
  line-height: 1.6;
}

.ais-SearchBox-form {
  position: relative;
}

.ais-SearchBox-input {
  appearance: none;
  color: #21243dcc;
  min-height: 54px;
  width: 100%;
  background-color: #4142470f;
  border: none;
  border-radius: 3px;
  outline: none;
  padding-left: 56px;
  font-family: inherit;
}

.ais-SearchBox-input::placeholder {
  color: #21243d80;
  opacity: 1;
}

.ais-SearchBox-input:-ms-input-placeholder {
  color: #21243d80;
}

.ais-SearchBox-input::-moz-placeholder {
  color: #21243d80;
}

.ais-SearchBox-reset, .ais-SearchBox-loadingIndicator, .ais-SearchBox-submit {
  appearance: none;
  height: 100%;
  width: 48px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ais-SearchBox-reset[hidden], .ais-SearchBox-loadingIndicator[hidden] {
  display: none;
}

.ais-SearchBox-submit {
  left: 0;
}

.ais-SearchBox-reset, .ais-SearchBox-loadingIndicator {
  right: 0;
}

.ais-SearchBox-resetIcon {
  width: 10px;
  height: 10px;
}

.ais-RefinementList .ais-SearchBox-input {
  color: #21243dcc;
  min-height: 40px;
  border-radius: 3px;
  padding: 0 44px;
  font-size: .8rem;
}

.ais-RefinementList .ais-SearchBox-form {
  margin-bottom: 1rem;
}

.ais-HierarchicalMenu-link, .ais-RatingMenu-link, .ais-RefinementList-label {
  align-items: center;
  display: flex;
}

.ais-RefinementList-checkbox {
  appearance: none;
  height: 1rem;
  width: 1rem;
  background-color: #41424714;
  border: none;
  border-radius: 2px;
  margin: 0 1rem 0 0;
  position: relative;
}

.ais-RefinementList-item--selected {
  font-weight: bold;
}

.ais-RefinementList-item--selected .ais-RefinementList-checkbox {
  background-color: #e2a400;
}

.ais-RefinementList-item--selected .ais-RefinementList-checkbox:after {
  content: "";
  height: 4px;
  width: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-2px)translateY(-2px);
}

.ais-HierarchicalMenu-count, .ais-Menu-count, .ais-RefinementList-count, .ais-ToggleRefinement-count, .ais-RatingMenu-count {
  color: #21243dcc;
  letter-spacing: 1.1px;
  background-color: #41424714;
  border-radius: 4px;
  align-items: center;
  margin-left: 8px;
  padding: 0 4px;
  font-size: .64rem;
  font-weight: 600;
  display: flex;
}

.ais-HierarchicalMenu-showMore, .ais-Menu-showMore, .ais-RefinementList-showMore {
  margin-top: 1rem;
}

.ais-HierarchicalMenu-list {
  font-weight: normal;
}

.ais-HierarchicalMenu-link:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%2390919E' fill-rule='nonzero' d='M0 4l4-4 4 4z'/%3E%3C/svg%3E%0A");
  height: 8px;
  width: 8px;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  display: flex;
}

.ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-link:before {
  transform: rotate(180deg);
}

.ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-item:not(.ais-HierarchicalMenu-item--selected) .ais-HierarchicalMenu-link:before {
  transform: rotate(0);
}

.ais-ClearRefinements, .ais-ClearRefinements-button {
  color: #21243db3;
}

.ais-ClearRefinements-button--disabled {
  color: #21243d80;
}

.ais-ToggleRefinement-label {
  cursor: pointer;
  display: flex;
}

.ais-ToggleRefinement-checkbox {
  appearance: none;
  cursor: pointer;
  height: 16px;
  min-width: 30px;
  background: #41424714;
  border: none;
  border-radius: 8px;
  margin-right: 16px;
  transition: background .15s ease-out;
}

.ais-ToggleRefinement-checkbox:checked {
  background: #e2a400;
}

.ais-ToggleRefinement-checkbox:after {
  content: "";
  height: 16px;
  width: 16px;
  background-image: linear-gradient(to top, #f5f5fa, #fff);
  border-radius: 100%;
  transition: transform .15s ease-out;
  position: absolute;
  box-shadow: 0 4px 11px #252c6126, 0 2px 3px #5d649433;
}

.ais-ToggleRefinement-checkbox:checked:after {
  transform: translateX(100%);
}

.ais-SortBy, .ais-HitsPerPage {
  position: relative;
}

.ais-SortBy:after, .ais-HitsPerPage:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M14-5v16H-2V-5z'/%3E%3Cpath fill='%23000' stroke='%23FFF' stroke-width='.5' d='M2.228 1.332a.664.664 0 0 0-.942.001.665.665 0 0 0-.002.941l4.247 4.247c.259.26.679.26.938 0l4.247-4.247a.664.664 0 0 0-.002-.94.666.666 0 0 0-.942-.002L6 5.105 2.228 1.332z'/%3E%3C/g%3E%3C/svg%3E%0A");
  display: inline-block;
}

.ais-SortBy-select, .ais-HitsPerPage-select {
  appearance: none;
  color: #21243d;
  background: none;
  border: none;
  font-family: inherit;
}

.ais-RangeSlider .rheostat-horizontal {
  cursor: pointer;
  width: calc(100% - 10px);
}

.ais-RangeSlider .rheostat-background {
  height: 3px;
  background-color: #41424714;
  border: none;
  border-radius: 3px;
}

.ais-RangeSlider .rheostat-progress {
  height: 3px;
  max-width: 100%;
  background-color: #e2a400;
  border-radius: 3px;
  top: 0;
}

.ais-RangeSlider .rheostat-tooltip {
  -webkit-user-select: none;
  user-select: none;
  font-weight: bold;
}

.ais-RangeSlider .rheostat-handle {
  background-image: linear-gradient(to top, #f5f5fa, #fff);
  border: none;
  margin-left: -5px;
  top: -9px;
  box-shadow: 0 4px 11px #252c6126, 0 2px 3px #5d649433;
}

.ais-RangeSlider .rheostat-marker {
  background-color: #41424714;
}

.ais-RangeInput-input {
  color: #21243d;
  min-width: none;
  background: none;
  border: none;
  border-bottom: 1px solid #ebecf3;
  padding: 0 0 3px;
  font-family: inherit;
  font-size: .875rem;
  font-weight: 600;
}

.ais-RangeInput-label:first-of-type {
  margin-right: 6px;
}

.ais-RangeInput-label:last-of-type {
  margin-left: 6px;
}

.ais-Pagination-list {
  justify-content: center;
}

.ais-Pagination-item, .ais-Pagination-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ais-Pagination-item {
  height: 38px;
  width: 38px;
  color: #414247;
  background-color: #41424714;
  border-radius: 4px;
}

.ais-Pagination-item--selected {
  background-color: #e2a400;
  background-image: linear-gradient(#ffffff57, #fff0);
  font-weight: bold;
}

.ais-Pagination-item--firstPage, .ais-Pagination-item--previousPage, .ais-Pagination-item--nextPage, .ais-Pagination-item--lastPage {
  background: none;
}

.ais-Pagination-item--disabled {
  opacity: .33;
}

.ais-Pagination-item--selected a {
  color: #fff;
}

.ais-Pagination-item.ais-Pagination-item--page {
  margin-right: 4px;
}

.ais-Pagination-item.ais-Pagination-item--previousPage {
  margin-right: 1rem;
}

.ais-Pagination-item.ais-Pagination-item--nextPage {
  margin-left: calc(1rem - 4px);
}

.ais-Pagination-link {
  height: 100%;
  width: 100%;
}

/*# sourceMappingURL=index.2a6c8018.css.map */
