/* Add custom CSS styles below */ 
.banner--fixed img, .banner-entry{
  background-color: transparent;
}

/*Footer*/
/* اللوجو */
.footer-logo {
    margin: auto;
    display: block;
    background: transparent !important;
}

/* لينك اللوجو */
.footer-logo-link {
    display: inline-block;
}

flex.gap-4 {
  justify-content: center !important;
  align-items: center !important;
}

/* إزالة أي خلفية من الصور */
.store-footer img {
    background: transparent !important;
}

/* مسافات */
.store-footer .grid > div {
    padding: 10px;
}
.s-slider-block__title h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.75rem;
    line-height: 1.2;
    position: relative;
}

@media (min-width: 1280px) {
    .container {
        max-width: 1600px;
    }
}