/* =========================
   إخفاء البحث وأيقونة الحساب
========================= */
.header-search,
.salla-search,
.header-user,
.user-menu {
    display: none !important;
}

/* =========================
   خلفية الموقع بيضاء بالكامل
========================= */
body,
.site-container,
.main-content,
header,
footer {
    background-color: #ffffff !important;
}

/* =========================
   توسيط اللوقو في الهيدر
========================= */
.header-logo,
.logo,
.site-logo {
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* في حال كان الهيدر Flex */
.header,
.header-container {
    justify-content: center !important;
}

/* =========================
   توحيد كروت المنتجات
========================= */
.product-item,
.product-card {
    background-color: #ffffff !important;
    padding: 0 !important;
    border: none !important;
}

/* =========================
   توحيد صور المنتجات (بدون فراغ)
========================= */
.product-item img,
.product-card img {
    width: 100% !important;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}
/* =========================
   تغيير لون الفوتر كامل
========================= */
footer,
.site-footer,
.footer,
.footer-container,
.footer-main,
.footer-bottom {
    background-color: #593C30 !important;
}

/* =========================
   النصوص داخل الفوتر
========================= */
footer *,
.site-footer * {
    color: #ffffff !important;
}

/* =========================
   الروابط داخل الفوتر
========================= */
footer a,
.site-footer a {
    color: #ffffff !important;
}

/* عند المرور */
footer a:hover {
    opacity: 0.8;
}