/* Add custom CSS styles below */ 


/* Start Welcome Text */
body.index::before {
    content: "";
    width: 100%;
    height: 100%;
    background: transparent url(https://cdn.files.salla.network/theme/1185714805/62031937-2632-4e3d-baff-2ff9f20825ae-original.webp);
    position: fixed;
    z-index: 100 !important;
    transform: scale(0);
    background-size: 120px !important;
    background-repeat: no-repeat;
    background-position: center !important;
    backdrop-filter: blur(1rem);
    animation: logobg 5s forwards ease-in-out;  
}

@keyframes logobg{
  0% {
        opacity: 1;
        transform: scale(1); 
    }
    80% {
        opacity: 1; 
        transform: scale(1);
    }
    100% {
        opacity: 0; 
        transform: scale(1); 
        visibility: hidden; 
    }
}




/* Banners */
body.index section:first-of-type{
  margin-top: 0;
}
section.s-block.s-block--fixed-banner .container{
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/* Features */
.s-block--features__item {
    background: #fcbec3;
}
.s-block--features__item .feature-icon{
  background: #f98085;
}
.s-block--features__item .feature-icon i{
  color: #fff;
}
.s-block--features__item h2,
.s-block--features__item p{
  color: #7c2a31;
}

/* Products */
.s-product-card-entry {
    background: #e5e5e5;
}

/* Products With BG */
.s-block--slider-with-bg .slider-bg:before{
  opacity: 0;
}


/* Footer */
footer.store-footer {
    background-color: #e5e5e5 !important;
}
.footer-is-light .store-footer .store-footer__inner{
  background: #e5e5e5;
  border: none;
  color: #983e16;
}

.store-footer h3{
  background: #983e16;
    padding: 10px;
    border-radius: 0 10px 0 10px;
    box-shadow: 2px 2px 10px #335880;
    color: #fff;
    width: max-content;
}
.store-footer .copyright-text a{
  color: #983e16;
}