.elementor-131917 .elementor-element.elementor-element-bc6c3c6{--display:flex;--min-height:600px;--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;}.elementor-131917 .elementor-element.elementor-element-bc6c3c6:not(.elementor-motion-effects-element-type-background), .elementor-131917 .elementor-element.elementor-element-bc6c3c6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://e-motions.com/wp-content/uploads/2026/03/fond-Couleur.jpg");background-position:0px 21px;background-size:cover;}.elementor-131917 .elementor-element.elementor-element-08aff47{--display:flex;}@media(max-width:1024px){.elementor-131917 .elementor-element.elementor-element-bc6c3c6:not(.elementor-motion-effects-element-type-background), .elementor-131917 .elementor-element.elementor-element-bc6c3c6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0px;}}@media(max-width:767px){.elementor-131917 .elementor-element.elementor-element-bc6c3c6:not(.elementor-motion-effects-element-type-background), .elementor-131917 .elementor-element.elementor-element-bc6c3c6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-152cc84 *//* ==========================================================================
   HERO OCCASION - E-MOTIONS
========================================================================== */

/* Le conteneur du Hero avec le fond smoky global */
.em-hero-hud {
    position: relative;
    width: 100%;
    min-height: 80vh; 
    padding: 100px 20px;
    color: #ffffff;
    font-family: 'Manrope', sans-serif;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    /* --- IMAGE D'ARRIÈRE-PLAN --- */
    background-image: url('https://tonsite.com/chemin/vers/ton-image.jpg');
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* L'overlay smoky "à peine moins fumé" */
.em-hero-hud::after {
    content: "";
    position: absolute;
    inset: 0;
    /* Opacité à 0.85 au centre pour garder l'aspect premium sans trop cacher l'image */
    background: radial-gradient(circle at center, rgba(0,0,0,0) 0%, rgba(5, 11, 28, 0.85) 100%);
    pointer-events: none;
    z-index: 1;
}

/* Contenu textuel et stats */
.em-hero-hud__content {
    position: relative;
    z-index: 2; 
    text-align: center;
    max-width: 1100px;
    width: 100%;
}

/* Titre principal ("L'occasion redéfinie...") */
.em-hero-hud__title {
    font-size: clamp(1.8rem, 4vw, 3.2rem);
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 60px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 1px;
}

/* Surlignage ("Explorez la diversité...") */
.em-hero-hud__title span {
    color: #D0D703; 
    font-weight: 500; 
    letter-spacing: 1px;
    display: block;
    /* Adapté pour une phrase longue : plus lisible, non majuscule */
    font-size: clamp(1rem, 2vw, 1.3rem); 
    text-transform: none; 
    margin-top: 15px;
}

/* ============================================================
   LES COMPTEURS
============================================================ */
.em-vo-stats-grid {
    display: flex;
    gap: 80px; 
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.em-vo-stat-item {
    position: relative;
    text-align: center;
    min-width: 140px;
}

/* Fine ligne de séparation verticale */
.em-vo-stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -40px; 
    top: 15%;
    height: 70%;
    width: 1px;
    background: rgba(255, 255, 255, 0.15);
}

.em-vo-stat-icon {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.4); 
    margin-bottom: 15px;
    transition: color 0.4s ease, transform 0.4s ease;
}

/* L'icône s'allume au survol */
.em-vo-stat-item:hover .em-vo-stat-icon {
    color: #D0D703;
    transform: translateY(-3px);
}

.em-vo-stat-number {
    font-size: 3.5rem; 
    font-weight: 800;
    display: block;
    line-height: 1;
    margin-bottom: 8px;
    color: #ffffff;
}

.em-vo-stat-label {
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.6);
}

