.navbar{
  z-index: 2;
}
.slider-card {
    box-shadow: 2px 2px 14px #beb4b4;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #fffefe;
    width: 12%;
    margin: 0px 1px;
  }
  .swiper-display{
    visibility: hidden;
    display: none;
    opacity: 0;
  }
  .slider-section{
    overflow-x: scroll;
    width: 100%;
  }
  .slider-section::-webkit-scrollbar{
    display: none;
  }

  .product-image img {
    height: 128px;
    object-fit: cover;
    width: 70%;
}

.product-image img {
    height: 128px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}
.dot {
  height: 16px;
  width: 15px;
  margin: 3px 3px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.dots{
  display: flex;
  align-items: center;
  justify-content: center;
}

.rightNav{
  display: none;
}
.product-img {
  width: 360px;
  height: 385px;
}


swiper-slide{
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  flex-direction: column;
}
.swiper-images{
  margin: 7px 0;
  height: 425px;
}

swiper-container{
  height: 435px;
}








