Poupée noire africaine pour enfants
/* Design Global et Harmonisation des images – Mobile/Tablette */
@media screen and (max-width: 1024px) {
/* Fond gris du catalogue */
.mobile-only {
background-color: #f2f2f2 !important;
padding: 15px 10px !important;
}
/* Carte de l’annonce blanche */
.mobile-only .rtcl-listing-item {
background-color: #ffffff !important;
margin-bottom: 25px !important;
border-radius: 12px !important;
overflow: hidden !important; /* Pour que l’image ne dépasse pas des bords arrondis */
box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
border: none !important;
}
/* HARMONISATION DES IMAGES */
.mobile-only .rtcl-listing-item .listing-thumb {
height: 250px !important; /* On force une hauteur identique pour toutes */
width: 100% !important;
overflow: hidden !important;
}
.mobile-only .rtcl-listing-item .listing-thumb img {
width: 100% !important;
height: 100% !important;
object-fit: cover !important; /* TRÈS IMPORTANT : Recadre l’image sans la déformer */
object-position: center !important;
}
}



