Hi There,
To achieve the same result for products, please add the following CSS via Appearance > Customize > Custom > CSS
.search .product .entry-featured {
float: left;
width: 34%;
margin: 0;
}
.search .product .entry-wrap {
float: right;
width: 66%;
padding-left: 35px;
}
.search .x-main .hentry{
clear:both;
}
.search .x-main .product {
border-top: 1px solid rgba(0,0,0,0.1);
padding-top: 35px;
}
Hope this helps.