selector .product-item__inner {
    margin-bottom: 200px; /* Adjust spacing between product items */
}

selector .product-item__thumbnail {
    height: 100px; /* Increase height of product image */
    overflow: hidden; /* Ensure overflow is hidden */
}

selector .woocommerce-loop-product__title {
    margin-bottom: 10px; /* Add space below product title */
}

selector .price-add-to-cart {
    margin-top: 10px; /* Add space above price and add to cart button */
}