:root {
  --aa-search-input-height: 39px;
  --aa-input-icon-size: 20px;
  --aa-base-unit: 16;
  --aa-spacing-factor: 1;
  --aa-spacing: calc(var(--aa-base-unit) * var(--aa-spacing-factor) * 1px);
  --aa-spacing-half: calc(var(--aa-spacing) / 2);
  --aa-panel-max-height: 650px;
  --aa-base-z-index: 9999;
  --aa-font-size: calc(var(--aa-base-unit) * 1px);
  --aa-font-family: inherit;
  --aa-font-weight-medium: 500;
  --aa-font-weight-semibold: 600;
  --aa-font-weight-bold: 700;
  --aa-icon-size: 20px;
  --aa-icon-stroke-width: 1.6;
  --aa-icon-color-rgb: 119, 119, 163;
  --aa-icon-color-alpha: 1;
  --aa-action-icon-size: 20px;
  --aa-text-color-rgb: 38, 38, 39;
  --aa-text-color-alpha: 1;
  --aa-primary-color-rgb: 62, 52, 211;
  --aa-primary-color-alpha: 0.2;
  --aa-muted-color-rgb: 128, 126, 163;
  --aa-muted-color-alpha: 0.6;
  --aa-panel-border-color-rgb: 128, 126, 163;
  --aa-panel-border-color-alpha: 0.3;
  --aa-input-border-color-rgb: 128, 126, 163;
  --aa-input-border-color-alpha: 0.8;
  --aa-background-color-rgb: 255, 255, 255;
  --aa-background-color-alpha: 1;
  --aa-input-background-color-rgb: 255, 255, 255;
  --aa-input-background-color-alpha: 1;
  --aa-selected-color-rgb: 179, 173, 214;
  --aa-selected-color-alpha: 0.205;
  --aa-description-highlight-background-color-rgb: 245, 223, 77;
  --aa-description-highlight-background-color-alpha: 0.5;
  --aa-detached-media-query: (max-width: 680px);
  --aa-detached-modal-media-query: (min-width: 680px);
  --aa-detached-modal-max-width: 680px;
  --aa-detached-modal-max-height: 500px;
  --aa-overlay-color-rgb: 115, 114, 129;
  --aa-overlay-color-alpha: 0.4;
  --aa-panel-shadow: 0 0 0 1px rgba(35, 38, 59, 0.1),
    0 6px 16px -4px rgba(35, 38, 59, 0.15);
  --aa-scrollbar-width: 13px;
  --aa-scrollbar-track-background-color-rgb: 234, 234, 234;
  --aa-scrollbar-track-background-color-alpha: 1;
  --aa-scrollbar-thumb-background-color-rgb: var(--aa-background-color-rgb);
  --aa-scrollbar-thumb-background-color-alpha: 1;
}
@media (hover: none) and (pointer: coarse) {
  :root {
    --aa-spacing-factor: 1.2;
    --aa-action-icon-size: 22px;
  }
}
body.dark,
body[data-theme="dark"] {
  --aa-text-color-rgb: 183, 192, 199;
  --aa-primary-color-rgb: 146, 138, 255;
  --aa-muted-color-rgb: 146, 138, 255;
  --aa-input-background-color-rgb: 0, 3, 9;
  --aa-background-color-rgb: 21, 24, 42;
  --aa-selected-color-rgb: 146, 138, 255;
  --aa-selected-color-alpha: 0.25;
  --aa-description-highlight-background-color-rgb: 0 255 255;
  --aa-description-highlight-background-color-alpha: 0.25;
  --aa-icon-color-rgb: 119, 119, 163;
  --aa-panel-shadow: inset 1px 1px 0 0 #2c2e40, 0 3px 8px 0 #000309;
  --aa-scrollbar-track-background-color-rgb: 44, 46, 64;
  --aa-scrollbar-thumb-background-color-rgb: var(--aa-background-color-rgb);
}
.aa-Autocomplete *,
.aa-DetachedFormContainer *,
.aa-Panel * {
  box-sizing: border-box;
}
.aa-Autocomplete {
  z-index: 4;
}
.aa-Autocomplete,
.aa-DetachedFormContainer,
.aa-Panel {
  color: rgba(38, 38, 39, 1);
  color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
  font-family: inherit;
  font-family: var(--aa-font-family);
  font-size: calc(16 * 1px);
  font-size: var(--aa-font-size);
  font-weight: 400;
  line-height: 1em;
  margin: 0;
  padding: 0;
  text-align: left;
}
.aa-Form {
  align-items: center;
  border-radius: 3px;
  display: flex;
  line-height: 1em;
  margin: 0;
  position: relative;
  width: 100%;
}
.aa-InputWrapperPrefix {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 44px;
  height: var(--aa-search-input-height);
  order: 5;
}
.aa-Label,
.aa-LoadingIndicator {
  cursor: auto;
  flex-shrink: 0;
  height: 100%;
  padding: 0;
  text-align: left;
  margin-bottom: 0!important;
}
.aa-Label svg,
.aa-LoadingIndicator svg {
  color: rgba(62, 52, 211, 1);
  color: rgba(var(--aa-primary-color-rgb), 1);
  height: auto;
  max-height: 20px;
  max-height: var(--aa-input-icon-size);
  stroke-width: 1.6;
  stroke-width: var(--aa-icon-stroke-width);
  width: 20px;
  width: var(--aa-input-icon-size);
}
.aa-LoadingIndicator,
.aa-SubmitButton {
  height: 100%;
  padding-left: calc((16 * 1 * 1px) * 0.75 - 1px);
  padding-left: calc(calc(16 * 1 * 1px) * 0.75 - 1px);
  padding-left: calc(var(--aa-spacing) * 0.75 - 1px);
  padding-right: calc((16 * 1 * 1px) / 2);
  padding-right: calc(calc(16 * 1 * 1px) / 2);
  padding-right: var(--aa-spacing-half);
  width: calc((16 * 1 * 1px) * 1.75 + 20px - 1px);
  width: calc(calc(16 * 1 * 1px) * 1.75 + 20px - 1px);
  width: calc(var(--aa-spacing) * 1.75 + var(--aa-icon-size) - 1px);
}
@media (hover: none) and (pointer: coarse) {
  .aa-LoadingIndicator,
  .aa-SubmitButton {
    padding-left: calc(((16 * 1 * 1px) / 2) / 2 - 1px);
    padding-left: calc(calc(calc(16 * 1 * 1px) / 2) / 2 - 1px);
    padding-left: calc(var(--aa-spacing-half) / 2 - 1px);
    width: calc(20px + (16 * 1 * 1px) * 1.25 - 1px);
    width: calc(20px + calc(16 * 1 * 1px) * 1.25 - 1px);
    width: calc(var(--aa-icon-size) + var(--aa-spacing) * 1.25 - 1px);
  }
}
.aa-SubmitButton {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  margin: 0;
}
.aa-LoadingIndicator {
  align-items: center;
  display: flex;
  justify-content: center;
}
.aa-LoadingIndicator[hidden] {
  display: none;
}
.aa-InputWrapper {
  order: 3;
  position: relative;
  width: 100%;
}
.aa-Input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  color: rgba(38, 38, 39, 1);
  color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
  font: inherit;
  height: 44px;
  height: var(--aa-search-input-height);
  padding: 0;
  width: 100%;
}
.aa-Input::-moz-placeholder {
  color: rgba(128, 126, 163, 0.6);
  color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
  opacity: 1;
}
.aa-Input::placeholder {
  color: rgba(128, 126, 163, 0.6);
  color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
  opacity: 1;
}
.aa-Input:focus {
  border-color: none;
  box-shadow: none;
  outline: none;
}
.aa-Input::-webkit-search-cancel-button,
.aa-Input::-webkit-search-decoration,
.aa-Input::-webkit-search-results-button,
.aa-Input::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}
.aa-InputWrapperSuffix {
  align-items: center;
  display: flex;
  height: 44px;
  height: var(--aa-search-input-height);
  order: 4;
}
.aa-ClearButton {
  align-items: center;
  background: none;
  border: 0;
  color: rgba(128, 126, 163, 0.6);
  color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
  cursor: pointer;
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0 calc((16 * 1 * 1px) * 0.83333 - 0.5px);
  padding: 0 calc(calc(16 * 1 * 1px) * 0.83333 - 0.5px);
  padding: 0 calc(var(--aa-spacing) * 0.83333 - 0.5px);
}
@media (hover: none) and (pointer: coarse) {
  .aa-ClearButton {
    padding: 0 calc((16 * 1 * 1px) * 0.66667 - 0.5px);
    padding: 0 calc(calc(16 * 1 * 1px) * 0.66667 - 0.5px);
    padding: 0 calc(var(--aa-spacing) * 0.66667 - 0.5px);
  }
}
.aa-ClearButton:focus,
.aa-ClearButton:hover {
  color: rgba(38, 38, 39, 1);
  color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
}
.aa-ClearButton[hidden] {
  display: none;
}
.aa-ClearButton svg {
  stroke-width: 1.6;
  stroke-width: var(--aa-icon-stroke-width);
  width: 20px;
  width: var(--aa-icon-size);
}
.aa-Panel {
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(
    var(--aa-background-color-rgb),
    var(--aa-background-color-alpha)
  );
  border-radius: calc((16 * 1 * 1px) / 4);
  border-radius: calc(calc(16 * 1 * 1px) / 4);
  border-radius: calc(var(--aa-spacing) / 4);
  box-shadow: 0 0 0 1px rgba(35, 38, 59, 0.1),
    0 6px 16px -4px rgba(35, 38, 59, 0.15);
  box-shadow: var(--aa-panel-shadow);
  margin: 8px 0 0;
  overflow: hidden;
  position: absolute;
  transition: opacity 0.2s ease-in, filter 0.2s ease-in;
}
@media screen and (prefers-reduced-motion) {
  .aa-Panel {
    transition: none;
  }
}
.aa-Panel button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.aa-PanelLayout {
  height: 100%;
  margin: 0;
  max-height: 650px;
  max-height: var(--aa-panel-max-height);
  overflow-y: auto;
  padding: 0;
  position: relative;
  text-align: left;
}
.aa-PanelLayoutColumns--twoGolden {
  display: grid;
  grid-template-columns: 39.2% auto;
  overflow: hidden;
  padding: 0;
}
.aa-PanelLayoutColumns--two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  padding: 0;
}
.aa-PanelLayoutColumns--three {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  padding: 0;
}
.aa-Panel--stalled .aa-Source {
  filter: grayscale(1);
  opacity: 0.8;
}
.aa-Panel--scrollable {
  margin: 0;
  max-height: 650px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}
