/* NCCM v21 — remove the oversized white category chip block on mobile/app catalog pages.
   Desktop remains untouched. */
@media (max-width:760px){
  html body.catalog-app-index .catalog-category-strip,
  html body.catalog-app-category .catalog-category-strip{
    display:none!important;
    height:0!important;
    min-height:0!important;
    max-height:0!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    border:0!important;
    background:transparent!important;
  }
  html body.catalog-app-index .catalog-see-all,
  html body.catalog-app-category .catalog-see-all{
    display:none!important;
  }

  /* After removing the empty chip area, keep the next section tight and app-like. */
  html body.catalog-app-index #categorias,
  html body.catalog-app-index section#categorias,
  html body.catalog-app-category #productos,
  html body.catalog-app-category section#productos{
    margin-top:0!important;
  }

  /* Make category product section breathe without the blank selector box. */
  html body.catalog-app-category .catalog-products-head,
  html body.catalog-app-index .catalog-products-head{
    padding-top:18px!important;
  }
}
