/* ============================================
 *  ADW Brand - Produits par marque homepage
 * ============================================ */

.adwbrand-products {
    /* Hérite du style .adwcore__featured-products existant */
}

/* ── Logo marque dans le header ── */

.adwbrand__logo {
    margin-bottom: 0.75rem;
}

.adwbrand__logo img {
    max-width: 140px;
    max-height: 60px;
    height: auto;
    width: auto;
    object-fit: contain;
    filter: grayscale(0);
    transition: filter 0.3s ease;
}

/* ── Variante visuelle optionnelle ── */

.adwbrand-products .featured-products__header {
    position: relative;
}

.adwbrand-products .featured-products__title-wrapper {
    display: flex;
    flex-direction: column;
}

/* ── Responsive ── */

@media (max-width: 768px) {
    .adwbrand__logo img {
        max-width: 100px;
        max-height: 45px;
    }
}