/* ============================================================
   RESPONSIVE (MOBILE)
============================================================ */
@media (max-width: 768px) {
    .em-vo-stats-grid {
        gap: 40px;
        flex-direction: column;
    }
    
    /* On enlève la ligne verticale sur mobile pour la mettre horizontale */
    .em-vo-stat-item:not(:last-child)::after {
        right: 25%;
        top: auto;
        bottom: -20px;
        height: 1px;
        width: 50%;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-08aff47 *//* ============================================================
   ROOT
============================================================ */
:root {
  --em-yellow: rgb(208, 215, 3);
  --em-yellow-glow: rgba(208, 215, 3, 0.4);
  --em-white: #ffffff;
  --em-white-soft: rgba(255, 255, 255, 0.72);
  --em-white-fade: rgba(255, 255, 255, 0.48);

  --font-tech: 'LT Aspirer Neue', sans-serif;
  --font-body: 'Geoform', sans-serif;

  --em-radius: 8px;
  --em-shadow:
    0 25px 50px rgba(0, 0, 0, 0.8),
    inset 0 0 0 1px rgba(208, 215, 3, 0.05),
    inset 0 25px 70px rgba(208, 215, 3, 0.03);

  --em-panel-bg:
    radial-gradient(circle at top right, rgba(208, 215, 3, 0.05), transparent 28%),
    linear-gradient(145deg, rgba(16, 30, 64, 0.88) 0%, rgba(5, 11, 28, 0.98) 100%);
}

/* ============================================================
   TYPO & RESETS TACTILES
============================================================ */
.btn-reset--sidebar,
.emotions-results-count,
.em-omoda-btn__label,
.btn-filter {
  font-family: var(--font-tech) !important;
}

.emotions-sidebar-title,
.filter-block label,
.filter-toggle__label,
.filter-option,
.double-range__values,
.vo-card__title,
.vo-card__price,
.vo-card__subtitle,
.vo-card__location-label,
.vo-card__location-value {
  font-family: var(--font-body) !important;
}

a,
button,
.filter-option,
.filter-toggle,
select {
  -webkit-tap-highlight-color: transparent !important;
}

/* ============================================================
   FORCER ELEMENTOR
============================================================ */
.elementor-widget-shortcode,
.elementor-widget-shortcode .elementor-widget-container,
.elementor-widget-shortcode .elementor-shortcode,
.elementor-element[data-widget_type="shortcode.default"],
.e-con,
.e-con-inner,
.e-parent {
  overflow: visible !important;
  clip-path: none !important;
}

#emotions-vo-search-app,
#emotions-vo-search-app .emotions-layout {
  overflow: visible !important;
  clip-path: none !important;
}

/* ============================================================
   APP / LAYOUT
============================================================ */
.emotions-vo-search-app--sidebar {
  width: 100%;
  margin: 40px 0;
}

#emotions-vo-search-app .emotions-layout {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 34px;
  align-items: stretch !important;
}

.emotions-results-area {
  min-width: 0;
  position: relative;
}

.emotions-vehicle-grid {
  min-height: 80px;
}

/* ============================================================
   SIDEBAR
============================================================ */
.emotions-sidebar {
  position: relative !important;
  height: 100% !important;
  z-index: 30;
}

.emotions-vo-search-form--sidebar {
  padding: 28px;
  border-radius: var(--em-radius);
  background: var(--em-panel-bg);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-top: 1px solid rgba(208, 215, 3, 0.28);
  box-shadow: var(--em-shadow);
  position: relative;
  transition: none !important;
}

.emotions-vo-search-form--sidebar::before,
.emotions-vo-search-form--sidebar::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.emotions-vo-search-form--sidebar::before {
  background:
    linear-gradient(rgba(208, 215, 3, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(208, 215, 3, 0.028) 1px, transparent 1px);
  background-size: 24px 24px;
  background-position: center center;
}

.emotions-vo-search-form--sidebar::after {
  background: radial-gradient(ellipse at top, rgba(208, 215, 3, 0.08) 0%, transparent 58%);
}

.emotions-sidebar-head,
.emotions-filter-stack,
#emotions-search-submit {
  position: relative;
  z-index: 2;
}

.emotions-sidebar-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 24px;
}

.emotions-sidebar-title {
  margin: 0;
  color: var(--em-white);
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* ============================================================
   FILTER STACK
============================================================ */
.emotions-filter-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.filter-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.filter-block label {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

/* ============================================================
   INPUTS / SELECTS
============================================================ */
.filter-block input[type="text"],
.filter-block input[type="number"],
.filter-block select,
.filter-block textarea {
  width: 100%;
  min-height: 58px;
  height: 58px;
  padding: 0 18px;
  border-radius: 4px;
  border: 1px solid rgba(208, 215, 3, 0.18) !important;
  background-color: rgba(6, 14, 34, 0.8) !important;
  color: var(--em-white) !important;
  font-size: 14px;
  font-weight: 700;
  outline: none;
  box-shadow: none;
  transition: 0.25s ease;
}

.filter-block select {
  position: relative;
  z-index: 10;
  pointer-events: auto !important;
  cursor: pointer;
}

.filter-block input[type="text"]::placeholder,
.filter-block input[type="number"]::placeholder,
.filter-block textarea::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.filter-block input[type="text"]:focus,
.filter-block input[type="number"]:focus,
.filter-block select:focus,
.filter-block textarea:focus {
  border-color: var(--em-yellow) !important;
  box-shadow: 0 0 0 3px rgba(208, 215, 3, 0.12), 0 0 18px rgba(208, 215, 3, 0.14) !important;
  background-color: rgba(6, 14, 34, 0.95) !important;
}

.filter-block input:-webkit-autofill,
.filter-block input:-webkit-autofill:hover,
.filter-block input:-webkit-autofill:focus,
.filter-block input:-webkit-autofill:active {
  -webkit-text-fill-color: #ffffff !important;
  -webkit-box-shadow: 0 0 0 1000px rgba(6, 14, 34, 0.6) inset !important;
  transition: background-color 9999s ease-in-out 0s;
}

/* ============================================================
   SORT
============================================================ */
.filter-block--sort select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  padding-right: 44px !important;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--em-yellow) 50%),
    linear-gradient(135deg, var(--em-yellow) 50%, transparent 50%) !important;
  background-position:
    calc(100% - 20px) calc(50% - 3px),
    calc(100% - 14px) calc(50% - 3px) !important;
  background-size: 6px 6px, 6px 6px !important;
  background-repeat: no-repeat !important;
  background-color: rgba(6, 14, 34, 0.8) !important;
}

