/* Add custom CSS styles below */ 

  .bg-white {
    background: rgba(0, 108, 53, 0.82) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
        border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    background-image: url(https://i.postimg.cc/TYRDfrGq/2.png)!important;
    background-size: cover !important;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-bottom: 2px;
}
header .navbar-brand img,
header .store-logo img,
header .logo img {
    visibility: hidden !important;
}
.s-block--hero-slider {
    padding-bottom: 3px;
    padding-top: 7px;
}
header,
header a,
header button,
header span,
header i,
header svg {
    color: #ffffff !important;
}



/* خلفية الفوتر */
footer,
.store-footer,
footer.store-footer {
    background: rgba(46, 134, 89, 0.88) !important;

    /* التأثير الزجاجي */
    backdrop-filter: blur(16px) saturate(150%);
    -webkit-backdrop-filter: blur(16px) saturate(150%);

    /* حدود زجاجية */
    border-top: 1px solid rgba(255, 255, 255, 0.25);

    /* ظل ناعم */
    box-shadow: 
        0 -8px 30px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);

    color: #ffffff !important;
}

/* الروابط */
footer a {
    color: #ffffff !important;
    transition: all 0.3s ease;
}

footer a:hover {
    opacity: 0.75;
}

/* الأيقونات */
footer i,
footer svg {
    color: #ffffff !important;
}

/* SVG */
footer svg path {
    fill: currentColor;
}

/* الفواصل */
footer hr {
    border-color: rgba(255, 255, 255, 0.20) !important;
}

/* الجزء السفلي وحقوق المتجر */
footer .footer-is-light,
footer .copyright {
    background: rgba(25, 101, 64, 0.50) !important;

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border-top: 1px solid rgba(255, 255, 255, 0.12);

    color: #ffffff !important;
}
rgba(255,255,255,.95) !important;
}
======================