.banner-swap {
    width: 100%;
       background-image: linear-gradient(45deg, #F7EBD4, #F0DBB1);
    color:#000000;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}

.bannt {
    display: flex;
    width: 100%;
    animation: banSwiperScroll 12s linear infinite;
    will-change: transform;
}

.bannt:hover {
    animation-play-state: paused;
    /* Pause scroll on hover */
}

.banrerr {
    white-space: nowrap;
    padding: 0 50px;
    font-size: 1.2em;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.banrerr:hover {
    color: var(--third-color);
    text-shadow: 0 0 8px var(--third-color), 0 0 12px var(--third-color);
    /* Glowing effect */
}

.banrerr i {
    margin-left: 10px;
    margin-right: 10px;
    animation: bounceIcon 1.5s infinite ease-in-out;
    /* Icon bounce */
}

/* Bouncing icon effect */
@keyframes bounceIcon {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

/* Smooth scrolling renamed from tickerScroll to banSwiperScroll */
@keyframes banSwiperScroll {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}





button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    pointer-events: auto;
    width: 108%;
    height: 44px;
    float: inline-end;
    margin-top: -128px;
    color: var(--third-color);
    font-size: 15px;
      background-image: linear-gradient(45deg, #F7EBD4, #F0DBB1);
      color:#000000;
    font-weight: 400;
    margin-left: -8px;
    border-radius: 0;
    border:none;
}

.s-product-card-content-title a {
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
    overflow: hidden;
}

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

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/PZ91Dzbw/Mask-group-53.png);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 160px;
    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: 60px;
  width: 60px;

  margin: auto auto 20px;
  background-image: url(https://i.ibb.co/PZ91Dzbw/Mask-group-53.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:#Fff ;
}
input.s-search-input {
    background-color: #fff !important;
}
header.store-header,.main-nav-container.fixed-pinned .inner {
    background-color: transparent;
    background-image: linear-gradient(45deg, #F7EBD4, #F0DBB1);
}
div#mainnav {
    background-color: transparent !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;
}

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

}
/*grid section*/

section:nth-of-type(2) {
    margin-top: 0rem !important;
    max-width: 80%;
}
section:nth-of-type(2) .md\:grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr));

}

section:nth-of-type(2) .banner-entry {
    height: 207px;
    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;
}


.scrolling-text,.loading-container{
    display: none;
}

/*footer*/
.store-footer__inner,footer.store-footer {
    background-image: linear-gradient(45deg, #F7EBD4, #F0DBB1);
    color: #000000;
    margin-top:0 !important;
}

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

@media(max-width: 768px){

section:nth-of-type(2) .md\:grid-cols-3 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
section:nth-of-type(2) .banner-entry {
    height: 89px;
}


.swiper-slide {
    width: 50%;
}

.s-product-card-entry .w-full {
     width: 100%;
    margin-top: -1%;
}
footer.store-footer {
    text-align: center;
}
.store-footer a,.s-social-list {
    justify-content: center;
}

}