.filter-block--sort select option {
  color: #081224;
  background-color: #ffffff;
}

/* ============================================================
   TOGGLES & OPTIONS
============================================================ */
.filter-toggle {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border-radius: 4px;
  border: 1px solid rgba(208, 215, 3, 0.18);
  background-color: rgba(6, 14, 34, 0.8);
  color: var(--em-white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  cursor: pointer;
  transition: 0.25s ease;
}

.filter-toggle__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
}

.filter-toggle__label {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}

.filter-toggle__value {
  font-family: var(--font-tech) !important;
  font-size: 12px;
  font-weight: 500;
  color: var(--em-yellow);
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.filter-toggle::after {
  content: "";
  width: 11px;
  height: 11px;
  border-right: 2px solid var(--em-yellow);
  border-bottom: 2px solid var(--em-yellow);
  transform: rotate(45deg);
  margin-top: -4px;
  transition: 0.2s ease;
  flex: 0 0 auto;
}

.filter-block.is-open .filter-toggle::after {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.filter-panel {
  padding: 12px;
  border-radius: 6px;
  background: rgba(10, 18, 40, 0.96);
  border: 1px solid rgba(208, 215, 3, 0.12);
  box-shadow: inset 0 0 0 1px rgba(208, 215, 3, 0.03);
}

.filter-panel[hidden] {
  display: none !important;
}

.filter-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 420px;
  overflow-y: auto;
  padding-right: 6px;
}

.filter-option {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 4px;
  border: 1px solid rgba(208, 215, 3, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: 0.2s ease;
}

.filter-option.is-selected {
  background: rgba(208, 215, 3, 0.16) !important;
  color: var(--em-yellow) !important;
  font-family: var(--font-tech) !important;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-color: rgba(208, 215, 3, 0.42) !important;
  box-shadow: 0 0 12px rgba(208, 215, 3, 0.12);
}

.filter-options::-webkit-scrollbar {
  width: 8px;
}

.filter-options::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 999px;
}

.filter-options::-webkit-scrollbar-thumb {
  background: rgba(208, 215, 3, 0.25);
  border-radius: 999px;
}

/* ============================================================
   DOUBLE RANGE
============================================================ */
.filter-block--double-range,
.double-range {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.double-range {
  --range-min: 0%;
  --range-max: 100%;
  position: relative;
}

.double-range__values {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}

.double-range__track {
  position: relative;
  height: 24px;
}

.double-range__track::before,
.double-range__track::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
}

.double-range__track::before {
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
}

.double-range__track::after {
  left: var(--range-min);
  right: calc(100% - var(--range-max));
  background: linear-gradient(90deg, transparent, var(--em-yellow), transparent);
  box-shadow: 0 0 10px var(--em-yellow), 0 5px 15px var(--em-yellow-glow);
}

.double-range__track input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 24px;
  margin: 0;
  background: transparent;
  pointer-events: none;
}

.double-range__track input[type="range"]::-webkit-slider-runnable-track {
  height: 2px;
  background: transparent;
  border: none;
}

.double-range__track input[type="range"]::-moz-range-track {
  height: 2px;
  background: transparent;
  border: none;
}

.double-range__track input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  pointer-events: auto;
  width: 14px;
  height: 24px;
  margin-top: -11px;
  background: #000;
  border: 2px solid var(--em-yellow);
  box-shadow: 0 0 10px var(--em-yellow-glow);
  cursor: pointer;
  border-radius: 1px;
}

.double-range__track input[type="range"]::-moz-range-thumb {
  pointer-events: auto;
  width: 14px;
  height: 24px;
  background: #000;
  border: 2px solid var(--em-yellow);
  box-shadow: 0 0 10px var(--em-yellow-glow);
  cursor: pointer;
  border-radius: 1px;
}

