/* ================= HEADER ================= */

header.store-header,
.top-navbar {
    background: #f85e09 !important;
}

/* ================= الأيقونات (مهم) ================= */

/* حاوية الأيقونة */
.header-btn__icon {
    background: #fff !important;
    border-radius: 50%;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* الأيقونة نفسها */
.header-btn__icon svg,
.header-btn__icon svg path {
    fill: #000 !important;
    stroke: #000 !important;
}

/* hover */
.header-btn__icon:hover {
    transform: scale(1.1);
}


/* ================= FOOTER (رجعنا التدرج) ================= */

.store-footer,
.store-footer__inner {
    background: linear-gradient(180deg, #f85e09, #7a2e00) !important;
    color: #fff !important;
}

/* نصوص الفوتر */
.store-footer h3,
.store-footer p,
.store-footer span,
.store-footer b {
    color: #fff !important;
}

/* روابط */
.store-footer a {
    color: #ffd2b3 !important;
}

.store-footer a:hover {
    color: #fff !important;
}


/* ================= زر السلة ================= */

salla-add-product-button button,
.s-button-btn {
    background: #f85e09 !important;
    color: #fff !important;
    border: none !important;
}

/* hover */
salla-add-product-button button:hover,
.s-button-btn:hover {
    opacity: 0.9;
}


/* ================= تحسين رقم السلة ================= */

.s-cart-badge {
    background: #fff !important;
    color: #f85e09 !important;
    font-weight: bold;
    border-radius: 50%;
}