/* Add custom CSS styles below */ 
/* Hover عام لعناصر سلة (Celia Theme) */
/* a:hover,
button:hover,
.salla-button:hover,
.product-item:hover,
.product-card:hover {
    color: #fce3e7 !important;
    transition: all 0.3s ease;
}*/
/*change the hover color */
a:hover,
button:hover,
.salla-button:hover {
    color: #d77fa1 !important;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: all 0.25s ease;
}