/* ============================================================
   ZONE DE RÉSULTATS / SCROLL INFINI
============================================================ */
.emotions-results-container {
  display: flex;
  flex-direction: column;
}

.emotions-results-toolbar--top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 30px;
  position: relative;
}

.emotions-results-toolbar--top::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(208, 215, 3, 0.35), transparent);
  box-shadow: 0 0 8px rgba(208, 215, 3, 0.35);
}

.emotions-results-count {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 10px 20px;
  border-radius: 2px;
  background: rgba(208, 215, 3, 0.1);
  border-left: 2px solid var(--em-yellow);
  color: var(--em-yellow);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  margin: 0;
}

.emotions-results-count::before {
  content: "";
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 50%;
  background: var(--em-yellow);
  box-shadow: 0 0 10px var(--em-yellow);
  animation: radarPulse 2s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes radarPulse {
  0% {
    transform: scale(0.8);
    box-shadow: 0 0 0 0 rgba(208, 215, 3, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px rgba(208, 215, 3, 0);
  }
  100% {
    transform: scale(0.8);
    box-shadow: 0 0 0 0 rgba(208, 215, 3, 0);
  }
}

.emotions-infinite-scroll-trigger {
  width: 100%;
  height: 60px;
  position: relative;
  background: transparent;
}

#emotions-vo-search-app.is-appending .emotions-infinite-scroll-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid rgba(208, 215, 3, 0.18);
  border-top-color: var(--em-yellow);
  box-shadow: 0 0 16px var(--em-yellow-glow);
  animation: emotionsHudSpin 0.7s linear infinite;
}

/* ============================================================
   LOADING GLOBAL
============================================================ */
#emotions-vo-search-app.is-loading .emotions-results-area {
  opacity: 0.38;
  transition: opacity 0.2s ease;
}

#emotions-vo-search-app.is-loading .emotions-results-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(8, 12, 22, 0.18);
  backdrop-filter: blur(1.5px);
  border-radius: 8px;
  z-index: 5;
  pointer-events: none;
}

#emotions-vo-search-app.is-loading::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 3px solid rgba(208, 215, 3, 0.18);
  border-top-color: var(--em-yellow);
  box-shadow: 0 0 16px var(--em-yellow-glow);
  animation: emotionsHudSpin 0.7s linear infinite;
  z-index: 30;
}

@keyframes emotionsHudSpin {
  to {
    transform: rotate(360deg);
  }
}

/* ============================================================
   CARDS
============================================================ */
#emotions-results {
  display: block;
}

#emotions-results .vo-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

#emotions-results .vo-card--hud {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 0;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018) 0%, rgba(255, 255, 255, 0) 18%),
    linear-gradient(145deg, rgba(14, 26, 56, 0.92) 0%, rgba(5, 11, 28, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-top: 1px solid rgba(208, 215, 3, 0.22);
  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.68),
    inset 0 0 0 1px rgba(208, 215, 3, 0.035);
  transition:
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.32s ease,
    box-shadow 0.32s ease;
}

#emotions-results .vo-card--hud::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(rgba(208, 215, 3, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(208, 215, 3, 0.022) 1px, transparent 1px);
  background-size: 24px 24px;
  background-position: center center;
  opacity: 0.9;
}

#emotions-results .vo-card--hud::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(180deg, rgba(208, 215, 3, 0.03), transparent 28%);
}

/* ============================================================
   ANIMATION CHARGEMENT IMAGE
============================================================ */
@keyframes emMediaPulse {
  0% {
    background-color: #08101f;
  }
  50% {
    background-color: #101c36;
  }
  100% {
    background-color: #08101f;
  }
}

#emotions-results .vo-card__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-bottom: 1px solid rgba(208, 215, 3, 0.34);
  background: #08101f;
  animation: emMediaPulse 2s infinite ease-in-out;
  line-height: 0;
}

#emotions-results .vo-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: transparent;
  opacity: 0;
  transition: opacity 0.5s ease-out;
  will-change: opacity;
}

#emotions-results .vo-card__image.is-loaded {
  opacity: 1;
}

/* reflet supprimé */
#emotions-results .vo-card__media::after {
  display: none !important;
  content: none !important;
}

#emotions-results .vo-card__scan {
  display: none !important;
}

#emotions-results .vo-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 4px;
  background: rgba(8, 12, 22, 0.8);
  border: 1px solid rgba(208, 215, 3, 0.26);
  color: var(--em-yellow);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: 0 0 10px rgba(208, 215, 3, 0.1);
  backdrop-filter: blur(6px);
}

#emotions-results .vo-card__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 22px;
  flex: 1;
}

