/* إظهار وصف المنتج كاملاً وإخفاء زر قراءة المزيد */
#more-content {
  max-height: none !important;
}

#btn-show-more {
  display: none !important;
}