/* Add custom CSS styles below */ 
/* إظهار زر الإضافة للسلة دائمًا */
.product-card .product-actions,
.product-item .product-actions {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    position: static !important;
}

/* إظهار الزر نفسه */
.product-card .btn,
.product-item .btn,
.add-to-cart-btn {
    display: block !important;
    opacity: 1 !important;
}

/* إلغاء تأثير الهوفر بالكامل */
.product-card:hover .product-actions,
.product-item:hover .product-actions {
    opacity: 1 !important;
    transform: none !important;
}