/* Add custom CSS styles below */ 
.s-trust-badges-wrapper {
    display: none !important;
}
/* الإخفاء الإجباري لشارة السجل التجاري */
salla-trust-badges,
.saji-footer-trust,
.s-trust-badges-wrapper {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    max-height: 0px !important;
    max-width: 0px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
    position: absolute !important;
    z-index: -9999 !important;
}