/* Add custom CSS styles below */ 
lord-icon.flex.m-auto {
    --lord-icon-primary: #fff !important;
    --lord-icon-secondary: #000 !important;
    --lord-icon-primary-base: #fff !important;
    --lord-icon-secondary-base: #000 !important;
}

.banner-entry {
    height: 600px;
}
section.s-block.s-block--fixed-banner.wide-placeholder:last-of-type {
    margin-bottom: 20px;
}
.store-footer a.flex h3 {
    font-size: 0;                                      /* إخفاء النص */
    background-image: url(https://i.ibb.co/V00DpNhb/1-1.png); /* شعار */
    background-size: contain;                          /* ملاءمة الحجم */
    background-repeat: no-repeat;                      /* منع التكرار */
    background-position: center;                       /* توسيط */
    display: block;
    width: 200px;
    height: 100px;
}