/* Add custom CSS styles below */ 
footer .copyright-text p {
  color: #fff !important;
}

.copyright-text p a:hover {
  color: #fff !important;
}
.store-footer__inner .col-span-2 > a img {
  max-width: 100%;
  filter: brightness(0) invert(1);
}
.al_fixed_banner .container {
    max-width: 100% !important;
    padding: 0;
}

.Alo__main .md\:h-\[700px\] {
    height: 960px;
}
@media (max-width: 768px) {
  .Alo__main .md\:h-\[700px\] {
    height: 464px;
    object-fit: fill;
}
  /* footer */
  .store-footer__inner .grid .col-span-2 {
    grid-column: span 1 / span 2;
  }
  footer * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .store-footer__inner .col-span-2 > a {
    max-width: 150px;
    margin: auto;
  }

  .store-footer__inner .s-menu-footer-list > a {
    text-align: center;
  }
  /**/

}

.index section.s-block--fixed-banner:nth-of-type(1) > .container{
    max-width: 100%; /* تمديد الكونتينر بعرض الصفحة */
    padding: 0;      /* إزالة الهوامش الداخلية */
}

section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
    margin-top: 0;
}