.aa-Panel--scrollable::-webkit-scrollbar {
  width: 13px;
  width: var(--aa-scrollbar-width);
}
.aa-Panel--scrollable::-webkit-scrollbar-track {
  background-color: rgba(234, 234, 234, 1);
  background-color: rgba(
    var(--aa-scrollbar-track-background-color-rgb),
    var(--aa-scrollbar-track-background-color-alpha)
  );
}
.aa-Panel--scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(
    var(--aa-scrollbar-thumb-background-color-rgb),
    var(--aa-scrollbar-thumb-background-color-alpha)
  );
  border-radius: 9999px;
  border: 3px solid rgba(234, 234, 234, 1);
  border: 3px solid
    rgba(
      var(--aa-scrollbar-track-background-color-rgb),
      var(--aa-scrollbar-track-background-color-alpha)
    );
  border-right-width: 2px;
}
.aa-Source {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.aa-Source:empty {
  display: none;
}
.aa-SourceNoResults {
  font-size: 1em;
  margin: 0;
  padding: calc(16 * 1 * 1px);
  padding: var(--aa-spacing);
}
.aa-List {
  list-style: none;
  margin: 0;
}
.aa-SourceHeader:empty {
  display: none;
}
.aa-SourceHeaderTitle {
  background: rgba(255, 255, 255, 1);
  background: rgba(
    var(--aa-background-color-rgb),
    var(--aa-background-color-alpha)
  );
  color: rgba(62, 52, 211, 1);
  color: rgba(var(--aa-primary-color-rgb), 1);
  display: inline-block;
  font-size: 0.8em;
  font-weight: 600;
  font-weight: var(--aa-font-weight-semibold);
  margin: 0;
  padding: 0 calc((16 * 1 * 1px) / 2) 0 0;
  padding: 0 calc(calc(16 * 1 * 1px) / 2) 0 0;
  padding: 0 var(--aa-spacing-half) 0 0;
  position: relative;
  z-index: 9999;
  z-index: var(--aa-base-z-index);
}
.aa-SourceHeaderLine {
  border-bottom: 1px solid rgba(62, 52, 211, 1);
  border-bottom: 1px solid rgba(var(--aa-primary-color-rgb), 1);
  display: block;
  height: 2px;
  left: 0;
  margin: 0;
  opacity: 0.3;
  padding: 0;
  position: absolute;
  right: 0;
  top: calc((16 * 1 * 1px) / 2);
  top: calc(calc(16 * 1 * 1px) / 2);
  top: var(--aa-spacing-half);
  z-index: calc(9999 - 1);
  z-index: calc(var(--aa-base-z-index) - 1);
}
.aa-SourceFooterSeeAll {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1),
    rgba(128, 126, 163, 0.14)
  );
  background: linear-gradient(
    180deg,
    rgba(var(--aa-background-color-rgb), var(--aa-background-color-alpha)),
    rgba(128, 126, 163, 0.14)
  );
  border: 1px solid rgba(128, 126, 163, 0.6);
  border: 1px solid rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
  border-radius: 5px;
  box-shadow: inset 0 0 2px #fff, 0 2px 2px -1px rgba(76, 69, 88, 0.15);
  color: inherit;
  font-size: 0.95em;
  font-weight: 500;
  font-weight: var(--aa-font-weight-medium);
  padding: 0.475em 1em 0.6em;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.aa-Item {
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  display: grid;
}
.aa-Item[aria-selected="true"] .aa-ActiveOnly,
.aa-Item[aria-selected="true"] .aa-ItemActionButton {
  visibility: visible;
}
.aa-ItemIcon {
  align-items: center;
  background: rgba(255, 255, 255, 1);
  background: rgba(
    var(--aa-background-color-rgb),
    var(--aa-background-color-alpha)
  );
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(128, 126, 163, 0.3);
  box-shadow: inset 0 0 0 1px
    rgba(var(--aa-panel-border-color-rgb), var(--aa-panel-border-color-alpha));
  color: rgba(119, 119, 163, 1);
  color: rgba(var(--aa-icon-color-rgb), var(--aa-icon-color-alpha));
  display: flex;
  flex-shrink: 0;
  font-size: 0.7em;
  height: calc(20px + ((16 * 1 * 1px) / 2));
  height: calc(20px + calc(calc(16 * 1 * 1px) / 2));
  height: calc(var(--aa-icon-size) + var(--aa-spacing-half));
  justify-content: center;
  overflow: hidden;
  stroke-width: 1.6;
  stroke-width: var(--aa-icon-stroke-width);
  text-align: center;
  width: calc(20px + ((16 * 1 * 1px) / 2));
  width: calc(20px + calc(calc(16 * 1 * 1px) / 2));
  width: calc(var(--aa-icon-size) + var(--aa-spacing-half));
}
.aa-ItemIcon img {
  height: auto;
  max-height: calc(20px + ((16 * 1 * 1px) / 2) - 8px);
  max-height: calc(20px + calc(calc(16 * 1 * 1px) / 2) - 8px);
  max-height: calc(var(--aa-icon-size) + var(--aa-spacing-half) - 8px);
  max-width: calc(20px + ((16 * 1 * 1px) / 2) - 8px);
  max-width: calc(20px + calc(calc(16 * 1 * 1px) / 2) - 8px);
  max-width: calc(var(--aa-icon-size) + var(--aa-spacing-half) - 8px);
  width: auto;
}
.aa-ItemIcon svg {
  height: 20px;
  height: var(--aa-icon-size);
  width: 20px;
  width: var(--aa-icon-size);
}
.aa-ItemIcon--alignTop {
  align-self: flex-start;
}
.aa-ItemIcon--noBorder {
  background: none;
  box-shadow: none;
}
.aa-ItemIcon--picture {
  height: 96px;
  width: 96px;
}
.aa-ItemIcon--picture img {
  max-height: 100%;
  max-width: 100%;
  padding: calc((16 * 1 * 1px) / 2);
  padding: calc(calc(16 * 1 * 1px) / 2);
  padding: var(--aa-spacing-half);
}
.aa-ItemContent {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: calc((16 * 1 * 1px) / 2);
  gap: calc(calc(16 * 1 * 1px) / 2);
  grid-gap: calc((16 * 1 * 1px) / 2);
  grid-gap: calc(calc(16 * 1 * 1px) / 2);
  grid-gap: var(--aa-spacing-half);
  gap: var(--aa-spacing-half);
  grid-auto-flow: column;
  line-height: 1.25em;
  overflow: hidden;
}
.aa-ItemContent:empty {
  display: none;
}
.aa-ItemContent mark {
  background: none;
  color: rgba(38, 38, 39, 1);
  color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
  font-style: normal;
  font-weight: 700;
  font-weight: var(--aa-font-weight-bold);
}
.aa-ItemContent--dual {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}
.aa-ItemContent--dual .aa-ItemContentSubtitle,
.aa-ItemContent--dual .aa-ItemContentTitle {
  display: block;
}
.aa-ItemContent--indented {
  padding-left: calc(20px + (16 * 1 * 1px));
  padding-left: calc(20px + calc(16 * 1 * 1px));
  padding-left: calc(var(--aa-icon-size) + var(--aa-spacing));
}
.aa-ItemContentBody {
  display: grid;
  gap: calc(((16 * 1 * 1px) / 2) / 2);
  gap: calc(calc(calc(16 * 1 * 1px) / 2) / 2);
  grid-gap: calc(((16 * 1 * 1px) / 2) / 2);
  grid-gap: calc(calc(calc(16 * 1 * 1px) / 2) / 2);
  grid-gap: calc(var(--aa-spacing-half) / 2);
  gap: calc(var(--aa-spacing-half) / 2);
}
.aa-ItemContentTitle {
  display: inline-block;
  margin: 0 0.5em 0 0;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aa-ItemContentSubtitle {
  font-size: 0.92em;
}
.aa-ItemContentSubtitleIcon:before {
  border-color: rgba(128, 126, 163, 0.64);
  border-color: rgba(var(--aa-muted-color-rgb), 0.64);
  border-style: solid;
  content: "";
  display: inline-block;
  left: 1px;
  position: relative;
  top: -3px;
}
.aa-ItemContentSubtitle--inline .aa-ItemContentSubtitleIcon:before {
  border-width: 0 0 1.5px;
  margin-left: calc((16 * 1 * 1px) / 2);
  margin-left: calc(calc(16 * 1 * 1px) / 2);
  margin-left: var(--aa-spacing-half);
  margin-right: calc(((16 * 1 * 1px) / 2) / 2);
  margin-right: calc(calc(calc(16 * 1 * 1px) / 2) / 2);
  margin-right: calc(var(--aa-spacing-half) / 2);
  width: calc(((16 * 1 * 1px) / 2) + 2px);
  width: calc(calc(calc(16 * 1 * 1px) / 2) + 2px);
  width: calc(var(--aa-spacing-half) + 2px);
}
.aa-ItemContentSubtitle--standalone {
  align-items: center;
  color: rgba(38, 38, 39, 1);
  color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
  display: grid;
  gap: calc((16 * 1 * 1px) / 2);
  gap: calc(calc(16 * 1 * 1px) / 2);
  grid-gap: calc((16 * 1 * 1px) / 2);
  grid-gap: calc(calc(16 * 1 * 1px) / 2);
  grid-gap: var(--aa-spacing-half);
  gap: var(--aa-spacing-half);
  grid-auto-flow: column;
  justify-content: start;
}
.aa-ItemContentSubtitle--standalone .aa-ItemContentSubtitleIcon:before {
  border-radius: 0 0 0 3px;
  border-width: 0 0 1.5px 1.5px;
  height: calc((16 * 1 * 1px) / 2);
  height: calc(calc(16 * 1 * 1px) / 2);
  height: var(--aa-spacing-half);
  width: calc((16 * 1 * 1px) / 2);
  width: calc(calc(16 * 1 * 1px) / 2);
  width: var(--aa-spacing-half);
}
.aa-ItemContentSubtitleCategory {
  color: rgba(128, 126, 163, 1);
  color: rgba(var(--aa-muted-color-rgb), 1);
  font-weight: 500;
}
.aa-ItemContentDescription {
  color: rgba(38, 38, 39, 1);
  color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
  font-size: 0.85em;
  max-width: 100%;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.aa-ItemContentDescription:empty {
  display: none;
}
.aa-ItemContentDescription mark {
  background: rgba(245, 223, 77, 0.5);
  background: rgba(
    var(--aa-description-highlight-background-color-rgb),
    var(--aa-description-highlight-background-color-alpha)
  );
  color: rgba(38, 38, 39, 1);
  color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
  font-style: normal;
  font-weight: 500;
  font-weight: var(--aa-font-weight-medium);
}
.aa-ItemContentDash {
  color: rgba(128, 126, 163, 0.6);
  color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
  display: none;
  opacity: 0.4;
}

.aa-ItemActionButton:focus svg,
.aa-ItemActionButton:hover svg {
  color: rgba(38, 38, 39, 1);
  color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
}
@media (hover: none) and (pointer: coarse) {
  .aa-ItemActionButton:focus svg,
  .aa-ItemActionButton:hover svg {
    color: inherit;
  }
}
.aa-ActiveOnly {
  visibility: hidden;
}
.aa-PanelHeader {
  align-items: center;
  background: rgba(62, 52, 211, 1);
  background: rgba(var(--aa-primary-color-rgb), 1);
  color: #fff;
  display: grid;
  height: var(--aa-modal-header-height);
  margin: 0;
  padding: calc((16 * 1 * 1px) / 2) calc(16 * 1 * 1px);
  padding: calc(calc(16 * 1 * 1px) / 2) calc(16 * 1 * 1px);
  padding: var(--aa-spacing-half) var(--aa-spacing);
  position: relative;
}
.aa-PanelHeader:after {
  background-image: linear-gradient(
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  background-image: linear-gradient(
    rgba(var(--aa-background-color-rgb), 1),
    rgba(var(--aa-background-color-rgb), 0)
  );
  bottom: calc(((16 * 1 * 1px) / 2) * -1);
  bottom: calc(calc(calc(16 * 1 * 1px) / 2) * -1);
  bottom: calc(var(--aa-spacing-half) * -1);
  content: "";
  height: calc((16 * 1 * 1px) / 2);
  height: calc(calc(16 * 1 * 1px) / 2);
  height: var(--aa-spacing-half);
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 9999;
  z-index: var(--aa-base-z-index);
}
.aa-PanelFooter {
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(
    var(--aa-background-color-rgb),
    var(--aa-background-color-alpha)
  );
  box-shadow: inset 0 1px 0 rgba(128, 126, 163, 0.3);
  box-shadow: inset 0 1px 0
    rgba(var(--aa-panel-border-color-rgb), var(--aa-panel-border-color-alpha));
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: calc(16 * 1 * 1px);
  padding: var(--aa-spacing);
  position: relative;
  z-index: 9999;
  z-index: var(--aa-base-z-index);
}
.aa-PanelFooter:after {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(128, 126, 163, 0.6)
  );
  background-image: linear-gradient(
    rgba(var(--aa-background-color-rgb), 0),
    rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha))
  );
  content: "";
  height: calc(16 * 1 * 1px);
  height: var(--aa-spacing);
  left: 0;
  opacity: 0.12;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: calc((16 * 1 * 1px) * -1);
  top: calc(calc(16 * 1 * 1px) * -1);
  top: calc(var(--aa-spacing) * -1);
  z-index: calc(9999 - 1);
  z-index: calc(var(--aa-base-z-index) - 1);
}
.aa-DetachedContainer {
  background: rgba(255, 255, 255, 1);
  background: rgba(
    var(--aa-background-color-rgb),
    var(--aa-background-color-alpha)
  );
  bottom: 0;
  box-shadow: 0 0 0 1px rgba(35, 38, 59, 0.1),
    0 6px 16px -4px rgba(35, 38, 59, 0.15);
  box-shadow: var(--aa-panel-shadow);
  display: flex;
  flex-direction: column;
  left: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  z-index: var(--aa-base-z-index);
}
.aa-DetachedContainer:after {
  height: 32px;
}
.aa-DetachedContainer .aa-Panel {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 0;
  box-shadow: none;
  flex-grow: 1;
  margin: 0;
  padding: 0;
  position: relative;
  border-top: 0!important;
  border-left: 0;
  border-right: 0;
}
.aa-DetachedContainer .aa-PanelLayout {
  bottom: 0;
  box-shadow: none;
  left: 0;
  margin: 0;
  max-height: none;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  padding-bottom: 20px;
}
.aa-DetachedFormContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: calc((16 * 1 * 1px) / 2);
  padding: calc(calc(16 * 1 * 1px) / 2);
  padding: var(--aa-spacing-half);
  border-bottom: 1px solid #ccc;
}
.aa-DetachedCancelButton {
  background: none;
  border: 0;
  border-radius: 3px;
  color: #0D132D;
  font-weight: 600;
  cursor: pointer;
  margin: 0 0 0 calc((16 * 1 * 1px) / 2);
  margin: 0 0 0 calc(calc(16 * 1 * 1px) / 2);
  margin: 0 0 0 var(--aa-spacing-half);
  padding: 0 calc((16 * 1 * 1px) / 2);
  padding: 0 calc(calc(16 * 1 * 1px) / 2);
  padding: 0 var(--aa-spacing-half);
}
.aa-DetachedCancelButton:focus,
.aa-DetachedCancelButton:hover {
  box-shadow: inset 0 0 0 1px rgba(128, 126, 163, 0.3);
  box-shadow: inset 0 0 0 1px
    rgba(var(--aa-panel-border-color-rgb), var(--aa-panel-border-color-alpha));
}
.aa-DetachedContainer--modal {
  border-radius: 6px;
  bottom: inherit;
  height: auto;
  margin: 0 auto;
  max-width: 680px;
  max-width: var(--aa-detached-modal-max-width);
  position: absolute;
  top: 3%;
}
.aa-DetachedContainer--modal .aa-PanelLayout {
  max-height: 500px;
  max-height: var(--aa-detached-modal-max-height);
  padding-bottom: calc((16 * 1 * 1px) / 2);
  padding-bottom: calc(calc(16 * 1 * 1px) / 2);
  padding-bottom: var(--aa-spacing-half);
  position: static;
}
.aa-DetachedContainer--modal .aa-PanelLayout:empty {
  display: none;
}
.aa-DetachedSearchButton {
  background-color: #fff;
  align-items: center;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
  display: flex;
  font: inherit;
  height: 39px;
  margin: 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.aa-DetachedSearchButton:focus {
  outline: medium none currentColor;
}
.aa-DetachedSearchButtonIcon {
  align-items: center;
  color: #0D132D;
  cursor: auto;
  display: flex;
  flex-shrink: 0;
  height: 100%;
  justify-content: center;
  order: 2;
}
.aa-DetachedSearchButtonQuery {
  color: rgba(38, 38, 39, 1);
  color: rgba(var(--aa-text-color-rgb), 1);
  line-height: 1.25em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aa-DetachedSearchButtonPlaceholder[hidden] {
  display: none;
}
.aa-DetachedSearchButtonPlaceholder {
  width: 100%;
  display: flex;
  align-items: center;
  color: #000;
}
.aa-Detached {
  height: 100vh;
  overflow: hidden;
}
.aa-DetachedOverlay {
  background-color: rgba(115, 114, 129, 0.4);
  background-color: rgba(
    var(--aa-overlay-color-rgb),
    var(--aa-overlay-color-alpha)
  );
  height: 100vh;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: calc(9999 - 1);
  z-index: calc(var(--aa-base-z-index) - 1);
}
.aa-GradientBottom,
.aa-GradientTop {
  height: calc((16 * 1 * 1px) / 2);
  height: calc(calc(16 * 1 * 1px) / 2);
  height: var(--aa-spacing-half);
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 9999;
  z-index: var(--aa-base-z-index);
}
.aa-GradientTop {
  background-image: linear-gradient(
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  background-image: linear-gradient(
    rgba(var(--aa-background-color-rgb), 1),
    rgba(var(--aa-background-color-rgb), 0)
  );
  top: 0;
}
.aa-GradientBottom {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
  background-image: linear-gradient(
    rgba(var(--aa-background-color-rgb), 0),
    rgba(var(--aa-background-color-rgb), 1)
  );
  border-bottom-left-radius: calc((16 * 1 * 1px) / 4);
  border-bottom-left-radius: calc(calc(16 * 1 * 1px) / 4);
  border-bottom-left-radius: calc(var(--aa-spacing) / 4);
  border-bottom-right-radius: calc((16 * 1 * 1px) / 4);
  border-bottom-right-radius: calc(calc(16 * 1 * 1px) / 4);
  border-bottom-right-radius: calc(var(--aa-spacing) / 4);
  bottom: 0;
}
.ais-ClearRefinements-button.action.primary {
  background: none;
  border: none;
  color: #006bb4;
  padding: 0;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  font-family: SFRounded, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
.ais-ClearRefinements-button.action.primary:hover {
  background: none;
  border: none;
  color: #006bb4;
}
.ais-RefinementList-item > div {
  position: relative;
  display: inline-block;
}
.ais-RefinementList-item > div:has(.ais-RefinementList-label > input[value=G-Line]):before {
  background: #f13005;
  border-radius: 4px;
  color: #fff;
  content: "Recommandé";
  font-size: 13px;
  left: 100%;
  line-height: 13px;
  margin-left: 5px;
  padding: 5px 10px;
  position: absolute;
  top: -2px;
  white-space: nowrap;
  z-index: 5;
}
.catalog-category-view .algolia-container-search, .catalogsearch-result-index .algolia-container-search {
  display: none;
}
.category-black-friday .algolia-container-search {
  display: block;
}
body .ais-RangeSlider {
  margin: 0 13px;
}
body .rheostat-handle{
  border: 4px solid #0D132D;
}
body .ais-RangeSlider .rheostat-progress {
  background-color: #ccc;
}
body .ais-RangeSlider .rheostat {
  overflow: visible;
  margin-top: 30px;
  margin-bottom: 10px;
}
.algoliasearch-autocomplete-reviews .rating-summary .rating-result>span:before {
  background-size: 62px;
  background-position: 0 -13px;
}
body .algoliasearch-autocomplete-reviews .rating-summary .rating-result:before {
  background-size: 62px;
  background-position: 0 1px;
}
body .algoliasearch-autocomplete-reviews .rating-summary .rating-result {
  width: 62px;
}
.algoliasearch-autocomplete-reviews .reviews-count {
  font-size: 12px;
}
.ais-Hits-item .tocart {
  border-color: #43A047;
  background-color: #43A047;
  border-radius: 4px;
  padding: 7px;
  min-width: 42px;
}
.ais-Hits-item .tocart:hover {
  border-color: #43A047;
  background-color: #43A047;
}
.ais-Hits-item .alert {
  border-color: #00509d;
  background-color: #00509d;
  border-radius: 4px;
  padding: 7px;
  min-width: 42px;
}
.ais-Hits-item .alert:hover {
  border-color: #00509d;
  background-color: #00509d;
}
.ais-Hits-item .list-brand-review {
  min-height: 18px;
}
.ais-Hits-item .product-item-photo {
  margin-bottom: 5px;
}
/*algolia */
.aa-Form {
  align-items: center;
  border-radius: 3px;
  display: flex;
  line-height: 1em;
  margin: 0;
  position: relative;
  width: 100%;
  background: #f8f9fb;
}
.aa-InputWrapperPrefix {
  order: 5;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 39px;
}
.aa-Label, .aa-LoadingIndicator {
  cursor: auto;
  flex-shrink: 0;
  height: 100%;
  padding: 0;
  text-align: left;
}
.aa-LoadingIndicator, .aa-SubmitButton {
  padding-left: 11px;
  padding-right: 11px;
  width: 47px;
  bottom: 0;
  top: 0;
  height: auto !important;
}
.aa-Label svg, .aa-LoadingIndicator svg {
  max-height: 20px;
  width: 20px;
  fill: #0D132D;
}
.aa-InputWrapper {
  order: 3;
  position: relative;
  width: 100%;
}
header .block-search input.aa-Input {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  color: #1a1f27;
  font-size: 15px;
  height: 39px;
  border-color: #d9d9d9;
  border-radius: 3px;
}
body .aa-Panel .aa-PanelLayout section .aa-SourceHeader, .aa-SourceHeader {
  background-color: #0000;
  color: #1a1f27;
  font-size: 15px;
  font-weight: 700;
  padding: 4px;
  text-transform: none;
  margin-bottom: 5px;
}
body .aa-Panel .aa-PanelLayout section .aa-SourceHeader p {
  margin-bottom: 0;
}
body .aa-Panel .aa-PanelLayout section[data-autocomplete-source-id=products] .aa-List .aa-Item {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 100%;
  margin: 0;
  padding: 7px 7px 49px;
  position: relative;
  align-items: flex-start;
}
body .aa-Panel .algoliasearch-autocomplete-hit .thumb {
  float: none;
  margin-right: 0;
  height: 105px;
  text-align: center;
}
body .aa-Panel .algoliasearch-autocomplete-hit .thumb img {
  width: 100px;
}
body .aa-Panel .aa-PanelLayout section[data-autocomplete-source-id=products] .aa-List {
  display: flex;
  flex-direction: column;
  position: static;
  padding: 0;
}
body .aa-Panel .algoliasearch-autocomplete-hit {
  position: static;
  padding: 0;
}
body .aa-Panel .aa-PanelLayout section[data-autocomplete-source-id=categories] ul{
  padding-inline-start: 4px;
}
.aa-Panel li.aa-Item {
  margin-bottom: 0;
  padding: 2px 0;
}
.aa-Panel li.aa-Item .SearchSuggestItem-Link {
  color: #0a0903;
}
.aa-Panel .algolia-custom-footer .aa-List {
  padding-left: 4px;
}
.aa-SourceFooter {
  padding: 0 10px;
}
body .with-grid #autocomplete-products-footer {
  display: none;
}
#algolia-left-container-mobile {
  margin-bottom: 10px;
}
.algoliasearch-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #1a1f27;
  display: inline-block;
  display: -webkit-box;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  width: unset;
}
.algoliasearch-price {
  bottom: 7px;
  left: 7px;
  position: absolute;
}
.algoliasearch-autocomplete-price {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
body .aa-Panel .algoliasearch-autocomplete-price {
  color: #e52130;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  height: auto;
}
body .aa-Panel .algoliasearch-autocomplete-price .after_special {
  order: 2;
}
body .aa-Panel .before_special {
  color: #555c6a;
  font-size: 13px;
  font-weight: 400;
  text-decoration: line-through;
  white-space: nowrap;
}
.popular-brands {
  grid-gap: 5px;
  display: flex;
  flex-wrap: wrap;
}
.popular-brands .aa-Item .SearchSuggestItem-Link {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  line-height: 1.7;
}
.popular-brands .aa-Item .SearchSuggestItem-Link:hover {
  background-color: #ededed;
}
body .aa-Panel .aa-PanelLayout section .aa-SourceNoResults p {
  margin-bottom: 0;
}
body .aa-Panel .aa-PanelLayout section .aa-SourceNoResults {
  padding-bottom: 0;
}
body input.ais-SearchBox-input {
  height: 39px;
  border-color: #d9d9d9;
  background: #f8f9fb;
  border-radius: 3px;
}
body .algolia-infos .pull-right{
  position: relative;
  border: 1px solid #dfdfdf;
  padding: 3px 0 3px 10px;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
body .algolia-infos .ais-SortBy-select {
  border: none;
  font-size: 13px;
  color: #0a0903;
}
body .algolia-infos {
  line-height: normal;
}
.sort-by-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 10px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 3px 10px;
}
body .algolia-infos #algolia-stats {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 15px;
  color: #636363;
  grid-gap: 10px;
}
body .ais-Pagination-list {
  margin: 0;
  justify-content: flex-end;
}
body .ais-Pagination-link {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 1.2rem;
  height: 30px;
  justify-content: center;
  padding: 0 5px;
}
body .ais-Pagination-item {
  margin: 0 4px 0 0;
  padding: 0;
}
body .ais-Pagination-item--selected .ais-Pagination-link {
  background: #f3f3f3;
  font-weight: 700;
  min-width: 30px;
}
body .ais-Pagination-item--nextPage a, body .ais-Pagination-item--previousPage a {
  color: #7d7d7d;
  font-size: 13px;
}
#algoliaAutocomplete.algolia-search-block {
  display: flex;
}
.aa-Autocomplete {
  width: 100%;
}
body .ais-Hits-list {
  display: flex;
  grid-column-gap: 20px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
}
body .ais-Hits-list .ais-Hits-item {
  width: calc((100% - 60px) / 4);
  text-align: left;
}
.ais-Hits-item .product.photo {
  padding-top: 100%;
  display: block;
  position: relative;
}
.ais-Hits-item .product.photo img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.ais-Hits-item .product-item-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.product-item-info {
  padding-bottom: 62px;
  position: relative;
  height: 100%;
}
.ais-Hits-item .product-item-info .product-item-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
body .ais-Hits-list .ais-Hits-item:has(.list-full-row) {
  width: 100%;
}
.product-list-usp {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 12px 0;
}
.product-list-usp .usp-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.product-list-usp .usp-bar-item {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.product-list-usp .usp-bar-item img {
  opacity: 0.6;
  flex-shrink: 0;
}
.product-list-usp .usp-bar-item span {
  font-family: 'SilkaMedium';
  font-size: 13px;
  color: #404040;
}
.product-list-usp .usp-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.product-list-usp .usp-bar-item {
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.product-list-usp .usp-bar-item img {
  opacity: 0.7;
  flex-shrink: 0;
  max-height: 20px;
}
.product-list-usp .usp-bar-item span {
  font-family: 'SilkaMedium';
  font-size: 13px;
  color: #555;
}
@media (max-width: 767px) {
  .product-list-usp .usp-bar {
    flex-wrap: wrap;
    gap: 10px;
  }
  .product-list-usp .usp-bar-item {
    width: calc(50% - 5px);
  }
}
@media (max-width: 500px) {
  .list-full-row {
    display: none;
  }
}
.list-stock-info .icon {
  padding-left: 15px;
  position: relative;
}
.list-stock-info .icon.in-stock::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2E7D32;
  margin-right: 5px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -1px;
}
.list-stock-info .icon.out-of-stock::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #686868;
  margin-right: 5px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -1px;
}
.algolia-product-price .special-price .price {
  color: #e52130;
  font-size: 18px;
  line-height: 18px;
}
body .ais-Panel {
  border: none;
  margin-bottom: 0;
}
body .ais-Panel-header {
  background-color: transparent;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
body .ais-Panel-header .name {
  color: #1a1f27;
  font-size: 14px;
}
body .ais-Panel-body {
  padding: 0;
}
body .ais-RefinementList-list .ais-RefinementList-item {
  margin-bottom: 0;
}
body .ais-RefinementList-count {
  color: #999;
}
body .ais-RefinementList-item {
  font-size: 13px;
}
body .ais-RangeInput-label:has(.ais-RangeInput-input--min):before {
  color: #0a0903;
  content: "De";
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  margin-right: 5px;
}
body .ais-RangeInput-separator {
  text-transform: capitalize;
}
body .ais-RangeInput-form:has(.ais-RangeInput-label) {
  max-width: 200px;
}
body .ais-RangeInput-label {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
body .ais-CurrentRefinements-item {
  border: none;
  background-color: transparent;
  padding: 0;
}
body .ais-RangeInput-form {
  grid-gap: 3px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
body .ais-RangeInput-submit {
  background-color: #0D132D;
  border-radius: 4px;
  color: #fff;
  min-width: 28px;
  padding: 8px;
  font-size: 0;
}
body .ais-RangeInput-submit:hover {
  border: none;
}
button.ais-RangeInput-submit:after {
  content: ">";
  font-size: 13px;
}
body .ais-RangeInput-input {
  border-color: #c2c2c2;
  border-radius: 4px;
  height: 32px;
  max-width: 58px;
  padding: 5px;
  text-align: center;
}
body .ais-RefinementList-label:has(.ais-RefinementList-checkbox) {
  position: relative;
  padding: 0 0 0 25px;
  cursor: pointer;
}
body .ais-RefinementList-label:has(.ais-RefinementList-checkbox):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
}
body .ais-RefinementList-label.checked:has(.ais-RefinementList-checkbox):before {
  background-color: #0D132D;
  border-color: #0D132D;
}
body .ais-RefinementList-label.checked:has(.ais-RefinementList-checkbox):after {
  border: 2px solid #fff;
  border-left: 0;
  border-top: 0;
  content: " ";
  height: 9px;
  left: 5px;
  opacity: 1;
  position: absolute;
  top: 2px;
  transform: rotate(45deg);
  width: 5px;
}
body .ais-RefinementList-item .ais-RefinementList-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
  height: 0;
}
body .algolia-infos {
  padding: 0;
  background-color: transparent;
}
body .aa-Panel .algoliasearch-autocomplete-hit {
  display: flex;
  flex-direction: column;
}
body .aa-Panel .aa-Source[data-autocomplete-source-id="categories"] .algoliasearch-autocomplete-hit {
  display: block;
  margin-bottom: 5px;
}
body .aa-ItemWrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0 4px;
  position: relative;
}
body .aa-Panel .aa-ItemLink.algolia-suggestions:has(svg.algolia-glass-suggestion) {
  position: relative;
  padding: 0 4px!important;
  display: block;
}
.aa-Panel .aa-ItemLink.algolia-suggestions svg.algolia-glass-suggestion {
  display: none !important;
}
body .aa-ItemActionButton {
  padding: 0;
  border: 0;
  background: transparent;
}
body .aa-ItemActionButton svg {
  width: 15px;
}
body .aa-ItemContentTitle .aa-ItemLink {
  color: #000;
}
body .aa-ItemActions {
  display: none;
}
body .aa-Item[aria-selected=true] .aa-ItemActions {
  align-items: center;
  display: flex;
  margin-top: -1px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#algoliaAutocomplete:has(.aa-Autocomplete[aria-expanded="true"]) .header-category-btn {
  pointer-events: none;
}
.algolia-container-search p {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px !important;
  line-height: 1.2;
}
.category-black-friday #instant-search-bar {
  max-width: 630px;
}
.category-black-friday #instant-search-bar .ais-SearchBox-input {
  border-radius: 4px;
  font-size: 14px;
  height: 40px;
  padding: 5px 40px 5px 16px;
  background-color: #f8f9fa;
  border: 1px solid #e0e0e0;
}
.category-black-friday #instant-search-bar .ais-SearchBox-input::placeholder {
  color: #1a1f27;
  font-size: 13px;
}
.category-black-friday #instant-search-bar .ais-SearchBox-reset {
  right: 40px;
  height: 37px;
}
.category-black-friday #instant-search-bar .ais-SearchBox-submit {
  position: absolute;
  right: 10px;
  display: inline-block !important;
  height: 40px;
}
.category-black-friday #instant-search-bar .ais-SearchBox-submit svg {
  width: 20px;
  height: 20px;
  fill: #0D132D;
}

