/* Fix chuẩn thứ bậc heading trong mô tả sản phẩm */
.product-content h2,
.product-description h2,
.rte h2 {
  font-size: 24px !important;
  font-weight: 700 !important;
}

.product-content h3,
.product-description h3,
.rte h3 {
  font-size: 20px !important;
  font-weight: 600 !important;
}
