.custom-social-strip {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    background: #a3ab72;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.custom-social-strip a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.16);
    transition: all 0.25s ease;
    text-decoration: none;
}

.custom-social-strip svg {
    width: 18px;
    height: 18px;
    fill: #ffffff;
}

.custom-social-strip a:hover {
    background: #ffffff;
    transform: translateY(-2px);
}

.custom-social-strip a:hover svg {
    fill: #7d8553;
}

@media (max-width: 768px) {
    .custom-social-strip {
        padding: 8px 10px;
        gap: 10px;
    }

    .custom-social-strip a {
        width: 32px;
        height: 32px;
    }

    .custom-social-strip svg {
        width: 16px;
        height: 16px;
    }
}
html,
body,
body *,
header,
header *,
main,
main *,
footer,
footer *,
nav,
nav *,
section,
section *,
article,
article *,
div,
span,
p,
a,
button,
input,
textarea,
select,
option,
label,
h1,
h2,
h3,
h4,
h5,
h6,
.s-button-element,
.s-product-card-content,
.s-product-card-content *,
.s-slider-block,
.s-slider-block *,
.s-cart-summary,
.s-cart-summary * {
    font-family: "Tajawal", sans-serif !important;
}
footer,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer p,
footer span,
footer a,
footer li,
footer strong,
footer small,
.store-footer,
.store-footer *,
.s-footer,
.s-footer *,
footer .copyright,
footer .copyright * {
    color: #000000 !important;
    opacity: 1 !important;
}
/* خلفية مستطيل السؤال */
.faq-item,
.s-faq-item,
.accordion-item,
.s-accordion-item,
details,
details > summary {
    background-color: #EEF0DF !important;
}