/* Add custom CSS styles below */ 

body#app {
    background: #ffffff !important;
}


.store-footer__inner{
  background-image: url('https://i.ibb.co/JRn4SyKM/Groupnm-7730.png'); /* مسار صورة اللوجو */
  background-size: cover;
  background-repeat: no-repeat !important;
  background-position: top right;
  padding-top: 21rem !important; 
}


.banner--fixed img{
    background-color: #ffffff00 !important;
}

footer.store-footer {
  background: #ffffff !important;
  color: #2A5889 !important;
  font-weight: bold !important;
}

.s-menu-footer-list a{
    font-weight: 500 !important;
}

.swiper-wrapper {
    width: max-content !important;
}

/* الموبايل – خليه سلايدر طبيعي */
@media (max-width: 768px) {
    .swiper-grid > .swiper-wrapper {
        display: flex !important;
        flex-wrap: nowrap !important;
        grid-template-rows: unset !important;
        grid-auto-flow: unset !important;
        grid-auto-columns: unset !important;
    }
}

/* الديسكتوب فقط – صف واحد Grid */
@media (min-width: 769px) {
    .swiper-grid > .swiper-wrapper {
        display: grid !important;
        grid-template-rows: 1fr !important;
        grid-auto-flow: column !important;
        grid-auto-columns: max-content !important;
    }
}