@media (max-width: 1200px) {
  body .ais-Hits-list .ais-Hits-item {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 991px) {
  body .ais-Hits-list .ais-Hits-item {
    width: calc((100% - 20px) / 2);
  }
}
@media (min-width: 1201px) {
  #algoliaAutocomplete.algolia-search-block {
    position: absolute;
    z-index: auto;
  }
}
@media (min-width: 768px) {
  .product-item-info .product-item-name .product-item-link:hover {
    text-decoration: underline;
  }
  body .aa-Panel .aa-PanelLayout section:last-of-type:not([data-autocomplete-source-id=products]) {
    margin-bottom: 0;
  }
  #algolia-autocomplete-panel:has(.aa-Panel) {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  header:has(#algolia-autocomplete-panel) .logo {
    z-index: 0;
  }
  body .aa-Panel .aa-PanelLayout section[data-autocomplete-source-id=products] .aa-List {
    grid-gap: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  body .aa-Panel .aa-PanelLayout.with-grid section[data-autocomplete-source-id=products] {
    border-left: 0;
  }
  .aa-PanelSectionSources {
    margin-bottom: 15px;
  }
  body .aa-Panel {
    margin-left: -140px;
    margin-right: -140px;
    margin-top: 0;
    overflow: visible;
    z-index: 99;
    border: 0;
    background-color: #fff;
    box-shadow: 0 0 0 1px #23263b1a, 0 6px 16px -4px #23263b26;
    top: 70px !important;
    border-radius: 4px;
  }
  .aa-CancelButton {
    position: absolute;
    right: 0;
  }
  .aa-CancelButton:before {
    background: #fff;
    border-radius: 50%;
    content: " ";
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: -55px;
    top: -12px;
    width: 35px;
  }
  .aa-CancelButton:after {
    content: url("../images/close-algolia.svg");
    cursor: pointer;
    position: absolute;
    right: -44px;
    top: -2px;
  }

}
/*algolia */
@media (hover: none) and (pointer: coarse) {
  .aa-DesktopOnly {
    display: none;
  }
}
@media (hover: hover) {
  .aa-TouchOnly {
    display: none;
  }
}
@media (max-width: 767px) {
  body .product-item-info .pr-list-stock-info .icon {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
    max-height: 12px;
    display: inline-block;
    text-align: left;
  }
  .algolia-container-search p {
    text-align: center;
    line-height: 1.2;
    margin-bottom: 10px !important;
    font-size: 14px;
  }
  .ais-DynamicWidgets > .block-title.filter-title {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    display: block;
    height: 48px;
  }
  .ais-DynamicWidgets > .block-title.filter-title:after {
     content: " ";
    position: absolute;
    height: 1px;
    background-color: #ccc;
    left: -15px;
    right: -15px;
    bottom: 0;
  }
  .ais-DynamicWidgets .close-mobile-filter {
    right: -10px;
    height: 46px;
  }
  body .aa-Panel .aa-PanelLayout section[data-autocomplete-source-id=products] ul.aa-List {
    display: flex;
    flex-direction: row;
    position: static;
    padding: 0;
    grid-column-gap: 10px;
    overflow-y: auto;
  }
  body .aa-Panel .aa-PanelLayout section[data-autocomplete-source-id=products] .aa-List .aa-Item {
    min-width: 150px;
    max-width: 150px;
  }
  .aa-DetachedFormContainer .aa-Form {
    border: 1px solid #c2c2c2;
    background: #fff;
  }
  .aa-DetachedFormContainer .aa-Form .aa-Input {
    border: 0;
  }
  .aa-DetachedFormContainer .aa-SubmitButton {
    height: 100%!important;
  }
  .aa-Source[data-autocomplete-source-id="products"] {
    margin-bottom: 15px;
  }
  body .aa-ItemActions {
    display: inline-block!important;
  }
  body .aa-ItemActionButton {
    display: inline-block;
    visibility: visible;
  }
  #instant-search-facets-container .ais-DynamicWidgets {
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    overflow: scroll;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    right: 15%;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 999;
    padding: 0 15px 10px;
    transform: translateX(-100%);
    transition: transform .2s
    ease-in-out;
    will-change: transform;

  }
  #instant-search-facets-container:not(.hidden-xs) .ais-DynamicWidgets {
    transform: translateX(0);
  }
  #algolia-left-container:has(#instant-search-facets-container:not(.hidden-xs)) + #algolia-right-container #refine-toggle {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 3;
    margin: 0;
    border: 0;
    font-size: 0;
  }
  .page-main .algolia-instant-results-wrapper:has(.instant-search-facets-container:not(.hidden-xs)) {
    z-index: 6;
  }
  body.filter-mobile-open .page-header {
    z-index: 0;
  }
  body.filter-mobile-open {
    overflow: hidden;
    overscroll-behavior: contain;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #algolia_instant_selector .hidden-sm#instant-search-facets-container {
    display: flex !important;
    overflow-x: auto;
  }
  #current-refinements .ais-CurrentRefinements-list {
    display: flex;
    align-items: center;
  }
  .ais-CurrentRefinements-item .ais-CurrentRefinements-category {
    background: #ebebeb;
    padding: 10px 40px 10px 10px;
    white-space: nowrap;
    display: inline-block;
    color: #000;
    position: relative;
    margin: 0 3px;
  }
  .ais-CurrentRefinements-item .ais-CurrentRefinements-delete {
    align-items: center;
    background: #0D132D;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 12px;
    height: 20px;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
  }
  #clear-refinements .ais-ClearRefinements-button {
    color: #0D132D;
    white-space: nowrap;
    margin-top: 12px;
  }
  #algolia-left-container #refine-toggle {
    margin: 0 0 10px;
  }
  #algolia-left-container-mobile {
    display: flex;
    justify-content: space-between;
    grid-column-gap: 10px;
    margin-bottom: 10px;
  }
  #algolia-left-container-mobile #refine-toggle,#algolia-left-container-mobile .algolia-infos {
    margin: 0;
    width: 100%;
  }
  #algolia-left-container-mobile #algolia-stats {
    margin-top: 0;
  }
  #algolia-left-container-mobile .ais-Stats {
    display: none;
  }
  #algolia-left-container-mobile #refine-toggle {
    border: 1px solid #dfdfdf;
    line-height: 38px;
    border-radius: 3px;
    font-weight: 400;
    font-size: 12px;
    color: #404040;
    max-width: 130px;
  }
  #algolia-left-container-mobile .sort-by-label {
    white-space: nowrap;
  }
  #algolia-left-container-mobile #refine-toggle span {
    position: relative;
  }
  #algolia-left-container-mobile #refine-toggle span:before {
    content: url("../images/mobile-filter.svg");
    margin-right: 5px;
    position: relative;
    top: 2px;
  }
}

@media (min-width: 769px) {
    .aa-Panel .aa-PanelLayout section[data-autocomplete-source-id=products] .aa-List {
        max-height: 440px;
    }
}

section.aa-Source[data-autocomplete-source-id="querySuggestionsPlugin"]:not(:has(.aa-List)) {
  display: none !important;
}

.aa-Panel mark {
  padding: 0;
}

.ais-Hits-item .product-item .old-price {
  text-decoration: line-through;
}

button.ais-RefinementList-showMore {
  border: 1px solid #ccc;
  border-radius: 4px;
  clear: both;
  color: #666;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
  margin-left: 0;
  margin-top: 10px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: underline;
}

button.ais-RefinementList-showMore:hover, button.ais-RefinementList-showMore:focus {
  background: unset;
}

button.ais-RefinementList-showMore.ais-RefinementList-showMore--disabled {
  display: none;
}
