/* 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/1678961854/56fe9888-e31b-4a1c-aa93-4f53637980ef.webp);
    position: fixed;
    z-index: 100 !important;
    transform: scale(0);
    background-size: 20%;
    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; 
    }
}

/* start hero banner */
body.index section:first-of-type{
  margin-top: 0;
}
salla-slider.photos-slider .swiper-slide {
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 0;
}
salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding: 0;
}
.s-slider-v-centered .s-slider-block__title-nav {
    display: none;
}


/* start fixed banner */
section.s-block.s-block--fixed-banner .container {
    max-width: 90%;
    padding: 0;
}
.banner--fixed img {
    background-color: unset !important;
}

/* Start Product */
.s-slider-block__title h2 {
    background: var(--color-primary);
    padding: 10px;
    border-radius: 0 10px 0 10px;
    box-shadow: 5px 5px color-mix(in srgb, var(--color-primary), transparent 50%);
    color: #fff;
}
.s-product-card-vertical .s-product-card-image{
      background: unset;
}
.s-product-card-entry {
    border: 2px solid var(--color-primary);
}
.s-button-primary-outline {
    background: var(--color-primary);
    color: #fff;
}
.s-button-primary-outline:hover {
    background-color: transparent;
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
}


/* Start Features */
.s-block--features__item .feature-icon i {
    color: #fff;
}


/* start footer */
.footer-is-light .store-footer{
  background-color: var(--color-primary);
}
.footer-is-light .store-footer .store-footer__inner {
 background-color: var(--color-primary);
 color: #fff;
 border: none;
}
.store-footer h3,
.copyright-text p {
  color: #fff;
}
.store-footer h3{
  background: var(--color-primary);
    padding: 10px;
    border-radius: 0 10px 0 10px;
    box-shadow: 2px 2px 10px #000000b0;
    color: #fff;
    width: max-content;
}

@media(max-width:767px){  
.container.grid.grid-col-1.lg\:grid-cols-6.gap-8.lg\:gap-6 * {
    text-align: center;
    justify-content: center;
}
  .store-footer h3{
        margin: 1rem auto;
  }
}