.product-description {
    background-color: #FAFAFA !important;
    border: 1px solid #EAEAEA !important;
}
.classic-description-box {
    background-color: #FAFAFA !important; /* لون خلفية كريمي/أبيض فاتح جداً ومريح */
    border: 1px solid #EAEAEA !important; /* إطار ناعم جداً */
    border-radius: 4px !important; /* حواف شبه حادة للطابع الكلاسيكي */
    padding: 30px 25px !important;
    margin: 25px 0 !important;
    font-family: 'Tajawal', 'Almarai', sans-serif !important; /* دعم للخطوط العربية الأنيقة */
    line-height: 1.9 !important; /* مساحة ممتازة بين السطور لتسهيل القراءة (ممتاز للـ SEO) */
    color: #333333 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02) !important; /* ظل خفي جداً يعطي عمقاً فخماً */
    transition: all 0.3s ease;
}

/* العناوين الفرعية داخل الوصف (مثل: مواصفات العباية، نوع القماش) */
.classic-description-box h2, 
.classic-description-box h3, 
.classic-description-box h4 {
    color: #1A1A1A !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #D4AF37 !important; /* خط سفلي بلون كلاسيكي (ذهبي/نحاسي) */
    padding-bottom: 10px !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    display: inline-block !important;
    font-size: 18px !important;
}

/* تصميم القوائم والنقاط (مهم جداً لترتيب المواصفات وللـ SEO) */
.classic-description-box ul {
    list-style-type: none !important;
    padding-right: 0 !important;
    margin-bottom: 15px !important;
}

.classic-description-box ul li {
    position: relative !important;
    padding-right: 24px !important; /* مساحة للنقطة الكلاسيكية */
    margin-bottom: 12px !important;
    font-size: 15px !important;
    color: #4A4A4A !important;
}

/* تغيير شكل "النقطة" العادية إلى شكل مُعين (♦) كلاسيكي */
.classic-description-box ul li::before {
    content: '♦' !important; 
    position: absolute !important;
    right: 0 !important;
    top: 2px !important;
    color: #D4AF37 !important; /* لون النقطة (يطابق لون الخط السفلي) */
    font-size: 14px !important;
}

/* إبراز الكلمات المهمة (Bold) بطريقة أنيقة */
.classic-description-box strong, 
.classic-description-box b {
    color: #000000 !important;
    font-weight: 700 !important;
}