/* Emplacement : /assets/css/boutique.css */
.afl-filters { background: var(--afl-white); border-radius: var(--afl-radius); padding: 1.5rem; box-shadow: var(--afl-shadow); position: sticky; top: 100px; border: 1px solid #f1f5f9; }
.afl-filters__block { margin-bottom: 1.5rem; }
.afl-filters__block h6 { margin-bottom: 0.8rem; font-weight: 700; }
.afl-filters__list { list-style: none; padding: 0; margin: 0; }
.afl-filters__list li { margin-bottom: 0.5rem; }
.afl-filters__list a { color: var(--afl-gray); font-size: 0.92rem; }
.afl-filters__list a i { width: 18px; }
.afl-filters__list a.active, .afl-filters__list a:hover { color: var(--afl-primary); font-weight: 700; }
.afl-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; flex-wrap: wrap; gap: 1rem; }
.afl-toolbar__sort select { width: auto; }
@media (max-width: 991.98px) { .afl-filters { position: static; margin-bottom: 2rem; } }
