/* 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:white url(https://i.ibb.co/GQYmwgJ1/download-2026-08-05-T100556-901-1.png);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px;
    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)
    }
}



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

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


/******************************************/
.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/GQYmwgJ1/download-2026-08-05-T100556-901-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:#FFFFFF ;
}

.container {
    max-width: 90%;
}

.shadow-default {
    --tw-shadow: none !important;
}
/*banner main*/
section.s-block.s-block--fixed-banner.wide-placeholder.section-1.animate__animated.animate__fadeInUpBig {
    margin-top: 0;
}

section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: 4rem;
}
.banner--fixed img {
    background-color: transparent;
    border-radius: 0;
}

/*grid section*/
a.slide--cat-entry {
    background-color: transparent !important;
    border: none;
}
img.w-16.h-16.object-cover.rounded-full.mb-2\.5 {
    width: 7rem;
    height: 6rem;
}

/*product*/
.s-slider-block__title h2{
  color:#42391E;
  font-size:25px;
}
.s-button-primary-outline,.s-button-primary{
border-radius: 8px;
  background-color:#42391E;
   border:none;
  color:#FBF8EF;
}

.s-product-card-entry {
    background-color:#FBF8EF;
    box-shadow: 0px 0px 10px #33333317;
    border-radius: 16px;
    border:`px solid #42391E1F;
}
salla-products-slider.s-products-slider-wrapper.hydrated .swiper {
    padding: 1rem 0;
}
.s-product-card-image {
    background-color:#FBF8EF;

}
.s-product-card-image img.loaded {
    background-color:#FBF8EF;
    border-radius: 10px;
}

.s-product-card-content-title {
    text-align: center;
}
.s-product-card-content-sub {
    justify-content: center;
}


/*footer*/
.store-footer__inner,footer.store-footer {
    background-color: #16130A !important;
    color: #fff;
}

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

@media(max-width: 768px){
  section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: 2rem;
}

  .container {
    max-width: 98%;
}
.swiper-slide {
    width: 50%;
}
  .s-product-card-content-title a{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
footer.store-footer {
    text-align: center;
}
.store-footer a,.s-social-list {
    justify-content: center;
}
span.text-sm.copyright-text img {
    margin: auto;
}
.store-footer__inner .flex.gap-4 {
    justify-content: center;
}

}
/* تلوين أي زرار جواه رابط انستغرام */
a[href*="instagram.com"] {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    color: #FFFFFF !important;
}

/* تلوين أي زرار جواه رابط تيك توك */
a[href*="tiktok.com"] {
    background-color: #010101 !important;
    color: #FFFFFF !important;