So, the 'select options'-/'add to cart'-button used to be below the product title. Now it's not anymore. I haven't done anything except updating plugins. I guess it can be fixed by CSS, but I don't know how. Site: Click
Add this CSS:
.astra-shop-summary-wrap {
display: flex;
flex-direction: column;
align-items: center;
}