.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    font-size: 18px;
    background: #fff;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    height: 100%;
  }
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
  }
.product-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Distribute content to use available space */
    flex-grow: 1; /* Ensure the product details fill up the space between the top content and the button */
   
}
.swiper-button-next, .swiper-button-prev
{
  color: #fff;
  font-size: 25px !important;
  background-color: #ff548f;
  border-radius: 100%;
  width: 50px;
  height: 50px;
}
.swiper-button-next:after, .swiper-button-prev:after
{
  font-size: 15px !important;
}
/**/
