﻿/* رجوع العنصر الأساسي لطبيعته بدون Flex */
.product-slider .item {
    text-align: center !important;
}

/* الصورة فقط هي اللي تتظبط */
/*.product-slider .item img {
    display: block !important;
    margin: 0 auto !important;
    max-width: 350px !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
}*/

.product-slider .product-titel h4 {
    text-align: center !important;
    display: block !important;
    width: 100% !important;
    margin-top: 20px !important;
}

.product-slider .single-product {
    display: block !important;
    text-align: center !important;
}

