/* ✅ 1. الهيدر العلوي كاملاً */ 3header,
.top-navbar,
.header-middle,
.header-bottom,
.navbar,
.main-header {
    background-color: #000 !important;
    color: #fff !important;
}

body, p, span, a, h1, h2, h3, h4, h5, h6, label, .product-title, .product-description {
    color: #000 !important;
    font-weight: bold !important;
}

.top-navbar a,
.header-middle a,
.navbar a,
.main-header a,
.top-navbar span,
.header-middle span {
    color: #fff !important;
    font-weight: bold !important;
}

/* ✅ أزرار الحساب والتسجيل */
button.s-user-menu-trigger,
button.s-login-modal-enter-button {
    background-color: #fff !important;
    color: #000 !important;
    border-radius: 50% !important;
    font-weight: bold !important;
}

/* ✅ 2. البنر يغطي الشاشة بالكامل */
section.s-block.banner-block,
section.s-block:nth-of-type(1),
.s-slider-section,
.hero-banner,
.slider {
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
}

section.s-block.banner-block img,
.s-slider-section img,
.hero-banner img,
img.banner-image {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 0 !important;
}

/* ✅ 3. زر إضافة للسلة - خلفية صفراء ونص أسود */
.add-to-cart-btn,
button.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary,
button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    background-color: #e59c24 !important; /* أصفر */
    color: #000 !important; /* أسود */
    border: 1px solid #e59c24  !important;
    font-weight: bold !important;
}

.add-to-cart-btn:hover {
    opacity: 0.95 !important;
}

/* ✅ 4. الفوتر + القسم اللي فوقه */
footer.store-footer,
.store-footer__inner,
.footer-bottom,
.site-footer,
.footer {
    background-color: #000 !important;
    color: #fff !important;
}

footer.store-footer a,
.store-footer__inner a,
.footer-bottom a,
footer.store-footer p,
.store-footer__inner p,
footer.store-footer span,
.store-footer__inner span {
    color: #fff !important;
    font-weight: bold !important;
    opacity: 1 !important;
}

/* ✅ 5. أيقونات السوشيال ميديا باللون الأبيض */
footer.store-footer i,
.store-footer__inner i,
.footer-bottom i,
.site-footer i {
    color: #fff !important;
    opacity: 1 !important;
}

/* إضافة جملة في نهاية الفوتر (يمين الصفحة) */
footer.store-footer::after {
    content: "تصميم وتطوير منصة تال للتسويق الرقمي";
    display: block;
    text-align: right;
    padding: 10px 15px;
    font-size: 14px;
    color: #e59c24 ;