.products-hero {
  position: relative;
  background: url('../images/breadcamp12.png') no-repeat center center;
  background-size: contain;
  padding: 8rem 0 5rem 0;
  overflow: hidden;
}

.products-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(34, 33, 33, 0.75) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 1;
}

.products-hero .container {
  position: relative;
  z-index: 2;
}

.products-hero p,
.products-hero h1 {
  color: #dbdbdb;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}


.product-card .product-short-desc {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 1rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pagination .page-item.active .page-link {
  background-color: #04cd02;
  border-color: #04cd02;
  color: white;
}

.pagination .page-link {
  color: #04cd02;
}

.input-group:focus-within {
  box-shadow: 0 0 0 3px rgba(4, 205, 2, 0.2);
}