/* Add custom CSS styles below */ 
body:not(.product-index):not(.product-single):after{
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background: url(https://i.ibb.co/d48pV55J/Chat-GPT-Image-Jul-12-2025-04-46-44-PM-1.png);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200px;
    /*
    animation-name: fade-in;
    animation-duration: 1.5s;
    transform: scale(0);
    border: none;*/
     animation: preloaderFadeOut 0.7s ease-out forwards 3s, /* انيميشن اختفاء الـ preloader */
               rotateLogo 1s ease-out forwards, 
               pulseLogo 1.5s infinite alternate ease-in-out 1s; )
     
}
@keyframes preloaderFadeOut {
    0% {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }
    100% {
        opacity: 0;
        visibility: hidden;
        pointer-events: none; 
    }
}

@keyframes rotateLogo {
    0% {
        background-position: center center; 
        transform: rotateY(0deg) scale(1);
    }
    100% {
        transform: rotateY(360deg) scale(1);
    }
}

@keyframes pulseLogo {
    0% {
        transform: scale(1);
        filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0)); 
    }
    50% {
        transform: scale(1.1); 
        filter: drop-shadow(0 0 15px rgba(255, 105, 180, 0.7)); 
    }
    100% {
        transform: scale(1);
        filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
    }
}

   @keyframes fade-in {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    75% {
        opacity: 1;
        transform: scale(1)
    }

    85% {
        opacity: .5;
        transform: scale(1)
    }

    99% {
        opacity: .2;
        transform: scale(1)
    }

    100% {
        opacity: 0;
        transform: scale(.1)
    }
}



/*********************************************/
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 4rem !important;
}
 .navbar-brand img {
  max-height: 4rem;
  width: auto;
  max-width: 100px;
   animation-name: scale;
  animation-duration: 7s;
  animation-timing-function: linear;
    animation-iteration-count: infinite;
  animation-direction: alternate;
    }
@keyframes scale {
    0% {
        
        transform: scale(1.0);
    }

    10% {
       
        transform: scale(1.1);
    }
    20% {
       
        transform: scale(0.95);
    }
    30% {
       
        transform: scale(1.0);
    }
    40% {
       
        transform: scale(1.1);
    }
    50% {
       
        transform: scale(1.0);
    }
 
    60% {
       
        transform: scale(1.1);
    }
    70% {
       
        transform: scale(1.0);
    }
      80% {
       
        transform: scale(0.95);
    }
      90% {
       
        transform: scale(1.1);
    }

  
    100% {
        
        transform: scale(1.0);
    }
}

button.s-infinite-scroll-btn.s-button-btn.s-button-primary {
    color: #fff;
}

/******************************************/

.store-footer a h3:nth-child(1)::before {
  text-align: center;
  content: "";
  display: block;
  height: 50px;
  width:50px;

  margin: auto auto 20px;
  background-image: url(https://i.ibb.co/d48pV55J/Chat-GPT-Image-Jul-12-2025-04-46-44-PM-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color:transparent;
animation: footerLogo 2s ease-in-out infinite;
 
}

@keyframes footerLogo {
  0% {
    transform: scale(1.4); 
  }
  50% {
    transform: scale(1.6); 
  }
  100% {
    transform: scale(1.4);
  }
}



/* Add custom CSS styles below */ 
body {
  background-color:#fff ;
}
:root{--color-primary:#07172B }

input.s-search-input {
    color: #07172B !important;
    background-color:#fff !important;
}
input.s-search-input::placeholder {
    color: #07172B;
}
.s-search-icon svg {
    fill: #07172B;
}
 div#mainnav {
    background-color: transparent !important;
}

input.s-search-input {
    background-color: #fff !important;
}
.main-menu li.root-level>a {
    color: #fff !important;
}
i.header-btn__icon.sicon-user-circle,i.header-btn__icon.icon.sicon-shopping-bag {
    border-color: #fff;
}
.sicon-user-circle:before,.s-menu-topnav-list a,.s-cart-summary-total,header.store-header .sicon-shopping-bag:before,header.store-header .sicon-sar:before,.sicon-menu:before,salla-contacts.s-contacts.s-contacts-header.hydrated a {
    color: #fff;
}
.main-nav-container.fixed-pinned .inner  {
       background-color: #182636;
}

.main-menu li.root-level>a {
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  transition: all 0.3s ease; 
       animation: glowPulse 2s ease-in-out infinite;

}
/*
.main-menu li.root-level>a:hover {
  background-color: #EABE12;
  color: #ffd700;
  transform: translateY(-5px) scale(1.05);
  border-radius: 5px;

}*/



body header.store-header {
 background-color: #07172B;
}

body.index header.store-header {
    background: transparent !important;
      position: relative;
    z-index: 99;
}
li#offers {
    display: none !important;
}

