/* Add custom CSS styles below */ 
.navbar-brand img {
  max-height: 3.4rem;
  width: auto;
  animation: pulse 1s infinite;
  
}
.store-header::before {
  content: '';
  background: url("https://c.top4top.io/p_34888lqg51.png");
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-repeat-y: no-repeat;
  background-position-x: 0;
  animation: Movecrosswise 5s linear alternate both infinite;
  background-size: contain;
  height: 40px;
  display: block;
  background-color:#845c44;
  background-position: center;
  -bottom: 16px;
  z-index: 9999999999999999;
}
@keyframes Movecrosswise {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 100%;
  }
}

body:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
     background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background:
    url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/GYlXbl/quv4NZkThOme0zlJPHd0cRxZCkwu6SVhVqMSfEh8.png);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 360px;
    animation-name: fade-in;
    animation-duration: 2.5s;
    transform: scale(0);
    border: none;
      margin-bottom: 1rem;
      background-color:#f4ecec;
}
@keyframes fade-in {
    0% {
        opacity: 1;
        transform: scale(1);
    }

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

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


@media (max-width: 768px) {
  .navbar-brand img {
    max-height: 2.5rem; /* Reduce image size for smaller screens */
  }

  .store-header::before {
    height: 30px; 
    background-size: cover; 
    animation: MovecrosswiseMobile 3s linear alternate both infinite;
  }

  @keyframes MovecrosswiseMobile {
    0% {
      background-position-x: 0%;
    }
    100% {
      background-position-x: 100%;
    }
  }
}

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

  margin: auto auto 20px;
  background-image: url(https://i.ibb.co/wrYmL4Vw/image-2786.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 {
  background-color:#F1F1F1F1 ;
}
.top-navbar{
    background-color: #835d45;
}
input.s-search-input {
    background-color: #fff !important;
}
div#mainnav {
    background-color: #f4ecec;
}
.main-menu li.root-level>a {
    color: #835d45 !important;
}
i.header-btn__icon.sicon-user-circle,i.header-btn__icon.icon.sicon-shopping-bag {
    border-color:#835d45;
}
a.s-menu-topnav-item.topnav-link-item.right-side {
    color: #fff;
}
/*banner main*/
section:nth-of-type(1).s-block.s-block--photos-slider {
    margin-top: 0rem;
}

 .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;

}
.s-product-card-content,.s-product-card-entry {
    background-color: #f0f0f0;
    border-radius: 30px !important;
}

.s-product-card-vertical .s-product-card-image {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
 border-radius: 5px;
}
.s-product-card-entry .w-full {
    width: 80%;
    margin: auto;
}
/*footer*/
.store-footer__inner {
    background-color: #8E5D42 !important;
    color: #fff;
}

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

.copyright-text p {
    color: #000000 ;
}


@media(max-width: 768px){
.s-product-card-entry .w-full {
    width: 100%;
    margin: auto;
}
.swiper-slide {
    width: 50%;
}
footer.store-footer {
    text-align: center;
}
.store-footer a,.s-social-list {
    justify-content: center;
}

}