/* Add custom CSS styles below */


iframe.ql-video:not(.moved) {
    display: none !important;
    visibility: hidden !important;
}


/* استهداف جميع أيقونات السلة */
.sicon-cart:before,
.sicon-shopping:before,
[class*="sicon-cart"]:before,
[class*="sicon-shopping"]:before {
    content: "" !important;
    background: url(https://media.zid.store/eeebe6f0-dc0e-46e7-a4fb-56c7c4f3196f/9c7396f1-52ed-4e15-b1ca-6f67ad456553.svg) no-repeat center / cover !important;
    width: 25px !important;
    height: 25px !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

/* تخصيص حجم أصغر للأيقونات في الأزرار */
.s-button-element .sicon-shopping:before {
    width: 16px !important;
    height: 16px !important;
}

/* إخفاء النص الأصلي */
.sicon-cart,
.sicon-shopping,
[class*="sicon-cart"],
[class*="sicon-shopping"] {
    font-size: 0 !important;
    overflow: hidden !important;
}