/*
Theme Name: Impreza
Description: Multi-Purpose WordPress Theme.
Version: 8.23.4
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
License: Themeforest Split Licence
License URI: -
Text Domain: us
Domain Path: /common/languages
*/

.product-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
  padding: 15px;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 10px;
}
.product-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}
.product-meta {
  font-size: 13px;
  color: #555;
  line-height: 1.5;
}
.product-review {
  margin-top: 10px;
  font-size: 13px;
}
.review-footer {
  border-top: 1px solid #eee;
  margin-top: 10px;
  padding-top: 10px;
}
.review-footer i {
  color: #333;
  font-style: italic;
}
.no-review {
  color: #999;
  font-style: italic;
}
