.elementor-1036 .elementor-element.elementor-element-28d6192a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1036 .elementor-element.elementor-element-2398b0af{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS *//* Import de la police Inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

/* Bloc global du filtre */
.yith-wcan-filters {
  font-family: 'Inter', sans-serif;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 1.5rem 1.8rem;
  max-width: 260px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* Titre principal */
.yith-wcan-filters h4,
.yith-wcan-filters .filter-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Groupes de filtres */
.yith-wcan-filter {
  margin-bottom: 1.2rem;
}

/* Titre du groupe */
.yith-wcan-filter-title {
  font-size: 0.95rem;
  font-weight: 500;
  color: #555;
  margin-bottom: 0.6rem;
}

/* Liste des options */
.yith-wcan-filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Chaque option */
.yith-wcan-filter ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}

/* Checkbox stylisée */
.yith-wcan-filter input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #b48a60; /* couleur dorée */
  margin-right: 0.6rem;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* Texte des options */
.yith-wcan-filter label {
  font-size: 0.9rem;
  color: #333;
  cursor: pointer;
  transition: color 0.2s ease;
}

/* Couleur au survol */
.yith-wcan-filter label:hover {
  color: #b48a60 !important;
}

/* Quand une case est cochée */
.yith-wcan-filter input[type="checkbox"]:checked + label {
  color: #b48a60 !important; /* empêche la couleur rouge */
  font-weight: 500;
}

/* Si le plugin force une couleur de fond rouge, on la neutralise */
.yith-wcan-filter input[type="checkbox"]:checked {
  accent-color: #b48a60 !important;
}

/* Bloc des filtres actifs */
.yith-wcan-active-filters {
  margin-top: 1.5rem;
  border-top: 1px solid #eee;
  padding-top: 1rem;
  font-size: 0.85rem;
  color: #555;
}/* End custom CSS */