:root {
    --main-color: #001b34;
    --second-color: #1963a8;
    --third-color: #ffffff;
    --shadow-color: #e4c1ad4a;
    --shadow-color2: #0a3b7e54;
    --product-color1: #1963a8;
    --product-color2: #001b34;
    --logo:url(https://j.top4top.io/p_33719xygl1.png);
}

body {
  background:#ffffff;
}
header.store-header:before {
    content: '';
    background: url("https://i.ibb.co/Ny8tNMt/image.png");
    animation: scrollBrands 2000s linear alternate both infinite;
    background-size: contain;
    height: 50px;
    display: block;
    color:#fff;
    background-color:transparent;
    background-position: center;
    z-index: 9999999999999999;
}
@keyframes scrollBrands {
    0% {
        background-position-x: 0
    }
    
    50% {
        background-position-x: 35000px
    }

    100% {
        background-position-x: 0
    }
}

@media(max-width: 767px) {
    header.store-header:before {
        background-size:180%;
        height: 39px;
        background-position: center;
        margin-bottom: -2px;
        background-repeat: repeat-x;
    }
}

.navbar-brand img {
    max-height: 3.4rem;
    width: auto;
    animation: pulse 1s infinite;
    background-repeat: no-repeat;
    background-size: contain;
}


@keyframes pulse {
    0% {
        transform: scale(1);

    }

    50% {
        transform: scale(1.03);

    }

    100% {
        transform: scale(1);

    }
}

body:not(.product-index):not(.product-single):after {
  content: '';
  width: 100%;
  height: 100%; 
  top: 0;
  position: fixed;
  z-index: 999999;

    background: #ffffff7a var(--logo);
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 360px;
  animation: pulse-out 1.5s ease-in-out forwards, background-change 2s ease-in forwards;
  transform: scale(0);
  border: none;
}

@keyframes pulse-out {
  0% {
    opacity: 1;
    transform: scale(0.5);
  }
  25% {
    opacity: 1;
    transform: scale(1.1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1);
  }
  75% {
    opacity: 0.5;
    transform: scale(1.2);
  }
 
}

#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--fixed-banner.wide-placeholder.section-1.s-block--live-editor.animate__animated.animate__fadeInUpBig.visible > div{
max-width: unset !important;

}

#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--fixed-banner.wide-placeholder.section-1.visible.s-block--live-editor.animate__animated.animate__fadeInUpBig{
margin-top: 0px !important;
}

/**/
section.section-1{
margin: unset;
}

section.section-1 > div{
padding : unset;
max-width: unset;
}
/**/

/********************************/
input.s-search-input {
    background-color:#fff !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,.sicon-shopping-bag:before,.sicon-sar:before,.sicon-menu:before,salla-contacts.s-contacts.s-contacts-header.hydrated a{
    color: #fff;
}
header.store-header,.main-nav-container.fixed-pinned .inner {
    background-color: transparent;
    background-image: linear-gradient(45deg, #1964A7, #0E4373,#001B36);
}
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: 2rem !important;
}
section:nth-of-type(2) .md\:grid-cols-3 {
    grid-template-columns: repeat(5,minmax(0,1fr));

}

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

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    color: #fff;
    border: none;
 border-radius: 15px;
    background-image: linear-gradient(45deg, #1964A7, #0E4373,#001B36);
}

div#reviews-container {
    display: none;
}

section#faq-section {
    background-image: linear-gradient(45deg, #1964A7, #0E4373,#001B36);
}

/*footer*/
.store-footer__inner,footer.store-footer {
      background-image: linear-gradient(45deg, #1964A7, #0E4373,#001B36);
    color: #fff;
}
.copyright-text p {
    color: #fff ;
}


@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: 162px;
}
a.banner-entry.square-photos:nth-child(5) {
    left: -56%;
}

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




.store-footer a h3:nth-child(1)::before {
  text-align: center;
  content: "";
  display: block;
  height: 70px;
  width: 70px;
 margin: auto auto 20px;
  background-image: url(https://i.ibb.co/TM1JXMcs/Mask-group-52.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);
  }
}