/* TrendishShop v202 — MOBILE ONLY section order correction.
   Keep desktop order unchanged.
   On mobile, move Popular Categories after Latest Products. */

/* The duplicated mobile section stays hidden everywhere by default. */
.home-popular-categories-after-latest{display:none;}

@media (max-width:900px){
  body.home-overlay-layout .home-popular-categories-original{
    display:none!important;
  }
  body.home-overlay-layout .home-popular-categories-after-latest{
    display:block!important;
    padding-top:30px!important;
    padding-bottom:34px!important;
  }
}