#emotions-results .vo-card__body::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(rgba(208, 215, 3, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(208, 215, 3, 0.018) 1px, transparent 1px);
  background-size: 24px 24px;
  background-position: center center;
  opacity: 0.8;
}

#emotions-results .vo-card__head,
#emotions-results .vo-card__price-wrap,
#emotions-results .vo-card__specs,
#emotions-results .vo-card__cta,
#emotions-results .vo-card__divider,
#emotions-results .vo-card__location-row {
  position: relative;
  z-index: 2;
}

#emotions-results .vo-card__head {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#emotions-results .vo-card__title {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#emotions-results .vo-card__title a {
  color: #ffffff;
  text-decoration: none;
}

#emotions-results .vo-card__subtitle {
  font-size: 12px;
  color: var(--em-yellow);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  line-height: 1.3;
  font-weight: 700;
}

#emotions-results .vo-card__divider {
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, transparent, rgba(208, 215, 3, 0.45), transparent);
  margin: 2px 0;
}

#emotions-results .vo-card__price-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#emotions-results .vo-card__price-label {
  font-family: var(--font-tech) !important;
  font-size: 11px;
  color: var(--em-yellow);
  text-transform: uppercase;
  letter-spacing: 2px;
}

#emotions-results .vo-card__price {
  font-size: 32px;
  line-height: 1.05;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 0.5px;
}

#emotions-results .vo-card__specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 10px;
  margin-bottom: 4px;
}

#emotions-results .vo-card__spec {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

#emotions-results .vo-card__spec-icon {
  color: var(--em-yellow);
  font-size: 19px;
  width: 24px;
  text-align: center;
  flex: 0 0 24px;
}

#emotions-results .vo-card__spec-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

#emotions-results .vo-card__spec-label {
  font-family: var(--font-tech) !important;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.62);
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

#emotions-results .vo-card__spec-value {
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  word-break: break-word;
  line-height: 1.2;
}

/* ============================================================
   LOCALISATION CARD
============================================================ */
#emotions-results .vo-card__location-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 2px;
  margin-bottom: 8px;
  padding-top: 14px;
  border-top: 1px solid rgba(208, 215, 3, 0.18);
}

#emotions-results .vo-card__location-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 1px;
  background: linear-gradient(90deg, rgba(208, 215, 3, 0.55), transparent);
}

#emotions-results .vo-card__location-icon {
  flex: 0 0 22px;
  width: 22px;
  text-align: center;
  color: var(--em-yellow);
  font-size: 20px;
  line-height: 1;
  margin-top: 2px;
}

#emotions-results .vo-card__location-content {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

#emotions-results .vo-card__location-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--em-yellow) !important;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  line-height: 1.2;
}

#emotions-results .vo-card__location-value {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

/* ============================================================
   NO RESULTS
============================================================ */
.emotions-no-results {
  padding: 28px 22px;
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(12, 18, 30, 0.75) 0%, rgba(3, 5, 10, 0.95) 100%);
  border: 1px solid rgba(208, 215, 3, 0.16);
  color: var(--em-white);
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  box-shadow: var(--em-shadow);
}

/* ============================================================
   BOUTONS HUD OMODA
============================================================ */
a.em-omoda-btn,
button.em-omoda-btn,
.vo-card__cta.em-omoda-btn,
.btn-filter.em-omoda-btn,
.btn-reset--sidebar.em-omoda-btn {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;

  box-sizing: border-box;
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  overflow: visible !important;
  clip-path: inset(-5px) !important;

  cursor: pointer !important;
  min-height: 52px !important;
  padding: 18px 30px !important;
  width: auto !important;
  font-family: var(--font-tech) !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  background-color: rgba(208, 215, 3, 0.08) !important;
  color: rgb(208, 215, 3) !important;

  border-top: 1px solid rgba(208, 215, 3, 0.32) !important;
  border-bottom: 1px solid rgba(208, 215, 3, 0.32) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  transition:
    background-color 0.35s ease,
    color 0.35s ease,
    letter-spacing 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease !important;
}

.vo-card__cta.em-omoda-btn,
.btn-filter.em-omoda-btn {
  width: 100% !important;
}

#emotions-search-submit {
  margin-top: 24px !important;
}

#emotions-results .vo-card__cta.em-omoda-btn {
  margin-top: auto !important;
}

a.em-omoda-btn::before,
a.em-omoda-btn::after,
button.em-omoda-btn::before,
button.em-omoda-btn::after {
  content: "" !important;
  position: absolute !important;
  width: 15px !important;
  height: 15px !important;
  border: 2px solid rgb(208, 215, 3) !important;
  pointer-events: none !important;
  box-sizing: border-box !important;
  z-index: 4 !important;
  opacity: 1 !important;
}

