/* Add custom CSS styles below */ 
:root {
    --first-color:#013d9f;
    --second-color: #000d33;
    --third-color:#000000;
    --white-color: #fff;
}
body {
  background-color:#F1F1F1F1;
}


.navbar-brand
{animation: pulse-animation 1.5s infinite;}

 @keyframes pulse-animation {
            0%, 100% {
                transform: scale(1);
                opacity: 1;
            }
            50% {
                transform: scale(1.1);
                opacity: 0.8;
            }
        }

  header.store-header:before {
    content: '';
    background: url(https://iili.io/dPw3oqg.png);
    background-repeat-y: no-repeat;
    background-position-x: 0;
    animation: scrollBrands 2000s linear alternate both infinite;
    background-size: contain;
    height: 50px;
    display: block;
    background-color: var(--first-color);
    background-position: center;
    margin-bottom: 16px;
    z-index: 9999999999999999;
    color:black;
}
@media (max-width: 767px) {
  header.store-header::before {
    background-size: 180%;
    height: 39px;
    background-position: center;
    margin-bottom: -2px;
  }
}
@keyframes scrollBrands {
    0% {
        background-position-x: 0
    }

    50% {
        background-position-x: 35000px
    }

    100% {
        background-position-x: 0
    }
}
@keyframes appear {
            from {
                
                opacity: 0;
                scale:0.5;
            }
            to {
                 opacity: 1;
                scale:1;
            }
        }
        
  /***********************/
  
  header.store-header {
    position: absolute;
    background-color: transparent !important;
    z-index: 99;
   width:100%;
}
div#mainnav .bg-inherit {
    border-radius: 20px !important;
}
div#mainnav {
    margin: auto;
    max-width: 93%;
   border-radius: 20px !important;
}
.top-navbar .s-search-input {
    background-color: #fff !important;
}  
    /*banner main*/
section:nth-of-type(1).s-block.s-block--photos-slider {
    margin-top: 0rem !important;
}

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

section:nth-of-type(4) salla-slider.photos-slider .swiper {
    padding-right: 4% !important;
      padding-left: 3% !important;
}
section:nth-of-type(6) img.w-full.object-contain.rounded-md {
    width: 80%;
}
[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*/

section:nth-of-type(2) {
    margin-top: -3rem !important;
    max-width: 90%;
}
section:nth-of-type(2) .md\:grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr));
 gap: 0rem !important;

}

section:nth-of-type(2) .banner-entry {
    height: 270px;
    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;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    border-radius: 1px;
    border-color: #000000;
    color: #000000;
}

.s-product-card-entry .w-full {
    width: 80%;
    margin: auto;
}

/*footer*/
.store-footer__inner {
    background-color: #013D9D!important;
    color: #fff;
}

footer.store-footer {
    background-color: #FFFFFF !important;
}

.copyright-text p {
    color: #000000 ;
}
@media(max-width: 768px){
header.store-header {
    position: initial;
    background-color: #031531 !important;
}
section:nth-of-type(2) {
    margin-top: -2rem !important;
}
section:nth-of-type(2) .md\:grid-cols-3 {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap:1rem !important;
}
section:nth-of-type(2) .banner-entry {
    height: 115px;
}
a.banner-entry.square-photos:nth-child(3) {
    left: -56%;
}

.s-product-card-entry .w-full {
    width: 97% !important;
}
footer.store-footer p.text-gray-400.mb-2\.5.md\:mb-0 img {
    margin: auto;
}
.swiper-slide {
    width: 49%;
}
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    margin-top: 1%;
}

footer.store-footer {
    text-align: center;
}
.store-footer a,.s-social-list {
    justify-content: center;
}
}


/****** لوجو قبل الرئيسية*************/

body:not(.product-index):not(.product-single):after{
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background:white url(https://i.ibb.co/qLMnHGtT/image-2025-05-05-T230056-654.png);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 160px;
    animation-name: fade-in;
    animation-duration: 1.5s;
    transform: scale(0);
    border: none;
     
}

   @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)
    }
}



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

.store-footer__inner .lg\:col-span-2 a h3::before {
  text-align: center;
  content: "";
  display: block;
  height: 70px;
  width: 70px;

  margin: auto auto 20px;
  background-image: url(https://i.ibb.co/xqzWDLj7/image-2752-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);
  }
}

/**/
body:not(.index) header{
position: relative;
}

body:not(.product-index, .product-single, .page-single, .cart ) div.top-navbar  a {
color: #FFF;
}
/**/