/* Add custom CSS styles below */ 
/* زر إضافة للسلة - تحسين الأداء والدقة */
.s-button-primary-outline:has(.sicon-shopping) {
    background-color: #624ecf !important;
    color: #fff !important;
    border-color: #624ecf !important;
}

.s-button-primary-outline:has(.sicon-shopping):hover {
    background-color: #503dc9 !important;
}

.s-button-primary-outline .sicon-shopping,
.s-button-primary-outline:has(.sicon-shopping) .s-button-text {
    color: #fff !important;
}