<turbo-stream action="append" target="category_grid_results"><template>
  <!-- BEGIN app/views/vehicles/_category_vehicle_rows.html.erb -->
  <div class="vehicles-row">
      <!-- BEGIN app/views/vehicles/_category_vehicle_card.html.erb --><a class="vehicle-card" data-turbo-frame="_top" href="/utilitaires/1-ford-ranger">
  <div class="vehicle-card-image">
      <img alt="FORD RANGER" src="https://utilicar.silenswetest.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6MTYsInB1ciI6ImJsb2JfaWQifX0=--dbf1c15e3e339b78218188c495719d2e40bb93d7/image_3439728_1.jpg" />
  </div>
  <div class="vehicle-card-info">
    <div class="vehicle-badge badge-neuf">
      <span>neuf</span>
    </div>
    <h3 class="crea-h5 vehicle-card-title">FORD RANGER</h3>
      <p class="vehicle-card-price">63 250,00 € HT</p>
      <div class="vehicle-card-meta" aria-label="Caractéristiques">
          <span class="vehicle-card-meta-item">2026</span>
            <span class="vehicle-card-meta-sep" aria-hidden="true">·</span>
          <span class="vehicle-card-meta-item">DIESEL</span>
      </div>
  </div>
    <div class="vehicle-card-cta">
      <span>DECOUVRIR</span>
      <span class="cta-icon">
        <svg viewBox="0 0 15 10" fill="none" xmlns="http://www.w3.org/2000/svg">
          <path d="M1 5H14M14 5L10 1M14 5L10 9" stroke="#fff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
        </svg>
      </span>
    </div>
</a><!-- END app/views/vehicles/_category_vehicle_card.html.erb -->
  </div>

<!-- END app/views/vehicles/_category_vehicle_rows.html.erb -->
</template></turbo-stream>
<turbo-stream action="replace" target="category_grid_pagination"><template>
  <div id="category_grid_pagination">
    <!-- BEGIN app/views/vehicles/_category_pagination.html.erb --><!-- END app/views/vehicles/_category_pagination.html.erb -->
  </div>
</template></turbo-stream>