/* حل مشكلة قص الصورة داخل الـ Swiper */
.tp-product-category-thumb {
    width: 180px !important;
    height: 180px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important; /* السماح للصورة بالظهور بالكامل */
}
.tp-product-category-thumb a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
}
.tp-product-category-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important; /* عرض الصورة كاملة دون قص */
    object-position: center !important;
}