/* ======== خلفية المتجر بالكامل ======== */
body,
body .page-wrapper,
body .main-wrapper {
    background-color: #F8F8F5 !important; /* أوف وايت */
}


/* ======== Footer + Footer Bottom باللون أوف وايت ======== */
footer,
footer .footer-inner,
footer .footer-widget,
footer .footer-menu,
footer .footer-bottom,
footer .footer-bottom-wrapper {
    background-color: #F8F8F5 !important; /* أوف وايت */
 

/* روابط Footer */
footer a,
footer .footer-menu a,
footer .footer-widget a,
footer .footer-bottom a {
    color: #000000 !important;
    transition: color 0.3s ease;
}

/* روابط عند المرور عليها */
footer a:hover,
footer .footer-menu a:hover,
footer .footer-widget a:hover,
footer .footer-bottom a:hover {
    color: #555555 !important;