a.em-omoda-btn::before,
button.em-omoda-btn::before {
  top: -2px !important;
  left: -2px !important;
  border-right: none !important;
  border-bottom: none !important;
}

a.em-omoda-btn::after,
button.em-omoda-btn::after {
  bottom: -2px !important;
  right: -2px !important;
  border-left: none !important;
  border-top: none !important;
}

.em-omoda-btn__corners-hover {
  position: absolute !important;
  pointer-events: none !important;
  z-index: 4 !important;
  opacity: 0 !important;
  transition:
    opacity 0.22s ease,
    width 0.35s ease,
    height 0.35s ease,
    border-color 0.35s ease !important;
}

.em-omoda-btn__corners-hover--tl {
  top: -2px;
  left: -2px;
  width: 15px;
  height: 15px;
  border-top: 2px solid rgba(255, 255, 255, 0.42);
  border-left: 2px solid rgba(255, 255, 255, 0.42);
}

.em-omoda-btn__corners-hover--br {
  right: -2px;
  bottom: -2px;
  width: 15px;
  height: 15px;
  border-right: 2px solid rgba(255, 255, 255, 0.55);
  border-bottom: 2px solid rgba(255, 255, 255, 0.55);
}

.em-omoda-btn__fill {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  pointer-events: none !important;
  opacity: 0 !important;
  z-index: 1 !important;
  background-color: rgba(208, 215, 3, 0.05) !important;
  clip-path: inset(0 0 0 100%) !important;
}

.em-omoda-btn__light {
  display: none !important;
}

.em-omoda-btn__label {
  position: relative !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  font-family: var(--font-tech) !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  color: inherit !important;
  white-space: nowrap !important;
}

/* ============================================================
   HOVERS DESKTOP
============================================================ */
@media (hover: hover) and (pointer: fine) {
  .filter-toggle:hover,
  .filter-block.is-open .filter-toggle {
    background: rgba(208, 215, 3, 0.08);
    border-color: rgba(208, 215, 3, 0.34);
    box-shadow: 0 0 14px rgba(208, 215, 3, 0.08);
  }

  .filter-option:hover {
    background: rgba(208, 215, 3, 0.09);
    border-color: rgba(208, 215, 3, 0.2);
    transform: translateX(2px);
  }

  #emotions-results .vo-card--hud:hover {
    transform: translateY(-8px);
    border-color: rgba(208, 215, 3, 0.3);
    box-shadow:
      0 34px 58px rgba(0, 0, 0, 0.82),
      0 0 18px rgba(208, 215, 3, 0.08),
      inset 0 0 0 1px rgba(208, 215, 3, 0.08);
    z-index: 10;
  }

  #emotions-results .vo-card--hud:hover .vo-card__image {
    transform: none !important;
  }

  #emotions-results .vo-card--hud:hover .vo-card__media::after {
    display: none !important;
  }

  a.em-omoda-btn:hover,
  button.em-omoda-btn:hover {
    background-color: rgba(208, 215, 3, 0.15) !important;
    color: #ffffff !important;
    letter-spacing: 4px !important;
    box-shadow: 0 0 24px rgba(208, 215, 3, 0.28) !important;
    text-shadow: 0 0 8px rgba(208, 215, 3, 0.45) !important;
    transform: translateY(-2px) scale(1.015) !important;
  }

  a.em-omoda-btn:hover .em-omoda-btn__label,
  button.em-omoda-btn:hover .em-omoda-btn__label {
    color: #ffffff !important;
  }

  a.em-omoda-btn:hover::before,
  a.em-omoda-btn:hover::after,
  button.em-omoda-btn:hover::before,
  button.em-omoda-btn:hover::after {
    opacity: 0 !important;
  }

  a.em-omoda-btn:hover .em-omoda-btn__corners-hover,
  button.em-omoda-btn:hover .em-omoda-btn__corners-hover {
    opacity: 0.72 !important;
  }

  a.em-omoda-btn:hover .em-omoda-btn__corners-hover--tl,
  button.em-omoda-btn:hover .em-omoda-btn__corners-hover--tl {
    width: 46% !important;
    height: calc(100% + 2px) !important;
  }

  a.em-omoda-btn:hover .em-omoda-btn__corners-hover--br,
  button.em-omoda-btn:hover .em-omoda-btn__corners-hover--br {
    width: 42% !important;
    height: calc(100% + 4px) !important;
  }

  a.em-omoda-btn:hover .em-omoda-btn__fill,
  button.em-omoda-btn:hover .em-omoda-btn__fill {
    opacity: 1 !important;
    clip-path: inset(0 0 0 0) !important;
    transition: clip-path 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), opacity 0.2s ease !important;
  }

  a.em-omoda-btn:hover .em-omoda-btn__light,
  button.em-omoda-btn:hover .em-omoda-btn__light {
    display: none !important;
    opacity: 0 !important;
    animation: none !important;
  }
}

