/* تغيير لون النصوص بالكامل في الفوتر إلى الأبيض */

/*.tabs.tabs__product .options-tab,div[id="product-tabs-options"] {
display:none !important;
}*/
footer {
    color: black !important; /* النصوص العامة */
}
.s-product-card-options {
    display: none !important;
}

/* تغيير لون جملة "الحقوق محفوظة 2025" إلى الأبيض */
footer .copyright {
    color: black !important;
}

/* تغيير لون عناوين "روابط تهمك" و"خدمة العملاء" إلى الأبيض */
footer h3, footer h4 {
    color: black !important;
}

/* تغيير لون الروابط داخل الفوتر إلى الأبيض */
footer a {
    color: black !important;
    transition: color 0.3s ease-in-out; /* تأثير سلس عند التغيير */
}

/* تغيير لون النص عند تمرير الفأرة فوقه */
footer a:hover, 
footer p:hover, 
footer h3:hover, 
footer h4:hover, 
footer .copyright:hover {
    color: #D9A444 !important;
}
/* تغيير لون الروابط داخل الفوتر إلى الأبيض */
footer a {
    color: black !important;
    transition: color 0.3s ease-in-out; /* تأثير سلس عند التغيير */
}

/* تغيير لون النصوص داخل الفوتر إلى الأبيض */
footer p, footer span, footer li {
    color: black !important;
}

/* تغيير لون الروابط عند تمرير الفأرة */
footer a:hover, 
footer p:hover, 
footer span:hover, 
footer li:hover {
    color: #D9A444 !important;
}
/* استهداف جميع النصوص والروابط داخل الفوتر */
footer a, 
footer p, 
footer span, 
footer li, 
footer div, 
footer strong {
    color: black !important;
}

/* تغيير اللون عند تمرير الماوس */
footer a:hover, 
footer p:hover, 
footer span:hover, 
footer li:hover, 
footer div:hover, 
footer strong:hover {
    color: #D9A444 !important;
}
/* استهداف جميع النصوص والروابط داخل الفوتر */
footer * {
    color: black !important;
}

/* تغيير اللون عند تمرير الماوس */
footer *:hover {
    color: #D9A444 !important;
}

/* تنسيق هافر للفوتر الأسود في ثيم ملاك */
.footer-item:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    transition: all 0.3s ease-in-out;
}

/* تغيير لون جميع النصوص داخل الفوتر إلى الأبيض */
footer {
    color: black !important;
}

/* جعل كل النصوص والروابط داخل الفوتر باللون الأبيض */
footer a, footer p, footer span, footer li, footer div, footer strong{
    color: black !important;
}
div.social-links a svg {
    fill: black !important;
}
.store-footer a:hover {
color:#D9A444 !important;
}
/*.footer-icon.twitter-icon {
    filter: brightness(0) invert(1);
}*/

.animate__fadeInUp {
    animation-name: fadeInUp;
   color: #D9A444; 
}


.p--features__item.flex.flex-center.gap-2.px-2.py-3.bg-black.da-bgg.rounded-md.angel_anime.animate__.animate__fadeIn {
    display: none;
}

.s-button-primary{

background-color:#c19c49!important;
}

.text-primary{

    color: #414042!important;
}