/* --- 1. ESTO ES PARA ADENTRO (Página del Producto) --- */

.single-product.postid-91042 .product-brand-logo, 

.single-product.postid-91040 .product-brand-logo {

    content: url('https://comercialdaher.cl/wp-content/uploads/2020/09/LogoDaher.png') !important;

    display: block !important;

    max-width: 180px !important;

    height: auto !important;

    margin-bottom: 15px !important;

    visibility: visible !important;

}



/* --- 2. ESTO ES PARA AFUERA (Catálogo / Tienda) --- */

.archive .post-91042 .product-logo, 

.archive .post-91040 .product-logo,

.archive .product-91042 .product-logo,

.archive .product-91040 .product-logo {

    content: url('https://comercialdaher.cl/wp-content/uploads/2020/09/LogoDaher.png') !important;

    display: block !important;

    max-width: 100px !important;

    height: auto !important;

    margin: 0 auto 10px auto !important;

    visibility: visible !important;

}



/* --- 3. LIMPIEZA PARA QUE NO SE VEA EL TEXTO ROTO --- */

.product-brand-logo, .product-logo {

    font-size: 0 !important;

    text-indent: -9999px !important;

    color: transparent !important;

}

/* Aplicar el logo de Daher a los productos 91042 y 91040 */

.postid-91042 .product-brand-logo, 

.postid-91040 .product-brand-logo,

.postid-91042 img[alt*="product-brand-logo"],

.postid-91040 img[alt*="product-brand-logo"] {

    content: url('https://comercialdaher.cl/wp-content/uploads/2020/09/LogoDaher.png') !important;

    display: block !important;

    max-width: 180px !important;

    height: auto !important;

    margin: 10px 0 !important;

    visibility: visible !important;

    opacity: 1 !important;

}



/* Ocultar texto residual en ambos productos */

.postid-91042 .product-brand-logo,

.postid-91040 .product-brand-logo {

    text-indent: -9999px;

    overflow: hidden;

}