/* Add custom CSS styles below */ 
/* .s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
    display: none;
} */

section.s-block.s-block--fixed-banner.wide-placeholder .container {
    max-width: 100%;
    margin: 0;
    padding: 0;
}
@media(max-width:776px){
footer.store-footer * {
    justify-content: center;
    align-items: center;
    text-align: center;
}
footer.store-footer a.flex.items-center.m-0:after {
  content: '';
        display: flex;
        width: 49px;
        height: 52px;
        background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/gZXnZV/ESuWgTMeLtfPk5T9FBBCs4GHodwFR2Z0fd8vd3V9.png);
        background-size: contain;
        background-repeat: no-repeat;
}
a.flex.items-center.m-0 {
    flex-direction: column-reverse;
}
}

@media (max-width: 776px) {
  img.h-80.mb-10.w-full.object-cover.rounded-md {
    object-fit: contain;
    height: 150px;
  }
}