/* ===== FAQ CLEAN DESIGN ===== */

/* الصندوق الرئيسي */
.single-faq {
    background-color: #000 !important;
    border: none !important;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;
}

/* زر السؤال */
.faq-btn {
    background: transparent !important;
}

/* نص السؤال */
.faq-btn p {
    color: #fff !important;
    margin: 0;
}

/* الأيقونة */
.faq-btn i {
    background-color: #fff !important;
    color: #000 !important;
}

/* صندوق الإجابة */
.faq-content {
    background: transparent !important;
}

/* نص الإجابة */
.faq-content p {
    color: #fff !important;
    margin-top: 10px;
}

/* إزالة أي خطوط أو ظلال */
.single-faq,
.single-faq * {
    box-shadow: none !important;
    border: none !important;
}
/* ===== استبدال أيقونات السلة ===== */

/* نخفي الأيقونات الأصلية */
.sicon-cart,
.sicon-shopping-bag,
.sicon-basket {
    font-size: 0 !important;
}

/* نحط SVG مكانها */
.sicon-cart::before,
.sicon-shopping-bag::before,
.sicon-basket::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url("https://silsal.com/static/version1766663426/frontend/Smartwave/portortl_child/ar_SA/images/icns/cart.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}button svg,
.add-to-cart i {
    font-size: 0 !important;
}

button svg::before,
.add-to-cart i::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("https://silsal.com/static/version1766663426/frontend/Smartwave/portortl_child/ar_SA/images/icns/cart.svg");
    background-size: contain;
    background-repeat: no-repeat;
}