.mfo-product-swiper-wrapper {
  display: none;
}
@media (max-width: 767px) {
  .mfo-product-swiper-wrapper {
    width: 100%;
    overflow: hidden;
    display: block;
  }
  
  .mfo-product-swiper-wrapper .swiper-container {
    position: relative;
    width: 100%;
  }
  
  .mfo-product-swiper-wrapper .swiper-slide {
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
  }

  .mfo-product-swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  
  .mfo-product-swiper-wrapper .swiper-container .swiper-pagination {
    bottom: 30px;
  }
  
  .mfo-product-swiper-wrapper .swiper-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #E4E4E4;
    border-radius: 100%;
    margin: 0 7px;
    transition: all .3s ease-in-out;
    opacity: 1;
  }
  
  .mfo-product-swiper-wrapper .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #EE702E;
    width: 30px;
    border-radius: var(--roundCornerBig);
  }
  .mfo-product-swiper-wrapper .swiper-container .swiper-pagination {
    bottom: 0px;
  }
}
