/* Add custom CSS styles below */ 
/* خلفية الفوتر باللون الذهبي */
.store-footer,
.store-footer__inner,
.store-footer__bottom,
footer {
    background: linear-gradient(
        135deg,
        #8f7625 0%,
        #c5a94b 50%,
        #9b812d 100%
    ) !important;
    border: none !important;
}

/* عناوين الفوتر */
.store-footer h2,
.store-footer h3,
.store-footer h4,
footer h2,
footer h3,
footer h4 {
    color: #ffffff !important;
}

/* النصوص والروابط */
.store-footer p,
.store-footer a,
.store-footer span,
.store-footer li,
footer p,
footer a,
footer li {
    color: #ffffff !important;
}

/* لون الروابط عند تمرير الماوس */
.store-footer a:hover,
footer a:hover {
    color: #fff4c5 !important;
}

/* أيقونات التواصل والدفع */
.store-footer svg,
.store-footer i {
    color: #ffffff !important;
    fill: currentColor;
}

/* الجزء السفلي الخاص بالحقوق */
.store-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.25) !important;
}