/* 1) Resumen superior (precio, texto corto) */
body.single-product .entry-summary,
body.single-product .woocommerce-product-details__short-description {
  text-align: left !important;
}

/* 2) Pestaña "Descripción" y resto de paneles */
body.single-product .woocommerce-Tabs-panel,
body.single-product .woocommerce-tabs .panel,
body.single-product .woocommerce-Tabs-panel--description {
  text-align: left !important;
}

/* 3) Contenido interno de la descripción: párrafos, listas y títulos */
body.single-product .woocommerce-Tabs-panel p,
body.single-product .woocommerce-Tabs-panel ul,
body.single-product .woocommerce-Tabs-panel ol,
body.single-product .woocommerce-Tabs-panel li,
body.single-product .woocommerce-Tabs-panel h2,
body.single-product .woocommerce-Tabs-panel h3,
body.single-product .woocommerce-Tabs-panel h4 {
  text-align: left !important;
  margin-left: 0 !important;
}

/* 4) Widgets/constructores que puedan forzar centrado */
body.single-product .elementor-widget-text-editor,
body.single-product .elementor-widget-text-editor * {
  text-align: left !important;
}

/* 5) Último recurso si el tema centra todo el contenedor principal */
body.single-product .site-main,
body.single-product .site-main * {
  text-align: left !important;
}
`