/* Add custom CSS styles below */ 
body.index .store-header {
    position: relative;
}
.navbar-brand img {
    max-height: 160px !important; /* اتحكم في الطول */
    width: auto !important;       /* العرض يتظبط تلقائي */
    height: auto !important;      /* يمنع التمط */
    display: block !important;
    object-fit: contain !important;
}


/-header------------/
body.index .main-nav-container .mobile-menu ul li a {
color: #fff;
}
/*
body.index i.header-btn__icon {
color:#fff !important;
}
*/
.sub-menu *{
color:#000 !important;
}
/---------------header-when-scroll----------/
.main-nav-container.fixed-header .inner .mobile-menu ul li a ,.main-nav-container.fixed-header .inner i.header-btn__icon  {
color: #000 !important;
}
/------------تغير حجم اللوجو-----/
@media screen and (min-width:991px){
    .navbar-brand img {
    max-width: 170px;
    height: 100px;
    max-height: 150px;
    }
    }
/---firs-banner--------/
.my-main-banner-0, .my-main-banner-0> .head_img {
height:100vh;
}
.my-main-banner-0 > .head_img > .items-center{
justify-content:  flex-start;
align-items: center;
height:100vh;
}

.my-main-banner-0 p{
width:100% ;
max-width:100% ;
opacity: 1;
font-size:20px !important;
margin-top:20px!important; 
color:#fff;
}
.my-main-banner-0  h1{
font-weight: 500;
font-size:40px !important;
margin-top:10%;
color:#fff;
}
.my-main-banner-0>.head_img>.items-center>.text-center {
    text-align: start;
    width: 39%;
    max-width: 60%;
    margin-right: 10%;
}

@media screen and (max-width:768px){
.my-main-banner-0 , .my-main-banner-0 .head_img  {
height: 50vh;
}
.my-main-banner-0 > .head_img > .items-center {
justify-content: center;
align-items: center;
height: 50vh;
}
.my-main-banner-0>.head_img>.items-center>.text-center {
width: 100%;
margin-right: 0px;
max-width: 100%;
}
.my-main-banner-0 > .head_img > .items-center > .text-center{
text-align:center;
 
}
.my-main-banner-0 p{
display:none
}
.my-main-banner-0  h1 {
font-size: 18px !important;
line-height: 18px;
}
}
/------my-category----الاصناف-----/
  .my-category{
  margin-bottom:25px;
  margin-top:20px;
  }
  .my-category h1{
  margin-bottom:15px;
  font-size:24px !important;
  }
  .my-category ul{
  justify-content: center;
  gap: 20px;
  }
  /*/
    /--------my-special-product---------/
  .my-special-product{
  margin-bottom:30px
  }
  .my-special-product h1{
  color:#fff;
  }
  @media screen and (max-width:768px){
      .my-special-product h1 {
          color: #fff;
          text-align: center;
          font-size: 20px;
      }
  }
  //
  .s-block.s-block--best-offers {
  margin-top:20px;
  }
  /* -------- my-special-product -------- */
.my-special-product {
  margin-bottom: 30px;
}

.my-special-product h1 {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .my-special-product h1 {
    color: #fff;
    text-align: center;
    font-size: 20px;
  }
}

/* spacing for best-offers block */
.s-block.s-block--best-offers {
  margin-top: 20px;
}

/* ------------ my-fixed-banner ------------ */
.my-fixed-banner {
  margin-bottom: 40px;
}

/* نصوص بيضاء للعنوان والزر والرابط */
.my-fixed-banner h1,
.my-fixed-banner a,
.my-fixed-banner button {
  color: #fff !important;
}

/* حدود الزر */
.my-fixed-banner button {
  border-color: #fff !important;
  background: transparent;
}

/* تموضع العناصر المطلقة داخل البنر */
.my-fixed-banner .absolute {
  width: 100% !important;
  left: 0 !important;
}

/* لو عندك عنصرين sal-animate أخوات داخل نفس الـ parent */
.my-fixed-banner .sal-animate:nth-child(1) .absolute { center: 0px; }
.my-fixed-banner .sal-animate:nth-child(2) .absolute { center: 0px; }

/* حجم العنوان */
.my-fixed-banner h1 {
  font-size: 32px !important;
}

/* موبايل */
@media (max-width: 768px) {
  .my-fixed-banner h1 { font-size: 24px !important; }
  .my-fixed-banner .sal-animate:nth-child(1) .absolute { left: 0px; }
  .my-fixed-banner .sal-animate:nth-child(2) .absolute { left: 0; }
}

/------------------------/
.my-advantage{
    margin-top: 50px;
    margin-bottom: 50px;
    }
     @media screen and (max-width:768px){
    .my-advantage > div > div {
    flex-direction: row;
    }
      }
      /--------my-banner-photo----/
.my-banner-photo > div{
justify-content: space-around;
}
.my-banner-photo > div > div{
justify-content:center;
}
.my-banner-photo h1 {
    font-size: 30px !important;
    line-height: 23px;
    padding: 5px;
}
}
@media screen and (max-width:768px){
    .my-banner-photo h1 {
        font-size: 12px !important;
        line-height: 23px;
        padding: 5px;
    }
}
.my-fixed-banner {
  margin-bottom: 40px;
  display: flex;
  justify-content: center; /* أفقي */
  align-items: center;     /* رأسي */
  text-align: center;      /* يوسّط الكلام كمان */
}

/----------my-info---- ---/
.my-info p{
color:#fff;
}
.my-info .shape{
background-color:#19325D;
}
/----------------footer --------------------/
.store-footer__inner {
background: #fff!important;
}
@media screen and (max-width:768px){
    .store-footer__inner *{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }
    /* جميع أيقونات الهيدر باللون الأسود */
.header-btn__icon,
.s-cart-summary-icon svg,
.s-cart-summary-wrapper i {
    color: #000 !important;
    fill: #000 !important;
}