/* Add custom CSS styles below */ 
.drawer-menu a,
.drawer-menu .menu-item,
.drawer-menu .category-title {
    color: #1F3A5F !important;
}
/* عنوان المنتج داخل الصفحة */
main h1{
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    color: #231F1E !important;
}

/* وصف المنتج */
main p{
    font-size: 17px !important;
    line-height: 1.9 !important;
    color: #4B5563 !important;
}

/* أسماء الكتب في المنتجات المقترحة */
.s-product-card__title,
.s-product-card__title a,
.s-product-card h3,
.s-product-card .title{
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.6 !important;
    color: #231F1E !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    min-height: 60px !important;
}

/* السعر */
.s-product-card-price{
    font-size: 18px !important;
    font-weight: 700 !important;
}