/* ============================================
   PLP B2B — Header de Categoría
   ============================================ */

#plp-header {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.plp-header-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 24px;
}

.plp-header-title {
  color: var(--ICO-Azul);
  font-family: 'Avenir Next LT Pro', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}

.plp-header-count {
  color: var(--ICO-texto-mate);
  font-family: 'Avenir Next LT Pro', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Mobile */
@media (max-width: 1023px) {
  #plp-header {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}