.store-gallery {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* margin: 0 auto; */
  margin-top: 150px;
}

/* swiper carousel */
.swiper {
  flex-basis: 25%;
  height: 600px;
  box-sizing: border-box;
  padding: 2px;
}
.swiper-slide {
  padding: 2px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.show_and_hide {
  z-index: 1;
  position: relative;
  bottom: 100%;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.swiper-hidden-link {
  width: 100%;
  height: 100%;
  position: absolute;
  color: black;
}

.swiper-hidden-link .gallery-title-and-price {
  width: 100%;
  transform: translateY(537px);
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
  padding-left: 20px;
}

.swiper-hidden-link .gallery-title-and-price > span {
  opacity: 0.8;
}
.refresh{
color: black;
height: 100px;
width: 100px;
}
.like {
  position: absolute;
  right: 0;
  z-index: 1111;
  display: flex;
  padding-right: 20px;
  transform: translateY(560px);
  justify-content: center;
  opacity: 0.8;
  cursor: pointer;
}

/* End swiper part */

.swiper-arrow {
  color: black;
  font-size: 5px;
  opacity: 0.7;
}

.swiper-arrow::before,
.swiper-arrow::after {
  font-size: 18px;
}


/* End swiper carousel */

@media only screen and (max-width: 1352px) {
  .swiper {
    flex-basis:25%;
    height: 390px;

  }
}


@media only screen and (max-width: 969px) {
  .swiper {
    flex-basis:33.2%;
    height: 390px;


  }
}

@media only screen and (max-width: 736px) {
  .swiper {
    flex-basis:33.2%;
    height: 300px;


  }
}

@media only screen and (max-width: 639px) {
  .swiper {
    flex-basis: 48%;
    height: 300px;
    box-sizing: border-box;

  }
}

@media only screen and (max-width: 480px) {
  .swiper {
    flex-basis:47%;
    height: 280px;


  }
}

/* 
@media only screen and (min-width: 960px) {
  .swiper {
    flex-basis: 33.33%;
  }
}

@media only screen and (min-width: 1280px) {
  .swiper {
    flex-basis: 25%;
  }
} */
