/* TrendishShop v205 — global home section cleanup.
   Popular categories now exist only once and appear after Latest Products.
   The subtitle under the Popular Categories heading is removed.
   Applies to desktop and mobile. */

.home-popular-categories-after-latest .section-head p{
  display:none!important;
}

/* Keep a balanced gap now that the subtitle is gone. */
.home-popular-categories-after-latest .section-head{
  align-items:center!important;
}

@media (max-width:600px){
  body.home-overlay-layout .home-popular-categories-after-latest .section-head{
    margin-bottom:10px!important;
  }
}
