.div-products-img {
  width: 100%;
  border: 1px solid var(--Light-green, #BCDB8E);
  padding: 12px;
}

.swiper-slide:has(a:hover) .div-products-img {
  border: 1px solid var(--Light-green, #567C5D);
}

.product-col:has(a:hover) .div-products-img {
  border: 1px solid var(--Light-green, #567C5D);
}

.products-img {
  aspect-ratio: 4/6;
  object-fit: cover;
  width: 100%;
}

#swiper-certificates img.img-fluid {
  height: 100%;
  max-height: 140px;
  filter: grayscale(1);
  padding: 15px;
}

#swiper-certificates img.img-fluid:hover {
  filter: none;
}

