
.modern-product-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.06);
  text-align: left;
  margin-bottom: 16px;
  font-family: sans-serif;
  max-width: 180px;
}
.modern-product-image img {
  max-width: 100%;
  display: block;
  margin: 0 auto 10px;
}
.delivery-time {
  font-size: 12px;
  color: #444;
  margin-bottom: 6px;
}
.modern-product-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}
.product-weight {
  font-size: 13px;
  color: #555;
  margin-bottom: 8px;
}
.modern-price {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.woocommerce .add_to_cart_button {
  padding: 6px 14px;
  background: #fff;
  border: 2px solid #2ecc71;
  color: #2ecc71;
  border-radius: 6px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
}
