@charset "utf-8";

/* Home Core Products: desktop 2 rows x 4 columns */
@media (min-width:1025px){
  .home-product .product-list #product-swiper .swiper-wrapper{
    flex-wrap:wrap;
  }

  .home-product .product-list #product-swiper .swiper-wrapper .swiper-slide{
    width:23.5% !important;
    margin-right:2% !important;
    margin-bottom:20px;
  }

  .home-product .product-list #product-swiper .swiper-wrapper .swiper-slide:nth-child(4n){
    margin-right:0 !important;
  }

  .home-product .product-list .home-button-next,
  .home-product .product-list .home-button-prev{
    display:none;
  }
}