/*banner main*/
section:nth-of-type(1).s-block.s-block--photos-slider {
    margin-top: -9rem;
}

 .s-slider-block__title-nav {
    display: none !important ;
}
salla-slider.photos-slider .swiper-slide {
    width: 100%;
    padding:0 ;
  margin:0 ;
}

[dir=rtl] .carousel-slider .swiper {
    padding-left: 0;
    padding-right: 0;
}
[dir=rtl] salla-slider.photos-slider .swiper {
    padding-left: 0;
    padding-right: 0;

}
salla-slider.photos-slider .swiper:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 0 ;
    padding-left: 0;
}
.rounded-md,salla-slider.photos-slider .swiper-slide {
    border-radius: 0;
}

.banner--fixed img {
    background-color: transparent;
    border-radius: 0;

}



/*grid section*/
.s-block__title {
    justify-content: center;
}
.right-side h2 {
    font-size: 25px;
}
body.index section:nth-of-type(2) {
    margin-top: -6rem !important;
    max-width: 80%;
}
section:nth-of-type(2) .md\:grid-cols-3 {
    grid-template-columns: repeat(4,minmax(0,1fr));
 gap: 0.75rem !important;

}

section:nth-of-type(2) .banner-entry {
    height: 215px;
    background-color: transparent;
}

.banner-entry {
    height: 320px;
    background-color: transparent;
}

a.banner-entry.square-photos:hover {
    transform: scale(1.1);
    transition: 3s ease-in-out;
}
.two-row .banner-entry:first-child {
    grid-column: span 1/span 1;
    grid-row: 1;
}
.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}




footer.store-footer,.store-footer__inner {
    background-color: #182636 !important;
        color: #fff ;
}

.copyright-text p {
    color: #fff ;
}
footer.store-footer {
    margin-top: 0 !important;
}

/*******/





/*************/

@media(max-width: 768px){
body.index header.store-header {
   background-color: #07172B !important;
}
section:nth-of-type(1).s-block.s-block--photos-slider {
    margin-top: 0rem;
}
body.index section:nth-of-type(2) {
    margin-top: -5rem !important;
    max-width: 100%;
}
section:nth-of-type(2) .banner-entry {
    height: 142px;
    background-color: transparent;
}
section:nth-of-type(2) .md\:grid-cols-3,section:nth-of-type(6) .md\:grid-cols-3 {
    grid-template-columns: repeat(2,minmax(0,1fr));
  
  gap: 0.75rem !important;
}
section:nth-of-type(6) .md\:grid-cols-3 a.banner-entry.square-photos:nth-child(3) {
    left: -56%;
}
.banner-entry {
    height: 200px;
    background-color: transparent;
}

.swiper-slide {
    width: 50%;
}
.s-product-card-content-title a{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
  top: 0px;
      opacity: 1;
   
}
footer.store-footer {
    text-align: center;
}
.store-footer a,.s-social-list {
    justify-content: center;
}
nav#mobile-menu {
    background-color:#fff;
    color: #07172B;
    font-size: 16px !important;
}


.mm-spn li a{
color:  #07172B;
    font-size:16px
}

.mm-spn.mm-spn--navbar ul {
    top: calc(50px + 1px);
    top: 17%;
}
.mm-spn li{
 margin-bottom: 5px;
    border-radius: 5px; 
}
.mm-spn li a span{ 
   animation: glowPulse 2s ease-in-out infinite;
}
}

@keyframes glowPulse {
  0% {
    filter: drop-shadow(0 0 5px rgba(234, 190, 18, 0.5));
    transform: scale(1);
  }
  50% {
    filter: drop-shadow(0 0 25px rgba(234, 190, 18, 1)) 
            drop-shadow(0 0 35px rgba(234, 190, 18, 0.8));
    transform: scale(1.1);
  }
  100% {
    filter: drop-shadow(0 0 5px rgba(234, 190, 18, 0.5));
    transform: scale(1.05);
  }
}




/******************************************************/
/*****************proudct***************************/

@keyframes glowBoxShadow {
  0% {
    box-shadow:
      0 0 10px #eabe12,
      0 0 20px #eabe12;
  }
  25% {
    box-shadow:
      0 0 10px #e8822a,
      0 0 20px #e8822a;
  }
  50% {
    box-shadow:
      0 0 10px #0e667e,
      0 0 20px #0e667e;
  }
  75% {
    box-shadow:
      0 0 10px #ffffff,
      0 0 20px #ffffff;
  }
  100% {
    box-shadow:
      0 0 10px #eabe12,
      0 0 20px #eabe12;
  }
}

.s-product-card-entry {

  background: #111;
  border-radius: 16px;
  animation: glowBoxShadow 5s infinite ease-in-out;
}
salla-products-slider.s-products-slider-wrapper.hydrated .swiper {
    padding: 1rem 0;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    background-color: #182636;
    color: #fff !important;
    border: none !important;
}
.s-product-card-content,.s-product-card-content-title a {
    text-align: center;
    color: #fff !important;
}
.s-product-card-content-sub {
    justify-content: center;
}