.archive-product {
    max-width: 1600px;
    margin: 0 auto;
    overflow: visible !important;
}

.archive-product__wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

/* Sidebar des filtres */
.archive-product__sidebar {
    flex: 0 0 280px;
    position: sticky;
    top: 180px;
    align-self: flex-start;
    height: fit-content;
    z-index: 10;
}

.archive-product__sidebar-content {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 20px;
}

.archive-product__filters {
    padding: 0;
}

.archive-product__filter-group {
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}

.archive-product__filter-group:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.archive-product__filter-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #0B3954;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    line-height: 1.4;
}

.archive-product__search-wrapper {
    position: relative;
}

.archive-product__search-input {
    width: 100%;
    padding: 10px 40px 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fff;
    color: #333;
}

.archive-product__search-input::placeholder {
    color: #999;
}

.archive-product__search-input:focus {
    outline: none;
    border-color: #0B3954;
    box-shadow: 0 0 0 2px rgba(11, 57, 84, 0.1);
}

.archive-product__search-btn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 6px;
    color: #999;
    cursor: pointer;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.archive-product__search-btn:hover {
    color: #0B3954;
}

.archive-product__search-btn svg {
    width: 16px;
    height: 16px;
}

.archive-product__price-range {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.archive-product__price-slider {
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: #e8e8e8;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.archive-product__price-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #0B3954;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.archive-product__price-slider::-webkit-slider-thumb:hover {
    transform: scale(1.15);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.archive-product__price-slider::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #0B3954;
    cursor: pointer;
    border: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.archive-product__price-slider::-moz-range-thumb:hover {
    transform: scale(1.15);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.archive-product__price-display {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #0B3954;
}

.archive-product__price-label {
    color: #666;
    font-weight: 500;
}

.archive-product__price-min,
.archive-product__price-max {
    color: #0B3954;
}

.archive-product__filter-group--recent {
    margin-top: 30px;
}

.archive-product__recent-list {
    margin-top: 15px;
}

.archive-product__recent-item {
    display: flex;
    gap: 12px;
    padding: 12px;
    margin-bottom: 12px;
    background: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.archive-product__recent-item:hover {
    background: #fff;
    border-color: #0B3954;
    box-shadow: 0 2px 8px rgba(11, 57, 84, 0.1);
    transform: translateX(4px);
}

.archive-product__recent-item:last-child {
    margin-bottom: 0;
}

.archive-product__recent-image {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e8e8e8;
}

.archive-product__recent-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.archive-product__recent-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.archive-product__recent-name {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.archive-product__recent-price {
    font-size: 14px;
    font-weight: 700;
    color: #e3001a;
}

.archive-product__recent-empty {
    font-size: 13px;
    color: #999;
    text-align: center;
    padding: 20px 0;
    margin: 0;
}

.archive-product__reset-header {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.archive-product__reset-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    background: #0B3954;
    border: 2px solid #0B3954;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.archive-product__reset-btn svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    flex-shrink: 0;
}

.archive-product__reset-text {
    white-space: nowrap;
}

.archive-product__reset-btn:hover {
    background: #072536;
    border-color: #072536;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(11, 57, 84, 0.2);
}

.archive-product__reset-btn:hover svg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.archive-product__reset-btn:disabled,
.archive-product__reset-btn:disabled:hover {
    background: #e5e5e5;
    border-color: #e5e5e5;
    color: #999;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
    opacity: 0.6;
}

.archive-product__reset-btn:disabled svg {
    opacity: 0.6;
}

/* Zone principale */
.archive-product__main {
    flex: 1;
    min-width: 0;
}

.archive-product__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
}

.archive-product__filters-toggle {
    display: none;
}

.archive-product__results-count {
    margin-right: auto;
}

.archive-product__view-controls {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto;
}

.archive-product__view-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #f5f5f5;
    border-radius: 6px;
    padding: 4px;
}

.archive-product__view-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 4px;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.archive-product__view-btn:hover {
    color: #0B3954;
    background: rgba(11, 57, 84, 0.1);
}

.archive-product__view-btn.active {
    background: #0B3954;
    color: #fff;
}

.archive-product__view-btn svg {
    width: 18px;
    height: 18px;
}

.archive-product__sort {
    display: flex;
    align-items: center;
    gap: 10px;
}

.archive-product__filters-toggle {
    display: none;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: #0B3954;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.archive-product__filters-toggle:hover {
    background: #072536;
}

.archive-product__results-count {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.archive-product__results-count span {
    font-weight: 700;
    color: #0B3954;
}

.archive-product__sort {
    display: flex;
    align-items: center;
    gap: 10px;
}

.archive-product__sort-label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    white-space: nowrap;
    margin: 0;
}

.archive-product__sort-select {
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 180px;
}

.archive-product__sort-select:focus {
    outline: none;
    border-color: #0B3954;
    box-shadow: 0 0 0 3px rgba(11, 57, 84, 0.1);
}

/* Sous-catégories */
.archive-product__subcategories {
    margin-bottom: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.archive-product__subcategories-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.archive-product__subcategory-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.archive-product__subcategory-item:hover {
    background: #0B3954;
    color: #fff;
    border-color: #0B3954;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(11, 57, 84, 0.2);
}

.archive-product__subcategory-name {
    font-weight: 600;
}

.archive-product__subcategory-count {
    font-size: 12px;
    padding: 2px 8px;
    background: #f0f0f0;
    border-radius: 12px;
    color: #666;
}

.archive-product__subcategory-item:hover .archive-product__subcategory-count {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

/* Grille de produits */
.archive-product__results {
    margin-top: 0;
}

.archive-product__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}

.archive-product__grid.list-view {
    grid-template-columns: 1fr;
    gap: 20px;
}

/* Vue liste */
.archive-product__grid.list-view .archive-product__item .product-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 25px;
    padding: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.archive-product__grid.list-view .archive-product__item .product-card:hover {
    border-color: #0B3954;
    box-shadow: 0 4px 12px rgba(11, 57, 84, 0.1);
}

.archive-product__grid.list-view .archive-product__item .product-card__image {
    flex: 0 0 200px;
    width: 200px;
    height: 200px;
    padding-top: 0;
}

.archive-product__grid.list-view .archive-product__item .product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.archive-product__grid.list-view .archive-product__item .product-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
    background: none;
}

.archive-product__grid.list-view .archive-product__item .product-card__title {
    font-size: 20px;
    margin: 0;
    min-height: auto;
}

.archive-product__grid.list-view .archive-product__item .product-card__price {
    font-size: 18px;
    margin: 0;
}

.archive-product__grid.list-view .archive-product__item .product-card__description {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    -webkit-line-clamp: 3;
}

.archive-product__grid.list-view .archive-product__item .product-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.archive-product__grid.list-view .archive-product__item .product-card__sku {
    margin: 0;
    font-size: 14px;
}

.archive-product__item {
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.archive-product__item.hidden {
    display: none;
}

.archive-product__item.filtered-out {
    opacity: 0;
    pointer-events: none;
    height: 0;
    overflow: hidden;
}

.archive-product__no-results {
    grid-column: 1 / -1;
    text-align: center;
    padding: 80px 20px;
    color: #999;
    font-size: 16px;
}

.archive-product__no-results p {
    margin: 0;
    font-size: 18px;
    color: #666;
}

/* Pagination */
.archive-product__pagination {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.archive-product__pagination .page-numbers {
    display: flex;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.archive-product__pagination .page-numbers li {
    margin: 0;
}

.archive-product__pagination .page-numbers a,
.archive-product__pagination .page-numbers span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 16px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.archive-product__pagination .page-numbers a:hover {
    background: #0B3954;
    color: #fff;
    border-color: #0B3954;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(11, 57, 84, 0.2);
}

.archive-product__pagination .page-numbers .current {
    background: #0B3954;
    color: #fff;
    border-color: #0B3954;
}


/* ==========================================================================
   Navigation catégories (sidebar — bloc séparé)
   ========================================================================== */
.archive-product__categories-nav {
    margin-top: 16px;
    padding: 20px;
}

/* ── L1 title link ── */
.archive-product__categories-l1 {
    display: block;
    font-size: 15px;
    font-weight: 800;
    color: #222;
    text-decoration: none;
    margin-bottom: 14px;
    line-height: 1.3;
    transition: color 0.15s ease;
}

.archive-product__categories-l1:hover {
    color: #0B3954;
}

.archive-product__categories-l1--static {
    cursor: default;
}

.archive-product__categories-l1--static:hover {
    color: #222;
}

/* ── L2 list ── */
.archive-product__categories-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.archive-product__categories-l2-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 12px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    color: #444;
    transition: all 0.15s ease;
}

.archive-product__categories-l2-link:hover {
    background: #f5f5f5;
    color: #0B3954;
}

.archive-product__categories-item.active > .archive-product__categories-l2-link {
    background: #0B3954;
    color: #fff;
    font-weight: 600;
}

.archive-product__categories-chevron {
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.archive-product__categories-item.active .archive-product__categories-chevron {
    color: #fff;
}

/* ── L3 list (nested, indented) ── */
.archive-product__categories-l3 {
    list-style: none;
    margin: 4px 0 4px 0;
    padding: 0 0 0 12px;
    display: flex;
    flex-direction: column;
    gap: 1px;
    border-left: 2px solid #e8e8e8;
}

.archive-product__categories-l3-item a {
    display: block;
    padding: 6px 10px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 12.5px;
    font-weight: 500;
    color: #555;
    transition: all 0.15s ease;
}

.archive-product__categories-l3-item a:hover {
    background: #f5f5f5;
    color: #0B3954;
}

.archive-product__categories-l3-item.active a {
    color: #0B3954;
    font-weight: 600;
    background: #edf2f7;
}

/* ==========================================================================
   Bouton fermer sidebar (masqué sur desktop)
   ========================================================================== */
.archive-product__sidebar-close {
    display: none;
}

/* ==========================================================================
   Overlay (masqué sur desktop)
   ========================================================================== */
.archive-product__overlay {
    display: none;
}

/* ==========================================================================
   Responsive — 1200px : grille 2 colonnes
   ========================================================================== */
@media (max-width: 1200px) {
    .archive-product__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

/* ==========================================================================
   Responsive — 1024px : sidebar réduite
   ========================================================================== */
@media (max-width: 1024px) {
    .archive-product__sidebar {
        flex: 0 0 250px;
    }

    .archive-product__wrapper {
        gap: 20px;
    }
}

/* ==========================================================================
   Responsive — 768px : mobile / tablette portrait
   ========================================================================== */
@media (max-width: 768px) {
    .archive-product {
        padding: 15px;
    }

    .archive-product__wrapper {
        flex-direction: column;
        gap: 0;
    }

    /* --- Sidebar drawer mobile --- */
    .archive-product__sidebar {
        position: fixed;
        top: 0;
        left: 0;
        width: 320px;
        max-width: 85vw;
        height: 100vh;
        max-height: none;
        z-index: 10001;
        background: #fff;
        transform: translateX(-100%);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: none;
        overflow-y: auto;
        border-radius: 0;
    }

    .archive-product__sidebar.active {
        transform: translateX(0);
        box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15);
    }

    .archive-product__sidebar-content {
        border: none;
        border-radius: 0;
        box-shadow: none;
        padding: 20px;
        padding-top: 60px;
    }

    /* --- Bouton fermer sidebar --- */
    .archive-product__sidebar-close {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 12px;
        right: 12px;
        width: 40px;
        height: 40px;
        background: #f5f5f5;
        border: none;
        border-radius: 50%;
        color: #333;
        cursor: pointer;
        z-index: 10;
        transition: all 0.2s ease;
    }

    .archive-product__sidebar-close:hover {
        background: #e8e8e8;
        color: #0B3954;
    }

    /* --- Overlay sombre --- */
    .archive-product__overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 10000;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .archive-product__overlay.active {
        display: block;
        opacity: 1;
    }

    /* --- Bouton toggle filtres --- */
    .archive-product__filters-toggle {
        display: flex;
    }

    /* --- Main --- */
    .archive-product__main {
        width: 100%;
    }

    /* --- Header responsive --- */
    .archive-product__header {
        flex-wrap: nowrap;
        gap: 10px;
        padding-bottom: 12px;
        margin-bottom: 15px;
    }

    .archive-product__results-count {
        display: none;
    }

    .archive-product__view-controls {
        margin-left: auto;
    }

    .archive-product__view-toggle {
        display: none;
    }

    .archive-product__sort-label {
        display: none;
    }

    .archive-product__sort-select {
        min-width: auto;
    }

    /* --- Grille 2 colonnes mobile --- */
    .archive-product__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    /* --- Cards compactes mobile --- */
    .archive-product__grid .product-card__content {
        padding: 10px;
        gap: 6px;
    }

    .archive-product__grid .product-card__title {
        font-size: 14px;
        min-height: auto;
        line-height: 1.3;
    }

    .archive-product__grid .product-card__price {
        font-size: 15px;
    }

    .archive-product__grid .product-card__price-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .archive-product__grid .product-card__description {
        font-size: 12px;
        -webkit-line-clamp: 2;
        min-height: auto;
    }

    .archive-product__grid .product-card__footer {
        padding-top: 6px;
    }

    .archive-product__grid .product-card__sku {
        font-size: 11px;
        margin: 0;
    }

    .archive-product__grid .product-card__footer {
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
    }

    .archive-product__grid .product-card__button {
        font-size: 11px;
        padding: 6px 10px;
        justify-content: center;
    }

    .archive-product__grid .product-card__button-icon {
        display: none;
    }

    /* --- Badge revendeur compact --- */
    .archive-product__grid .product-card__reseller-badge {
        top: 8px;
        left: 8px;
        gap: 4px;
    }

    .archive-product__grid .product-card__reseller-badge .et-icon {
        font-size: 20px;
    }

    .archive-product__grid .product-card__reseller-badge span {
        font-size: 13px;
        padding: 3px 6px;
        opacity: 1;
    }

    /* --- Sous-catégories : scroll horizontal --- */
    .archive-product__subcategories {
        padding: 15px;
        margin-bottom: 20px;
    }

    .archive-product__subcategories-list {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        gap: 8px;
        padding-bottom: 4px;
    }

    .archive-product__subcategories-list::-webkit-scrollbar {
        display: none;
    }

    .archive-product__subcategory-item {
        flex-shrink: 0;
        padding: 8px 14px;
        font-size: 13px;
    }

    /* --- Vue liste responsive --- */
    .archive-product__grid.list-view {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .archive-product__grid.list-view .archive-product__item .product-card {
        gap: 15px;
        padding: 15px;
    }

    .archive-product__grid.list-view .archive-product__item .product-card__image {
        flex: 0 0 140px;
        width: 140px;
        height: 140px;
    }

    .archive-product__grid.list-view .archive-product__item .product-card__title {
        font-size: 17px;
    }

    .archive-product__grid.list-view .archive-product__item .product-card__price {
        font-size: 16px;
    }

    .archive-product__grid.list-view .archive-product__item .product-card__description {
        font-size: 14px;
        -webkit-line-clamp: 2;
    }

    /* --- Pagination --- */
    .archive-product__pagination .page-numbers a,
    .archive-product__pagination .page-numbers span {
        min-width: 38px;
        height: 38px;
        padding: 0 12px;
        font-size: 13px;
    }
}

/* ==========================================================================
   Responsive — 480px : petit mobile
   ========================================================================== */
@media (max-width: 480px) {
    .archive-product {
        padding: 10px;
    }

    /* --- Grille compacte --- */
    .archive-product__grid {
        gap: 8px;
    }

    .archive-product__grid .product-card__image {
        padding: 8px;
    }

    .archive-product__grid .product-card__content {
        padding: 8px;
        gap: 4px;
    }

    .archive-product__grid .product-card__title {
        font-size: 13px;
    }

    .archive-product__grid .product-card__price {
        font-size: 14px;
    }

    .archive-product__grid .product-card__description {
        display: none;
    }

    /* --- Badge revendeur très compact --- */
    .archive-product__grid .product-card__reseller-badge {
        top: 6px;
        left: 6px;
    }

    .archive-product__grid .product-card__reseller-badge .et-icon {
        font-size: 16px;
    }

    .archive-product__grid .product-card__reseller-badge span {
        font-size: 13px;
        padding: 2px 5px;
    }

    .archive-product__grid .product-card__footer {
        border-top: none;
        padding-top: 4px;
    }

    .archive-product__grid .product-card__button {
        font-size: 10px;
        padding: 5px 8px;
    }

    /* --- Header simplifié --- */
    .archive-product__header {
        gap: 8px;
        margin-bottom: 15px;
    }

    .archive-product__filters-toggle {
        padding: 8px 14px;
        font-size: 13px;
    }

    .archive-product__results-count {
        font-size: 13px;
    }

    .archive-product__view-controls {
        gap: 10px;
    }

    .archive-product__view-btn {
        width: 32px;
        height: 32px;
    }

    .archive-product__view-btn svg {
        width: 16px;
        height: 16px;
    }

    .archive-product__sort-select {
        min-width: 120px;
        font-size: 13px;
    }

    /* --- Vue liste : layout vertical --- */
    .archive-product__grid.list-view .archive-product__item .product-card {
        flex-direction: column;
        gap: 0;
        padding: 0;
    }

    .archive-product__grid.list-view .archive-product__item .product-card__image {
        flex: none;
        width: 100%;
        height: auto;
        aspect-ratio: 1;
    }

    .archive-product__grid.list-view .archive-product__item .product-card__content {
        padding: 12px;
    }

    .archive-product__grid.list-view .archive-product__item .product-card__title {
        font-size: 15px;
    }

    .archive-product__grid.list-view .archive-product__item .product-card__price {
        font-size: 15px;
    }

    .archive-product__grid.list-view .archive-product__item .product-card__description {
        display: none;
    }

    /* --- Sous-catégories --- */
    .archive-product__subcategories {
        padding: 10px;
        margin-bottom: 15px;
    }

    .archive-product__subcategory-item {
        padding: 6px 12px;
        font-size: 12px;
    }

    /* --- No results --- */
    .archive-product__no-results {
        padding: 40px 15px;
    }

    .archive-product__no-results p {
        font-size: 15px;
    }

    /* --- Pagination --- */
    .archive-product__pagination .page-numbers {
        gap: 4px;
    }

    .archive-product__pagination .page-numbers a,
    .archive-product__pagination .page-numbers span {
        min-width: 34px;
        height: 34px;
        padding: 0 8px;
        font-size: 12px;
    }
}

/* ─────────────────────────────────────────────────────────────
   Titre H1 SEO de la catégorie / boutique
   Shortcode : [category_h1_title]
   ───────────────────────────────────────────────────────────── */

.category-h1-title {
    font-family: Rubik, sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #2B2B2B;
}

/* ─────────────────────────────────────────────────────────────
   #descriptionarchive — Voir plus (mobile uniquement)
   Widget Elementor éditeur de texte sur les archives produits
   ───────────────────────────────────────────────────────────── */
@media (max-width: 767px) {
    #descriptionarchive {
        position: relative;
    }

    #descriptionarchive > .elementor-widget-container {
        position: relative;
        overflow: hidden;
        transition: max-height 0.4s ease-in-out;
    }

    #descriptionarchive.collapsed > .elementor-widget-container {
        max-height: 150px;
    }

    /* Dégradé fade */
    #descriptionarchive .archive-desc__fade {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 50px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
        pointer-events: none;
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    #descriptionarchive.collapsed .archive-desc__fade {
        opacity: 1;
    }

    #descriptionarchive.expanded .archive-desc__fade {
        opacity: 0;
    }

    /* Bouton voir plus */
    #descriptionarchive .archive-desc__btn {
        display: none;
        align-items: center;
        gap: 6px;
        margin-top: 10px;
        padding: 0;
        background: none;
        color: #E3001A;
        text-decoration: none;
        font-weight: 500;
        cursor: pointer;
        border: none;
        font-size: 14px;
        transition: opacity 0.2s ease;
        position: relative;
        z-index: 2;
    }

    #descriptionarchive .archive-desc__btn:hover {
        opacity: 0.8;
    }

    #descriptionarchive .archive-desc__btn svg {
        width: 16px;
        height: 16px;
        transition: transform 0.3s ease;
    }

    #descriptionarchive.expanded .archive-desc__btn svg {
        transform: rotate(180deg);
    }
}