/* Add custom CSS styles below */ 
.product-card-actions-add-to-cart {
    border-color: #ffffff;
    background-color: #4c0087 !important;
    color: #ffffff !important;
}
.product-card-actions-add-to-cart:hover {
    color: #4b0084 !important;
    border: 1px solid #4b0084;
    background-color: #ffffff !important;
}
.main-links-style-3-slider-single-content-overlay{
    background-image: none !important;
}
.product-card-content-media-promotional-title {
   
    background-color: rgba(255, 189, 12, 1) !important;}
#\31 787708965 a span {
      color: #be2464; /* اللون الأساسي للنص */
    background: #FFFFFF !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-radius: 50px !important;
    border-style: solid;
    border-color: #be2464;
    border-width: 1px;
    animation: subtleNeonEffect 1.5s infinite;
}

@keyframes subtleNeonEffect {
    0% {
        background-color: #05874b;   /* بدل الأسود */
        color: #be2464;
        border-color: #be2464;
        box-shadow: 0 0 5px #be2464;
    }
    30% {
        background-color: #05874b;
        color: #be2464;
        border-color: #be2464;
        box-shadow: 0 0 5px #be2464;
    }
    100% {
        background-color: #be2464;   /* اللون الثاني */
        color: #05874b;
        border-color: #05874b;
        box-shadow: 0 0 5px #05874b;
    }
}