/* 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/CpSDg3Yb/logo-300-300-ENG.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: 5rem;
  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/CpSDg3Yb/logo-300-300-ENG.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color:transparent;
background-color: #fff;
    border-radius: 10px;

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

:root{--color-primary:#ed842d }


.shadow-default {
    --tw-shadow: none !important;
}
/*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;
}

/*grid section*/

.s-slider-block__title-right h2 {
    font-size: 30px;
}
section.s-block.s-block--banners.container h2 {
    font-size: 28px;
}
section.s-block.s-block--categories.section-2.animate__animated.animate__fadeInUpBig .s-slider-block__title {
    justify-content: center;
}
section.s-block.s-block--categories.section-2.animate__animated.animate__fadeInUpBig .swiper-wrapper {
    justify-content: center;
}
section.s-block.s-block--categories.section-2.animate__animated.animate__fadeInUpBig .rounded-full {
    width: 10rem;
    height: 10rem;
}
a.slide--cat-entry {
    border: none;
    height: 13rem;
}

section.s-block.s-block--banners.container.section-8.animate__animated.animate__fadeInUpBig {
    max-width: 80%;
}
/*
body.index section:nth-of-type(2) {
    margin-top: 1rem !important;
    max-width:80%;
}*/
 .md\:grid-cols-3 {
    grid-template-columns: repeat(2,minmax(0,1fr));
 gap: 0.75rem !important;

}
 .banner-entry {
    height: 426px;
    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;
}


/*product*/

.s-slider-block__title-right:where([dir=rtl],[dir=rtl] *),.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *) {

    padding-left: 0;
}

section.s-block.s-block--features-products button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    border-radius: 10px !important ;
}

.s-product-card-image {
    border-radius: 35px !important;
}
section#best-offers-4-slider .s-slider-block__title,section#best-offers-6-slider .s-slider-block__title{
    display: none;
}
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
 border-radius: 25px;
  color:#fff;
  background-color:#ed842d;
   border:none;
}

.s-product-card-entry {
    background-color: #fff;
    box-shadow: 0px 0px 10px #33333317;
    border-radius: 35px;
    border: 2px solid #ed842d;
}
salla-products-slider.s-products-slider-wrapper.hydrated .swiper {
    padding: 1rem 0;
}
.s-product-card-image {
    padding: 1rem !important;
    background-color: #fff;

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

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

section.s-block.s-block--features.container {
    max-width: 90%;
}
.s-reviews-header-wrapper {
    display: flex;
    justify-content: center;
}
h1.s-reviews-header {
    font-size: 27px;
}

.s-block--features__item {
    background-color: #fff;
    border: 2px solid #ed842d;
}
.feature-icon i {
    color: #fff !important;
}
.s-reviews-testimonial {
    background-color: #fff;
    box-shadow: 0px 0px 4px 1px #e7e2e2;
    border-radius: 10px;
    border: 1px solid #ed842d;
}

section#featured-products-style2-2 {
    background-color: transparent;
}
.s-block--tabs-produtcs .tab-trigger.is-active button {
    background-color: #f89a2b !important;
    border-color: none;
    color: #fff !important;
}
/*footer*/
.store-footer__inner,footer.store-footer {
    background-color: #491d07 !important;
    color: #fff;
}

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

@media(max-width: 768px){
section.s-block.s-block--banners.container.section-8.animate__animated.animate__fadeInUpBig {
    max-width: 100%;
}
 .grid.one-row.md\:grid-cols-2.grid-flow-row.gap-3.sm\:gap-8 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
 .banner-entry {
    height: 165px;
}

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

}


@media only screen and (min-width: 1024px) {
    .main-menu li.root-level a,.store-footer h3 {
        font-size: 16px !important;
    }
  .main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 40px;
}
}


@media only screen and (min-width: 1400px) {
    .main-menu li.root-level a,.store-footer h3 {
        font-size: 28px !important;
    }
  .main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 50px;
}
  .navbar-brand img {
    max-height: 5rem;
    max-width: 100%;
}
  .store-footer h3 {
    font-size: 30px;
  }
  .s-menu-footer-item,.s-contacts-item
 {
    font-size: 20px;
  }
}