.product {
  min-height: 180px; /* Adjust based on 4 lines (approx. 30px per line with padding/margins) */
}

.woocomerce-loop-product__title {
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Limits to 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden; /* Hides excess text */
  max-height: 120px; /* Matches min-height of product tile */
  margin-bottom: 10px; /* Space before price/button */
}

.price, .add_to_cart_button {
  margin-top: 0; /* Ensures price and button align below title */
}
body, button, input, optgroup, select, textarea{
		color: #ffffff !important;
}