/* =========================
   ARTIFACT - CSS النهائي
   ========================= */

/* خلفية المتجر العامة: بيج */
html,
body,
main,
.app-inner,
.store-home,
.main-content,
.page-wrapper {
    background-color: #F3EBDD !important;
}

/* صفحات المعلومات: أسود */
.static-page,
.content-page,
.page-content,
.page-wrapper .content-entry {
    background-color: #111111 !important;
    color: #FFFFFF !important;
}

/* كلام صفحات المعلومات: أبيض */
.static-page h1,
.static-page h2,
.static-page h3,
.static-page h4,
.static-page p,
.static-page span,
.static-page li,
.static-page a,
.content-page h1,
.content-page h2,
.content-page h3,
.content-page h4,
.content-page p,
.content-page span,
.content-page li,
.content-page a,
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content p,
.page-content span,
.page-content li,
.page-content a,
.page-wrapper .content-entry * {
    color: #FFFFFF !important;
}

/* بطاقات المنتجات تبقى بيضاء */
.s-product-card-entry,
.product-card,
.product-entry {
    background-color: #FFFFFF !important;
}

/* تكبير خفيف لصورة المنتج عند مرور الماوس */
.s-product-card-image,
.product-card-image {
    overflow: hidden !important;
}

.s-product-card-image img,
.product-card-image img {
    transition: transform 0.3s ease !important;
}

.s-product-card-entry:hover .s-product-card-image img,
.product-card:hover .product-card-image img {
    transform: scale(1.04) !important;
}

/* الفوتر: أسود */
footer,
.store-footer,
.store-footer__inner,
.footer,
.footer-main,
.footer-section {
    background-color: #111111 !important;
}

/* كلام وأيقونات الفوتر: أبيض */
footer h1,
footer h2,
footer h3,
footer h4,
footer p,
footer span,
footer a,
footer li,
footer svg,
.store-footer h1,
.store-footer h2,
.store-footer h3,
.store-footer h4,
.store-footer p,
.store-footer span,
.store-footer a,
.store-footer li,
.store-footer svg {
    color: #FFFFFF !important;
    fill: currentColor !important;
}

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