.shape-swiper {
  width: 100%;
  margin: 80px 0px
}

.shape-swiper .swiper-slide {
  display: flex;
  justify-content: center;
}

.shape-swiper .shape-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.shape-swiper .shape-img-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shape-swiper .shape-img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 3/4;
  object-position: top;
}

.shape-swiper .shape-label {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}

.shape-swiper .swiper-button-prev {
  color: #ffff;
  top: 45%;
  left: 0;
}

.shape-swiper .swiper-button-next {
  color: #ffff;
  top: 45%;
  right: 0;
}

.shape-swiper .swiper-button-next::after,
.shape-swiper .swiper-button-prev::after {
  font-size: 16px;
}

/* .Shop_By_Shape .swiper-wrapper{
  justify-content: center;
} */

@media (min-width:0px) and (max-width: 767.98px) {
  .shape-swiper {
    margin: 25px 0px;
  }
}

@media (min-width:0px) and (max-width: 575px) {
  /* .shape-swiper .shape-img-wrapper {
    width: 48px;
    height: 48px;
  } */

  .shape-swiper .swiper-button-next {
    color: #ffff;
    top: 45%;
    right: -8px;
  }

  .shape-swiper .swiper-button-prev {
    color: #ffff;
    top: 45%;
    left: -8px;
  }

  .shape-swiper .shape-label {
    font-size: 12px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* .shape-swiper .shape-img-wrapper {
    width: 56px;
    height: 56px;
  } */

  .shape-swiper .shape-label {
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {


  .shape-swiper .shape-label {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {}