/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 16 2025 | 16:35:29 */
/* Mobile 2 products per row - Best Selling Section */
@media (max-width: 480px) {

  .best-selling-carousel .products,
  .best-selling-carousel ul.products {
      display: flex !important;
      flex-wrap: wrap !important;
      justify-content: space-between !important;
  }

  .best-selling-carousel ul.products li.product,
  .best-selling-carousel .products li.product {
      width: 48% !important;
      margin: 0 0 15px 0 !important;
      clear: none !important;
  }

  /* Swiper slides (if slider is being used) */
  .best-selling-carousel .swiper-wrapper .swiper-slide {
      width: 48% !important;
  }

}
