/* إخفاء زر قراءة المزيد */
#btn-show-more {
    display: none !important;
}

/* إظهار وصف المنتج كامل بدون قص */
#more-content {
    max-height: none !important;
    overflow: visible !important;
}