/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* إخفاء العناوين الرئيسية والفرعية */
h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.section-header,
.section-title h2,
.section-header h2 {
  display: none !important;
}

/* إظهار عنوان آراء العملاء */
.s-reviews h2,
.s-reviews h3,
.s-reviews .section-title,
.s-product-reviews h2,
.s-product-reviews h3,
.s-product-reviews .section-title,
.product-reviews h2,
.product-reviews h3,
.product-reviews .section-title {
  display: block !important;
}
/* إظهار عنوان آراء العملاء */
h2[data-selia="home-testimonials-title"] {
  display: block !important;
}