@media (max-width: 1024px) {
  button:active,
  a.em-omoda-btn:active {
    transform: scale(0.98) !important;
    opacity: 0.8;
  }

  .emotions-sidebar .filter-option.is-selected {
    background-color: rgba(208, 215, 3, 0.15) !important;
  }
}

/* ============================================================
   RESPONSIVE LARGE
============================================================ */
@media (max-width: 1300px) {
  #emotions-results .vo-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ============================================================
   TABLET / SMALL DESKTOP
============================================================ */
@media (max-width: 1200px) {
  .emotions-results-toolbar--top::after {
    display: none;
  }

  .emotions-results-count {
    white-space: normal;
  }
}

/* ============================================================
   DESKTOP / TABLET
============================================================ */
@media (min-width: 768px) {
  #emotions-mobile-filter-trigger,
  .emotions-mobile-filter-trigger,
  #emotions-mobile-filter-overlay,
  .emotions-mobile-filter-overlay,
  .emotions-filter-close-btn {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  #emotions-vo-search-app .emotions-vo-search-form--sidebar {
    max-height: calc(100vh - 140px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }

  #emotions-vo-search-app .emotions-vo-search-form--sidebar::-webkit-scrollbar {
    width: 8px;
  }

  #emotions-vo-search-app .emotions-vo-search-form--sidebar::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 999px;
  }

  #emotions-vo-search-app .emotions-vo-search-form--sidebar::-webkit-scrollbar-thumb {
    background: rgba(208, 215, 3, 0.22);
    border-radius: 999px;
  }
}

