.ghlm-product-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.ghlm-product-title {
  color: #2c3e50 !important;
  margin-bottom: 10px;
  font-size: 24px;
}

.ghlm-product-description {
  color: #7f8c8d;
  margin-bottom: 20px;
}

.ghlm-product-image-container {
  text-align: center;
  margin-bottom: 20px;
}

.ghlm-product-image {
  max-width: 25% !important;
  border-radius: 8px !important;
}

.ghlm-product-info {
  list-style-type: none;
  padding: 0;
  color: #34495e;
}

.ghlm-product-price-discounted {
  text-decoration: line-through;
  color: #e74c3c;
}