@import url("custom_evolve.css");

/* Force border-radius images accessoires */
.ev-acc-main-image {
    border-radius: 12px !important;
    overflow: hidden !important;
}
.ev-acc-main-image img {
    border-radius: 12px !important;
    display: block !important;
}

/* === FIX FOND BLANC IMAGES ACCESSOIRES ev-acc - 18 fev 2026 === */
body #evolve-style-fiche-produit .ev-acc-main-image,
body .ev-product-page #evolve-style-fiche-produit .ev-acc-main-image {
    background: #fff !important;
}

body #evolve-style-fiche-produit .ev-acc-thumbs img,
body .ev-product-page #evolve-style-fiche-produit .ev-acc-thumbs img {
    background: #fff !important;
}
