/*
Theme Name: Audi Store
Theme URI: https://example.com/audi-store
Author: You
Author URI: https://example.com
Description: Thème block minimal pour pages vitrines Audi (Nouvelles voitures).
Requires at least: 6.3
Tested up to: 6.6
Requires PHP: 7.4
Version: 0.1.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: audi_store
Tags: full-site-editing, block-theme, one-column
*/

/* Styles additionnels légers (le design principal vient de theme.json) */

:root {
  --audi-black: #000000;
  --audi-gray: #f5f5f5;
  --audi-red: #ff0000;
}

.audi-hero {
  padding: 64px 24px;
  background: var(--audi-gray);
}

.audi-hero .wp-block-heading {
  margin-bottom: 8px;
}

.audi-filter-bar {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
}

.audi-badge {
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
  background: #eee;
  border-radius: 999px;
}

.audi-card {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.audi-card .wp-block-image img { width: 100%; height: auto; display: block; }

.audi-card .wp-block-group { padding: 16px; }

.audi-card .wp-block-buttons { margin-top: 8px; }

/* Full-bleed géré dans assets/css/custom.css */

/* Header now uses Bootstrap .navbar, old custom header rules removed */
