/* TrendishShop v201 — mobile-only cleanup for Popular Categories heading.
   Hide the subtitle and "View all" link on the home page mobile layout.
   Desktop remains unchanged. */
@media (max-width:900px){
  body.home-overlay-layout .home-popular-categories-section .section-head p,
  body.home-overlay-layout .home-popular-categories-section .section-head > a{
    display:none!important;
  }
  body.home-overlay-layout .home-popular-categories-section .section-head{
    justify-content:center!important;
    text-align:center!important;
    margin-bottom:10px!important;
  }
  body.home-overlay-layout .home-popular-categories-section .section-head > div{
    width:100%!important;
    text-align:center!important;
  }
}
