.main-menu li>a {
    justify-content: flex-start;
    color: #FF8929;
}


@media (min-width: 1024px) { /* فقط على ديسكتوب */
  /* العنصر الأول ياخد عمودين ويغطي صفين */
  .mx-auto.grid > article:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }

  /* العنصر الثاني في العمود الثالث، الصف الأول */
  .mx-auto.grid > article:nth-child(2) {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    width: 100%;
  }

  /* العنصر الثالث في العمود الثالث، الصف الثاني */
  .mx-auto.grid > article:nth-child(3) {
    grid-column: 2 / 4; /* يمتد من العمود الثاني للعمود الثالث */
    grid-row: 2 / 3;
    width: 100%;
    height: 100%;
  }

  /* إزالة أي تحريك سلبي للـmargin */
  .mx-auto.mt-16.grid.max-w-2xl.auto-rows-fr.grid-cols-1.gap-8.sm\:mt-20.lg\:mx-0.lg\:max-w-none.lg\:grid-cols-3 {
      margin-right: 0;
  }
a.advanced-slider__caption__inner__content__button {
    margin-top: 340px;
}
}
@media (max-width: 767px) {
  a.advanced-slider__caption__inner__content__button {
    margin-top: 100px;
    margin-right: 20px;
  }
.advanced-slider:not(.auto-height) .swiper .swiper-slide {
    height: 85%;
}
}
.store-footer {
   
    background-color: #FF8929 !important;
}
.store-footer__inner, .store-footer__newsletter {
  
    background-color: #FF8929;
}
.store-footer__contacts-row {
   
    background-color: #FF8929;
}