/* =========================================
= FRONT PAGE — RECHERCHE GUIDÉE
  Le <select> collection est stylé comme un titre de slider : la typo vient de
  .nl-product-slider--title, ici on neutralise seulement l'apparence native.
========================================= */
.nl-home-search--select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  background: transparent;
  background-image: none;
  color: var(--primary);
  font-family: var(--font-display);
  font-weight: 500;
  font-style: italic;
  text-align-last: start;
  cursor: pointer;
}

.nl-home-search--select:hover { background-color: transparent; }

.nl-home-search--select:focus,
.nl-home-search--select:focus-visible {
  outline: none;
}

.nl-home-search--select::-ms-expand { display: none; }

.nl-home-search--select option {
  font-family: var(--SR);
  font-size: var(--text-base);
  font-style: normal;
  font-weight: 400;
  color: var(--primary);
  text-align: center;
}
