/* ===== TROCAR TEXTO (FORÇADO) ===== */
.titulo-categoria strong {
    display: none !important;
}

.titulo-categoria::after {
    content: "Marcas em Destaque";
    font-size: 20px;
    font-weight: bold;
    color: #000;
    display: block;
}


/* ===== REMOVER PRETO E BRANCO (FORÇADO) ===== */
.wrap-carousel-marcas img,
.wrap-carousel-marcas picture,
.wrap-carousel-marcas a img {
    filter: none !important;
    -webkit-filter: none !important;
    opacity: 1 !important;
}


/* ===== ZOOM SUAVE ===== */
.wrap-carousel-marcas img {
    transition: transform 0.3s ease !important;
}

.wrap-carousel-marcas a:hover img {
    transform: scale(1.08);
}


/* ===== CENTRALIZAÇÃO ===== */
.wrap-carousel-marcas .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}