/* TrendishShop v216 — make Popular Categories visible globally.
   v202 hid .home-popular-categories-after-latest on desktop with display:none.
   The section is already in the correct DOM position: immediately after Latest Products
   and before the home service/features cards. */
.home-popular-categories-after-latest{
  display:block!important;
}
