/* خلفية المتجر كاملة بـ Pattern ناعم */


body {
  background-image: url("https://www.transparenttextures.com/patterns/connected.png"); /* دي صورة pattern ناعمة */
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
}
/* الحل الأضمن */
.collapsible-title span {
  color: #28756a !important;
  font-weight: bold;
}

span {
  color: #28756a !important;
  font-weight: bold;
}