/* 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/B2FnpgwQ/33b306583d6acddb45c2aae8daff934597d4948b-1.png);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px;
    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;
}
@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/B2FnpgwQ/33b306583d6acddb45c2aae8daff934597d4948b-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color:transparent;


animation: footerLogo 2s ease-in-out infinite;
    border-radius: 10px;
}

@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:#F5F0E8 ;
}


.shadow-default {
    --tw-shadow: none !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-header .inner,header.store-header {
    background-color: #222221;
} 
div#mainnav {
    background-color: transparent;
}
body.index header.store-header {
    background-color: transparent !important;
    position: relative;
    z-index: 99;
}

/*banner main*/
.container {
    max-width: 90%;
    padding: 0;
}
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;
}

section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: 3rem !important;
    max-width: 35%;
    margin: auto;
}


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

section.s-block.s-block--fixed-banner.wide-placeholder.section-12.animate__animated.animate__fadeInUpBig {
    background-color: #EDE3D4;
    max-width: 100%;
    padding-top: 2rem;
    margin-top: -3% !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder.section-12.animate__animated.animate__fadeInUpBig img{
    max-width: 35% !important;
    margin: auto;
}
/*grid section*/


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

}
.banner-entry {
    background-color: transparent;
    width: 100%;
    aspect-ratio: 23 / 9;
    height: auto;
}
.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;
}

section.s-block.s-block--banners.container.section-15.animate__animated.animate__fadeInUpBig {
    max-width: 97% !important;
    margin-top: 1rem;
}
section.s-block.s-block--banners.container.section-15 .banner-entry {
    background-color: transparent;
    width: 100%;
    aspect-ratio: 9 / 9;
    height: auto;
}

/*product*/
.s-slider-block__title {
    max-width: 100%;
}
.s-slider-block__title-right h2
,.s-slider-block__display-all,
h1.s-reviews-header{
    color: #A0733A !important;
    font-size: 24px;
}
.s-slider-block__display-all{
    color: #A0733A !important;
    font-size: 20px;
}
.s-button-primary-outline {
 border-radius:100px;
  color:#1E1E1EE5;
   border-color:#1E1E1EE5;
}

.s-button-primary-outline:hover {
    color: #fff !important;
}
.s-product-card-entry {
    background-color:#FAFAFA40;
    box-shadow: 0px 0px 10px #33333317;
    border-radius: 0px;
}

.s-product-card-vertical .s-product-card-image {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    flex: 1 1 0%;
}
salla-products-slider.s-products-slider-wrapper.hydrated .swiper {
    padding: 1rem 0;
}
.s-product-card-image {
    background-color: #FAFAFA40;

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

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

.s-reviews-header-wrapper {
    display: none !important;
}
.s-reviews-testimonial {
    box-shadow: 0px 0px 10px #33333317 !important;
    border-radius: 15px !important;
}
.s-reviews-container .swiper-slide {
    padding: 1rem;
}
body.index .s-block--testimonials.container {
    padding: 0rem 3rem;
    background-color: #EDE3D4;
    max-width: 100%;
    margin-top: 0;
  padding-bottom: 2rem;
}
.s-comments-product {
    background-color: #f5f0e8;
}

/*footer*/
body.index footer.store-footer {
    margin-top: -3%;
}
.store-footer__inner,footer.store-footer{
    background-color:#EDE3D4 !important;
    color:#1E1E1ECC;
}

.copyright-text p {
    color:#1E1E1ECC ;
}

@media(max-width: 768px){
  section:nth-of-type(1).s-block.s-block--photos-slider {
    margin-top: 0rem;
}
body.index header.store-header {
    background-color:#222221 !important;
}
  section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: 1rem !important;
    max-width: 100%;
    margin: auto;
}

  .s-reviews-testimonial__inner {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
  .s-reviews-testimonials-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding-left: 1rem;
    padding-right: 1rem;
}
  section.s-block.s-block--fixed-banner.wide-placeholder.section-12.animate__animated.animate__fadeInUpBig img {
    max-width: 100% !important;
    margin: auto;
}
.s-block--testimonials.container {
    padding: 0rem !important;
    padding-bottom: 3rem !important;
}

.swiper-slide {
    width: 50%;
}
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;
}
  body.index footer.store-footer {
    margin-top: -11%;
}

}