/*
Theme Name: Jadro_child
Description: Theme enfant de rachel
Author: RB
Template: jadro
Version: 0.1.0
*/
/* Empêcher le redimensionnement automatique des images dans la description produit */
.woocommerce-product-details__long-description img.fullsize {
    width: auto !important;
    max-width: none !important;
}