/* Grille catalogue — images produit alignées carrousels accueil (288 × 400) */

/* Espacement page catalogue (aligné .section-header-full des carrousels accueil) */
.category-page .category-header {
    padding: 2rem 0 1rem;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}

.category-page .category-title {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

@media (max-width: 991.98px) {
    .category-page .category-header {
        padding-top: 1.25rem;
    }
}

.category-page .product-image-wrapper,
.products-grid .product-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: var(--carousel-card-w) / var(--carousel-card-h);
    overflow: hidden;
}

.category-page .product-image,
.products-grid .product-image,
.category-page .product-image-wrapper .product-image,
.category-page .product-image-wrapper .product-image-hover,
.products-grid .product-image-wrapper .product-image,
.products-grid .product-image-wrapper .product-image-hover {
    width: 100%;
    object-fit: cover;
}

.category-page .product-image-wrapper .product-image,
.category-page .product-image-wrapper .product-image-hover,
.products-grid .product-image-wrapper .product-image,
.products-grid .product-image-wrapper .product-image-hover {
    position: absolute;
    inset: 0;
    height: 100%;
    aspect-ratio: auto;
}

.category-page .product-image:not(.product-image-hover),
.products-grid .product-image:not(.product-image-hover) {
    aspect-ratio: var(--carousel-card-w) / var(--carousel-card-h);
    height: auto;
}

.category-page .product-image.d-flex,
.products-grid .product-image.d-flex {
    min-height: 0;
}

.product-image-link {
    position: relative;
}

.product-image-link .favorite-icon {
    z-index: 4;
}

/* Favoris */
.catalog-product-media {
    aspect-ratio: var(--carousel-card-w) / var(--carousel-card-h);
    width: 100%;
    background: #f8f9fa;
}

.catalog-product-media img {
    object-fit: cover;
}
