.lay-woocommerce-summary-inner{
display: flex;
}
now you can use order: css on the children:
.woocommerce-product-details__short-description{
order: 99;
}
this moves the description text below all other things.
but when i do this i have a lot of space between the price and the description, because you put lots of empty paragraphs into your other text:
[image: 1724058919901-screenshot-2024-08-19-at-11.15.14.png]