/* ============================================================
   MOBILE
============================================================ */
@media (max-width: 767px) {
  #emotions-vo-search-app .emotions-layout {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  .emotions-results-area {
    padding-bottom: 90px;
  }

  .emotions-results-toolbar--top {
    display: block;
    margin-bottom: 22px;
  }

  .emotions-results-toolbar--top::after {
    display: none !important;
  }

  .emotions-results-count {
    display: inline-flex;
    width: auto;
    max-width: 100%;
    white-space: normal;
    font-size: 13px;
    letter-spacing: 1.5px;
  }

  #emotions-vo-search-app .emotions-sidebar {
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0 !important;
    bottom: 0 !important;
    z-index: 1200;
    max-height: 100dvh !important;
    padding: 0 !important;
    transform: translateY(105%);
    transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
    background: transparent !important;
    width: auto !important;
  }

  #emotions-vo-search-app .emotions-vo-search-form--sidebar {
    position: relative !important;
    margin: 0 !important;
    max-height: 100dvh !important;
    height: 100dvh !important;
    border-radius: 0 !important;
    padding: 120px 18px max(120px, env(safe-area-inset-bottom) + 92px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    background:
      radial-gradient(circle at top right, rgba(208, 215, 3, 0.05), transparent 28%),
      linear-gradient(145deg, rgba(16, 30, 64, 0.96) 0%, rgba(5, 11, 28, 0.99) 100%) !important;
  }

  .emotions-sidebar-head {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    gap: 15px !important;
    position: relative !important;
    top: 0 !important;
    z-index: 2 !important;
    background: transparent !important;
    padding-top: 0 !important;
    padding-bottom: 15px !important;
    margin-bottom: 18px !important;
  }

  .emotions-sidebar-title {
    grid-column: 1 / 2;
    grid-row: 1;
    font-size: 22px !important;
    margin: 0 !important;
  }

  .emotions-filter-close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 2 / 3;
    grid-row: 1;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    z-index: 100;
    margin: 0;
  }

  .emotions-filter-close-btn:active {
    background: rgba(208, 215, 3, 0.4);
    transform: scale(0.95);
  }

  #emotions-search-reset {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
  }

  .btn-reset--sidebar.em-omoda-btn,
  #emotions-search-submit.em-omoda-btn {
    width: 100% !important;
    min-width: 0 !important;
  }

  #emotions-search-submit {
    position: relative !important;
    bottom: auto !important;
    z-index: 2 !important;
    width: 100% !important;
    margin-top: 20px !important;
  }

  .filter-block input[type="text"],
  .filter-block input[type="number"],
  .filter-block select,
  .filter-toggle {
    min-height: 54px;
    height: 54px;
  }

  #emotions-results .vo-card-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  #emotions-results .vo-card__body {
    padding: 16px !important;
  }

  #emotions-results .vo-card__title {
    font-size: 18px !important;
  }

  #emotions-results .vo-card__price {
    font-size: 24px !important;
  }

  #emotions-results .vo-card__specs {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px 10px !important;
  }

  #emotions-results .vo-card__spec {
    align-items: flex-start;
  }

  #emotions-results .vo-card__spec-icon {
    margin-top: 2px;
  }

  #emotions-results .vo-card__spec-label {
    font-size: 11px !important;
    letter-spacing: 1px !important;
  }

  #emotions-results .vo-card__spec-value {
    font-size: 14px !important;
    line-height: 1.15 !important;
  }

  #emotions-results .vo-card__location-row {
    padding-top: 12px;
    gap: 10px;
  }

  #emotions-results .vo-card__location-icon {
    font-size: 18px;
    width: 20px;
    flex-basis: 20px;
  }

  #emotions-results .vo-card__location-label {
    font-size: 10px;
    letter-spacing: 1.2px;
  }

  #emotions-results .vo-card__location-value {
    font-size: 16px;
  }

  a.em-omoda-btn,
  button.em-omoda-btn {
    min-height: 48px !important;
    padding: 15px 20px !important;
  }

  .em-omoda-btn__label {
    font-size: 11px !important;
    letter-spacing: 2px !important;
  }

  #emotions-mobile-filter-trigger,
  .emotions-mobile-filter-trigger {
    display: inline-flex !important;
    position: fixed !important;
    left: 50% !important;
    bottom: 16px !important;
    transform: translateX(-50%) !important;
    z-index: 1300 !important;
    min-width: 220px !important;
    min-height: 52px !important;
    width: auto !important;
    max-width: calc(100vw - 32px) !important;
    padding: 16px 24px !important;
    justify-content: center !important;
    align-items: center !important;
    box-sizing: border-box !important;
    background: linear-gradient(180deg, rgba(8, 14, 30, 0.96) 0%, rgba(4, 9, 22, 0.98) 100%) !important;
    border-top: 1px solid rgba(208, 215, 3, 0.42) !important;
    border-bottom: 1px solid rgba(208, 215, 3, 0.42) !important;
    box-shadow:
      0 14px 30px rgba(0, 0, 0, 0.45),
      inset 0 0 0 1px rgba(208, 215, 3, 0.1),
      0 0 0 1px rgba(208, 215, 3, 0.18) !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
  }

  #emotions-mobile-filter-trigger::before,
  #emotions-mobile-filter-trigger::after {
    opacity: 1 !important;
    width: 18px !important;
    height: 18px !important;
    border-color: rgba(208, 215, 3, 0.95) !important;
  }

  #emotions-mobile-filter-trigger .em-omoda-btn__label {
    color: rgb(208, 215, 3) !important;
    text-shadow: 0 0 8px rgba(208, 215, 3, 0.18);
  }

  #emotions-mobile-filter-overlay,
  .emotions-mobile-filter-overlay {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    background: rgba(3, 8, 20, 0.58) !important;
    backdrop-filter: blur(3px) !important;
    -webkit-backdrop-filter: blur(3px) !important;
    z-index: 1190 !important;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.28s ease;
    visibility: visible !important;
  }

  #emotions-vo-search-app.is-mobile-filters-open .emotions-sidebar {
    transform: translateY(0);
    pointer-events: auto;
  }

  #emotions-vo-search-app.is-mobile-filters-open .emotions-mobile-filter-overlay {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  #emotions-vo-search-app.is-mobile-filters-open #emotions-mobile-filter-trigger {
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateX(-50%) translateY(20px) !important;
  }

  .emotions-vo-search-form--sidebar::-webkit-scrollbar {
    width: 8px;
  }

  .emotions-vo-search-form--sidebar::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 999px;
  }

  .emotions-vo-search-form--sidebar::-webkit-scrollbar-thumb {
    background: rgba(208, 215, 3, 0.22);
    border-radius: 999px;
  }
}

@media (max-width: 360px) {
  #emotions-results .vo-card__specs {
    grid-template-columns: 1fr !important;
  }
}

/* ============================================================
   LOADING FACETTES
============================================================ */
.filter-block.is-updating-facet {
  pointer-events: none !important;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

.filter-block.is-updating-facet .filter-toggle::after {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid rgba(208, 215, 3, 0.2);
  border-top-color: var(--em-yellow);
  border-right-color: rgba(208, 215, 3, 0.2);
  border-bottom-color: rgba(208, 215, 3, 0.2);
  border-radius: 50%;
  transform: none !important;
  margin-top: 0;
  animation: emotionsHudSpin 0.6s linear infinite;
}/* End custom CSS */