/* 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/DHCt05C4/Image-Digital-Witchers-Logo-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: 4rem;
  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/DHCt05C4/Image-Digital-Witchers-Logo-1.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);
  }
}



/* Add custom CSS styles below */
.container {
    max-width: 95%;
}
body {
    background-color: #0A0A12;
    color: #fff;
}
:root{--color-primary:#B026FF }

.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: #0b0914;
} 
div#mainnav {
    background-color: transparent;
}
body.index header.store-header {
    background-color: transparent !important;
    position: relative;
    z-index: 99;
}

/*banner main*/
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:nth-of-type(9).s-block.s-block--photos-slider.repeated-block {
    margin-top: -3%;
}
section:nth-of-type(10).s-block.s-block--photos-slider.repeated-block {
    margin-top: -5%;
}
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: 3rem;
}
.banner--fixed img {
    background-color: transparent;
    border-radius: 0;
    margin: auto;
}
/*grid section*/

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

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

}
.banner-entry {
    background-color: transparent;
    width: 100%;
    aspect-ratio: 15 / 9;
    height: auto;
}
body.index section:nth-of-type(7) .md\:grid-cols-3 {
    grid-template-columns: repeat(5,minmax(0,1fr));
 gap: 0.75rem !important;

}

body.index section:nth-of-type(7){
    margin-top: 1rem !important;
      max-width: 80%;
}
body.index section:nth-of-type(7) .banner-entry {
    background-color: transparent;
    width: 100%;
    aspect-ratio: 9 / 9;
    height: auto;
}
body.index section:nth-of-type(12) .banner-entry {
    background-color: transparent;
    width: 100%;
    aspect-ratio: 10 / 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;
}


select#product-filter {
    color: #463e3e;
}
h1.text-xl.md\:text-2xl.leading-10.font-bold.mb-6.text-gray-800 {
    color: #fff;
}
.s-comments.s-comments-product {
    background-color: #0a0a12;
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3.bg-white.rounded-md.px-4.py-2 {
    color: #0a0a12;
}
/*product*/
.s-block__display-all,.s-block__title h2{
    font-size: 24px;
  color:#fff !important;
}
.s-button-primary-outline {
 border-radius:8px;
  color:#B026FF;
   border-color:#B026FF;
}

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

}
salla-products-slider.s-products-slider-wrapper.hydrated .swiper {
    padding: 1rem 0;
}
.s-product-card-image {
    padding: 1rem !important;
    background-color:#0A0A12;

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

.s-product-card-content-title {
    text-align: center;
  color:#fff;
}
.s-product-card-content-title a,
h4.s-product-card-price{
  color:#fff;
}
.s-product-card-content-sub {
    justify-content: center;
}


/*footer*/
.store-footer__inner, footer.store-footer {
    background-color: #080810 !important;
    color: #fff;
    background-image: url( https://i.ibb.co/BKNWJGrF/Site-Footer.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

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


@media(max-width: 768px){
  section:nth-of-type(1).s-block.s-block--photos-slider {
    margin-top: 0rem;
}
  section:nth-of-type(9).s-block.s-block--photos-slider.repeated-block {
    margin-top: -10%;
}
  section:nth-of-type(10).s-block.s-block--photos-slider.repeated-block {
    margin-top: -13%;
}
body.index header.store-header {
    background-color:#0b0914 !important;
}

  section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: 1rem;
}
body.index section:nth-of-type(4) .md\:grid-cols-3 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
  body.index section:nth-of-type(7) {
    max-width: 100%;
}
  body.index section:nth-of-type(7) .md\:grid-cols-3 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}

body.index section:nth-of-type(3) .grid.one-row.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8,
body.index section:nth-of-type(12) .grid.one-row.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8
{
    grid-template-columns: repeat(2,minmax(0,1fr));
}

body.index section:nth-of-type(3) a.banner-entry.square-photos:nth-child(3)
,body.index section:nth-of-type(12) a.banner-entry.square-photos:nth-child(3){
    left: -56%;
}
  a.banner-entry.square-photos:nth-child(5) {
    left: -56%;
}
.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;
}

}