/* =====================================================
   Category Page H1 – Size, Spacing & Alignment
   ===================================================== */

.catalog-category-view .page-title-wrap{
  margin-top: 0 !important;
  margin-bottom: 16px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* H1 font size control */
.catalog-category-view .page-title{
  margin: 0 !important;
  font-size: 18px !important;      /* desktop */
  line-height: 0.5 !important;
  font-weight: 600 !important;
}

/* Mobile adjustment */
@media (max-width: 767px){
  .catalog-category-view .page-title{
    font-size: 16px !important;
    line-height: 0.5 !important;
  }
}

/* Align H1 with product grid (desktop only) */
@media (min-width: 768px){
  .catalog-category-view .page-title-wrap{
    padding-left: 360px !important; /* matches filter sidebar */
  }
}