.newclass{
  max-width: 100%;  
  max-height: 100%;
}

.gallery-one__card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.gallery-one__card:hover img {
    transform: scale(1.03);
}


.gallery-one__card__info {
    padding: 10px 0;
    background-color: #fdfdfd;
    border-top: 1px solid #eee;
}

.product-name {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.product-price {
    font-size: 0.95rem;
    color: #e74c3c;
    margin: 5px 0 0;
}

.whatsapp {
  width: 50px;
  height:50px;
  background-color: green;
  color:#FFF;
  border-radius:40px;
  text-align:center;
  font-size:30px;

}

.whatsapp:hover {
  background-color:#FFF;
  color:green;
}
.facebook {
  width: 50px;
  height:50px;
  background-color: blue;
  color:#FFF;
  border-radius:40px;
  text-align:center;
  font-size:27px;
}
.facebook:hover {
  background-color:#FFF;
  color:blue;
}
.container-media{
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 9999;
  position: fixed;
  bottom: 95px;
  left: 14px;
}

.whatsapp-icon {
  margin-top:2px;
   
}
