/* Add custom CSS styles below */ 
/* جعل زر الشراء في رائد أكثر بروزاً */
.product-footer .btn-add-to-cart {
    background-color: #1a1a1a !important; /* لون أسود فخم */
    border-radius: 25px !important; /* زوايا منحنية */
    transition: 0.3s !important;
}

.product-footer .btn-add-to-cart:hover {
    background-color: #ffcc00 !important; /* يتحول للأصفر عند المرور (مثلاً) */
    color: #000 !important;
}