.elementor-729 .elementor-element.elementor-element-7c28788{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-729 .elementor-element.elementor-element-e3a6ef4{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-729 .elementor-element.elementor-element-ddc9201{--display:flex;}/* Start custom CSS for container, class: .elementor-element-7c28788 *//* ============================================================
   1. FONTS DEFINITIONS (Maven Pro)
============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&display=swap');

/* ============================================================
   2. DESIGN SYSTEM SUD MOTOR (Variables & Reset)
============================================================ */
.sm-vo-app {
  --sm-cyan: #00b3f0;
  --sm-dark: #1a273b;
  --sm-darker: #0e1726;
  --sm-bg-card: linear-gradient(180deg, #1f2d44 0%, #1a273b 100%);
  --sm-gray: #8b9bb4;
  --line: rgba(255, 255, 255, 0.15);
  --reset-color: #ff4757;

  --sm-font: 'Maven Pro', sans-serif;
  --sm-ease: cubic-bezier(.22,1,.36,1);

  font-family: var(--sm-font) !important;
  background: transparent;
  padding-bottom: 60px;
  -webkit-font-smoothing: antialiased;
}

.sm-vo-app * { box-sizing: border-box; font-family: var(--sm-font) !important; }
.sm-vo-app button { cursor: pointer; border: none; background: none; }
.sm-vo-app input { outline: none; }
.sm-vo-app ::selection { background: var(--sm-cyan); color: var(--sm-darker); }

/* Override Elementor Layout Restrictions */
.elementor-widget-shortcode, .elementor-widget-shortcode .elementor-widget-container,
.elementor-section, .elementor-container, .e-con, .e-con-inner { overflow: visible !important; clip-path: none !important; }

/* ============================================================
   3. FILTRES (DOCK DESKTOP)
============================================================ */
.sm-vo-app .sm-vo-app__drawer { display: contents; }
.sm-vo-app .sm-vo-app__mobile-btn, .sm-vo-app .sm-vo-app__drawer-header, .sm-vo-app .sm-vo-app__overlay, .sm-vo-app .sm-vo-app__mobile-drawer-footer { display: none; }

.sm-vo-app .sm-vo-app__sticky-filters { position: -webkit-sticky; position: sticky; top: 100px; z-index: 1000; background: transparent; padding: 20px 0; pointer-events: none; transition: transform 0.4s var(--sm-ease); }
.sm-vo-app .sm-vo-app__dock-wrap { padding: 0 48px; position: relative; z-index: 100; pointer-events: auto; }

.sm-vo-app .sm-vo-app__dock { display: flex; align-items: center; gap: 14px; padding: 10px 16px; background: var(--sm-darker); border: 1px solid var(--sm-cyan); border-radius: 100px; box-shadow: 0 14px 40px -10px rgba(0,0,0,0.5); flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
.sm-vo-app .sm-vo-app__dock::-webkit-scrollbar { display: none; }

.sm-vo-app .sm-vo-app__dock-search { display: flex; align-items: center; gap: 9px; padding: 0 16px; height: 42px; background: rgba(255,255,255,0.05); border: 1px solid var(--line); border-radius: 100px; min-width: 280px; transition: all .2s; flex-shrink: 0; }
.sm-vo-app .sm-vo-app__dock-search:focus-within { border-color: var(--sm-cyan); box-shadow: 0 0 0 3px rgba(0, 179, 240, 0.2); }
.sm-vo-app .sm-vo-app__dock-search svg { width: 14px; height: 14px; stroke: #fff; fill: none; stroke-width: 1.8; opacity: 0.6; }
.sm-vo-app .sm-vo-app__dock-search input { flex: 1; border: none; font-size: .85rem; color: #fff; background: none; }
.sm-vo-app .sm-vo-app__dock-search input::placeholder { color: rgba(255,255,255,0.4); }

.sm-vo-app .sm-vo-app__custom-dd { position: static; flex-shrink: 0; }
.sm-vo-app .sm-vo-app__dock-pill { display: flex; align-items: center; gap: 7px; padding: 0 16px; height: 42px; background: rgba(255,255,255,0.05); border: 1px solid var(--line); border-radius: 100px; font-size: .75rem; font-weight: 700; color: #fff; transition: all .2s var(--sm-ease); white-space: nowrap; cursor: pointer; }
.sm-vo-app .sm-vo-app__dock-pill:hover { background: var(--sm-cyan) !important; color: var(--sm-darker) !important; border-color: var(--sm-cyan) !important; }
.sm-vo-app .sm-vo-app__dock-pill.active { background: var(--sm-cyan) !important; color: var(--sm-darker) !important; border-color: var(--sm-cyan) !important; }
.sm-vo-app .sm-vo-app__dock-pill svg { width: 11px; height: 11px; stroke: currentColor; fill: none; stroke-width: 2; transition: transform .3s; }
.sm-vo-app .sm-vo-app__dock-pill .k { font-weight: 500; color: rgba(255,255,255,0.5); font-size: .65rem; text-transform: uppercase; margin-right: 4px; }
.sm-vo-app .sm-vo-app__dock-pill:hover .k, .sm-vo-app .sm-vo-app__dock-pill.active .k { color: rgba(14, 23, 38, 0.7); }

/* Accent Rouge : Bouton Reset (Croix centrée) */
.sm-vo-app #app-reset { color: var(--reset-color) !important; background: rgba(255, 71, 87, 0.1) !important; border-color: transparent !important; }
.sm-vo-app #app-reset:hover { background: var(--reset-color) !important; color: #fff !important; }
.sm-vo-app #app-reset .x { width: 16px; height: 16px; background: var(--reset-color); color: #fff; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 17px; line-height: 1; padding-bottom: 4px; }
.sm-vo-app #app-reset:hover .x { background: #fff; color: var(--reset-color); }

/* Dropdowns Portal */
.sm-vo-app .sm-vo-app__dd-menu { position: fixed; background: var(--sm-darker); border: 1px solid var(--sm-cyan); border-radius: 16px; box-shadow: 0 10px 40px rgba(0,0,0,.5); padding: 8px; min-width: 220px; opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .2s var(--sm-ease), transform .2s var(--sm-ease); z-index: 999999 !important; color: #fff; }
.sm-vo-app .sm-vo-app__dd-menu.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
.sm-vo-app .sm-vo-app__dd-search { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 10px; font-size: .75rem; margin-bottom: 8px; background: rgba(255,255,255,0.05); color: #fff; font-family: var(--sm-font) !important; }
.sm-vo-app .sm-vo-app__dd-list { max-height: 240px; overflow-y: auto; scrollbar-width: thin; }
.sm-vo-app .sm-vo-app__dd-opt { padding: 10px 14px; font-size: .8rem; font-weight: 600; cursor: pointer; border-radius: 8px; transition: background .15s, color .15s; }
.sm-vo-app .sm-vo-app__dd-opt:hover { background: var(--sm-cyan); color: var(--sm-darker); }
.sm-vo-app .sm-vo-app__dd-opt.selected { background: var(--sm-cyan); color: var(--sm-darker); font-weight: 800; }
.sm-vo-app .sm-vo-app__dd-opt.hidden { display: none; }

.sm-vo-app .sm-vo-app__dock-spacer { flex: 1; min-width: 8px; transition: all 0.3s; }
.sm-vo-app .sm-vo-app__dock-sort { display: flex; align-items: center; gap: 8px; padding: 0 16px; height: 42px; background: rgba(255,255,255,0.05); border: 1px solid var(--line); border-radius: 100px; font-size: .75rem; color: #fff; flex-shrink: 0; }
.sm-vo-app .sm-vo-app__dock-sort .k { font-size: .65rem; color: rgba(255,255,255,0.5); text-transform: uppercase; }
.sm-vo-app .sm-vo-app__dock-sort select { border: none; background: none; font-weight: 700; color: var(--sm-cyan); padding-right: 18px; appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path fill='none' stroke='%2300b3f0' stroke-width='1.4' d='M1 1l4 4 4-4'/></svg>"); background-repeat: no-repeat; background-position: right center; cursor: pointer; outline: none; font-family: var(--sm-font) !important; }

/* ============================================================
   4. SLIDERS DOUBLE & COULEURS
============================================================ */
.sm-vo-app .sm-vo-app__moving-filters { display: flex; align-items: center; gap: 20px; margin-top: 0; transition: all 0.3s var(--sm-ease); }
.sm-vo-app .sm-vo-app__subrow .sm-vo-app__moving-filters { margin-top: 15px; }

.sm-vo-app .sm-vo-app__subrow-wrap { position: relative; z-index: 10; pointer-events: auto; }
.sm-vo-app .sm-vo-app__subrow { display: flex; align-items: center; padding: 0 48px; }

.sm-vo-app .sm-vo-app__slider { display: flex; align-items: center; background: var(--sm-darker); border: 1px solid var(--sm-cyan); border-radius: 100px; padding: 0 16px; height: 42px; width: 280px; flex-shrink: 0; position: relative;}
.sm-vo-app .sm-vo-app__slider .val { font-size: .75rem; font-weight: 800; color: #fff; width: 50px; text-align: center; }
.sm-vo-app .sm-vo-app__slider .val .u { color: var(--sm-cyan); font-weight: 600; margin-left: 2px; }

.sm-vo-app .sm-vo-app__track-box { position: relative; flex: 1; height: 100%; display: flex; align-items: center; margin: 0 10px; pointer-events: none;}
.sm-vo-app .sm-vo-app__track-visual { position: absolute; left: 10px; right: 10px; height: 4px; z-index: 10; }
.sm-vo-app .sm-vo-app__track-bg { position: absolute; width: 100%; height: 100%; background: rgba(255,255,255,0.1); border-radius: 2px; }
.sm-vo-app .sm-vo-app__track-fill { position: absolute; height: 100%; background: var(--sm-cyan); border-radius: 2px; }
.sm-vo-app .sm-vo-app__track-thumb { position: absolute; top: 50%; width: 16px; height: 16px; background: var(--sm-darker); border: 2px solid var(--sm-cyan); border-radius: 50%; transform: translate(-50%, -50%); z-index: 15; transition: border-color 0.2s, box-shadow 0.2s; }
.sm-vo-app .sm-vo-app__slider:focus-within .sm-vo-app__track-thumb { box-shadow: 0 0 0 4px rgba(0, 179, 240, 0.2); }

/* Nettoyage total des éléments fantômes natifs */
.sm-vo-app .sm-vo-app__slider input[type="range"] {
    position: absolute; width: 100%; height: 100%; top: 0; left: 0;
    appearance: none; -webkit-appearance: none;
    background: transparent !important; background-color: transparent !important;
    z-index: 20; margin: 0; outline: none !important; border: none !important;
    box-shadow: none !important; -webkit-tap-highlight-color: transparent;
}
.sm-vo-app .sm-vo-app__slider input[type="range"]::-webkit-slider-runnable-track { background: transparent !important; border: none !important; box-shadow: none !important; }
.sm-vo-app .sm-vo-app__slider input[type="range"]::-moz-range-track { background: transparent !important; border: none !important; box-shadow: none !important; }
.sm-vo-app .sm-vo-app__slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: auto !important; appearance: none !important; -webkit-appearance: none !important;
    width: 30px; height: 42px;
    background: transparent !important; background-color: transparent !important;
    border: none !important; box-shadow: none !important; border-radius: 0 !important; cursor: grab;
}
.sm-vo-app .sm-vo-app__slider input[type="range"]::-moz-range-thumb {
    pointer-events: auto !important; width: 30px; height: 42px;
    background: transparent !important; background-color: transparent !important;
    border: none !important; box-shadow: none !important; border-radius: 0 !important; cursor: grab;
}

.sm-vo-app .sm-vo-app__swatch-row { display: flex; align-items: center; gap: 8px; padding: 0 12px; background: var(--sm-darker); border: 1px solid var(--sm-cyan); border-radius: 100px; height: 42px; flex-shrink: 0; }
.sm-vo-app .sm-vo-app__dot-sw { width: 20px; height: 20px; border-radius: 50%; cursor: pointer; outline: 1px solid rgba(255,255,255,0.2); outline-offset: -1px; transition: transform .2s; }
.sm-vo-app .sm-vo-app__dot-sw:hover { transform: scale(1.2); }
.sm-vo-app .sm-vo-app__dot-sw.active { outline: 2px solid var(--sm-cyan); outline-offset: 2px; }

/* ============================================================
   5. TUTO SCROLL & VERROUILLAGE TOTAL
============================================================ */
.sm-vo-app .sm-vo-app__scroll-tuto { position: absolute; top: 0; bottom: 0; left: 48px; right: 48px; background: rgba(14, 23, 38, 0.7); backdrop-filter: blur(2px); border-radius: 100px; z-index: 20; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: opacity 0.4s var(--sm-ease), visibility 0.4s; pointer-events: none; border: 1px solid var(--sm-cyan); }
.sm-vo-app .sm-vo-app__scroll-tuto.is-visible { opacity: 1; visibility: visible; }
.sm-vo-app .sm-vo-app__tuto-content { display: flex; flex-direction: column; align-items: center; }
.sm-vo-app .sm-vo-app__mouse { width: 16px; height: 26px; border: 1px solid #fff; border-radius: 9px; position: relative; background: transparent; margin-top: 6px; }
.sm-vo-app .sm-vo-app__mouse::before { content: ''; position: absolute; top: 6px; left: 50%; transform: translateX(-50%); width: 2px; height: 5px; background: var(--sm-cyan); border-radius: 2px; animation: mouse-wheel 1.5s ease-in-out infinite; }
.sm-vo-app .sm-vo-app__tuto-text { margin-top: 8px; font-size: 0.7rem; font-weight: 800; color: #fff; text-transform: uppercase; letter-spacing: 0.05em; }
@keyframes mouse-wheel { 0% { top: 4px; opacity: 1; height: 5px; } 50% { top: 12px; opacity: 0; height: 2px; } 100% { top: 4px; opacity: 0; height: 5px; } }

.sm-vo-app .is-locked > div:not(.sm-vo-app__scroll-tuto),
.sm-vo-app .is-locked > button,
.sm-vo-app .sm-vo-app__moving-filters.is-locked {
  pointer-events: none !important;
  opacity: 0.4;
  filter: grayscale(0.5);
  transition: opacity 0.4s ease, filter 0.4s ease;
}

.sm-vo-app .is-locked input[type="range"],
.sm-vo-app .is-locked input[type="range"]::-webkit-slider-thumb,
.sm-vo-app .is-locked input[type="range"]::-moz-range-thumb,
.sm-vo-app .is-locked .sm-vo-app__dot-sw {
  pointer-events: none !important;
  cursor: not-allowed !important;
  z-index: -1 !important;
}

/* ============================================================
   6. COMPTEUR & GRILLE
============================================================ */
/* Compteur de résultats en bleu foncé */
.sm-vo-app .sm-vo-app__count-bar { padding: 30px 48px 20px; display: flex; align-items: baseline; justify-content: flex-start; gap: 15px; }
.sm-vo-app .count-n,
.sm-vo-app .sm-vo-app__count-n { font-size: 1.4rem; font-weight: 800; color: var(--sm-dark) !important; }
.sm-vo-app .sm-vo-app__highlight { color: var(--sm-cyan); }
.sm-vo-app .count-meta,
.sm-vo-app .sm-vo-app__count-meta { font-size: .85rem; color: var(--sm-gray) !important; font-weight: 500 !important; margin: 0; }

.sm-vo-app .sm-vo-app__grid { padding: 0 48px 80px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.sm-vo-app__no-results { width: 100%; grid-column: 1 / -1; padding: 40px; border-radius: 20px; background: rgba(0,0,0,0.02); border: 1px dashed var(--sm-cyan); color: var(--sm-gray); text-align: center; font-weight: 500; font-size: 15px; margin-bottom: 30px; }

/* ============================================================
   7. CARTE SUD MOTOR
============================================================ */
.sm-vo-card {
    background: var(--sm-bg-card) !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    cursor: pointer !important;
    border: 1px solid rgba(0, 179, 240, 0.45) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
    text-decoration: none !important;
    transition: box-shadow .35s var(--sm-ease), transform .35s var(--sm-ease), border-color .35s var(--sm-ease) !important;
    margin: 0 !important;
    height: 100% !important;
}
.sm-vo-card:hover {
    transform: translateY(-8px) !important;
    border-color: var(--sm-cyan) !important;
    box-shadow: 0 12px 25px -8px rgba(0, 179, 240, 0.35) !important;
    z-index: 2 !important;
}

.sm-vo-card__media { position: relative; aspect-ratio: 4/3; background: #16223a; overflow: hidden; margin: 6px; border-radius: 14px; }
.sm-vo-card__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--sm-ease); }
.sm-vo-card:hover .sm-vo-card__img { transform: scale(1.05); }

.sm-vo-card__body { padding: 16px 20px 10px !important; display: flex !important; flex-direction: column !important; flex: 1 !important; }
.sm-vo-card__title { font-size: 20px !important; font-weight: 800 !important; line-height: 1.1 !important; margin: 0 0 6px 0 !important; color: #ffffff !important; text-transform: uppercase !important; }
.sm-vo-card__subtitle { margin: 5px 0 0 0 !important; font-size: 13.5px !important; font-weight: 500 !important; color: #8b9bb4 !important; white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important; }

.sm-vo-card__grid { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 14px 18px !important; margin-top: 20px !important; }
.sm-vo-card__spec { display: flex !important; align-items: center !important; gap: 11px !important; }
.sm-vo-card__spec-icon { flex: 0 0 38px !important; width: 38px !important; height: 38px !important; border-radius: 10px !important; background: rgba(0,179,240,.14) !important; display: flex !important; align-items: center !important; justify-content: center !important; color: var(--sm-cyan) !important; }
.sm-vo-card__spec-text { min-width: 0 !important; }
.sm-vo-card__spec-label { font-size: 11px !important; font-weight: 600 !important; color: #6f819c !important; text-transform: uppercase !important; letter-spacing: .4px !important; line-height: 1.2 !important;}
.sm-vo-card__spec-val { font-size: 14.5px !important; font-weight: 700 !important; color: #fff !important; white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important; line-height: 1.2 !important;}

.sm-vo-card__divider { height: 1px; background: rgba(255,255,255,.1); margin: 18px 22px 0; }

.sm-vo-card__foot { display: flex !important; align-items: center !important; justify-content: space-between !important; padding: 16px 22px 22px !important; margin-top: auto !important; border-top: none !important; }
.sm-vo-card__price-box { display: flex !important; flex-direction: column !important; line-height: 1 !important; }
.sm-vo-card__price-label { font-size: 11px !important; font-weight: 600 !important; color: #6f819c !important; text-transform: uppercase !important; letter-spacing: .5px !important; margin-bottom: 2px !important;}

/* --- PRIX BARRÉ (ancien prix / prix_promo) --- */
.sm-vo-card__price-old { font-size: 13px !important; font-weight: 600 !important; color: #6f819c !important; text-decoration: line-through !important; line-height: 1 !important; margin-bottom: 2px !important; }

.sm-vo-card__price-val { font-size: 26px !important; font-weight: 900 !important; color: var(--sm-cyan) !important; letter-spacing: -0.5px !important; line-height: 1.1 !important; margin: 0 !important; }
/* Prix courant mis en avant en rouge quand une promo est active */
.sm-vo-card__price-val.is-promo { color: var(--reset-color) !important; }
.sm-vo-card__price-currency { font-size: 14px !important; font-weight: 600 !important; color: var(--sm-gray) !important; margin-left: 3px !important; }

.sm-vo-card__price-month { font-size: 11.5px !important; font-weight: 500 !important; color: #8b9bb4 !important; margin-top: 4px !important; }
.sm-vo-card__price-month strong { color: #ffffff !important; font-weight: 800 !important; font-size: 13px !important; }

/* BOUTON "VOIR" AVEC FLÈCHE */
.sm-vo-card__btn {
    font-family: var(--sm-font) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    padding: 10px 20px !important;
    border-radius: 30px !important;
    background: rgba(0, 179, 240, 0.1) !important;
    color: var(--sm-cyan) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important; /* Espace entre le texte et la flèche */
    transition: all .3s var(--sm-ease) !important;
    border: 1px solid var(--sm-cyan) !important;
    flex-shrink: 0 !important;
    cursor: pointer !important;
    letter-spacing: 0.5px !important;
}
.sm-vo-card__btn-arrow {
    transition: transform .3s var(--sm-ease) !important;
}
.sm-vo-card:hover .sm-vo-card__btn {
    background: var(--sm-cyan) !important;
    color: var(--sm-darker) !important;
    box-shadow: 0 5px 15px rgba(0, 179, 240, 0.3) !important;
}
.sm-vo-card:hover .sm-vo-card__btn-arrow {
    transform: translateX(4px) !important; /* Translation de la flèche au survol */
}

/* ============================================================
   8. RESPONSIVE MODES
============================================================ */
@media(max-width:1280px) { .sm-vo-app .sm-vo-app__grid { grid-template-columns: repeat(3, 1fr); } }

@media(max-width:980px) {
  .sm-vo-app .sm-vo-app__grid { grid-template-columns: repeat(2, 1fr); padding: 0 24px 60px; }
  .sm-vo-app .sm-vo-app__dock-wrap, .sm-vo-app .sm-vo-app__subrow, .sm-vo-app .sm-vo-app__count-bar, .sm-vo-app .sm-vo-app__active-filters { padding-left: 24px; padding-right: 24px; }

  .sm-vo-app .sm-vo-app__scroll-tuto { display: none !important; }
  .sm-vo-app .sm-vo-app__active-filters { display: flex !important; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; margin-top: 10px; gap: 8px; }
  .sm-vo-app .sm-vo-app__active-filters::-webkit-scrollbar { display: none; }

  .sm-vo-app .sm-vo-chip { flex-shrink: 0; display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; background: var(--sm-darker); border: 1px solid var(--sm-cyan); border-radius: 100px; font-size: 0.75rem; font-weight: 700; color: #fff; }
  .sm-vo-app .sm-vo-chip button { display: flex; align-items: center; justify-content: center; width: 18px; height: 18px; background: rgba(0,179,240,0.15); border-radius: 50%; color: var(--sm-cyan); font-size: 0.85rem; line-height: 1; transition: background 0.2s, color 0.2s; border:none; }
  .sm-vo-app .sm-vo-chip button:hover { background: var(--sm-cyan); color: var(--sm-darker); }

  .sm-vo-app .sm-vo-app__mobile-btn { display: flex; align-items: center; justify-content: center; gap: 8px; position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); background: var(--sm-darker); color: #fff; padding: 12px 24px; border-radius: 100px; font-weight: 700; font-size: 1rem; z-index: 999; box-shadow: 0 10px 25px rgba(0,0,0,0.5); border: 2px solid var(--sm-cyan); transition: transform 0.4s var(--sm-ease); }
  .sm-vo-app .sm-vo-app__mobile-btn svg { stroke: var(--sm-cyan); }

  .sm-vo-app #app-reset { display: none !important; }
  .sm-vo-app .sm-vo-app__dock-search input, .sm-vo-app .sm-vo-app__dd-search { font-size: 16px !important; }
  .sm-vo-app .sm-vo-app__dd-menu { left: 24px !important; right: 24px !important; width: auto !important; min-width: 0 !important; }
  .sm-vo-app .sm-vo-app__dd-opt { font-size: 1rem !important; padding: 14px 18px !important; }

  .sm-vo-app .sm-vo-app__overlay { display: block; position: fixed; inset: 0; background: rgba(0,0,0,0.8); z-index: 9999; opacity: 0; pointer-events: none; transition: opacity 0.4s; }
  .sm-vo-app .sm-vo-app__overlay.is-open { opacity: 1; pointer-events: auto; }

  /* --- TIROIR PRINCIPAL --- */
  .sm-vo-app .sm-vo-app__drawer {
      display: flex;
      flex-direction: column;
      position: fixed;
      top: 10vh;
      left: 0; right: 0; bottom: 0;
      background: var(--sm-dark);
      z-index: 10000;
      transform: translateY(100%);
      transition: transform 0.4s var(--sm-ease);
      border-radius: 24px 24px 0 0;
      overflow-y: auto;
      padding-bottom: 0;
      box-shadow: 0 -10px 40px rgba(0,0,0,0.5);
      border-top: 1px solid var(--sm-cyan);
  }
  .sm-vo-app .sm-vo-app__drawer.is-open { transform: translateY(0); }

  /* --- HEADER DU TIROIR (Filtres & Tri) --- */
  .sm-vo-app .sm-vo-app__drawer-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 24px;
      border-bottom: 1px solid var(--line);
      font-size: 1.2rem;
      font-weight: 800;
      position: -webkit-sticky;
      position: sticky;
      top: -1px;
      background: var(--sm-dark) !important;
      z-index: 9999 !important;
      color: #fff;
      border-radius: 24px 24px 0 0;
  }
  .sm-vo-app .sm-vo-app__drawer-close { font-size: 2.2rem; line-height: 1; padding: 0 5px; border:none; color: var(--sm-cyan); }

  .sm-vo-app .sm-vo-app__mobile-drawer-footer { display: flex; flex-direction: column; gap: 12px; position: sticky; bottom: 0; background: var(--sm-dark); border-top: 1px solid var(--line); padding: 16px 24px; z-index: 10; margin-top: 20px;}
  .sm-vo-app .apply-btn { width: 100%; background: var(--sm-cyan); color: var(--sm-darker); font-size: 1rem; font-weight: 800; padding: 12px; border-radius: 100px; text-align: center; border:none;}
  .sm-vo-app .mobile-reset-btn { background: transparent; color: var(--reset-color); font-size: 0.85rem; font-weight: 700; text-align: center; text-decoration: underline; padding: 8px; margin: 0 auto; width: fit-content; border:none; }

  .sm-vo-app .sm-vo-app__sticky-filters { position: static; background: transparent; padding: 0; transform: none !important; }

  /* --- CONTENEUR DES FILTRES INTERNE --- */
  .sm-vo-app .sm-vo-app__dock {
      flex-direction: column;
      border: none;
      box-shadow: none;
      background: transparent;
      padding: 20px 24px;
      align-items: stretch;
      height: auto;
      gap: 16px;
      border-radius: 0;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      position: relative;
      z-index: 1;
  }
  .sm-vo-app .sm-vo-app__dock-wrap { padding: 0; }
  .sm-vo-app .sm-vo-app__dock-search, .sm-vo-app .sm-vo-app__custom-dd, .sm-vo-app .sm-vo-app__dock-sort { width: 100%; }
  .sm-vo-app .sm-vo-app__dock-sep { display: none; }

  .sm-vo-app .sm-vo-app__subrow-wrap { position: static; }
  .sm-vo-app .sm-vo-app__subrow { flex-direction: column; padding: 0 24px; gap: 24px; align-items: stretch;}
  .sm-vo-app .sm-vo-app__subrow-block, .sm-vo-app .sm-vo-app__slider { width: 100%; }
  .sm-vo-app .sm-vo-app__moving-filters { flex-direction: column; gap: 24px; align-items: stretch; margin-top: 0 !important; }
  .sm-vo-app .sm-vo-app__swatch-row { flex-wrap: wrap; height: auto; padding: 12px; border-radius: 16px; justify-content: center; background: transparent; border: 1px solid var(--line); }
}

@media(max-width:640px) { .sm-vo-app .sm-vo-app__grid { grid-template-columns: 1fr; } }/* End custom CSS */