.product-packitems-container .product-card {
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 12px;
  background: #fff;
  text-align: center;
  transition: box-shadow 0.2s ease;
  margin-bottom: 10px;
}

.product-packitems-container .product-card:hover {
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.product-card .product-title {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  margin-bottom: 8px;
}

.product-card .product-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.product-card .product-price {
  color: #27ae60;
  font-weight: bold;
  margin-bottom: 6px;
}

.product-card .product-brand {
  font-size: 14px;
  color: #666;
  margin-bottom: 4px;
}

.product-card .product-quantity {
  font-size: 13px;
  color: #999;
}
