You can check this page: https://boenderoutdoor.nl/
I managed to do it via this css:
@media (max-width: 768px) {
#term-list .wd-product .product-wrapper {
display: flex;
flex-direction: row;
gap: 15px;
align-items: flex-start;
}
#term-list .wd-product .product-element-top {
width: 40% !important;
margin-bottom: 0 !important;
}
#term-list .wd-product .product-element-bottom {
width: 60% !important;
display: flex;
flex-direction: column;
justify-content: center;
padding-left: 10px;
text-align: left;
}
#term-list .wd-product .wd-product-brands-links,
#term-list .wd-product .price,
#term-list .wd-product .wd-star-rating,
#term-list .wd-product .woocommerce-loop-product__title {
text-align: left !important;
}
}