/* Add custom CSS styles below */ 
@font-face {
    font-family: 'Parastoo';
    src: url('fonts/Parastoo-V2.woff2') format('woff2'),
         url('fonts/Parastoo-V2.woff') format('woff'),
         url('fonts/Parastoo-V2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* لتحسين سرعة تحميل الصفحة */
}
body, html {
    font-family: 'Parastoo', sans-serif !important;
}



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/VW9BXZ56/Image-Digital-Witchers-Logo.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;
     
}

   @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: 3rem;
  width: auto;
  max-width: 100px;
   animation-name: scale;
  animation-duration: 7s;
  animation-timing-function: linear;
    animation-iteration-count: infinite;
  animation-direction: alternate;
       background-color: #fff;
    border-radius: 5px;

}
@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/VW9BXZ56/Image-Digital-Witchers-Logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color:transparent;

    background-color: #fff;
    border-radius: 5px;

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.index {
  background-color:#0E4D40 ;
}


.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-header .inner,header.store-header {
    background-color: #0E4D40;
} 
div#mainnav {
    background-color:#0E4D40;
}


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

section.s-block.s-block--photos-slider.repeated-block {
    margin-top: -3% !important;
}
 .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;
}
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: 2rem;
}


/*product*/
body.index .s-slider-block__title-right h2,bodey.index .s-slider-block__display-all,
bodey.index h1.s-reviews-header{
    color: #F0EBE0 !important;
    font-size: 24px;
}
body .s-slider-block__title-right h2 {
    color: #000000 !important;
}
.s-button-primary-outline {
 border-radius:81px;
  color:#0E4D40 !important;
   border-color:#0E4D40;
}
.s-button-primary-outline:hover {
  color:#fff !important;
}

h3.s-product-card-content-title a {
    color: #0E4D40;
}

.s-product-card-price, .s-product-card-starting-price h4 {
    font-size: 18px;
    color: #E84B18;
}
.s-product-card-entry {
    background-color:#F0EBE0A;
    box-shadow: 0px 0px 10px #33333317;
    border-radius: 32px;
}

.s-product-card-image {
    background-color: #F0EBE0A;

}
.s-product-card-image img.loaded {
    background-color: #F0EBE0A;
    border-radius: 4px;
}
.s-product-card-vertical .s-product-card-image {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
}

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



/*footer*/
.store-footer__inner, footer.store-footer {
    background-size: cover;
    background-color: #0B3D31 !important;
    color:#F0EBE0;
    background-image: url( https://i.ibb.co/4ZH2bBZY/Footer-2.png);
    background-position: top center;
    background-repeat: no-repeat;
}
.copyright-text p {
    color:#F0EBE0;
}
body.index .store-footer {
    margin-top: -3%;
}

@media(max-width: 768px){
body.index .store-footer {
    margin-top: -10% !important;
}
  section.s-block.s-block--photos-slider.repeated-block {
    margin-top: -11% !important;
}
.swiper-slide {
    width: 50%;
}
  .s-slider-block__title-right h2, .s-slider-block__display-all, h1.s-reviews-header {
    font-size: 20px;
}
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;
}

}