/* ========================================
   FIX LOGO PISTEUR - AFFICHAGE FORCÉ
   ======================================== */

/* Hero Logo Pisteur */
.product-logo-hero {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: white !important;
    padding: 20px !important;
    border-radius: 50% !important;
    border: 3px solid #8B7355 !important;
    box-shadow: 0 8px 24px rgba(139, 115, 85, 0.25) !important;
    margin: 0 auto 24px auto !important;
    width: 180px !important;
    height: 180px !important;
    max-width: 180px !important;
    max-height: 180px !important;
    min-width: 180px !important;
    min-height: 180px !important;
    object-fit: contain !important;
    position: relative !important;
    z-index: 10 !important;
}

/* CTA Logo Pisteur */
.cta-logo {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: white !important;
    padding: 20px !important;
    border-radius: 50% !important;
    border: 3px solid #8B7355 !important;
    box-shadow: 0 8px 24px rgba(139, 115, 85, 0.25) !important;
    margin: 0 auto 24px auto !important;
    width: 140px !important;
    height: 140px !important;
    max-width: 140px !important;
    max-height: 140px !important;
    min-width: 140px !important;
    min-height: 140px !important;
    object-fit: contain !important;
    position: relative !important;
    z-index: 10 !important;
}

/* Responsive - Tablette */
@media (max-width: 968px) {
    .product-logo-hero {
        width: 140px !important;
        height: 140px !important;
        max-width: 140px !important;
        max-height: 140px !important;
        min-width: 140px !important;
        min-height: 140px !important;
        padding: 14px !important;
    }
    
    .cta-logo {
        width: 110px !important;
        height: 110px !important;
        max-width: 110px !important;
        max-height: 110px !important;
        min-width: 110px !important;
        min-height: 110px !important;
        padding: 14px !important;
    }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .product-logo-hero {
        width: 110px !important;
        height: 110px !important;
        max-width: 110px !important;
        max-height: 110px !important;
        min-width: 110px !important;
        min-height: 110px !important;
        padding: 12px !important;
    }
    
    .cta-logo {
        width: 90px !important;
        height: 90px !important;
        max-width: 90px !important;
        max-height: 90px !important;
        min-width: 90px !important;
        min-height: 90px !important;
        padding: 10px !important;
    }
}

/* Responsive - Petit Mobile */
@media (max-width: 480px) {
    .product-logo-hero {
        width: 95px !important;
        height: 95px !important;
        max-width: 95px !important;
        max-height: 95px !important;
        min-width: 95px !important;
        min-height: 95px !important;
        padding: 10px !important;
    }
    
    .cta-logo {
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
        min-width: 80px !important;
        min-height: 80px !important;
        padding: 8px !important;
    }
}
