/* =========================
   BRAND ARCHIVE — Duoc Binh Dong
   load: archive / category / taxonomy only
   ========================= */

/* ── Heading size ── */
.archive h2,
.category h2,
.tax-product_cat h2 {
  font-size:     20px !important;
  line-height:   1.5 !important;
  margin-bottom: 10px;
  font-weight:   600;
}
@media (max-width: 1024px) {
  .archive h2, .category h2, .tax-product_cat h2 { font-size: 18px !important; }
}
@media (max-width: 768px) {
  .archive h2, .category h2, .tax-product_cat h2 { font-size: 16px !important; }
}